- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for 0x3 (0.01 sec)
-
src/test/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponseTest.java
// Then assertEquals((byte) 0x1, Smb2TreeConnectResponse.SMB2_SHARE_TYPE_DISK); assertEquals((byte) 0x2, Smb2TreeConnectResponse.SMB2_SHARE_TYPE_PIPE); assertEquals((byte) 0x3, Smb2TreeConnectResponse.SMB2_SHARE_TYPE_PRINT); } @Test @DisplayName("Should return correct share flag constants") void testShareFlagConstants() { // Then
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralTest.java
String result = trans2GetDfsReferral.toString(); // Then assertNotNull(result); assertTrue(result.contains("Trans2GetDfsReferral")); assertTrue(result.contains("maxReferralLevel=0x3")); assertTrue(result.contains("filename=" + filename)); } @Test @DisplayName("toString should handle null path") void testToStringWithNullPath() { // Given
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameTest.java
src[2] = 'E'; // T // E=0x45: upper nibble 0x4->E(0x45), lower nibble 0x5->F(0x46) src[3] = 'E'; src[4] = 'F'; // E // S=0x53: upper nibble 0x5->F(0x46), lower nibble 0x3->D(0x44) src[5] = 'F'; src[6] = 'D'; // S // T=0x54: upper nibble 0x5->F(0x46), lower nibble 0x4->E(0x45) src[7] = 'F'; src[8] = 'E'; // T
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateRequestTest.java
assertEquals(0x1, Smb2CreateRequest.SMB2_IMPERSONATION_LEVEL_IDENTIFICATION); assertEquals(0x2, Smb2CreateRequest.SMB2_IMPERSONATION_LEVEL_IMPERSONATION); assertEquals(0x3, Smb2CreateRequest.SMB2_IMPERSONATION_LEVEL_DELEGATE); } @Test @DisplayName("Test file share constants") void testFileShareConstants() { assertEquals(0x1, Smb2CreateRequest.FILE_SHARE_READ);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 18.6K bytes - Viewed (0) -
cmd/xl-storage-format-v2_test.go
// ReservedMetadataPrefixLower + ReplicaTimestamp: []byte("2022-10-27T15:40:53.195813291+08:00")
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 37.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
/** * Delegate impersonation level - server can impersonate the client's security context on remote systems */ public static final int SMB2_IMPERSONATION_LEVEL_DELEGATE = 0x3; /** * Enable other opens for read access */ public static final int FILE_SHARE_READ = 0x1; /** * Enable other opens for write access */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameServicePacketTest.java
packet.recordType = 99; // Default case expectedString = "nameTrnId=1,isResponse=true,opCode=99,isAuthAnswer=true,isTruncated=true,isRecurAvailable=true,isRecurDesired=true,isBroadcast=true,resultCode=0x3,questionCount=1,answerCount=0,authorityCount=0,additionalCount=0,questionName=TEST_NAME<00>,questionType=0x0063,questionClass=IN,recordName=TEST_RECORD<00>,recordType=0x0063,recordClass=IN,ttl=3600,rDataLength=6";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/EncryptionNegotiateContextTest.java
void testRoundTripMultipleCiphers() throws SMBProtocolDecodingException { int[] originalCiphers = { EncryptionNegotiateContext.CIPHER_AES128_CCM, EncryptionNegotiateContext.CIPHER_AES128_GCM, 0x3, 0x4 }; EncryptionNegotiateContext originalContext = new EncryptionNegotiateContext(mockConfig, originalCiphers); int encoded = originalContext.encode(buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Huffman.kt
0x6f, 0x70, 0x71, 0x72, 0xfc, 0x73, 0xfd, 0x1ffb, 0x7fff0, 0x1ffc, 0x3ffc, 0x22, 0x7ffd, 0x3, 0x23, 0x4, 0x24, 0x5, 0x25, 0x26, 0x27, 0x6, 0x74, 0x75, 0x28, 0x29, 0x2a, 0x7,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 11K bytes - Viewed (0) -
cmd/erasure-healing-common_test.go
DataBlocks: 6, ParityBlocks: 6, BlockSize: 1048576, Index: 1, Distribution: []int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}, Checksums: []ChecksumInfo{{PartNumber: 1, Algorithm: 0x3, Hash: []uint8{}}}, }, NumVersions: 1, Idx: 0, } fi2 := FileInfo{ Volume: "mybucket", Name: "myobject", VersionID: "", IsLatest: true,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 22.4K bytes - Viewed (0)