Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Hans (0.18 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1D5A5         ; mapped                 ; 0066          # 3.1  MATHEMATICAL SANS-SERIF CAPITAL F
    1D5A6         ; mapped                 ; 0067          # 3.1  MATHEMATICAL SANS-SERIF CAPITAL G
    1D5A7         ; mapped                 ; 0068          # 3.1  MATHEMATICAL SANS-SERIF CAPITAL H
    1D5A8         ; mapped                 ; 0069          # 3.1  MATHEMATICAL SANS-SERIF CAPITAL I
    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)
  2. okhttp/src/test/java/okhttp3/ConnectionCoalescingTest.kt

          )
        assert200Http2Response(execute(sanUrl), "san.com")
        assertThat(client.connectionPool.connectionCount()).isEqualTo(1)
        assertThat(connectCount.get()).isEqualTo(1)
      }
    
      /** Check that wildcard SANs are supported.  */
      @Test
      fun commonThenWildcard() {
        server.enqueue(MockResponse())
        server.enqueue(MockResponse())
        assert200Http2Response(execute(url), server.hostName)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    fairwinds
    
    // faith : 2014-11-20 dot Faith Limited
    faith
    
    // family : 2015-04-02 Dog Beach, LLC
    family
    
    // fan : 2014-03-06 Dog Beach, LLC
    fan
    
    // fans : 2014-11-07 ZDNS International Limited
    fans
    
    // farm : 2013-11-07 Binky Moon, LLC
    farm
    
    // farmers : 2015-07-09 Farmers Insurance Exchange
    farmers
    
    // fashion : 2014-07-03 Registry Services, LLC
    fashion
    
    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