Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 432 for aN (0.15 sec)

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

    type MatchCondition struct {
    	// Name is an identifier for this match condition, used for strategic merging of MatchConditions,
    	// as well as providing an identifier for logging purposes. A good name should be descriptive of
    	// the associated expression.
    	// Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and
    	// must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  2. src/net/http/request.go

    		//
    		// We don't preserve the truncation, because sending an altered
    		// header field opens a smuggling vector. Instead, zero out the
    		// Host header entirely if it isn't valid. (An empty Host is valid;
    		// see RFC 9112 Section 3.2.)
    		//
    		// Return an error if we're sending to a proxy, since the proxy
    		// probably can't do anything useful with an empty Host header.
    		if !usingProxy {
    			host = ""
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/types.go

    type MatchCondition struct {
    	// Name is an identifier for this match condition, used for strategic merging of MatchConditions,
    	// as well as providing an identifier for logging purposes. A good name should be descriptive of
    	// the associated expression.
    	// Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and
    	// must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  5. src/index/suffixarray/sais2.go

    	// The next stanza of code (until the blank line) loop backward
    	// over text, stopping to execute a code body at each position i
    	// such that text[i] is an L-character and text[i+1] is an S-character.
    	// That is, i+1 is the position of the start of an LMS-substring.
    	// These could be hoisted out into a function with a callback,
    	// but at a significant speed cost. Instead, we just write these
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  6. cmd/api-errors.go

    	},
    	ErrInvalidMaxUploads: {
    		Code:           "InvalidArgument",
    		Description:    "Argument max-uploads must be an integer between 0 and 2147483647",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrInvalidMaxKeys: {
    		Code:           "InvalidArgument",
    		Description:    "Argument maxKeys must be an integer between 0 and 2147483647",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrInvalidEncodingMethod: {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  7. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

            ClassNode annType;
            for (AnnotationNode an : annotations) {
                // skip built-in properties
                if (an.isBuiltIn()) {
                    continue;
                }
                annType = an.getClassNode();
                resolveOrFail(annType, ",  unable to find class for annotation", an);
                for (Map.Entry<String, Expression> member : an.getMembers().entrySet()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Warnings that became errors:
    
    - An input file collection that can't be resolved.
    - An input or output file or directory that cannot be read.
    See <<#declare_unreadable_input_output,Declaring input or output directories which contain unreadable content>>.
    - Using a `java.io.File` as the `@InputArtifact` of an artifact transform.
    - Using an input with an unknown implementation.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    In particular:
    
    - if an artifact is signed with multiple keys, all of them must pass validation or the build will fail
    - if an artifact passes verification, any additional checksum configured for the artifact _will also be checked_
    
    However, it's not because an artifact passes signature verification that you can trust it: you need to _trust the keys_.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Multimaps.java

      }
    
      /**
       * Returns an unmodifiable view of the specified collection of entries. The {@link Entry#setValue}
       * operation throws an {@link UnsupportedOperationException}. If the specified collection is a
       * {@code Set}, the returned collection is also a {@code Set}.
       *
       * @param entries the entries for which to return an unmodifiable view
       * @return an unmodifiable view of the entries
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
Back to top