Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 167 for xoring (0.17 sec)

  1. pilot/pkg/model/push_context.go

    	instancesByPort map[string]map[int][]*IstioEndpoint
    }
    
    func newServiceIndex() serviceIndex {
    	return serviceIndex{
    		public:               []*Service{},
    		privateByNamespace:   map[string][]*Service{},
    		exportedToNamespace:  map[string][]*Service{},
    		HostnameAndNamespace: map[host.Name]map[string]*Service{},
    		instancesByPort:      map[string]map[int][]*IstioEndpoint{},
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. src/runtime/malloc.go

    		// aren't going to be getting this far anyway on 32-bit platforms.
    		userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
    		userArenaHint.addr = p
    		userArenaHint.next, mheap_.userArena.arenaHints = mheap_.userArena.arenaHints, userArenaHint
    	}
    	// Initialize the memory limit here because the allocator is going to look at it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue enabled = 10;
    
      // Environment variables passed to the proxy container.
      google.protobuf.Struct env = 11;
    
      map<string, string> labels = 15;
    
      string loadBalancerIP = 16;
    
      repeated string loadBalancerSourceRanges = 17;
    
      string name = 44;
    
      // K8s node selector.
      //
      // See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    	claim      func(*resourcev1alpha2.ResourceClaim) *resourcev1alpha2.ResourceClaim
    }
    type perNodeResult map[string]result
    
    func (p perNodeResult) forNode(nodeName string) result {
    	if p == nil {
    		return result{}
    	}
    	return p[nodeName]
    }
    
    type want struct {
    	preenqueue       result
    	preFilterResult  *framework.PreFilterResult
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  5. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

        private static final String EXT_CLASS_PATH = "maven.ext.class.path";
    
        private static final String EXTENSIONS_FILENAME = "extensions.xml";
    
        private static final String MVN_EXTENSIONS_FILENAME = ".mvn/" + EXTENSIONS_FILENAME;
    
        private static final String MVN_MAVEN_CONFIG = ".mvn/maven.config";
    
        public static final String STYLE_COLOR_PROPERTY = "style.color";
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/buildlist.go

    	}
    
    	if rs.maxRootVersion["go"] == "" {
    		panic(`newRequirements called without a "go" version`)
    	}
    	return rs
    }
    
    // String returns a string describing the Requirements for debugging.
    func (rs *Requirements) String() string {
    	return fmt.Sprintf("{%v %v}", rs.pruning, rs.rootModules)
    }
    
    // initVendor initializes rs.graph from the given list of vendored module
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // (char pointer) and the other operand is an STL string object, we
    // want to format the C string as a string, since we know it is
    // compared by value with the string object.  If the value is a char
    // pointer but the other operand is not an STL string object, we don't
    // know whether the pointer is supposed to point to a NUL-terminated
    // string, and thus want to print it as a pointer to be safe.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // (char pointer) and the other operand is an STL string object, we
    // want to format the C string as a string, since we know it is
    // compared by value with the string object.  If the value is a char
    // pointer but the other operand is not an STL string object, we don't
    // know whether the pointer is supposed to point to a NUL-terminated
    // string, and thus want to print it as a pointer to be safe.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// +listType=atomic
    	Paths []string `json:"paths" protobuf:"bytes,1,rep,name=paths"`
    }
    
    // TODO: remove me when watch is refactored
    func LabelSelectorQueryParam(version string) string {
    	return "labelSelector"
    }
    
    // TODO: remove me when watch is refactored
    func FieldSelectorQueryParam(version string) string {
    	return "fieldSelector"
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  10. cmd/test-utils_test.go

    func getListBucketURL(endPoint string) string {
    	return makeTestTargetURL(endPoint, "", "", url.Values{})
    }
    
    // return URL for HEAD on the bucket.
    func getHEADBucketURL(endPoint, bucketName string) string {
    	return makeTestTargetURL(endPoint, bucketName, "", url.Values{})
    }
    
    // return URL for deleting the bucket.
    func getDeleteBucketURL(endPoint, bucketName string) string {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
Back to top