Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 827f (0.02 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketWriterTest.kt

          payload.writeByte('0'.code)
        }
        serverWriter.writeMessageFrame(OPCODE_BINARY, payload.snapshot())
    
        // Write directly to the unbuffered sink. This ensures it will become single frame.
        assertData("827f") // 'f' == 16-byte follow-up length.
        assertData(format("%016X", payload.size))
        assertData(payload.readByteString())
      }
    
      @Test fun clientBinary() {
        val payload =
          (
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

            request.setInputData(mockInputData);
            request.setOutputData(mockOutputData);
    
            int size = request.size();
    
            // Base size 120 + 100 + 50 = 270, aligned to 8 = 272
            assertEquals(272, size);
            verify(mockInputData).size();
            verify(mockOutputData).size();
        }
    
        @Test
        @DisplayName("Test writeBytesWireFormat without data")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/dcerpc/msrpc/netdfs.java

        }
    
        /**
         * Gets the DCE/RPC syntax identifier for the DFS interface
         * @return the syntax identifier string
         */
        public static String getSyntax() {
            return "4fc742e0-4a10-11cf-8273-00aa004ae673:3.0";
        }
    
        /**
         * DFS volume flavor indicating standalone DFS
         */
        public static final int DFS_VOLUME_FLAVOR_STANDALONE = 0x100;
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

        }
    
        /**
         * Gets the DCE/RPC syntax identifier for the DFS interface
         * @return the syntax identifier string
         */
        public static String getSyntax() {
            return "4fc742e0-4a10-11cf-8273-00aa004ae673:3.0";
        }
    
        /**
         * DFS volume flavor indicating standalone DFS
         */
        public static final int DFS_VOLUME_FLAVOR_STANDALONE = 0x100;
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  5. src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java

        private NdrBuffer mockNdrBuffer;
    
        @BeforeEach
        void setUp() {
            mockNdrBuffer = mock(NdrBuffer.class);
        }
    
        @Test
        void testGetSyntax() {
            assertEquals("4fc742e0-4a10-11cf-8273-00aa004ae673:3.0", netdfs.getSyntax());
        }
    
        @Test
        void testDfsInfo1_EncodeDecode() throws NdrException {
            netdfs.DfsInfo1 info1 = new netdfs.DfsInfo1();
            info1.entry_path = "test_path";
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F7E          ; mapped                 ; 8012          # 3.0  KANGXI RADICAL PLOW
    2F7F          ; mapped                 ; 8033          # 3.0  KANGXI RADICAL EAR
    2F80          ; mapped                 ; 807F          # 3.0  KANGXI RADICAL BRUSH
    2F81          ; mapped                 ; 8089          # 3.0  KANGXI RADICAL MEAT
    2F82          ; mapped                 ; 81E3          # 3.0  KANGXI RADICAL MINISTER
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top