Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 475 for alternate (0.46 sec)

  1. common-protos/k8s.io/api/apidiscovery/v2beta1/generated.proto

      // responseKind describes the group, version, and kind of the serialization schema for the object type this endpoint typically returns.
      // APIs may return other objects types at their discretion, such as error conditions, requests for alternate representations, or other operation specific behavior.
      // This value will be null if an APIService reports subresources but supports no operations on the parent resource
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/cases/trieval.go

    // cIgnorableCased. A rune of this type is always lower case. Some runes are
    // cased while not having a mapping.
    //
    // A common pattern for scripts in the Unicode standard is for upper and lower
    // case runes to alternate for increasing rune values (e.g. the accented Latin
    // ranges starting from U+0100 and U+1E00 among others and some Cyrillic
    // characters). We use this property by defining a cXORCase mode, where the case
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/FileUtils.java

            return subject.regionMatches(true, subject.length() - suffix.length(), suffix, 0, suffix.length());
        }
    
        /**
         * Returns a representation of the file path with an alternate extension.  If the file path has no extension,
         * then the provided extension is simply concatenated.  If the file path has an extension, the extension is
         * stripped and replaced with the provided extension.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apidiscovery/v2beta1/generated.proto

      // responseKind describes the group, version, and kind of the serialization schema for the object type this endpoint typically returns.
      // APIs may return other objects types at their discretion, such as error conditions, requests for alternate representations, or other operation specific behavior.
      // This value will be null or empty if an APIService reports subresources but supports no operations on the parent resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apidiscovery/v2/generated.proto

      // responseKind describes the group, version, and kind of the serialization schema for the object type this endpoint typically returns.
      // APIs may return other objects types at their discretion, such as error conditions, requests for alternate representations, or other operation specific behavior.
      // This value will be null or empty if an APIService reports subresources but supports no operations on the parent resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  6. pkg/dns/client/dns.go

    	h.nameTable.Store(nt)
    	log.Debugf("updated lookup table with %d hosts", len(lookupTable.allHosts))
    }
    
    // BuildAlternateHosts builds alternate hosts for Kubernetes services in the name table and
    // calls the passed in function with the built alternate hosts.
    func (h *LocalDNSServer) BuildAlternateHosts(nt *dnsProto.NameTable,
    	apply func(map[string]struct{}, []netip.Addr, []netip.Addr, []string),
    ) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  7. maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java

     *          The execution of either will not affect the current project, but instead make available the
     *          <code>${executedProject}</code> expression if required. An alternate lifecycle can also be provided:
     *          for more information see the documentation on the
     *          <a href="https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html"
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-filepath.h

      // it is called in CreateDirectoriesRecursively() assuming that it will change
      // a pathname from directory syntax (trailing separator) to filename syntax.
      //
      // On Windows this method also replaces the alternate path separator '/' with
      // the primary path separator '\\', so that for example "bar\\/\\foo" becomes
      // "bar\\foo".
    
      void Normalize();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apidiscovery/v2/types.go

    	// responseKind describes the group, version, and kind of the serialization schema for the object type this endpoint typically returns.
    	// APIs may return other objects types at their discretion, such as error conditions, requests for alternate representations, or other operation specific behavior.
    	// This value will be null or empty if an APIService reports subresources but supports no operations on the parent resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  10. docs/en/mkdocs.yml

      - icon: fontawesome/brands/dev
        link: https://dev.to/tiangolo
      - icon: fontawesome/brands/medium
        link: https://medium.com/@tiangolo
      - icon: fontawesome/solid/globe
        link: https://tiangolo.com
      alternate:
      - link: /
        name: en - English
      - link: /az/
        name: az - azərbaycan dili
      - link: /bn/
        name: bn - বাংলা
      - link: /de/
        name: de - Deutsch
      - link: /es/
        name: es - español
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top