Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 149 for completely (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    .Ignore all files and directories inside `META-INF`
    ====
    include::sample[dir="snippets/tasks/inputNormalizationMetaInf/kotlin",files="build.gradle.kts[tags=ignore-metainf-completely]"]
    include::sample[dir="snippets/tasks/inputNormalizationMetaInf/groovy",files="build.gradle[tags=ignore-metainf-completely]"]
    ====
    
    [[sec:custom_up_to_date_logic]]
    === Providing custom up-to-date logic
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

                        // For this the rest of the name does not need any dots in its name.
                        // It is either completely a inner static class or it is not.
                        // Since we do not want to have useless lookups we create the name
                        // completely and use a ConstructedClassWithPackage to prevent lookups against the package.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks
      // from putting the cluster in a state which cannot be recovered from without completely
      // disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called
      // on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks
      // from putting the cluster in a state which cannot be recovered from without completely
      // disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called
      // on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  5. tensorflow/BUILD

    # the stream executor cuda plugins. Targets that want to use cuda APIs should
    # instead depend on the dummy plugins in @local_tsl//tsl/platform/default/build_config
    # and use header only targets.
    # TODO(ddunleavy): This seems completely broken. :tensorflow_cc depends on
    # cuda_platform from tf_additional_binary_deps and this doesn't break.
    check_deps(
        name = "cuda_plugins_check_deps",
        disallowed_deps = if_static(
            [],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks
    	// from putting the cluster in a state which cannot be recovered from without completely
    	// disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called
    	// on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks
    	// from putting the cluster in a state which cannot be recovered from without completely
    	// disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called
    	// on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  8. src/runtime/malloc.go

    	// their own spans. The small window of object sizes between maxSmallSize-mallocHeaderSize
    	// and maxSmallSize will be considered large, even though they might fit in
    	// a size class. In practice this is completely fine, since the largest small
    	// size class has a single object in it already, precisely to make the transition
    	// to large objects smooth.
    	if size <= maxSmallSize-mallocHeaderSize {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

         * all must complete within one timeout period.
         *
         * The default value is 0 which imposes no timeout.
         */
        fun callTimeout(
          timeout: Long,
          unit: TimeUnit,
        ) = apply {
          callTimeout = checkDuration("timeout", timeout, unit)
        }
    
        /**
         * Sets the default timeout for complete calls. A value of 0 means no timeout, otherwise values
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  10. pkg/kubelet/pod_workers.go

    // KillPodOptions are options when performing a pod update whose update type is kill.
    type KillPodOptions struct {
    	// CompletedCh is closed when the kill request completes (syncTerminatingPod has completed
    	// without error) or if the pod does not exist, or if the pod has already terminated. This
    	// could take an arbitrary amount of time to be closed, but is never left open once
    	// CouldHaveRunningContainers() returns false.
    	CompletedCh chan<- struct{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
Back to top