- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for 104 (1.73 sec)
-
src/test/java/jcifs/pac/PacTest.java
// Buffer 3: PRIVSVR_CHECKSUM writeLittleEndianInt(baos, PacConstants.PRIVSVR_CHECKSUM); writeLittleEndianInt(baos, 20); // signature size writeLittleEndianLong(baos, 104); // offset (aligned) // Add buffer data while (baos.size() < 72) { baos.write(0); } // LOGON_INFO data (minimal)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryResponseTest.java
SMBUtil.writeInt2(9, buffer, bufferIndex); // Set buffer offset SMBUtil.writeInt2(dataOffset, buffer, bufferIndex + 2); // Set buffer length SMBUtil.writeInt4(104, buffer, bufferIndex + 4); // Minimal FileBothDirectoryInfo response = spy(response); when(response.getHeaderStart()).thenReturn(0); // Write minimal FileBothDirectoryInfo at dataOffset
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.5K bytes - Viewed (0) -
go.mod
github.com/minio/xxml v0.0.3 github.com/minio/zipindex v0.4.0 github.com/mitchellh/go-homedir v1.1.0 github.com/nats-io/nats-server/v2 v2.11.1 github.com/nats-io/nats.go v1.41.2 github.com/nats-io/stan.go v0.10.4 github.com/ncw/directio v1.0.5 github.com/nsqio/go-nsq v1.1.0 github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c github.com/pierrec/lz4/v4 v4.1.22 github.com/pkg/errors v0.9.1 github.com/pkg/sftp v1.13.9
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyResponseTest.java
@Test @DisplayName("Should handle buffer boundary conditions") void testBufferBoundaryConditions() throws Exception { // Given - notification exactly at buffer end byte[] buffer = new byte[104]; // Exact size needed int offset = 0; setHeaderStart(response, 64); // Write structure SMBUtil.writeInt2(9, buffer, offset);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java
assertEquals(48 + 1024, bytesWritten); // Verify written structure assertEquals(49, SMBUtil.readInt2(buffer, 100)); // Structure size assertEquals(1024, SMBUtil.readInt4(buffer, 104)); // Data length assertEquals(4096L, SMBUtil.readInt8(buffer, 108)); // Offset assertEquals(2048, SMBUtil.readInt4(buffer, 136)); // Remaining bytes
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
Arrays.fill(buffer, (byte) 0); bytesWritten = request.writeBytesWireFormat(buffer, 100); assertEquals(49, bytesWritten); assertEquals(2048, SMBUtil.readInt4(buffer, 104)); assertEquals(4096L, SMBUtil.readInt8(buffer, 108)); } @Test @DisplayName("Should handle null file ID during write") void testWriteWithNullFileId() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoRequestTest.java
// Verify file ID byte[] actualFileId = new byte[16]; System.arraycopy(buffer, 88, actualFileId, 0, 16); assertArrayEquals(newFileId, actualFileId); assertEquals(104, bytesWritten); // 40 bytes header + 64 bytes input buffer } @Test @DisplayName("Test setFileInfoClass sets correct info type") void testSetFileInfoClassSetsCorrectInfoType() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.6K bytes - Viewed (0) -
go.sum
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= github.com/nats-io/stan.go v0.10.4 h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw= github.com/nats-io/stan.go v0.10.4/go.mod h1:3XJXH8GagrGqajoO/9+HgPyKV5MWsv7S5ccdda+pc6k= github.com/ncw/directio v1.0.5 h1:JSUBhdjEvVaJvOoyPAbcW0fnd0tvRXD76wEfZ1KcQz4=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 79.9K bytes - Viewed (0) -
docs/en/data/translation_reviewers.yml
ceb10n: login: ceb10n count: 116 avatarUrl: https://avatars.githubusercontent.com/u/235213?u=edcce471814a1eba9f0cdaa4cd0de18921a940a6&v=4 url: https://github.com/ceb10n tokusumi: login: tokusumi count: 104 avatarUrl: https://avatars.githubusercontent.com/u/41147016?u=55010621aece725aa702270b54fed829b6a1fe60&v=4 url: https://github.com/tokusumi hasansezertasan: login: hasansezertasan count: 95
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 08:58:29 UTC 2025 - 65.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- cloud.google.com/go/longrunning: v0.5.4 - cloud.google.com/go/managedidentities: v1.6.4 - cloud.google.com/go/maps: v1.6.3 - cloud.google.com/go/mediatranslation: v0.8.4 - cloud.google.com/go/memcache: v1.10.4 - cloud.google.com/go/metastore: v1.13.3 - cloud.google.com/go/monitoring: v1.17.0 - cloud.google.com/go/networkconnectivity: v1.14.3 - cloud.google.com/go/networkmanagement: v1.9.3
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0)