Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for xremove (0.13 sec)

  1. doc/go_spec.html

    <p>
    The built-in function <code>delete</code> removes the element with key
    <code>k</code> from a <a href="#Map_types">map</a> <code>m</code>. The
    value <code>k</code> must be <a href="#Assignability">assignable</a>
    to the key type of <code>m</code>.
    </p>
    
    <pre class="grammar">
    delete(m, k)  // remove element m[k] from map m
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'crawler.document.duplicate.term.removed'. <br>
         * The value is, e.g. false <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerDocumentDuplicateTermRemoved();
    
        /**
         * Is the property for the key 'crawler.document.duplicate.term.removed' true? <br>
         * The value is, e.g. false <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    customarily used for software exchange. When the Program is made available in source code form: a) it must be made available under this Agreement; and b) a copy of this Agreement must be included with each copy of the Program. Contributors may not remove or alter any copyright notices contained within the Program. Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution....
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    				forbidden("spec", "validation", "openAPIV3Schema", "properties[embedded2]", "additionalProperties"),
    			},
    		},
    		{
    			// TODO: remove in a follow-up. This blocks is here for easy review.
    			name: "v1.15 era tests for metadata defaults",
    			resource: &apiextensions.CustomResourceDefinition{
    				ObjectMeta: metav1.ObjectMeta{Name: "plural.group.com"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %end = "tf.Const"() {value = dense<[2, 0, 0, 10, 10, 6, 0]> : tensor<7xi32>} : () -> (tensor<7xi32>)
      %strides = "tf.Const"() {value = dense<[1, 1, 1, 1, 1, 2, 1]> : tensor<7xi32>} : () -> (tensor<7xi32>)
    
      // Remove 2 new axes (at index 1 and 6) and 1 shrink axis (at index 0)
      // CHECK: [[RESHAPE:%.*]] = mhlo.reshape [[GRAD]] : (tensor<1x4x8x8x10x2x1xf32>) -> tensor<1x4x8x8x10x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  6. pkg/registry/core/service/storage/storage_test.go

    				if p.NodePort != 0 {
    					if ports[i].NodePort != p.NodePort {
    						t.Errorf("expected Ports[%d].NodePort to be %d, got %d", i, p.NodePort, ports[i].NodePort)
    					}
    					// Remove requested ports from the set
    					delete(ports, i)
    				}
    			}
    
    			// Make sure any allocated ports are unique
    			seen := map[int32]int32{}
    			for i, p := range ports {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const EPWROFF Errno
    pkg syscall (darwin-arm64), const EQFULL = 106
    pkg syscall (darwin-arm64), const EQFULL Errno
    pkg syscall (darwin-arm64), const ERANGE = 34
    pkg syscall (darwin-arm64), const EREMOTE = 71
    pkg syscall (darwin-arm64), const EROFS = 30
    pkg syscall (darwin-arm64), const ERPCMISMATCH = 73
    pkg syscall (darwin-arm64), const ERPCMISMATCH Errno
    pkg syscall (darwin-arm64), const ESHLIBVERS = 87
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.rif"/>
      </mime-type>
      <mime-type type="application/relax-ng-compact-syntax">
        <sub-class-of type="text/plain"/>
        <glob pattern="*.rnc"/>
      </mime-type>
      <mime-type type="application/remote-printing"/>
      <mime-type type="application/resource-lists+xml">
        <glob pattern="*.rl"/>
      </mime-type>
      <mime-type type="application/resource-lists-diff+xml">
        <glob pattern="*.rld"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top