Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for caf (0.05 sec)

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

       */
      @Test
      fun hostnameInPunycodeNfcAndNfd() {
        // café can be NFC (é is one code point) or NFD (e plus ´ as two code points).
        val hostNfc = "café.com"
        val hostNfcPunycode = "xn--caf-dma.com"
        val hostNfd = "café.com"
        val hostNfdPunycode = "xn--cafe-yvc.com"
        assertEquals(hostNfcPunycode, "http://$hostNfc/".toHttpUrl().host)
    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. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <glob pattern="*.aif"/>
        <glob pattern="*.aiff"/>
        <glob pattern="*.aifc"/>
      </mime-type>
      
      <mime-type type="audio/x-caf">
         <_comment>Core Audio Format</_comment>
         <_comment>com.apple.coreaudio-format</_comment>
         <magic priority="60">
            <match value="caff\000\000" type="string" offset="0" />
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    radio.am
    radio.fm
    
    // Bytemark Hosting : https://www.bytemark.co.uk
    // Submitted by Paul Cammish <******@****.***>
    uk0.bigv.io
    dh.bytemark.co.uk
    vm.bytemark.co.uk
    
    // Caf.js Labs LLC : https://www.cafjs.com
    // Submitted by Antonio Lain <******@****.***>
    cafjs.com
    
    // Canva Pty Ltd : https://canva.com/
    // Submitted by Joel Aquilina <******@****.***>
    canva-apps.cn
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
Back to top