Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Delton (0.2 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/idn/Punycode.kt

            w *= scaleW
          }
          bias = adapt(i - oldi, codePoints.size + 1, oldi == 0)
          val deltaN = i / (codePoints.size + 1)
          if (n > Int.MAX_VALUE - deltaN) return false // Prevent overflow.
          n += deltaN
          i %= (codePoints.size + 1)
    
          if (n > 0x10ffff) return false // Not a valid code point.
    
          codePoints.add(i, n)
    
          i++
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 03 03:04:50 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  2. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    dynv6.net dynvpn.de dyroy.no dyrøy.no dz dønna.no e.bg e.se e12.ve e164.arpa e4.cz earth east-kazakhstan.su eastafrica.museum eastasia.azurestaticapps.net eastcoast.museum eastus2.azurestaticapps.net easypanel.app easypanel.host eat eating-organic.net eaton.mi.us ebetsu.hokkaido.jp ebina.kanagawa.jp ebino.miyazaki.jp ebiz.tw ec echizen.fukui.jp ecn.br eco eco.bj eco.br ecologia.bo ecommerce-shop.pl econo.bj economia.bo ed.ao ed.ci ed.cr ed.jp ed.pw edeka edgeapp.net edgecompute.app edgekey-staging.net...
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    //    see also: http://domreg.merit.edu
    //    see also: whois -h whois.domreg.merit.edu help
    ann-arbor.mi.us
    cog.mi.us
    dst.mi.us
    eaton.mi.us
    gen.mi.us
    mus.mi.us
    tec.mi.us
    washtenaw.mi.us
    
    // uy : http://www.nic.org.uy/
    uy
    com.uy
    edu.uy
    gub.uy
    mil.uy
    net.uy
    org.uy
    
    // uz : http://www.reg.uz/
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F5F          ; mapped                 ; 7389          # 3.0  KANGXI RADICAL JADE
    2F60          ; mapped                 ; 74DC          # 3.0  KANGXI RADICAL MELON
    2F61          ; mapped                 ; 74E6          # 3.0  KANGXI RADICAL TILE
    2F62          ; mapped                 ; 7518          # 3.0  KANGXI RADICAL SWEET
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top