Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 111 for somme (0.05 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    				Object: &autoscalingv2.ObjectMetricSource{
    					DescribedObject: autoscalingv2.CrossVersionObjectReference{
    						APIVersion: "apps/v1",
    						Kind:       "Deployment",
    						Name:       "some-deployment",
    					},
    					Metric: autoscalingv2.MetricIdentifier{
    						Name: "qps",
    					},
    					Target: autoscalingv2.MetricTarget{
    						Type:  autoscalingv2.ValueMetricType,
    						Value: &targetValue,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    			name: "explicit content-type wins",
    			handler: func(rw ResponseWriter, r *Request) {
    				rw.Header().Set("Content-Type", "some/type")
    				rw.Write([]byte("<html><head></head><body>some html</body></html>"))
    			},
    			check: func(got, logs string) error {
    				if !strings.Contains(got, "Content-Type: some/type") {
    					return errors.New("wrong content-type; want html")
    				}
    				return nil
    			},
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/ClosingFuture.java

    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A step in a pipeline of an asynchronous computation. When the last step in the computation is
     * complete, some objects captured during the computation are closed.
     *
     * <p>A pipeline of {@code ClosingFuture}s is a tree of steps. Each step represents either an
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A step in a pipeline of an asynchronous computation. When the last step in the computation is
     * complete, some objects captured during the computation are closed.
     *
     * <p>A pipeline of {@code ClosingFuture}s is a tree of steps. Each step represents either an
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet.go

    		clusterTrustBundleManager = &clustertrustbundle.NoopManager{}
    		klog.InfoS("Not starting ClusterTrustBundle informer because we are in static kubelet mode")
    	}
    
    	// NewInitializedVolumePluginMgr initializes some storageErrors on the Kubelet runtimeState (in csi_plugin.go init)
    	// which affects node ready status. This function must be called before Kubelet is initialized so that the Node
    	// ReadyState is accurate with the storage state.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  6. src/net/http/server.go

    //
    // TODO(bradfitz): short-circuit some of the buffering when the
    // initial header contains both a Content-Type and Content-Length.
    // Also short-circuit in (1) when the header's been sent and not in
    // chunking mode, writing directly to (4) instead, if (2) has no
    // buffered data. More generally, we could short-circuit from (1) to
    // (3) even in chunking mode if the write size from (1) is over some
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

         *
         * @return The POM file from which this model originated or {@code null} if this model does not belong to a local
         *         project (e.g. describes the metadata of some artifact from the repository).
         */
        @Deprecated
        public java.io.File getPomFile() {
            return (getDelegate().getPomFile() != null) ? getDelegate().getPomFile().toFile() : null;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

            }
          }
        }
    
        return mlir::UnrankedTensorType::get(element_type);
      };
    
      // Below we only try and do some shape inference for "source" ops which have
      // no inputs.
      if (node.num_inputs() > 0) return default_type();
    
      // Do some simply inference here to get the function arguments correct for
      // this common case.
      // TODO(jpienaar): Reconsider post refactoring shape functions.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    // disableBuildID adjusts a linker command line to avoid creating a
    // build ID when creating an object file rather than an executable or
    // shared library. Some systems, such as Ubuntu, always add
    // --build-id to every link, but we don't want a build ID when we are
    // producing an object file. On some of those system a plain -r (not
    // -Wl,-r) will turn off --build-id, but clang 3.0 doesn't support a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. pkg/apis/admissionregistration/validation/validation_test.go

    			}},
    		}, {
    			Name:         "webhook2.k8s.io",
    			ClientConfig: validClientConfig,
    			SideEffects:  &noSideEffect,
    			MatchConditions: []admissionregistration.MatchCondition{{
    				Name:       "some name",
    				Expression: "true",
    			}},
    		},
    		}, true),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
Back to top