Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 381 for involved (0.11 sec)

  1. plugin/pkg/admission/eventratelimit/admission_test.go

    		{
    			name:                     "involved object name should be included in source+object key",
    			serverBurst:              100,
    			sourceAndObjectBurst:     1,
    			sourceAndObjectCacheSize: 10,
    			requests: createSourceAndObjectKeyInclusionRequests(func(label string) *api.Event {
    				return &api.Event{InvolvedObject: api.ObjectReference{Name: label}}
    			}),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 17 13:19:08 UTC 2021
    - 15.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ModuleDependencyExcludeResolveIntegrationTest.groovy

        }
    
        /**
         * Exclude of transitive dependency involved in a dependency cycle.
         *
         * Dependency graph:
         * a -> b -> c -> d -> c
         *
         * 'c' is excluded on dependency a->b
         */
        def "can excluded module involved in dependency cycle"() {
            given:
            repository {
                'a:a:1.0' {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf.cc

    }
    
    // Registers a pipeline builder function for TF TPU V1 bridge.
    mlir::PassPipelineRegistration<> replicated_clustering_bridge_v1(
        "tf-replicated-clustering-bridge-v1",
        "Run all the passes involved in transforming a TensorFlow V1 graph before "
        "execution so that it is suitable for targeting devices.",
        CreateReplicatedBridgePipelineV1);
    
    }  // namespace v1
    }  // namespace tf2xla
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyDescriptorDependencyExcludeResolveIntegrationTest.groovy

        }
        /**
         * Exclude of transitive dependency involved in a dependency cycle.
         *
         * Dependency graph:
         * a -> b -> c -> d -> c
         *
         * 'c' is excluded on dependency a->b
         */
        def "module involved in dependency cycle with excluded #name"() {
            given:
            IvyModule moduleA = ivyRepo.module('a').dependsOn('b')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 20.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_resolution.adoc

    * If no ranges are involved, then the highest version that is not rejected will be selected.
    ** If a version declared as `strictly` is lower than that version, selection will fail.
    * If ranges are involved:
    ** If there is a non range version that falls within the specified ranges or is higher than their upper bound, it will be selected.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  6. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpClientHelper.java

            }
            return response;
        }
    
        public HttpClientResponse performHttpRequest(HttpRequestBase request) throws IOException {
            if (sharedContext == null) {
                // There's no authentication involved, requests can be done concurrently
                return performHttpRequest(request, new BasicHttpContext());
            }
            HttpContext httpContext = nextAvailableSharedContext();
            try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 13K bytes
    - Viewed (0)
  7. src/cmd/cgo/doc.go

    only library involved is libc.so, which can usually be assumed
    present.)
    
    This conflict between functionality and the gcc requirement means we
    must support both internal and external linking, depending on the
    circumstances: if net is the only cgo-using package, then internal
    linking is probably fine, but if other packages are involved, so that there
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/evaluate/FirCompileTimeConstantEvaluator.kt

    import org.jetbrains.kotlin.resolve.constants.evaluate.evalUnaryOp
    import org.jetbrains.kotlin.types.ConstantValueKind
    
    /**
     * An evaluator that transform numeric operation, such as div, into compile-time constant iff involved operands, such as explicit receiver
     * and the argument, are compile-time constant as well.
     */
    internal object FirCompileTimeConstantEvaluator {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 11:53:09 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  9. pkg/istio-agent/agent.go

    		} else {
    			rootCAPath = k8sCAPath
    		}
    	} else if a.secOpts.ProvCert != "" {
    		// This was never completely correct - PROV_CERT are only intended for auth with CA_ADDR,
    		// and should not be involved in determining the root CA.
    		// For VMs, the root cert file used to auth may be populated afterwards.
    		// Thus, return directly here and skip checking for existence.
    		return a.secOpts.ProvCert + "/root-cert.pem", nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  10. pkg/serviceaccount/claims.go

    )
    
    const (
    	// Injected bound service account token expiration which triggers monitoring of its time-bound feature.
    	WarnOnlyBoundTokenExpirationSeconds = 60*60 + 7
    
    	// Extended expiration for those modified tokens involved in safe rollout if time-bound feature.
    	ExpirationExtensionSeconds = 24 * 365 * 60 * 60
    )
    
    var (
    	// time.Now stubbed out to allow testing
    	now = time.Now
    	// uuid.New stubbed out to allow testing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 11.3K bytes
    - Viewed (0)
Back to top