- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 0_25 (0.01 sec)
-
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) -
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)