Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 98 of 98 for claim (0.02 sec)

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

        // they have been left as independent tests for clarity.
    
        if (part.length() < 1 || part.length() > MAX_DOMAIN_PART_LENGTH) {
          return false;
        }
    
        /*
         * GWT claims to support java.lang.Character's char-classification methods, but it actually only
         * works for ASCII. So for now, assume any non-ASCII characters are valid. The only place this
         * seems to be documented is here:
    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. CHANGELOG/CHANGELOG-1.13.md

    - Raw block volume support is promoted to beta, and enabled by default. This is accessible via the `volumeDevices` container field in pod specs, and the `volumeMode` field in persistent volume and persistent volume claims definitions. ([#71167](https://github.com/kubernetes/kubernetes/pull/71167), [@msau42](https://github.com/msau42))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.3.md

      - This issue can be resolved by restarting docker daemon
    - CORS works only in insecure mode ([#24086](https://github.com/kubernetes/kubernetes/issues/24086))
    - Persistent volume claims gets added incorrectly after being deleted under stress. Happens very infrequently. ([#26082](https://github.com/kubernetes/kubernetes/issues/26082))
    
    #### Docker runtime Known Issues
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/citic.html
    citic
    
    // city : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/city.html
    city
    
    // claims : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/claims.html
    claims
    
    // cleaning : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/cleaning.html
    cleaning
    
    // click : Internet Naming Company LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

        server.enqueue(builder.build())
        server.enqueue(builder.build())
        val inputStream = getResponse(newRequest("/")).body.byteStream()
        assertThat(inputStream.markSupported(), "This implementation claims to support mark().")
          .isFalse()
        inputStream.mark(5)
        assertThat(readAscii(inputStream, 5)).isEqualTo("ABCDE")
        assertFailsWith<IOException> {
          inputStream.reset()
        }
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    ciencia.bo
    cieszyn.pl
    cim.br
    cipriani
    circle
    cisco
    ciscofreak.com
    cistron.nl
    citadel
    citi
    citic
    city
    city.hu
    civilaviation.aero
    ck.ua
    cl
    cl.it
    claims
    clan.rip
    cleaning
    clerk.app
    clerkstage.app
    cleverapps.cc
    cleverapps.io
    cleverapps.tech
    click
    clickrising.net
    client.scrypted.io
    clinic
    clinique
    clothing
    cloud
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. CHANGELOG/CHANGELOG-1.7.md

    ## Changelog since v1.7.0-alpha.4
    
    ### Action Required
    
    * kube-apiserver: a new authorization mode (`--authorization-mode=Node`) authorizes nodes to access secrets, configmaps, persistent volume claims and persistent volumes related to their pods. ([#46076](https://github.com/kubernetes/kubernetes/pull/46076), [@liggitt](https://github.com/liggitt))
    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. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    ciencia.bo
    cieszyn.pl
    cim.br
    cipriani
    circle
    cisco
    ciscofreak.com
    cistron.nl
    citadel
    citi
    citic
    city
    city.hu
    civilaviation.aero
    ck.ua
    cl
    cl.it
    claims
    clan.rip
    cleaning
    clerk.app
    clerkstage.app
    cleverapps.cc
    cleverapps.io
    cleverapps.tech
    click
    clickrising.net
    client.scrypted.io
    clinic
    clinique
    clothing
    cloud
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top