Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 243 for 0x61 (0.05 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Huffman.kt

          0x64,
          0x65,
          0x66,
          0x67,
          0x68,
          0x69,
          0x6a,
          0x6b,
          0x6c,
          0x6d,
          0x6e,
          0x6f,
          0x70,
          0x71,
          0x72,
          0xfc,
          0x73,
          0xfd,
          0x1ffb,
          0x7fff0,
          0x1ffc,
          0x3ffc,
          0x22,
          0x7ffd,
          0x3,
          0x23,
          0x4,
          0x24,
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 11K bytes
    - Viewed (0)
  2. cmd/erasure-server-pool-decom_gen.go

    	o = append(o, 0xa3, 0x62, 0x6b, 0x74)
    	o = msgp.AppendString(o, z.Bucket)
    	// string "pfx"
    	o = append(o, 0xa3, 0x70, 0x66, 0x78)
    	o = msgp.AppendString(o, z.Prefix)
    	// string "obj"
    	o = append(o, 0xa3, 0x6f, 0x62, 0x6a)
    	o = msgp.AppendString(o, z.Object)
    	// string "id"
    	o = append(o, 0xa2, 0x69, 0x64)
    	o = msgp.AppendInt64(o, z.ItemsDecommissioned)
    	// string "idf"
    	o = append(o, 0xa3, 0x69, 0x64, 0x66)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Jul 04 21:02:54 UTC 2022
    - 26.7K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    		0x00, 0x01, 0x00, 0x00, 0x00, 0x5c, 0x50, 0x4b,
    		0x03, 0x04, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00,
    		0x91, 0x68, 0x2e, 0x53, 0x85, 0x11, 0x4a, 0x0d,
    		0x0b, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00,
    		0x09, 0x00, 0x00, 0x00, 0x2f, 0x74, 0x65, 0x73,
    		0x74, 0x2e, 0x74, 0x78, 0x74, 0x68, 0x65, 0x6c,
    		0x6c, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6c, 0x64,
    		0x50, 0x4b, 0x01, 0x02, 0x14, 0x03, 0x0a, 0x00,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 56.6K bytes
    - Viewed (0)
  4. src/test/java/jcifs/internal/smb2/lease/Smb2LeaseKeyTest.java

        @DisplayName("Should implement equals correctly")
        void testEquals() {
            byte[] testBytes1 = new byte[] { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10 };
            byte[] testBytes2 = Arrays.copyOf(testBytes1, 16);
            byte[] testBytes3 = new byte[] { 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x20 };
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 00:16:17 UTC 2025
    - 6K bytes
    - Viewed (0)
  5. src/test/java/jcifs/dcerpc/DcerpcConstantsTest.java

                assertEquals(0x16, DcerpcConstants.RPC_PT_ORPHANED, "RPC_PT_ORPHANED should be 0x16");
            }
        }
    
        @Nested
        @DisplayName("RPC Packet Flag Constants Tests")
        class RpcPacketFlagTests {
    
            @Test
            @DisplayName("RPC_C_PF_BROADCAST should have correct value")
            void testRpcCPfBroadcast() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  6. src/main/java/jcifs/dcerpc/DcerpcConstants.java

         */
        int RPC_PT_CO_CANCEL = 0x15;
        /**
         * Orphaned packet type
         */
        int RPC_PT_ORPHANED = 0x16;
    
        // RPC_C_PF_ flags (packet flags)
        /**
         * Broadcast packet flag
         */
        int RPC_C_PF_BROADCAST = 0x01;
        /**
         * No fragmentation packet flag
         */
        int RPC_C_PF_NO_FRAGMENT = 0x02;
        /**
         * Maybe semantics packet flag
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  7. src/test/java/jcifs/netbios/NodeStatusResponseTest.java

            // Number of names
            src[srcIndex] = 0x01;
    
            // Name entry
            String name = "TEST            ";
            System.arraycopy(name.getBytes("US-ASCII"), 0, src, srcIndex + 1, 16);
            src[srcIndex + 16] = 0x00;
            src[srcIndex + 17] = 0x04;
    
            // MAC address
            byte[] testMac = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 };
            System.arraycopy(testMac, 0, src, srcIndex + 19, 6);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  8. src/test/java/jcifs/ntlmssp/av/AvSingleHostTest.java

            // Prepare padded arrays
            byte[] customData = new byte[8];
            customData[0] = 0x01;
            customData[1] = 0x02;
    
            byte[] machineId = new byte[32];
            machineId[0] = 0x10;
            machineId[1] = 0x11;
            machineId[2] = 0x12;
    
            AvSingleHost avSingleHost = new AvSingleHost(customData, machineId);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/dcerpc/msrpc/samr.idl

    		ACB_USE_DES_KEY_ONLY       = 0x00008000, /* 1 = Use DES key only */
    		ACB_DONT_REQUIRE_PREAUTH   = 0x00010000  /* 1 = Preauth not required */
    	} SamrAcctFlags;
    
    	[op(0x01)]
    	int SamrCloseHandle([in] policy_handle *handle);
    
    	[op(0x39)]
    	int SamrConnect2([in,string,unique] wchar_t *system_name,
    			[in] uint32_t access_mask,
    			[out] policy_handle *handle);
    
    	[op(0x3e)]
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 3.1K bytes
    - Viewed (0)
  10. src/test/java/jcifs/internal/smb1/trans2/Trans2FindFirst2Test.java

            assertEquals("\\test\\path\\", trans2FindFirst2.getPath());
        }
    
        @Test
        @DisplayName("Test constructor with root path")
        void testConstructorWithRootPath() {
            // Test root path
            trans2FindFirst2 = new Trans2FindFirst2(mockConfig, "\\", "*.*", 0x16, 15, 4096);
    
            assertEquals("\\", trans2FindFirst2.getPath());
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.8K bytes
    - Viewed (0)
Back to top