Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for AB (0.68 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://Σ").host).isEqualTo("xn--4xa")
      }
    
      @Test
      fun hostnameIgnoredCharacters() {
        // The soft hyphen (­) should be ignored.
        assertThat(parse("http://AB\u00adCD").host).isEqualTo("abcd")
      }
    
      @Test
      fun hostnameMultipleCharacterMapping() {
        // Map the single character telephone symbol (℡) to the string "tel".
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    samsclub
    
    // samsung : SAMSUNG SDS CO., LTD
    // https://www.iana.org/domains/root/db/samsung.html
    samsung
    
    // sandvik : Sandvik AB
    // https://www.iana.org/domains/root/db/sandvik.html
    sandvik
    
    // sandvikcoromant : Sandvik AB
    // https://www.iana.org/domains/root/db/sandvikcoromant.html
    sandvikcoromant
    
    // sanofi : Sanofi
    // https://www.iana.org/domains/root/db/sanofi.html
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt

            body = "EFGH",
          ),
        )
        val call1 = client.newCall(Request(server.url("/")))
        val response1 = call1.execute()
        assertThat(response1.body.source().readUtf8(2)).isEqualTo("AB")
        response1.body.close()
        val call2 = client.newCall(Request(server.url("/")))
        val response2 = call2.execute()
        assertThat(response2.body.source().readUtf8()).isEqualTo("ABCD")
        response2.body.close()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 73.4K bytes
    - Viewed (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    64-b.it
    6g.in
    7.azurestaticapps.net
    7.bg
    8.bg
    9.bg
    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
    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

    64-b.it
    6g.in
    7.azurestaticapps.net
    7.bg
    8.bg
    9.bg
    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
    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. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    12475..1247F  ; disallowed                             # NA   <reserved-12475>..<reserved-1247F>
    12480..12543  ; valid                                  # 8.0  CUNEIFORM SIGN AB TIMES NUN TENU..CUNEIFORM SIGN ZU5 TIMES THREE DISH TENU
    12544..12F8F  ; disallowed                             # NA   <reserved-12544>..<reserved-12F8F>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top