Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for independently (0.06 sec)

  1. android/guava/src/com/google/common/net/InternetDomainName.java

       */
      private static boolean validatePart(String part, boolean isFinalPart) {
    
        // These tests could be collapsed into one big boolean expression, but
        // they have been left as independent tests for clarity.
    
        if (part.length() < 1 || part.length() > MAX_DOMAIN_PART_LENGTH) {
          return false;
        }
    
        /*
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 27.9K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2Test.kt

        writeMedium(frame, (headerBytes.size + 5).toInt())
        frame.writeByte(Http2.TYPE_HEADERS)
        frame.writeByte(FLAG_END_HEADERS or FLAG_PRIORITY)
        frame.writeInt(expectedStreamId and 0x7fffffff)
        frame.writeInt(0) // Independent stream.
        frame.writeByte(255) // Heaviest weight, zero-indexed.
        frame.writeAll(headerBytes)
        reader.nextFrame(
          requireSettings = false,
          object : BaseTestHandler() {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.24.md

    ## Dependencies
    
    ### Added
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    inatsuki.fukuoka.jp
    inawashiro.fukushima.jp
    inazawa.aichi.jp
    inc
    inc.hk
    incheon.kr
    ind.br
    ind.gt
    ind.in
    ind.kw
    ind.mom
    ind.tn
    independent-commission.uk
    independent-inquest.uk
    independent-inquiry.uk
    independent-panel.uk
    independent-review.uk
    inderoy.no
    inderøy.no
    indigena.bo
    industria.bo
    industries
    ine.kyoto.jp
    inf.br
    inf.cu
    inf.mk
    inf.ua
    infiniti
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    inatsuki.fukuoka.jp
    inawashiro.fukushima.jp
    inazawa.aichi.jp
    inc
    inc.hk
    incheon.kr
    ind.br
    ind.gt
    ind.in
    ind.kw
    ind.mom
    ind.tn
    independent-commission.uk
    independent-inquest.uk
    independent-inquiry.uk
    independent-panel.uk
    independent-review.uk
    inderoy.no
    inderøy.no
    indigena.bo
    industria.bo
    industries
    ine.kyoto.jp
    inf.br
    inf.cu
    inf.mk
    inf.ua
    infiniti
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  6. CHANGELOG/CHANGELOG-1.3.md

        * This ensures that attachment and detachment of volumes is independent of any single nodes’ availability. Meaning, if a node or kubelet becomes unavailable for any reason, the volumes attached to that node will be detached so they are free to be attached to other nodes.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.7.md

    	      * Time duration tracked was of the initial API call, not the entire operation.
    
    	      * Metrics label tuple would have resulted in many independent histograms stored, one for each disk. (Did not aggregate well).
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.32.md

    - kube-apiserver: a new `--requestheader-uid-headers` flag allows configuring...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

        *   Clients using older endpoints will be unaffected. This change is only at the REST API level and is independent of the default behavior of particular clients (e.g. this does not affect the default for the kubectl `--cascade` flag).
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.18.md

    ### Serverside Apply - Beta 2
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top