- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 107 for Position (0.04 sec)
-
docs/en/overrides/main.html
</span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉 </a> </div> </div> <div id="announce-right" style="position: relative;"> <div class="item"> <a title="BlockBee Cryptocurrency Payment Gateway" style="display: block; position: relative;" href="https://blockbee.io?ref=fastapi" target="_blank"> <span class="sponsor-badge">sponsor</span>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 15:19:49 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/SmbRandomAccess.java
/** * Current position in file * * @return current position */ long getFilePointer(); /** * Seek to new position * * @param pos the new position to seek to */ void seek(long pos); /** * Get the current file length * * @return file length * @throws SmbException if an I/O error occurs
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2SetInfoResponseTest.java
void testReadBytesWireFormatDifferentBufferPositions() throws SMBProtocolDecodingException { byte[] buffer = new byte[1024]; // Test at different positions in the buffer int[] positions = { 0, 10, 100, 500 }; for (int position : positions) { // Set structure size to 2 at the given position
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/ReferralTest.java
// Path string at offset 22 (relative to start of referral at position 0) bb.position(22); String path = "\\\\server\\share"; bb.put(path.getBytes(StandardCharsets.UTF_16LE)); bb.putShort((short) 0); // Alt path string at offset 54 bb.position(54); String altPath = "\\\\alt\\path"; bb.put(altPath.getBytes(StandardCharsets.UTF_16LE));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 22K bytes - Viewed (0) -
cmd/httprange.go
if offsetBeginString[0] == '+' { return nil, fmt.Errorf("Byte position ('%s') must not have a sign", offsetBeginString) } else if offsetBegin, err = strconv.ParseInt(offsetBeginString, 10, 64); err != nil { return nil, fmt.Errorf("'%s' does not have a valid first byte position value", rangeString) } else if offsetBegin < 0 { return nil, fmt.Errorf("First byte position is negative ('%d')", offsetBegin) } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/ndr/NdrBuffer.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkTest.java
int bytesWritten = chunk.encode(largeBuffer, position); // Then assertEquals(EXPECTED_SIZE, bytesWritten); assertEquals(sourceOffset, SMBUtil.readInt8(largeBuffer, position)); assertEquals(targetOffset, SMBUtil.readInt8(largeBuffer, position + 8)); assertEquals(length, SMBUtil.readInt4(largeBuffer, position + 16)); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/ndr/NdrBuffer.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java
// Verify max parameter count (4 bytes at position 11) assertEquals(1024, SMBUtil.readInt4(dst, 11)); // Verify max data count (4 bytes at position 15) assertEquals(2048, SMBUtil.readInt4(dst, 15)); // Verify parameter count (4 bytes at position 19) assertEquals(50, SMBUtil.readInt4(dst, 19)); // Verify parameter offset (4 bytes at position 23)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2EchoResponseTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.1K bytes - Viewed (0)