Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 122 for yield (0.07 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    							Rule: "self.if == 10",
    						},
    						{
    							Rule: "self == 10",
    						},
    					},
    				},
    			},
    			expectedResults: []validationMatcher{
    				invalidError("undefined field 'namespace'"),
    				invalidError("undefined field 'if'"),
    				invalidError("found no matching overload"),
    			},
    		},
    		{
    			name: "transition rule identified",
    			input: schema.Structural{
    				Generic: schema.Generic{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. src/text/template/exec_test.go

    	{"empty with struct", "{{.Empty4}}", "{UinEmpty}", tVal, true},
    	{"empty with struct, field", "{{.Empty4.V}}", "UinEmpty", tVal, true},
    
    	// Edge cases with <no value> with an interface value
    	{"field on interface", "{{.foo}}", "<no value>", nil, true},
    	{"field on parenthesized interface", "{{(.).foo}}", "<no value>", nil, true},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            }
            return true;
        }
    
        private boolean isSyntheticMetaClassField(Field field) {
            return field.isSynthetic() && field.getType() == MetaClass.class;
        }
    
        private void assembleProperties(ClassDetails classDetails, ClassMetadata classMetaData) {
            for (PropertyDetails property : classDetails.getProperties()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    		scope.name = requestInfo.Name
    	} else if selectorName, ok := pred.Field.RequiresExactMatch("metadata.name"); ok {
    		scope.name = selectorName
    	}
    
    	triggerValue, triggerSupported := "", false
    	if c.indexedTrigger != nil {
    		for _, field := range pred.IndexFields {
    			if field == c.indexedTrigger.indexName {
    				if value, ok := pred.Field.RequiresExactMatch(field); ok {
    					triggerValue, triggerSupported = value, true
    					break
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/api_test.go

    		"A{}.B":    {"field (main.A) B *main.B", ".[0]"},
    		"new(A).B": {"field (*main.A) B *main.B", "->[0]"},
    		"A{}.C":    {"field (main.A) C main.C", ".[1]"},
    		"new(A).C": {"field (*main.A) C main.C", "->[1]"},
    		"A{}.b":    {"field (main.A) b int", "->[0 0]"},
    		"new(A).b": {"field (*main.A) b int", "->[0 0]"},
    		"A{}.c":    {"field (main.A) c int", ".[1 0]"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  6. src/go/types/api_test.go

    		"A{}.B":    {"field (main.A) B *main.B", ".[0]"},
    		"new(A).B": {"field (*main.A) B *main.B", "->[0]"},
    		"A{}.C":    {"field (main.A) C main.C", ".[1]"},
    		"new(A).C": {"field (*main.A) C main.C", "->[1]"},
    		"A{}.b":    {"field (main.A) b int", "->[0 0]"},
    		"new(A).b": {"field (*main.A) b int", "->[0 0]"},
    		"A{}.c":    {"field (main.A) c int", ".[1 0]"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_messages.go

    	return b.Bytes()
    }
    
    func (m *clientHelloMsg) marshal() ([]byte, error) {
    	return m.marshalMsg(false)
    }
    
    // marshalWithoutBinders returns the ClientHello through the
    // PreSharedKeyExtension.identities field, according to RFC 8446, Section
    // 4.2.11.2. Note that m.pskBinders must be set to slices of the correct length.
    func (m *clientHelloMsg) marshalWithoutBinders() ([]byte, error) {
    	bindersLen := 2 // uint16 length prefix
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. pkg/registry/core/pod/strategy_test.go

    				if condition.Type == api.PodScheduled {
    					got = condition
    					break
    				}
    			}
    
    			if diff := cmp.Diff(tt.want, got); diff != "" {
    				t.Errorf("unexpected field errors (-want, +got):\n%s", diff)
    			}
    		})
    	}
    }
    
    func TestCheckGracefulDelete(t *testing.T) {
    	defaultGracePeriod := int64(30)
    	tcs := []struct {
    		name              string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. src/net/netip/netip_test.go

    		"192.168.12345",
    		// IPv4 in class B form, with a small enough number to be
    		// parseable as a regular dotted decimal field.
    		"127.0.1",
    		// IPv4 in class A form
    		"192.1234567",
    		// IPv4 in class A form, with a small enough number to be
    		// parseable as a regular dotted decimal field.
    		"127.1",
    		// IPv4 field has value >255
    		"192.168.300.1",
    		// IPv4 with too many fields
    		"192.168.0.1.5.6",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // `paramKind` in the policy and leaving this field empty.
      //
      // - If `paramKind` is cluster-scoped, this field MUST be unset. Setting this
      // field results in a configuration error.
      //
      // - If `paramKind` is namespace-scoped, the namespace of the object being
      // evaluated for admission will be used when this field is left unset. Take
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top