Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 59 for Forever (0.12 sec)

  1. src/crypto/x509/verify_test.go

    		systemSkip:  true, // does not chain to a system root
    
    		expectedChains: [][]string{
    			{"Acme Co"},
    		},
    	},
    	{
    		// Putting a certificate as a root directly should not skip
    		// other checks however.
    		name:        "LeafInRootsInvalid",
    		leaf:        selfSigned,
    		roots:       []string{selfSigned},
    		currentTime: 1471624472,
    		dnsName:     "notfoo.example",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            //  - artifactType=final
    
            // Both of these potential transforms are compatible, except (1) has a favorable attribute set
            // with respect to the attribute schema. However, we want to choose (2) since it is the shorter chain.
    
            buildFile << """
                project(':lib') {
                    task jar(type: Jar) {
                        destinationDirectory = buildDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    [#38593](https://github.com/kubernetes/kubernetes/issues/38593)
    * Federation control plane can be upgraded by updating the image
    fields in the `Deployment` specs of the control plane components.
    However, federation control plane upgrades were not tested in this
    release [38537](https://github.com/kubernetes/kubernetes/issues/38537)
    
    ## Notable Changes to Existing Behavior
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. src/reflect/value.go

    }
    
    // StringHeader is the runtime representation of a string.
    // It cannot be used safely or portably and its representation may
    // change in a later release.
    // Moreover, the Data field is not sufficient to guarantee the data
    // it references will not be garbage collected, so programs must keep
    // a separate, correctly typed pointer to the underlying data.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    benefit, as the broadcasted tensor is never materialized.
    
    However, `broadcast_to` does not carry with it any such benefits.
    The newly-created tensor takes the full memory of the broadcasted
    shape. (In a graph context, `broadcast_to` might be fused to
    subsequent operation and then be optimized away, however.)
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/Maps.java

          // https://github.com/openjdk/jdk/commit/3e393047e12147a81e2899784b943923fc34da8e, a bug
          // meant that sometimes a too-large threshold is calculated. However, this new threshold is
          // independent of the initial capacity, except that it won't be lower than the threshold
          // computed from that capacity. Because the internal table is only allocated on the first
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Maps.java

          // https://github.com/openjdk/jdk/commit/3e393047e12147a81e2899784b943923fc34da8e, a bug
          // meant that sometimes a too-large threshold is calculated. However, this new threshold is
          // independent of the initial capacity, except that it won't be lower than the threshold
          // computed from that capacity. Because the internal table is only allocated on the first
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %mul = "tf.Mul"(%arg0, %arg0) : (tensor<f32>, tensor<f32>) -> tensor<f32>
        // Folding will infer that: Pow(%mul, 1.0) -> %mul
        // However we don't have the actual value for the mul, but we can use the
        // mul type!
        // CHECK: tf.Pow
        // CHECK-SAME: -> tensor<f32>
        %pow = "tf.Pow"(%mul, %cst1) : (tensor<f32>, tensor<f32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  9. cmd/admin-handlers.go

    // sequence.
    //
    // If no client token is provided, and a heal sequence is in progress
    // an error is returned with information about the running heal
    // sequence. However, if the force-start flag is provided, the server
    // aborts the running heal sequence and starts a new one.
    func (a adminAPIHandlers) HealHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			t.Fatalf("Couldn't create cacher: %v", err)
    		}
    		if utilfeature.DefaultFeatureGate.Enabled(features.ResilientWatchCacheInitialization) {
    			// The tests assume that Get/GetList/Watch calls shouldn't fail.
    			// However, 429 error can now be returned if watchcache is under initialization.
    			// To avoid rewriting all tests, we wait for watchcache to initialize.
    			if err := cacher.Wait(context.Background()); err != nil {
    				t.Fatal(err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top