Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 167 for xoring (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	}
    
    	// Set the default behavior for storage key generation
    	if e.KeyRootFunc == nil && e.KeyFunc == nil {
    		if isNamespaced {
    			e.KeyRootFunc = func(ctx context.Context) string {
    				return NamespaceKeyRootFunc(ctx, prefix)
    			}
    			e.KeyFunc = func(ctx context.Context, name string) (string, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    Build configuration inputs include:
    
    - Init scripts
    - Settings scripts
    - Build scripts
    - System properties used during the configuration phase
    - Gradle properties used during the configuration phase
    - Environment variables used during the configuration phase
    - Configuration files accessed using value suppliers such as providers
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

            default_to_single_batch_(default_to_single_batch) {}
    
     protected:
      // This flag will control the behavior of error emitting during rewrite:
      // 1) If it's true, then patterns will only emit errors during debug or
      // tracing mode. 2) If it's false, then patterns will emit standard errors
      // when there is a rewrite failure.
      bool allow_tensorlist_pass_through_;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier.go

    var ipsetWithIptablesChain = []struct {
    	name          string
    	table         utiliptables.Table
    	from          string
    	to            string
    	matchType     string
    	protocolMatch string
    }{
    	{kubeLoopBackIPSet, utiliptables.TableNAT, string(kubePostroutingChain), "MASQUERADE", "dst,dst,src", ""},
    	{kubeLoadBalancerSet, utiliptables.TableNAT, string(kubeServicesChain), string(kubeLoadBalancerChain), "dst,dst", ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    }
    
    func (APIGroup) SwaggerDoc() map[string]string {
    	return map_APIGroup
    }
    
    var map_APIGroupList = map[string]string{
    	"":       "APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.",
    	"groups": "groups is a list of APIGroup.",
    }
    
    func (APIGroupList) SwaggerDoc() map[string]string {
    	return map_APIGroupList
    }
    
    var map_APIResource = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  6. src/runtime/asm_amd64.s

    // func strhash(p unsafe.Pointer, h uintptr) uintptr
    TEXT runtime·strhash<ABIInternal>(SB),NOSPLIT,$0-24
    	// AX = ptr to string struct
    	// BX = seed
    	CMPB	runtime·useAeshash(SB), $0
    	JEQ	noaes
    	MOVQ	8(AX), CX	// length of string
    	MOVQ	(AX), AX	// string data
    	JMP	aeshashbody<>(SB)
    noaes:
    	JMP	runtime·strhashFallback<ABIInternal>(SB)
    
    // AX: data
    // BX: hash seed
    // CX: length
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. src/runtime/mgcscavenge.go

    		// bits of the original word are ORed with these values;
    		// thus, the high bit of a byte is set iff any bit in the
    		// byte was set. Finally, we determine if any of these high
    		// bits are zero by ORing with ones everywhere except the
    		// high bits and inverting the result."
    		return ^((((x & c) + c) | x) | c)
    	}
    	// Transform x to contain a 1 bit at the top of each m-aligned
    	// group of m zero bits.
    	switch m {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    `TestA` tests.
    
    While preserving the order of tests is the default behavior when directly working with _testng.xml_ files, the https://jitpack.io/com/github/cbeust/testng/master/javadoc/org/testng/TestNG.html[TestNG API] that is used by Gradle's TestNG integration executes tests in unpredictable order by default.footnote:[The TestNG documentation contains more details about test ordering when working with `testng.xml` files: http://testng.org/doc/documentation-main.html#testng-xml[].] The ability...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                "type": "string"
              },
              "resource": {
                "description": "Resource is one of the existing resource types.  \"*\" means all.",
                "type": "string"
              },
              "subresource": {
                "description": "Subresource is one of the existing resource types.  \"\" means none.",
                "type": "string"
              },
              "verb": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.3.md

    ## Changelog since v1.3.6
    
    ### Other notable changes
    
    * AWS: Add ap-south-1 to list of known AWS regions ([#28428](https://github.com/kubernetes/kubernetes/pull/28428), [@justinsb](https://github.com/justinsb))
    * Back porting critical vSphere bug fixes to release 1.3 ([#31993](https://github.com/kubernetes/kubernetes/pull/31993), [@dagnello](https://github.com/dagnello))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top