Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0_25 (0.01 sec)

  1. src/archive/zip/reader_test.go

    		0x00, 0x1f, 0x00, 0x00, 0x00, 0x2f, 0x2f, 0x0a,
    		0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    		0x00, 0x18, 0x00, 0x93, 0x98, 0x25, 0x57, 0x25,
    		0xa9, 0xd7, 0x01, 0x93, 0x98, 0x25, 0x57, 0x25,
    		0xa9, 0xd7, 0x01, 0x93, 0x98, 0x25, 0x57, 0x25,
    		0xa9, 0xd7, 0x01, 0x50, 0x4b, 0x01, 0x02, 0x3f,
    		0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78,
    		0x67, 0x2e, 0x53, 0x00, 0x00, 0x00, 0x00, 0x00,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 56.6K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

        ).isEqualTo("/a/b/d")
      }
    
      @Test
      fun setPathSegmentEncodes() {
        val base = parse("http://host/a/b/c")
        assertThat(
          base
            .newBuilder()
            .setPathSegment(0, "%25")
            .build()
            .encodedPath,
        ).isEqualTo("/%2525/b/c")
        assertThat(
          base
            .newBuilder()
            .setPathSegment(0, ".\n")
            .build()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

    ost\":1.0}},{\"bool\":{\"should\":[{\"match_phrase\":{\"title\":{\"query\":\"QUERY2\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":2.5}}},{\"match_phrase\":{\"content\":{\"query\":\"QUERY2\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.25}}},{\"fuzzy\":{\"title\":{\"value\":\"QUERY2\",\"fuzziness\":\"AUTO\",\"prefix_length\":0,\"max_expansions\":10,\"transpositions\":true,\"boost\":0.01}}},{\"fuzzy\":{\"content\":{\"value\":\"QUERY2\",\"fuzziness\":\"AUTO\",\"prefix_length\":0,\"ma...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.6K bytes
    - Viewed (0)
Back to top