Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 88 of 88 for Abc (0.02 sec)

  1. android/guava-tests/test/com/google/common/collect/ListsTest.java

                .createTestSuite());
    
        return suite;
      }
    
      public void testCharactersOfIsView() {
        StringBuilder builder = new StringBuilder("abc");
        List<Character> chars = charactersOf(builder);
        assertEquals(asList('a', 'b', 'c'), chars);
        builder.append("def");
        assertEquals(asList('a', 'b', 'c', 'd', 'e', 'f'), chars);
        builder.deleteCharAt(5);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 35.4K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/SetsTest.java

                    unfiltered.add("yyy");
                    unfiltered.addAll(ImmutableList.copyOf(elements));
                    unfiltered.add("zzz");
                    unfiltered.add("abc");
                    return Sets.filter(
                        Sets.filter(unfiltered, Collections2Test.LENGTH_1),
                        Collections2Test.NOT_YYY_ZZZ);
                  }
                })
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 45.3K bytes
    - Viewed (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    9guacu.br
    a.bg
    a.prod.fastly.net
    a.se
    a.ssl.fastly.net
    a2hosted.com
    aa.no
    aaa
    aaa.pro
    aaa.vodka
    aarborte.no
    aarp
    ab.ca
    abashiri.hokkaido.jp
    abb
    abbott
    abbvie
    abc
    abc.br
    abeno.osaka.jp
    abiko.chiba.jp
    abira.hokkaido.jp
    abkhazia.su
    able
    abo.pa
    abogado
    abr.it
    abruzzo.it
    abu.yamaguchi.jp
    abudhabi
    ac
    ac.ae
    ac.at
    ac.be
    ac.ci
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/abbott.html
    abbott
    
    // abbvie : AbbVie Inc.
    // https://www.iana.org/domains/root/db/abbvie.html
    abbvie
    
    // abc : Disney Enterprises, Inc.
    // https://www.iana.org/domains/root/db/abc.html
    abc
    
    // able : Able Inc.
    // https://www.iana.org/domains/root/db/able.html
    able
    
    // abogado : Registry Services, 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. CHANGELOG/CHANGELOG-1.5.md

        * Example:
          ```yaml
          kind: ConfigMap
          apiVersion: v1
          metadata:
            name: kube-dns
            namespace: kube-system
          data:
            federations: abc=def
          ```
    * azure: support multiple ipconfigs on a NIC ([#36841](https://github.com/kubernetes/kubernetes/pull/36841), [@colemickens](https://github.com/colemickens))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    9guacu.br
    a.bg
    a.prod.fastly.net
    a.se
    a.ssl.fastly.net
    a2hosted.com
    aa.no
    aaa
    aaa.pro
    aaa.vodka
    aarborte.no
    aarp
    ab.ca
    abashiri.hokkaido.jp
    abb
    abbott
    abbvie
    abc
    abc.br
    abeno.osaka.jp
    abiko.chiba.jp
    abira.hokkaido.jp
    abkhazia.su
    able
    abo.pa
    abogado
    abr.it
    abruzzo.it
    abu.yamaguchi.jp
    abudhabi
    ac
    ac.ae
    ac.at
    ac.be
    ac.ci
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  7. CHANGELOG/CHANGELOG-1.11.md

    ```{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods \"abc\" not found","reason":"NotFound","details":{"name":"abc","kind":"pods"},"code":404}```
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.14.md

        * $ kubectl get pv --show-labels
        * NAME           CAPACITY   ACCESSMODES   STATUS    CLAIM            REASON    AGE       LABELS
        * pv-abc                5Gi        RWO                   Bound     default/claim1                    46s       failure-domain.beta.kubernetes.io/region=VC1,failure-domain.beta.kubernetes.io/zone=cluster-1
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top