- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for fromSource (0.35 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/SocksProxy.kt
private fun acceptCommand( fromAddress: InetAddress, fromSource: BufferedSource, fromSink: BufferedSink, ) { // Read the command. val version = fromSource.readByte() and 0xff if (version != VERSION_5) throw ProtocolException("unexpected version: $version") val command = fromSource.readByte() and 0xff val reserved = fromSource.readByte() and 0xff
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 7.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemSerializerTest.java
source.put(FieldNames.KINDS, Arrays.asList("document")); source.put(FieldNames.TIMESTAMP, System.currentTimeMillis()); SuggestItem item = SuggestItemSerializer.fromSource(source); assertNotNull(item); assertEquals("test text", item.getText()); assertEquals(10L, item.getDocFreq()); assertEquals(5L, item.getQueryFreq());
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 5.4K bytes - Click Count (0)