Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for checkIn (0.18 sec)

  1. tests/integration/pilot/common/routing.go

    				Port:    echo.Port{ServicePort: 12346, Protocol: protocol.HTTP},
    				Timeout: time.Millisecond * 100,
    				Check:   check.OK(),
    			},
    		})
    	}
    }
    
    func externalNameCases(t TrafficContext) {
    	calls := func(name string, checks ...echo.Checker) []TrafficCall {
    		checks = append(checks, check.OK())
    		ch := []TrafficCall{}
    		for _, c := range t.Apps.A {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"type(self.m['a']) == null_type", // null check using runtime type checking
    				//"self.m['a'] == null",
    
    				"self.l.size() == 2",
    				"type(self.l[0]) == null_type",
    				//"self.l[0] == null",
    
    				"self.s.size() == 2",
    				"type(self.s[0]) == null_type",
    				//"self.s[0] == null",
    			},
    			errors: map[string]string{
    				// TODO(jpbetz): Type checker does not support unions of (<type>, Null).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Maps.java

           * prototype checker's JDK. However, the checker still sees the return type as plain
           * `Enumeration<?>`, probably because of one of the following two bugs (and maybe those two
           * bugs are themselves just symptoms of the same underlying problem):
           *
           * https://github.com/typetools/checker-framework/issues/3030
           *
           * https://github.com/typetools/checker-framework/issues/3236
           */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  4. pkg/apis/admissionregistration/validation/validation_test.go

    	}, {
    		name: "type checking",
    		status: &admissionregistration.ValidatingAdmissionPolicyStatus{
    			TypeChecking: &admissionregistration.TypeChecking{
    				ExpressionWarnings: []admissionregistration.ExpressionWarning{{
    					FieldRef: "spec.validations[0].expression",
    					Warning:  "message",
    				}},
    			},
    		},
    	}, {
    		name: "type checking bad json path",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Maps.java

           * prototype checker's JDK. However, the checker still sees the return type as plain
           * `Enumeration<?>`, probably because of one of the following two bugs (and maybe those two
           * bugs are themselves just symptoms of the same underlying problem):
           *
           * https://github.com/typetools/checker-framework/issues/3030
           *
           * https://github.com/typetools/checker-framework/issues/3236
           */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

                                     "quantized dot_general.\n");
          return failure();
        }
        // Checking one side is enough since
        // (C1) size(lhs_batching_dimensions) = size(rhs_batching_dimensions).
        if (num_lhs_contracting_dims != 1) {
          // Check one side is enough since
          // (C2) size(lhs_contracting_dimensions) =
          // size(rhs_contracting_dimensions).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  7. pkg/volume/util/operationexecutor/operation_generator.go

    			if areAttachedErr != nil {
    				klog.Errorf(
    					"VolumesAreAttached failed for checking on node %q with: %v",
    					nodeName,
    					areAttachedErr)
    				continue
    			}
    
    			for spec, check := range attached {
    				if !check {
    					actualStateOfWorld.MarkVolumeAsDetached(volumeSpecMap[spec], nodeName)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/pkg.go

    	vpath := "vendor/" + path
    	for i := len(dir); i >= len(root); i-- {
    		if i < len(dir) && dir[i] != filepath.Separator {
    			continue
    		}
    		// Note: checking for the vendor directory before checking
    		// for the vendor/path directory helps us hit the
    		// isDir cache more often. It also helps us prepare a more useful
    		// list of places we looked, to report when an import is not found.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    // top-level "crash/bang".
    //
    // Code in vendor directories is not subject to import path
    // checking (see 'go help importpath').
    //
    // When 'go get' checks out or updates a git repository, it now also
    // updates submodules.
    //
    // Vendor directories do not affect the placement of new repositories
    // being checked out for the first time by 'go get': those are always
    // placed in the main GOPATH, never in a vendor subtree.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "warning": {
                "default": "",
                "description": "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
                "type": "string"
              }
            },
            "required": [
              "fieldRef",
              "warning"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
Back to top