Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for x012345678901234567890123456789x0123456789012345678901234567890 (0.5 sec)

  1. src/strings/strings_test.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 12:58:37 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/web-platform-test-toascii.json

        "output": "x01234567890123456789012345678901234567890123456789012345678901x"
      },
      {
        "input": "x01234567890123456789012345678901234567890123456789012345678901†",
        "output": "xn--x01234567890123456789012345678901234567890123456789012345678901-6963b"
      },
      {
        "input": "x01234567890123456789012345678901234567890123456789012345678901x.xn--zca",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/WebPlatformToAsciiTest.kt

          "x01234567890123456789012345678901234567890123456789012345678901x.ß",
          "x01234567890123456789012345678901234567890123456789012345678901x",
          "x01234567890123456789012345678901234567890123456789012345678901†",
          // OkHttp rejects domain names longer than 253 code points, the web platform tests don't.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top