Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 140 for Enumerated (0.32 sec)

  1. staging/src/k8s.io/api/rbac/v1beta1/types.go

    	Verbs []string `json:"verbs" protobuf:"bytes,1,rep,name=verbs"`
    
    	// APIGroups is the name of the APIGroup that contains the resources.  If multiple API groups are specified, any action requested against one of
    	// the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups.
    	// +optional
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 22:49:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/a.out.go

    	AXSMAXJDP
    	AXSMINJDP
    	ALASTAOUT // The last instruction in this list. Also the first opcode generated by ppc64map.
    
    	// aliases
    	ABR   = obj.AJMP
    	ABL   = obj.ACALL
    	ALAST = ALASTGEN // The final enumerated instruction value + 1. This is used to size the oprange table.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/node/node_authorizer.go

    	if _, isNode := r.identifier.NodeIdentity(user); isNode {
    		// indicate nodes do not have fully enumerated permissions
    		return nil, nil, true, fmt.Errorf("node authorizer does not support user rule resolution")
    	}
    	return nil, nil, false, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. src/cmd/go/internal/mvs/mvs.go

    			}
    			if p.Version == "none" {
    				continue List
    			}
    			add(p)
    			r = p
    		}
    		downgraded = append(downgraded, r)
    	}
    
    	// The downgrades we computed above only downgrade to versions enumerated by
    	// reqs.Previous. However, reqs.Previous omits some versions — such as
    	// pseudo-versions and retracted versions — that may be selected as transitive
    	// requirements of other modules.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 21:58:12 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    		// explains the behavior reason for a particular failure.
    		fixme string
    	}
    
    	// Test cases are grouped by the kind of the CBOR data item being decoded, as enumerated in
    	// https://www.rfc-editor.org/rfc/rfc8949.html#section-2.
    	group := func(t *testing.T, name string, tests []test) {
    		t.Run(name, func(t *testing.T) {
    			for _, test := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/custom_tasks.adoc

    Describes an option with an arbitrary String value. +
    Passing the option on the command line also requires a value, e.g., `--container-id=2x94held` or `--container-id 2x94held`.
    
    `enum`, `Property<enum>`::
    Describes an option as an enumerated type. +
    Passing the option on the command line also requires a value e.g., `--log-level=DEBUG` or `--log-level debug`. +
    The value is not case-sensitive.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 25 15:21:05 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Range.java

     * endpoint) or <i>closed</i> (includes the endpoint) on that side. With three possibilities on each
     * side, this yields nine basic types of ranges, enumerated below. (Notation: a square bracket
     * ({@code [ ]}) indicates that the range is closed on that side; a parenthesis ({@code ( )}) means
     * it is either open or unbounded. The construct {@code {x | statement}} is read "the set of all
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/Range.java

     * endpoint) or <i>closed</i> (includes the endpoint) on that side. With three possibilities on each
     * side, this yields nine basic types of ranges, enumerated below. (Notation: a square bracket
     * ({@code [ ]}) indicates that the range is closed on that side; a parenthesis ({@code ( )}) means
     * it is either open or unbounded. The construct {@code {x | statement}} is read "the set of all
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  9. src/internal/trace/event.go

    	// point in the trace. At the point of a sync event, the
    	// trace reader can be certain that all resources (e.g. threads,
    	// goroutines) that have existed until that point have been enumerated.
    	EventSync
    
    	// EventMetric is an event that represents the value of a metric at
    	// a particular point in time.
    	EventMetric
    
    	// EventLabel attaches a label to a resource.
    	EventLabel
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 12:39:00 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  10. src/crypto/x509/name_constraints_test.go

    					ekus: []string{"any"},
    				},
    			},
    		},
    		leaf: leafSpec{
    			sans: []string{"dns:example.com"},
    			ekus: []string{"serverAuth", "other"},
    		},
    	},
    
    	// #63: An intermediate with enumerated EKUs causes a failure if we
    	// test for an EKU not in that set. (ServerAuth is required by
    	// default.)
    	{
    		roots: make([]constraintsSpec, 1),
    		intermediates: [][]constraintsSpec{
    			{
    				{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top