Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for Didn (0.06 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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (1)
  2. okhttp/src/main/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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  3. okhttp/src/test/java/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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. okhttp/src/test/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://en.wikipedia.org/wiki/.nl
    //      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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K 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 Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top