- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for long_tag_ (0.05 seconds)
-
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
} @Test public void test_getCacheKey_longStrings() { String seed = "very_long_seed_" + "x".repeat(100); String[] tags = { "long_tag_" + "y".repeat(50), "another_long_tag_" + "z".repeat(50) }; String[] roles = { "long_role_" + "a".repeat(50) }; String[] fields = { "long_field_" + "b".repeat(50) };Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.3K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/RequestCommonTest.kt
} @Test fun multipleTags() { val stringTag = "dilophosaurus" val longTag = 20170815L as Long? val objectTag = Any() val request = Request .Builder() .url("https://square.com") .tag(Any::class, objectTag) .tag(String::class, stringTag) .tag(Long::class, longTag) .build() assertThat(request.tag<Any>()).isSameInstanceAs(objectTag)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 11K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/RequestTest.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 24.6K bytes - Click Count (0)