Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0x16 (0.03 sec)

  1. src/archive/zip/reader_test.go

    		0x06, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01,
    		0x00, 0x49, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00,
    		0x00, 0x97, 0x2b, 0x49, 0x23, 0x05, 0xc5, 0x0b,
    		0xa7, 0xd1, 0x52, 0xa2, 0x9c, 0x50, 0x4b, 0x06,
    		0x07, 0xc8, 0x19, 0xc1, 0xaf, 0x94, 0x9c, 0x61,
    		0x44, 0xbe, 0x94, 0x19, 0x42, 0x58, 0x12, 0xc6,
    		0x5b, 0x50, 0x4b, 0x05, 0x06, 0x00, 0x00, 0x00,
    		0x00, 0x01, 0x00, 0x01, 0x00, 0x69, 0x00, 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)
  2. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

      fun hostIpv6WithIpv4SuffixWithHexadecimalPrefix() {
        // Chrome interprets a leading '0x' as hexadecimal; Firefox rejects them. (We reject them.)
        assertInvalid(
          "http://[0:0:0:0:0:1:0.0x10.0.0x10]/",
          "Invalid URL host: \"[0:0:0:0:0:1:0.0x10.0.0x10]\"",
        )
      }
    
      @Test
      fun hostIpv6WithMalformedIpv4Suffix() {
        assertInvalid(
          "http://[0:0:0:0:0:1:0.0:0.0]/",
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTransportImpl.java

            }
            if (this.smb2) {
                if (key != -1) {
                    return null;
                }
                final int cmd = Encdec.dec_uint16le(this.sbuf, 4 + 12) & 0xFFFF;
                if (cmd == 0x12) {
                    return new Smb2OplockBreakNotification(getContext().getConfig());
                }
            } else {
                if (key != 0xFFFF) {
                    return null;
                }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top