Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 222 for Precedence (0.28 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

         * defined precedence onto each other to achieve proper precedence. Precedence is defined as:
         * <ul>
         *     <li>System properties (lowest precedence)</li>
         *     <li>Project properties (optional)</li>
         *     <li>User properties (highest precedence)</li>
         * </ul>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLocalRepoResolveIntegrationTest.groovy

            args "-Dmaven.repo.local=${artifactRepo.rootDir.getAbsolutePath()}"
            run 'retrieve'
    
            then:
            hasArtifact(moduleA)
        }
    
        def "local repository in user settings take precedence over the local repository global settings"() {
            given:
            def globalRepo = mavenLocal("globalArtifactRepo")
            def userRepo = mavenLocal("userArtifactRepo")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. pilot/pkg/xds/cds_test.go

    			// The Service has precedence, so its cluster will be used
    			sans: []string{"spiffe://cluster.local/ns/default/sa/pod"},
    		},
    		{
    			name:    "Kubernetes service and NONE ServiceEntry ISTIO_MUTUAL",
    			objs:    []runtime.Object{service, pod, endpoint},
    			configs: []config.Config{drIstioMTLS, seNONE},
    			// The Service has precedence, so its cluster will be used
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 02:06:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler.go

    	"k8s.io/apimachinery/pkg/runtime"
    	utilruntime "k8s.io/apimachinery/pkg/util/runtime"
    	"k8s.io/klog/v2"
    )
    
    type Source uint
    
    // The GroupVersion from the lowest Source takes precedence
    const (
    	AggregatorSource Source = 0
    	BuiltinSource    Source = 100
    	CRDSource        Source = 200
    )
    
    // This handler serves the /apis endpoint for an aggregated list of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r76/SystemPropertyPropagationCrossVersionTest.groovy

            when:
            runTask { withSystemProperties('mySystemProperty' : 'newValue') }
    
            then:
            hasSystemProperty('mySystemProperty', 'newValue')
        }
    
        def "JVM arguments have precedence over system properties"() {
            when:
            runTask {
                withSystemProperties('customKey' : 'syspropValue')
                addJvmArguments('-DcustomKey=jvmargValue')
            }
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 06:17:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  6. pkg/test/env/istio.go

    	// nolint: golint, revive, stylecheck
    	GRPC_ECHO_IMAGE Variable = "GRPC_ECHO_IMAGE"
    
    	// KUBECONFIG is the list of Kubernetes configuration files. If configuration files are specified on
    	// the command-line, that takes precedence.
    	// nolint: revive, stylecheck
    	KUBECONFIG Variable = "KUBECONFIG"
    
    	// IstioSrc is the location of istio source ($TOP/src/istio.io/istio
    	IstioSrc = REPO_ROOT.ValueOrDefaultFunc(getDefaultIstioSrc)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 16:24:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. src/net/http/doc.go

    a newer version of Go's http2 package, import "golang.org/x/net/http2"
    directly and use its ConfigureTransport and/or ConfigureServer
    functions. Manually configuring HTTP/2 via the golang.org/x/net/http2
    package takes precedence over the net/http package's built-in HTTP/2
    support.
    */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ResolvableConfigurationsReportTaskIntegrationTest.groovy

        - org.gradle.libraryelements
        - org.gradle.plugin.api-version
        - org.gradle.usage (2)
    
    (#): Attribute disambiguation precedence""")
    
            and:
            doesNotHaveLegacyLegend()
        }
    
        def "report prints attribute disambiguation precedence"() {
            given: "A disambiguation rule applying to the alphabetically first named attribute in the list"
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/templates/mutatingwebhook.yaml

    {{- /* Set up the selectors. First section is for revision, rest is for "default" revision */}}
    
    {{- /* Case 1: namespace selector matches, and object doesn't disable */}}
    {{- /* Note: if both revision and legacy selector, we give precedence to the legacy one */}}
    {{- include "core" (mergeOverwrite (deepCopy $whv) (dict "Prefix" "rev.namespace.") ) }}
      namespaceSelector:
        matchExpressions:
        - key: istio.io/rev
          operator: In
          values:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/templates/mutatingwebhook.yaml

    {{- /* Set up the selectors. First section is for revision, rest is for "default" revision */}}
    
    {{- /* Case 1: namespace selector matches, and object doesn't disable */}}
    {{- /* Note: if both revision and legacy selector, we give precedence to the legacy one */}}
    {{- include "core" (mergeOverwrite (deepCopy $whv) (dict "Prefix" "rev.namespace.") ) }}
      namespaceSelector:
        matchExpressions:
        - key: istio.io/rev
          operator: In
          values:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top