Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Telephone (0.19 sec)

  1. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        // 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".
        assertThat(parse("http://\u2121").host).isEqualTo("tel")
      }
    
      @Test
      fun hostnameMappingLastMappedCodePoint() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 67.9K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    211E..211F    ; valid                  ;      ; NV8    # 1.1  PRESCRIPTION TAKE..RESPONSE
    2120          ; mapped                 ; 0073 006D     # 1.1  SERVICE MARK
    2121          ; mapped                 ; 0074 0065 006C #1.1  TELEPHONE SIGN
    2122          ; mapped                 ; 0074 006D     # 1.1  TRADE MARK SIGN
    2123          ; valid                  ;      ; NV8    # 1.1  VERSICLE
    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)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // nowtv : 2015-05-14 Starbucks (HK) Limited
    nowtv
    
    // nra : 2014-05-22 NRA Holdings Company, INC.
    nra
    
    // nrw : 2013-11-21 Minds + Machines GmbH
    nrw
    
    // ntt : 2014-10-31 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    ntt
    
    // nyc : 2014-01-23 The City of New York by and through the New York City Department of Information Technology & Telecommunications
    nyc
    
    // obi : 2014-09-25 OBI Group Holding SE & Co. KGaA
    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)
Back to top