Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 6F6261 (0.07 sec)

  1. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

      public void testBase16Offset() {
        testEncodesWithOffset(base16(), "foobar", 0, 6, "666F6F626172");
        testEncodesWithOffset(base16(), "foobar", 1, 5, "6F6F626172");
        testEncodesWithOffset(base16(), "foobar", 2, 3, "6F6261");
        testEncodesWithOffset(base16(), "foobar", 3, 1, "62");
        testEncodesWithOffset(base16(), "foobar", 4, 0, "");
      }
    
      private static void testEncodingWithCasing(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/BaseEncodingTest.java

      public void testBase16Offset() {
        testEncodesWithOffset(base16(), "foobar", 0, 6, "666F6F626172");
        testEncodesWithOffset(base16(), "foobar", 1, 5, "6F6F626172");
        testEncodesWithOffset(base16(), "foobar", 2, 3, "6F6261");
        testEncodesWithOffset(base16(), "foobar", 3, 1, "62");
        testEncodesWithOffset(base16(), "foobar", 4, 0, "");
      }
    
      private static void testEncodingWithCasing(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/RequestTest.kt

        assertThat(body.contentType()).isEqualTo(contentType)
        assertThat(body.contentLength()).isEqualTo(3)
        assertThat(bodyToHex(body)).isEqualTo("616263")
        assertThat(bodyToHex(body), "Retransmit body").isEqualTo("616263")
      }
    
      @Test
      fun stringWithDefaultCharsetAdded() {
        val contentType = "text/plain".toMediaType()
        val body = "\u0800".toRequestBody(contentType)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 19K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

      
      The `AdmissionWebhookMatchConditions` featuregate is now in Alpha ([#116261](https://github.com/kubernetes/kubernetes/pull/116261), [@ivelichkovich](https://github.com/ivelichkovich)) [SIG API Machinery and Testing]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
Back to top