Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 106 for extr6 (0.04 sec)

  1. platforms/software/security/src/test/resources/keyrings/valid-with-extra-metadata.keys

    Tom Tresansky <******@****.***> 1697026569 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 65.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types/type.go

    	}
    	nt := *t
    	// copy any *T Extra fields, to avoid aliasing
    	switch t.kind {
    	case TMAP:
    		x := *t.extra.(*Map)
    		nt.extra = &x
    	case TFORW:
    		x := *t.extra.(*Forward)
    		nt.extra = &x
    	case TFUNC:
    		x := *t.extra.(*Func)
    		nt.extra = &x
    	case TSTRUCT:
    		x := *t.extra.(*Struct)
    		nt.extra = &x
    	case TINTER:
    		x := *t.extra.(*Interface)
    		nt.extra = &x
    	case TCHAN:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    		},
    		{
    			name: "duplicate extra mapping key",
    			in: api.ClaimMappings{
    				Username: api.PrefixedClaimOrExpression{Expression: "claims.username"},
    				Groups:   api.PrefixedClaimOrExpression{Expression: "claims.groups"},
    				Extra: []api.ExtraMapping{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                    configurations {
                        foo.attributes { $freeDebug; attribute(extra, 'extra') }
                        foo2.attributes { $freeDebug; attribute(extra, 'extra 2') }
                        bar.attributes { $freeRelease; attribute(extra, 'extra') }
                        bar2.attributes { $freeRelease; attribute(extra, 'extra 2') }
                    }
                    task fooJar(type: Jar) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  5. fastapi/param_functions.py

                Any additional JSON schema data.
                """
            ),
        ] = None,
        **extra: Annotated[
            Any,
            Doc(
                """
                Include extra fields used by the JSON Schema.
                """
            ),
            deprecated(
                """
                The `extra` kwargs is deprecated. Use `json_schema_extra` instead.
                """
            ),
        ],
    ) -> Any:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [source,kotlin]
    ----
    val myNewProperty by extra("initial value")  // <1>
    val myOtherNewProperty by extra { "calculated initial value" }  // <2>
    
    val myProperty: String by extra  // <3>
    val myNullableProperty: String? by extra  // <4>
    ----
    <1> Creates a new extra property called `myNewProperty` in the current context (the project in this case) and initializes it with the value `"initial value"`, which also determines the property's _type_
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. src/runtime/map.go

    	h.nevacuate = 0
    	h.noverflow = 0
    
    	if h.extra != nil && h.extra.overflow != nil {
    		// Promote current overflow buckets to the old generation.
    		if h.extra.oldoverflow != nil {
    			throw("oldoverflow is not nil")
    		}
    		h.extra.oldoverflow = h.extra.overflow
    		h.extra.overflow = nil
    	}
    	if nextOverflow != nil {
    		if h.extra == nil {
    			h.extra = new(mapextra)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    	i--
    	dAtA[i] = 0x3a
    	if len(m.Extra) > 0 {
    		keysForExtra := make([]string, 0, len(m.Extra))
    		for k := range m.Extra {
    			keysForExtra = append(keysForExtra, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForExtra)
    		for iNdEx := len(keysForExtra) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Extra[string(keysForExtra[iNdEx])]
    			baseI := i
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    		i--
    		dAtA[i] = 0x3a
    	}
    	if len(m.Extra) > 0 {
    		keysForExtra := make([]string, 0, len(m.Extra))
    		for k := range m.Extra {
    			keysForExtra = append(keysForExtra, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForExtra)
    		for iNdEx := len(keysForExtra) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Extra[string(keysForExtra[iNdEx])]
    			baseI := i
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. src/internal/trace/order.go

    		pState.status = go122.ProcSyscallAbandoned
    		newCtx.P = NoProc
    
    		// Queue an extra self-ProcSteal event.
    		extra := makeEvent(evt, curCtx, go122.EvProcSteal, ev.time, uint64(curCtx.P))
    		extra.base.extra(version.Go122)[0] = uint64(go122.ProcSyscall)
    		o.queue.push(extra)
    	}
    	o.queue.push(Event{table: evt, ctx: curCtx, base: *ev})
    	return newCtx, true, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top