Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for P384 (0.26 sec)

  1. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.B.2.txt

       3375; 006F 0076; Additional folding
       3380; 0070 0061; Additional folding
       3381; 006E 0061; Additional folding
       3382; 03BC 0061; Additional folding
       3383; 006D 0061; Additional folding
       3384; 006B 0061; Additional folding
       3385; 006B 0062; Additional folding
       3386; 006D 0062; Additional folding
       3387; 0067 0062; Additional folding
       338A; 0070 0066; Additional folding
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 38.8K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/internal/idn/IdnaMappingTableTest.kt

        // Less than 65,536 bytes, because we binary search on a 14-bit index with a stride of 4 bytes.
        assertThat(compactTable.ranges.length).isLessThan((1 shl 14) * 4)
    
        // Less than 16,384 chars, because we index on a 14-bit index in the ranges table.
        assertThat(compactTable.mappings.length).isLessThan(1 shl 14)
    
        // Confirm the data strings are ASCII.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

       * to use less. We'll put a cap at 16K. This is arbitrary but should be enough for most purposes.
       */
      private const val SETTINGS_HEADER_TABLE_SIZE_LIMIT = 16_384
    
      val STATIC_HEADER_TABLE =
        arrayOf(
          Header(TARGET_AUTHORITY, ""),
          Header(TARGET_METHOD, "GET"),
          Header(TARGET_METHOD, "POST"),
          Header(TARGET_PATH, "/"),
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 22.5K bytes
    - Viewed (1)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    037F          ; mapped                 ; 03F3          # 7.0  GREEK CAPITAL LETTER YOT
    0380..0383    ; disallowed                             # NA   <reserved-0380>..<reserved-0383>
    0384          ; disallowed_STD3_mapped ; 0020 0301     # 1.1  GREEK TONOS
    0385          ; disallowed_STD3_mapped ; 0020 0308 0301 #1.1  GREEK DIALYTIKA TONOS
    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