Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 260 for withT (0.05 sec)

  1. src/testing/testing.go

    // When fuzzing is disabled, the fuzz target is called with the seed inputs
    // registered with F.Add and seed inputs from testdata/fuzz/<Name>. In this
    // mode, the fuzz test acts much like a regular test, with subtests started
    // with F.Fuzz instead of T.Run.
    //
    // See https://go.dev/doc/fuzz for documentation about fuzzing.
    //
    // # Skipping
    //
    // Tests or benchmarks may be skipped at run time with a call to
    // the Skip method of *T or *B:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator_test.go

    		{
    			name:                    "RWOP with plugin with SELinux with full context in pod",
    			accessModes:             []v1.PersistentVolumeAccessMode{v1.ReadWriteOncePod},
    			newContainerSELinuxOpts: fullOpts,
    			pluginSupportsSELinux:   true,
    			expectedContext:         "system_u:object_r:container_file_t:s0:c1,c2",
    		},
    		{
    			name:                    "RWOP with plugin with SELinux with partial context in pod",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ==== Applying Kotlin DSL precompiled scripts published with Gradle < 6.0
    
    Applying Kotlin DSL precompiled scripts published with Gradle < 6.0 is deprecated.
    Please use a version of the plugin published with Gradle >= 6.0.
    
    [[kotlin_dsl_with_kgp_lt_1_8_0]]
    ==== Applying the `kotlin-dsl` together with Kotlin Gradle Plugin < 1.8.0
    
    Applying the `kotlin-dsl` together with Kotlin Gradle Plugin < 1.8.0 is deprecated.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string
    	// that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and
    	// the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  5. .bazelrc

    #     dbg:              Build with debug info
    #
    # TF version options;
    #     v2: Build TF v2
    #
    # Feature and Third party library support options:
    #     xla:          Build TF with XLA
    #     tpu:          Build TF with TPU support
    #     cuda:         Build with CUDA support.
    #     cuda_clang    Build with CUDA Clang support.
    #     rocm:         Build with AMD GPU support (rocm)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. src/crypto/tls/common.go

    	// Get searches for a ClientSessionState associated with the given key.
    	// On return, ok is true if one was found.
    	Get(sessionKey string) (session *ClientSessionState, ok bool)
    
    	// Put adds the ClientSessionState to the cache with the given key. It might
    	// get called multiple times in a connection if a TLS 1.3 server provides
    	// more than one session ticket. If called with a nil *ClientSessionState,
    	// it should remove the cache entry.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      let summary = "Writes a `Summary` protocol buffer with audio.";
    
      let description = [{
    The summary has up to `max_outputs` summary values containing audio. The
    audio is built from `tensor` which must be 3-D with shape `[batch_size,
    frames, channels]` or 2-D with shape `[batch_size, frames]`. The values are
    assumed to be in the range of `[-1.0, 1.0]` with a sample rate of `sample_rate`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modget/get.go

    				// explicit version of the main module”, or “downgrade away the
    				// package with the same path as the main module, found in a module
    				// with a prefix of the main module's path”.
    				//
    				// However, neither of those behaviors would be consistent with the
    				// plain meaning of the query. To try to reduce confusion, reject the
    				// query explicitly.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  9. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

     * <p>Service interfaces should be annotated with {@link org.gradle.internal.service.scopes.ServiceScope} to indicate their intended usage.</p>
     *
     * <p>Service interfaces can be annotated with {@link org.gradle.internal.service.scopes.StatefulListener} to indicate that services instances that implement the interface should
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. pkg/apis/storage/validation/validation_test.go

    		// test scenarios with InlineVolumeSpec set
    		volumeAttachment.Spec.Source.InlineVolumeSpec = &inlineSpec
    		old.Spec.Source.InlineVolumeSpec = &inlineSpec
    		if errs := ValidateVolumeAttachmentUpdate(&volumeAttachment, &old); len(errs) != 0 {
    			t.Errorf("expected success: %+v", errs)
    		}
    	}
    
    	// reset old's source with volumeName in case it was left with something else by earlier tests
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
Back to top