Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 79 for 44 (0.13 sec)

  1. src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java

            testBuffer[0] = 0x01; // revision
            testBuffer[1] = 0x00; // padding
            SMBUtil.writeInt2(0x8004, testBuffer, 2); // type
            SMBUtil.writeInt4(20, testBuffer, 4); // owner offset
            SMBUtil.writeInt4(44, testBuffer, 8); // group offset
            SMBUtil.writeInt4(0, testBuffer, 12); // SACL offset
            SMBUtil.writeInt4(0, testBuffer, 16); // DACL offset
    
            // Owner SID with 3 sub-authorities (S-1-5-21-X-Y-Z)
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/ja/mapping.txt

    ョ => ョ
    ゙ => ゛
    ゚ => ゜
    ー => ー
    ・ => ・
    
    0 => 0
    1 => 1
    2 => 2
    3 => 3
    4 => 4
    5 => 5
    6 => 6
    7 => 7
    8 => 8
    9 => 9
    
    ① => 1\u0020
    ② => 2\u0020
    ③ => 3\u0020
    ④ => 4\u0020
    ⑤ => 5\u0020
    ⑥ => 6\u0020
    ⑦ => 7\u0020
    ⑧ => 8\u0020
    ⑨ => 9\u0020
    
    ! => !
    ? => ?
    # => #
    % => %
    & => &
    @ => @
    + => +
    - => -
    * => *
    / => /
    = => =
    $ => $
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 27 02:07:47 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  3. docs/smb3-features/01-smb3-lease-design.md

        private int shareAccessHint;
        
        @Override
        protected int writePayload(byte[] dst, int dstIndex) {
            int start = dstIndex;
            
            // StructureSize (2 bytes) - must be 44
            writeInt2(dst, dstIndex, 44);
            dstIndex += 2;
            
            // Reserved (2 bytes)
            writeInt2(dst, dstIndex, 0);
            dstIndex += 2;
            
            // Flags (4 bytes)
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 22K bytes
    - Viewed (0)
  4. src/test/java/jcifs/ntlmssp/Type2MessageTest.java

                    assertEquals(TEST_DOMAIN,
                            new String(Arrays.copyOfRange(targetInfo, 4, 4 + TEST_DOMAIN.getBytes(Type2Message.UNI_ENCODING).length),
                                    Type2Message.UNI_ENCODING));
    
                    // Verify server part - check if it exists
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 38.9K bytes
    - Viewed (0)
  5. src/test/java/jcifs/ntlmssp/av/AvPairsTest.java

            byte[] encoded = AvPairs.encode(pairs);
    
            assertNotNull(encoded, "Encoded data should not be null");
    
            int expectedLength = 4 + 4 + // AvFlags header + data
                    4 + 8 + // AvTimestamp header + data
                    4 + 4 + // AvTargetName header + data
                    4; // EOL
            assertEquals(expectedLength, encoded.length, "Encoded length should match expected");
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  6. docs/changelogs/changelog_1x.md

    ##### Changes
    
     * New: Support for `HTTP-draft-09/2.0`.
     * New: Support for `spdy/3.1`. Dropped support for `spdy/3`.
     * New: Use ALPN on Android platforms that support it (4.4+)
     * New: CacheControl model and parser.
     * New: Protocol selection in MockWebServer.
     * Fix: Route selection shouldn't use TLS modes that we know will fail.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/graph/EndpointPairTest.java

      private static final String E12 = "1-2";
      private static final String E12_A = "1-2a";
      private static final String E21 = "2-1";
      private static final String E13 = "1-3";
      private static final String E44 = "4-4";
    
      // Test for EndpointPair class
    
      @Test
      public void testOrderedEndpointPair() {
        EndpointPair<String> ordered = EndpointPair.ordered("source", "target");
        assertThat(ordered.isOrdered()).isTrue();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess/mapping.txt

    ョ => ヨ
    ゙ => ゛
    ゚ => ゜
    ー => ー
    ・ => ・
    
    0 => 0
    1 => 1
    2 => 2
    3 => 3
    4 => 4
    5 => 5
    6 => 6
    7 => 7
    8 => 8
    9 => 9
    
    ① => 1\u0020
    ② => 2\u0020
    ③ => 3\u0020
    ④ => 4\u0020
    ⑤ => 5\u0020
    ⑥ => 6\u0020
    ⑦ => 7\u0020
    ⑧ => 8\u0020
    ⑨ => 9\u0020
    
    ! => !
    ? => ?
    # => #
    % => %
    & => &
    @ => @
    + => +
    - => -
    * => *
    / => /
    = => =
    $ => $
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 27 02:07:47 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/ntlmssp/Type3Message.java

                writeSecurityBuffer(type3, 28, offset, domain);
                offset += domainLength;
                writeSecurityBuffer(type3, 36, offset, user);
                offset += userLength;
                writeSecurityBuffer(type3, 44, offset, workstation);
                offset += workstationLength;
                writeSecurityBuffer(type3, 52, offset, sessionKey);
                writeULong(type3, 60, flags);
                return type3;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 24.1K bytes
    - Viewed (0)
  10. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

            byte[] buffer = new byte[1024];
    
            request.writeBytesWireFormat(buffer, 0);
    
            // Control code is at offset 4 (4 bytes)
            int encodedControlCode = (buffer[4] & 0xFF) | ((buffer[5] & 0xFF) << 8) | ((buffer[6] & 0xFF) << 16) | ((buffer[7] & 0xFF) << 24);
            assertEquals(testControlCode, encodedControlCode);
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
Back to top