Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 101 for Distinguishes (0.23 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    Even more information on the differences between `api` and `implementation` is provided in the Java Library Plugin chapter linked above.
    
    `runtime`::
    Use the `runtimeOnly` configuration.
    
    `test`::
    Gradle distinguishes between those dependencies that are required to _compile_ a project's tests and those that are only needed to _run_ them.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/buildlist.go

    			// those transitive dependencies, and mark it as a dependency of the main
    			// module. That allows us to elide the actual structure of the module
    			// graph, but still distinguishes between direct and indirect
    			// dependencies.
    			vendorMod := module.Version{Path: "vendor/modules.txt", Version: ""}
    			if inWorkspaceMode() {
    				for _, m := range MainModules.Versions() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. pkg/apis/flowcontrol/types.go

    	// +optional
    	Rules []PolicyRulesWithSubjects
    }
    
    // FlowDistinguisherMethodType is the type of flow distinguisher method
    type FlowDistinguisherMethodType string
    
    // These are valid flow-distinguisher methods.
    const (
    	// FlowDistinguisherMethodByUserType specifies that the flow distinguisher is the username in the request.
    	// This type is used to provide some insulation between users.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/model/LocalComponentDependencyMetadataTest.groovy

                assert result == [expected] as Set
            } catch (VariantSelectionException e) {
                if (expected == null) {
                    def distinguisher = queryAttributes.containsKey('flavor') ? 'extra' : 'flavor'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  5. doc/next/4-runtime.md

    The traceback printed by the runtime after an unhandled panic or other
    fatal error now indents the second and subsequent lines of the error
    message (for example, the argument to panic) by a single tab, so that
    it can be unambiguously distinguished from the stack trace of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:10:41 UTC 2024
    - 359 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    }
    
    // FlowDistinguisherMethodType is the type of flow distinguisher method
    type FlowDistinguisherMethodType string
    
    // These are valid flow-distinguisher methods.
    const (
    	// FlowDistinguisherMethodByUserType specifies that the flow distinguisher is the username in the request.
    	// This type is used to provide some insulation between users.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  7. src/crypto/x509/pkix/pkix.go

    	// Names contains all parsed attributes. When parsing distinguished names,
    	// this can be used to extract non-standard attributes that are not parsed
    	// by this package. When marshaling to RDNSequences, the Names field is
    	// ignored, see ExtraNames.
    	Names []AttributeTypeAndValue
    
    	// ExtraNames contains attributes to be copied, raw, into any marshaled
    	// distinguished names. Values override any attributes with the same OID.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    }
    
    // FlowDistinguisherMethodType is the type of flow distinguisher method
    type FlowDistinguisherMethodType string
    
    // These are valid flow-distinguisher methods.
    const (
    	// FlowDistinguisherMethodByUserType specifies that the flow distinguisher is the username in the request.
    	// This type is used to provide some insulation between users.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/typecheck/iexport.go

    //
    // declOff means a uvarint that indicates an offset within the Data
    // section where the associated declaration can be found.
    //
    //
    // There are five kinds of declarations, distinguished by their first
    // byte:
    //
    //     type Var struct {
    //         Tag  byte // 'V'
    //         Pos  Pos
    //         Type typeOff
    //     }
    //
    //     type Func struct {
    //         Tag       byte // 'F' or 'G'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 21 02:40:02 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/flowcontrol/v1beta1";
    
    // FlowDistinguisherMethod specifies the method of a flow distinguisher.
    message FlowDistinguisherMethod {
      // `type` is the type of flow distinguisher method
      // The supported types are "ByUser" and "ByNamespace".
      // Required.
      optional string type = 1;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top