Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 443 for map1 (0.5 sec)

  1. tests/integration/ambient/main_test.go

    		Prefix: "echo",
    		Inject: false,
    		Labels: map[string]string{
    			constants.DataplaneModeLabel: "ambient",
    		},
    	})
    	if err != nil {
    		return err
    	}
    	apps.ExternalNamespace, err = namespace.New(t, namespace.Config{
    		Prefix: "external",
    		Inject: false,
    		Labels: map[string]string{
    			"istio.io/test-exclude-namespace": "true",
    		},
    	})
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. src/net/textproto/reader.go

    // ending in a blank line.
    // The returned map m maps [CanonicalMIMEHeaderKey](key) to a
    // sequence of values in the same order encountered in the input.
    //
    // For example, consider this input:
    //
    //	My-Key: Value 1
    //	Long-Key: Even
    //	       Longer Value
    //	My-Key: Value 2
    //
    // Given that input, ReadMIMEHeader returns the map:
    //
    //	map[string][]string{
    //		"My-Key": {"Value 1", "Value 2"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  3. pkg/workloadapi/workload.pb.go

    	// Workload is unhealthy and NOT ready to serve traffic.
    	WorkloadStatus_UNHEALTHY WorkloadStatus = 1
    )
    
    // Enum value maps for WorkloadStatus.
    var (
    	WorkloadStatus_name = map[int32]string{
    		0: "HEALTHY",
    		1: "UNHEALTHY",
    	}
    	WorkloadStatus_value = map[string]int32{
    		"HEALTHY":   0,
    		"UNHEALTHY": 1,
    	}
    )
    
    func (x WorkloadStatus) Enum() *WorkloadStatus {
    	p := new(WorkloadStatus)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/mappingToJvm/DeclarativeRuntimeFunction.kt

    import java.lang.reflect.InvocationTargetException
    import kotlin.reflect.KFunction
    
    
    interface DeclarativeRuntimeFunction {
        fun callBy(receiver: Any, binding: Map<DataParameter, Any?>, hasLambda: Boolean): InvocationResult
    
        fun callByWithErrorHandling(receiver: Any, binding: Map<DataParameter, Any?>, hasLambda: Boolean): InvocationResult {
            try {
                return callBy(receiver, binding, hasLambda)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:07:27 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. cmd/http-stats.go

    	if ok {
    		return val
    	}
    
    	return 0
    }
    
    // Load returns the recorded stats.
    func (stats *HTTPAPIStats) Load(toLower bool) map[string]int {
    	if stats == nil {
    		return map[string]int{}
    	}
    
    	stats.RLock()
    	defer stats.RUnlock()
    
    	apiStats := make(map[string]int, len(stats.apiStats))
    	for k, v := range stats.apiStats {
    		if toLower {
    			k = strings.ToLower(k)
    		}
    		apiStats[k] = v
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 15 06:25:13 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/CompactHashMap.java

      @VisibleForTesting
      @CheckForNull
      Map<K, V> delegateOrNull() {
        if (table instanceof Map) {
          return (Map<K, V>) table;
        }
        return null;
      }
    
      Map<K, V> createHashFloodingResistantDelegate(int tableSize) {
        return new LinkedHashMap<>(tableSize, 1.0f);
      }
    
      @CanIgnoreReturnValue
      Map<K, V> convertToHashFloodingResistantImplementation() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    type MetricV2 struct {
    	Description          MetricDescription `json:"Description"`
    	StaticLabels         map[string]string `json:"StaticLabels"`
    	Value                float64           `json:"Value"`
    	VariableLabels       map[string]string `json:"VariableLabels"`
    	HistogramBucketLabel string            `json:"HistogramBucketLabel"`
    	Histogram            map[string]uint64 `json:"Histogram"`
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/helper/ViewHelper.java

        protected String highlightTagPost;
    
        protected boolean useSession = true;
    
        protected final Map<String, String> pageCacheMap = new ConcurrentHashMap<>();
    
        protected final Map<String, String> initFacetParamMap = new HashMap<>();
    
        protected final Map<String, String> initGeoParamMap = new HashMap<>();
    
        protected final List<FacetQueryView> facetQueryViewList = new ArrayList<>();
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:58:45 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go

    	Hostport string
    
    	Host string // Host portion of Hostport
    	Port int    // Port portion of Hostport
    
    	// Handlers maps from URL paths to the handler to invoke to
    	// serve that path.
    	Handlers map[string]http.Handler
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  10. security/pkg/nodeagent/sds/sdsservice.go

    func (w *Watch) UpdateWatchedResource(_ string, f func(*xds.WatchedResource) *xds.WatchedResource) {
    	w.Lock()
    	defer w.Unlock()
    	w.watch = f(w.watch)
    }
    
    func (w *Watch) GetID() string {
    	// This always maps to the same local Envoy instance.
    	return ""
    }
    
    func (w *Watch) requested(secretName string) bool {
    	w.Lock()
    	defer w.Unlock()
    	if w.watch != nil {
    		for _, res := range w.watch.ResourceNames {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 25 00:20:04 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top