Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for Didn (0.42 sec)

  1. CHANGELOG.md

        to use `Lock` and `Condition` instead of `synchronized` for best resource utilization.
    
     *  New: Switch our Internationalized Domain Name (IDN) implementation to [UTS #46 Nontransitional
        Processing][uts46]. With this fix, the `ß` code point no longer maps to `ss`. OkHttp now embeds
        its own IDN mapping table in the library.
    
     *  New: Prefer the client's configured precedence order for TLS cipher suites. (OkHttp used to
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 19:32:33 UTC 2025
    - 31.6K bytes
    - Viewed (1)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

       *
       *  * A regular host name, like `android.com`.
       *
       *  * An IPv4 address, like `127.0.0.1`.
       *
       *  * An IPv6 address, like `::1`. Note that there are no square braces.
       *
       *  * An encoded IDN, like `xn--n3h.net`.
       *
       * | URL                   | `host()`        |
       * | :-------------------- | :-------------- |
       * | `http://android.com/` | `"android.com"` |
       * | `http://127.0.0.1/`   | `"127.0.0.1"`   |
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

      }
    
      @Test
      fun hostnameMappingLastMappedCodePoint() {
        assertThat(parse("http://\uD87E\uDE1D").host).isEqualTo("xn--pu5l")
      }
    
      // The java.net.IDN implementation doesn't ignore characters that it should.
      @Ignore
      @Test
      fun hostnameMappingLastIgnoredCodePoint() {
        assertThat(parse("http://ab\uDB40\uDDEFcd").host).isEqualTo("abcd")
      }
    
      @Test
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    biz.ni
    co.ni
    com.ni
    edu.ni
    gob.ni
    in.ni
    info.ni
    int.ni
    mil.ni
    net.ni
    nom.ni
    org.ni
    web.ni
    
    // nl : https://www.iana.org/domains/root/db/nl.html
    //      https://www.sidn.nl/
    //      ccTLD for the Netherlands
    nl
    
    // no : https://www.norid.no/en/om-domenenavn/regelverk-for-no/
    // Norid geographical second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-b/
    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. src/main/webapp/css/admin/adminlte.min.css.map

    GE,wEAAA,wEjJ08iDN,yDiJv8iDQ,iBAAA,eAGF,yCACE,WAAA,QAAA,wCAAA,mBACA,aAAA,QACA,MAAA,QAGF,0CAAA,0CAAA,wEAAA,wEAIE,WAAA,QAAA,wCAAA,mBACA,aAAA,QACA,MAAA,KAGF,4CAAA,4CAEE,iBAAA,eACA,aAAA,QACA,MAAA,QA9BN,6BACE,WAAA,QAAA,wCAAA,mBACA,MAAA,KAGE,sEAAA,sEjJs+iDN,uDiJn+iDQ,iBAAA,eAGF,uCACE,WAAA,QAAA,wCAAA,mBACA,aAAA,QACA,MAAA,QAGF,wCAAA,wCAAA,sEAAA,sEAIE,WAAA,QAAA,wCAAA,mBACA,aAAA,QACA,MAAA,KAGF,0CAAA,0CAEE,iBAAA,eACA,aAAA,QACA,MAAA,KA9BN,+BACE,WAAA,QAAA,wCAAA,mBACA,MAAA,KAGE,wEAAA,wEjJkgjDN,yDiJ//iDQ,iBAAA...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top