Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for toidentifier (0.25 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                        }.artifacts
                        identifier = "1"
                    }
                    task resolveHash(type: Resolve) {
                        artifacts = configurations.compile.incoming.artifactView {
                            attributes { it.attribute(artifactType, 'hash') }
                        }.artifacts
                        identifier = "2"
                    }
                    task resolve {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <required>true</required>
              <identifier>true</identifier>
              <description>
                A unique identifier for a repository. This is used to match the repository
                to configuration in the {@code settings.xml} file, for example. Furthermore, the identifier is
                used during POM inheritance and profile injection to detect repositories that should be merged.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. src/crypto/x509/x509_test.go

                        5f:69:cd:0f:4d:66:d5:da:98:7e:82:49:89:a3:8a:
                        3c:fa
            X509v3 extensions:
                X509v3 Subject Key Identifier:
                    09:3B:3A:9D:4A:29:D8:95:FF:68:BE:7B:43:54:72:E0:AD:A2:E3:AE
                X509v3 Authority Key Identifier:
                    keyid:09:3B:3A:9D:4A:29:D8:95:FF:68:BE:7B:43:54:72:E0:AD:A2:E3:AE
    
                X509v3 Basic Constraints: critical
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			valid: []string{
    				// idiomatic map access
    				"!('a' in self.val)",
    				"'b' in self.val",
    				"!('c' in self.val)",
    				"'d' in self.val",
    				// field selection also possible if map key is a valid CEL identifier
    				"!has(self.val.a)",
    				"has(self.val.b)",
    				"!has(self.val.c)",
    				"has(self.val.d)",
    				"self.val.all(k, self.val[k] > 0)",
    				"self.val.exists(k, self.val[k] > 1)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/validation/validation_test.go

    					{
    						Expression: "true",
    					},
    				},
    			},
    		},
    		expectedError: `spec.variables[0].name: Required value: name is not specified`,
    	}, {
    		name: "variable composition name is not a valid identifier",
    		config: &admissionregistration.ValidatingAdmissionPolicy{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "config",
    			},
    			Spec: admissionregistration.ValidatingAdmissionPolicySpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  6. src/cmd/go/alldocs.go

    //	    To run all benchmarks, use '-bench .' or '-bench=.'.
    //	    The regular expression is split by unbracketed slash (/)
    //	    characters into a sequence of regular expressions, and each
    //	    part of a benchmark's identifier must match the corresponding
    //	    element in the sequence, if any. Possible parents of matches
    //	    are run with b.N=1 to identify sub-benchmarks. For example,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  7. src/cmd/go/internal/load/pkg.go

    		return nil, false, errors.New("can only use path@version syntax with 'go get' and 'go install' in module-aware mode")
    	}
    
    	// Determine canonical package path and directory.
    	// For a local import the identifier is the pseudo-import path
    	// we create from the full directory to the package.
    	// Otherwise it is the usual import path.
    	// For vendored imports, it is the expanded form.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  8. fastapi/applications.py

                    * `name`: (`str`) **REQUIRED** (if a `license_info` is set). The
                        license name used for the API.
                    * `identifier`: (`str`) An [SPDX](https://spdx.dev/) license expression
                        for the API. The `identifier` field is mutually exclusive of the `url`
                        field. Available since OpenAPI 3.1.0, FastAPI 0.99.0.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        recorded as named attributes of the input argument or output:
    
         . 'tf.resource_name' matches 'shared_name' of VarHandleOp, which represents
           the identifier of the corresponding resource. This attribute is added to
           an input argument if the initial value of the resource is read, or to the
           output if the initial value is not read.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    	// If set, use this IP address or addresses for the node
    	nodeIPs []net.IP
    
    	// use this function to validate the kubelet nodeIP
    	nodeIPValidator func(net.IP) error
    
    	// If non-nil, this is a unique identifier for the node in an external database, eg. cloudprovider
    	providerID string
    
    	// clock is an interface that provides time related functionality in a way that makes it
    	// easy to test the code.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top