- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for W1 (0.01 sec)
-
src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java
list.add((WebConfig) crawlingConfigHelper.getCrawlingConfig("W2")); list.add((WebConfig) crawlingConfigHelper.getCrawlingConfig("W3")); return list; } }, WebConfigBhv.class.getCanonicalName()); final List<WebConfig> configList = crawlingConfigHelper.getWebConfigListByIds(List.of("W1", "W2", "W3"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 34.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt
readPriority(handler, streamId) } @Throws(IOException::class) private fun readPriority( handler: Handler, streamId: Int, ) { val w1 = source.readInt() val exclusive = w1 and 0x80000000.toInt() != 0 val streamDependency = w1 and 0x7fffffff val weight = (source.readByte() and 0xff) + 1 handler.priority(streamId, streamDependency, weight, exclusive) } @Throws(IOException::class)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 19.8K bytes - Viewed (0)