Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for xremove (0.24 sec)

  1. src/main/webapp/css/bootstrap.min.css.map

    -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n  margin: 0; // Remove the margin in Firefox and Safari\n  font-family: inherit;\n  @include font-size(inherit);\n  line-height: inherit;\n}\n\nbutton,\ninput {\n  overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n  text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		unexpected := result.Difference(expect)
    		if len(missing) > 0 {
    			t.Errorf("the following fields were expected, but missing from the result. "+
    				"If the field has been removed, please remove it from the osNeutralFields set "+
    				"or remove it from the osSpecificFields set, as appropriate:\n%s",
    				strings.Join(missing.List(), "\n"))
    		}
    		if len(unexpected) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_SqueezeOp : TF_Op<"Squeeze", [Pure]> {
      let summary = "Removes dimensions of size 1 from the shape of a tensor.";
    
      let description = [{
    Given a tensor `input`, this operation returns a tensor of the same type with
    all dimensions of size 1 removed. If you don't want to remove all size 1
    dimensions, you can remove specific size 1 dimensions by specifying
    `axis`.
    
    For example:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Resetter", Type, 4},
    		{"Writer", Type, 0},
    	},
    	"container/heap": {
    		{"Fix", Func, 2},
    		{"Init", Func, 0},
    		{"Interface", Type, 0},
    		{"Pop", Func, 0},
    		{"Push", Func, 0},
    		{"Remove", Func, 0},
    	},
    	"container/list": {
    		{"(*Element).Next", Method, 0},
    		{"(*Element).Prev", Method, 0},
    		{"(*List).Back", Method, 0},
    		{"(*List).Front", Method, 0},
    		{"(*List).Init", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. src/testdata/Isaac.Newton-Opticks.txt

    the Object be brought so near the Eye as that the place where the
    converging Rays convene may be removed to the bottom, or that the
    plumpness of the Eye be taken off and the Refractions diminished by a
    Concave-glass of a due degree of Concavity, or lastly that by Age the
    Eye grow flatter till it come to a due Figure: For short-sighted Men see
    remote Objects best in Old Age, and therefore they are accounted to have
    the most lasting Eyes.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: ptr
    	for {
    		ptr := v_0
    		if ptr.Op != OpSelectN || auxIntToInt64(ptr.AuxInt) != 0 {
    			break
    		}
    		call := ptr.Args[0]
    		if call.Op != OpStaticLECall || len(call.Args) != 2 || !(isSameCall(call.Aux, "runtime.newobject") && warnRule(fe.Debug_checknil(), v, "removed nil check")) {
    			break
    		}
    		v.copyOf(ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EPROTONOSUPPORT = 43
    pkg syscall (freebsd-arm64), const EPROTOTYPE = 41
    pkg syscall (freebsd-arm64), const ERANGE = 34
    pkg syscall (freebsd-arm64), const EREMOTE = 71
    pkg syscall (freebsd-arm64), const EROFS = 30
    pkg syscall (freebsd-arm64), const ERPCMISMATCH = 73
    pkg syscall (freebsd-arm64), const ERPCMISMATCH Errno
    pkg syscall (freebsd-arm64), const ESHUTDOWN = 58
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const EPROTONOSUPPORT = 43 #53466
    pkg syscall (freebsd-riscv64), const EPROTOTYPE = 41 #53466
    pkg syscall (freebsd-riscv64), const ERANGE = 34 #53466
    pkg syscall (freebsd-riscv64), const EREMOTE = 71 #53466
    pkg syscall (freebsd-riscv64), const EROFS = 30 #53466
    pkg syscall (freebsd-riscv64), const ERPCMISMATCH = 73 #53466
    pkg syscall (freebsd-riscv64), const ERPCMISMATCH Errno #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top