Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,594 for ridentifier (0.22 sec)

  1. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  2. src/internal/types/testdata/check/constdecl.go

    const _ = int /* ERROR "not an expression" */
    
    func _() {
    	const _ = v /* ERROR "not constant" */
    	const _ = math /* ERROR "not constant" */ .Sin(0)
    	const _ = int /* ERROR "not an expression" */
    }
    
    // Identifier and expression arity must match.
    const _ /* ERROR "missing init expr for _" */
    const _ = 1, 2 /* ERROR "extra init expr 2" */
    
    const _ /* ERROR "missing init expr for _" */ int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 16:11:16 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/escaping_test.go

    			}
    			if tc.escaped != e {
    				t.Errorf("Expected %s to escape to %s, but got %s", tc.unescaped, tc.escaped, e)
    			}
    
    			if !validCelIdent.MatchString(e) {
    				t.Errorf("Expected %s to escape to a valid CEL identifier, but got %s", tc.unescaped, e)
    			}
    
    			u, ok := Unescape(tc.escaped)
    			if !ok {
    				t.Fatalf("Expected %s to be escapable, but it was not", tc.escaped)
    			}
    			if tc.unescaped != u {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 6.9K bytes
    - Viewed (0)
  4. platforms/jvm/toolchains-jvm/src/main/java/org/gradle/jvm/toolchain/JavaToolchainRepository.java

    import org.gradle.api.provider.Property;
    
    /**
     * Named configuration of {@link JavaToolchainResolver} implementations,
     * identified by their implementation class.
     * <p>
     * The implementation class is the only mandatory property (it identifies
     * the {@link JavaToolchainResolver} being configured; the name is arbitrary,
     * chosen by the build author).
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/operations/dependencies/transforms/IdentifyTransformExecutionProgressDetails.java

         * <p>
         * Unique within the current build tree.
         *
         * @see ExecuteWorkBuildOperationType.Details#getIdentity()
         */
        String getIdentity();
    
        /**
         * The component identifier of the input artifact.
         */
        ComponentIdentifier getComponentId();
    
        /**
         * The from attributes of the registered transform.
         */
        Map<String, String> getFromAttributes();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jul 15 07:29:19 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/BuildTreeLocalComponentProvider.java

     */
    @ThreadSafe
    public interface BuildTreeLocalComponentProvider {
        /**
         * Get the local component for the project identified by {@code projectIdentifier}. The returned metadata will
         * use foreign component identifiers for local components originating from builds different from {@code currentBuildPath}.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 31 17:59:41 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/nilfunc/nilfunc.go

    		if e.Op != token.EQL && e.Op != token.NEQ {
    			return
    		}
    
    		// Only want comparisons with a nil identifier on one side.
    		var e2 ast.Expr
    		switch {
    		case pass.TypesInfo.Types[e.X].IsNil():
    			e2 = e.Y
    		case pass.TypesInfo.Types[e.Y].IsNil():
    			e2 = e.X
    		default:
    			return
    		}
    
    		// Only want identifiers or selector expressions.
    		var obj types.Object
    		switch v := e2.(type) {
    		case *ast.Ident:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:28:13 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/dependency_management_terminology.adoc

    Directories are common in the case of inter-project dependencies to avoid the cost of producing the publishable artifact.
    
    [[sub:terminology_capability]]
    == Capability
    
    A capability identifies a feature offered by one or multiple components.
    A capability is identified by coordinates similar to the coordinates used for <<sub:terminology_module_version,module versions>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  9. src/text/template/parse/node.go

    	for _, c := range c.Args {
    		n.append(c.Copy())
    	}
    	return n
    }
    
    // IdentifierNode holds an identifier.
    type IdentifierNode struct {
    	NodeType
    	Pos
    	tr    *Tree
    	Ident string // The identifier's name.
    }
    
    // NewIdentifier returns a new [IdentifierNode] with the given identifier name.
    func NewIdentifier(ident string) *IdentifierNode {
    	return &IdentifierNode{NodeType: NodeIdentifier, Ident: ident}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  10. src/crypto/x509/x509.go

    //
    //	anyExtendedKeyUsage OBJECT IDENTIFIER ::= { id-ce-extKeyUsage 0 }
    //
    //	id-kp OBJECT IDENTIFIER ::= { id-pkix 3 }
    //
    //	id-kp-serverAuth             OBJECT IDENTIFIER ::= { id-kp 1 }
    //	id-kp-clientAuth             OBJECT IDENTIFIER ::= { id-kp 2 }
    //	id-kp-codeSigning            OBJECT IDENTIFIER ::= { id-kp 3 }
    //	id-kp-emailProtection        OBJECT IDENTIFIER ::= { id-kp 4 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top