- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 185 for 4094 (0.03 sec)
-
src/test/java/jcifs/internal/fscc/FileInformationTest.java
assertEquals(8, size); assertEquals(8, encoded); assertEquals(8, decoded); assertNotNull(str); assertTrue(str.contains("4096")); } /** * Test FileInformation constants match expected protocol values */ @Test @DisplayName("Test FileInformation constants match SMB protocol values")
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbPipeInputStreamTest.java
when(handle.getPipe()).thenReturn(pipe); // init(th) behavior inside SmbFileInputStream constructor when(tree.isSMB2()).thenReturn(smb2); when(tree.getReceiveBufferSize()).thenReturn(4096); when(tree.getMaximumBufferSize()).thenReturn(65535); when(tree.hasCapability(anyInt())).thenReturn(false); return new SmbPipeInputStream(handle, tree); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.9K bytes - Viewed (0) -
docs/ja/docs/how-to/conditional-openapi.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/armerror.s
MOVFW R1, CPSR // ERROR "illegal combination" BFX $12, $41, R2, R3 // ERROR "wrong width or LSB" BFX $12, $-2, R2 // ERROR "wrong width or LSB" BFXU $40, $4, R2, R3 // ERROR "wrong width or LSB" BFXU $-40, $4, R2 // ERROR "wrong width or LSB" BFX $-2, $4, R2, R3 // ERROR "wrong width or LSB" BFXU $4, R2, R5, R2 // ERROR "missing or wrong LSB"
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Oct 23 15:18:14 UTC 2024 - 14.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationResponseTest.java
offset += 8; // sectorsPerAllocationUnit (4 bytes) SMBUtil.writeInt4(16, buffer, offset); offset += 4; // bytesPerSector (4 bytes) SMBUtil.writeInt4(4096, buffer, offset); offset += 4; // Set dataCount using reflection setDataCount(response, offset); int bytesRead = response.readDataWireFormat(buffer, 0, offset);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.9K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_SHIFT = 24 pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_SHIFT ideal-int pkg syscall (freebsd-arm64), const MAP_ANON = 4096 pkg syscall (freebsd-arm64), const MAP_ANON ideal-int pkg syscall (freebsd-arm64), const MAP_ANONYMOUS = 4096 pkg syscall (freebsd-arm64), const MAP_ANONYMOUS ideal-int pkg syscall (freebsd-arm64), const MAP_COPY = 2 pkg syscall (freebsd-arm64), const MAP_COPY ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const SO_REUSESHAREUID = 4133 pkg syscall (darwin-arm64), const SO_REUSESHAREUID ideal-int pkg syscall (darwin-arm64), const SO_SNDBUF = 4097 pkg syscall (darwin-arm64), const SO_SNDLOWAT = 4099 pkg syscall (darwin-arm64), const SO_SNDLOWAT ideal-int pkg syscall (darwin-arm64), const SO_SNDTIMEO = 4101 pkg syscall (darwin-arm64), const SO_SNDTIMEO ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java
public final class NGramSynonymTokenizer extends Tokenizer { public static final int DEFAULT_N_SIZE = 2; public static final String DEFAULT_DELIMITERS = " \t\n\r"; static final int BUFFER_SIZE = 4096; private final int n; private final String delimiters; private final boolean expand; private final boolean ignoreCase; private final SynonymLoader synonymLoader;Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 17K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketHttpTest.kt
.Builder() .status("HTTP/1.1 404 Not Found") .build(), ) newWebSocket() clientListener.assertFailure( 404, null, ProtocolException::class.java, "Expected HTTP 101 response but was '404 Not Found'", ) } @Test fun clientTimeoutClosesBody() { webServer.enqueue( MockResponse .Builder() .code(408)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 19:13:52 UTC 2025 - 35.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileSystemInformationTest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0)