Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 265 for Lach (0.05 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      // Fired before environment tear-down for each iteration of tests starts.
      virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test) = 0;
    
      // Fired after environment tear-down for each iteration of tests ends.
      virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0;
    
      // Fired after each iteration of tests finishes.
      virtual void OnTestIterationEnd(const UnitTest& unit_test,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  2. src/reflect/type.go

    			}
    		}
    		return true
    	}
    
    	return false
    }
    
    // typelinks is implemented in package runtime.
    // It returns a slice of the sections in each module,
    // and a slice of *rtype offsets in each module.
    //
    // The types in each module are sorted by string. That is, the first
    // two linked types of the first module are:
    //
    //	d0 := sections[0]
    //	t1 := (*rtype)(add(d0, offset[0][0]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    	// Walk directory with CRDs, for each file parse YAML with multiple CRDs in it.
    	// Keep track in a map a validator for each unique gvk
    	crdObjects := loadObjects("ratcheting_test_cases/crds")
    	invalidFiles := loadObjects("ratcheting_test_cases/invalid")
    	validFiles := loadObjects("ratcheting_test_cases/valid")
    
    	// Create a validator for each GVK.
    	validators := map[schema.GroupVersionKind]validator{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    			wantFilterStatus: framework.NewStatus(
    				framework.Unschedulable,
    				ErrReasonAntiAffinityRulesNotMatch,
    			),
    		},
    		{
    			name: "PodAntiAffinity symmetry check a1: incoming pod and existing pod partially match each other on AffinityTerms",
    			pod: st.MakePod().Namespace(defaultNamespace).Labels(podLabel).
    				PodAntiAffinityExists("service", "zone", st.PodAntiAffinityWithRequiredReq).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    	patch := map[string]interface{}{}
    
    	// This will be used to build the $retainKeys directive sent in the patch
    	retainKeysList := make([]interface{}, 0, len(modified))
    
    	// Compare each value in the modified map against the value in the original map
    	for key, modifiedValue := range modified {
    		// Get the underlying type for pointers
    		if diffOptions.BuildRetainKeysDirective && modifiedValue != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      // Fired before environment tear-down for each iteration of tests starts.
      virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test) = 0;
    
      // Fired after environment tear-down for each iteration of tests ends.
      virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0;
    
      // Fired after each iteration of tests finishes.
      virtual void OnTestIterationEnd(const UnitTest& unit_test,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    Your closure or provider must return a value of a type accepted by `files()`, such as `List<File>`, `String`, or `FileCollection`.
    
    _Iterating over a file collection_ can be done through the `each()` method (in Groovy) or `forEach` method (in Kotlin) on the collection or using the collection in a `for` loop.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  9. pilot/pkg/model/push_context.go

    	clusterLocalHosts ClusterLocalHosts
    
    	// sidecarIndex stores sidecar resources
    	sidecarIndex sidecarIndex
    
    	// envoy filters for each namespace including global config namespace
    	envoyFiltersByNamespace map[string][]*EnvoyFilterWrapper
    
    	// wasm plugins for each namespace including global config namespace
    	wasmPluginsByNamespace map[string][]*WasmPluginWrapper
    
    	// AuthnPolicies contains Authn policies by namespace.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/types.go

    //
    // For a given admission request, each binding will cause its policy to be
    // evaluated N times, where N is 1 for policies/bindings that don't use
    // params, otherwise N is the number of parameters selected by the binding.
    //
    // The CEL expressions of a policy must have a computed CEL cost below the maximum
    // CEL budget. Each evaluation of the policy is given an independent CEL cost budget.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top