Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 67 of 67 for 0xcc (0.06 sec)

  1. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

                count = (int)_src.dec_ndr_long();
                retval = (int)_src.dec_ndr_long();
            }
        }
        public static class LsarOpenPolicy2 extends DcerpcMessage {
    
            public int getOpnum() { return 0x2c; }
    
            public int retval;
            public String system_name;
            public LsarObjectAttributes object_attributes;
            public int desired_access;
            public rpc.policy_handle policy_handle;
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 33K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/NbtAddress.java

                        dots++;
                        i++;
                    }
                }
            } else {
                switch (hostName.hexCode) {
                    case 0x1B:
                    case 0x1C:
                    case 0x1D:
                        calledName = SMBSERVER_NAME;
                }
            }
    
            return calledName;
        }
        public String nextCalledName() {
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 30.1K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    04CA          ; valid                                  # 3.2  CYRILLIC SMALL LETTER EN WITH TAIL
    04CB          ; mapped                 ; 04CC          # 1.1  CYRILLIC CAPITAL LETTER KHAKASSIAN CHE
    04CC          ; valid                                  # 1.1  CYRILLIC SMALL LETTER KHAKASSIAN CHE
    04CD          ; mapped                 ; 04CE          # 3.2  CYRILLIC CAPITAL LETTER EM WITH TAIL
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. doc/asm.html

    </p>
    
    <p>
    For example,
    </p>
    
    <pre>
    DATA divtab&lt;&gt;+0x00(SB)/4, $0xf4f8fcff
    DATA divtab&lt;&gt;+0x04(SB)/4, $0xe6eaedf0
    ...
    DATA divtab&lt;&gt;+0x3c(SB)/4, $0x81828384
    GLOBL divtab&lt;&gt;(SB), RODATA, $64
    
    GLOBL runtime·tlsoffset(SB), NOPTR, $4
    </pre>
    
    <p>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  5. cmd/storage-datatypes_gen.go

    	// write "TotalWrites"
    	err = en.Append(0xab, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x72, 0x69, 0x74, 0x65, 0x73)
    	if err != nil {
    		return
    	}
    	err = en.WriteUint64(z.TotalWrites)
    	if err != nil {
    		err = msgp.WrapError(err, "TotalWrites")
    		return
    	}
    	// write "TotalDeletes"
    	err = en.Append(0xac, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73)
    	if err != nil {
    		return
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 150.2K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="application/x-7z-compressed">
        <acronym>7zip</acronym>
        <_comment>7-zip archive</_comment>
        <magic priority="50">
          <!-- Magic: '7', 'z', 0xBC, 0xAF, 0x27, 0x1C -->
          <match value="7z" type="string" offset="0:1" >
            <match value="0xBCAF271C" type="string" offset="2:5" />
          </match>
        </magic>
        <glob pattern="*.7z" />
      </mime-type>
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (1)
  7. cmd/testdata/decryptObjectInfo.json.zst

    Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.0.txt","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"RVa1MMopkS8ewNVkGRKZ+hi6+tKG/x0cc/5ntEt0=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAM587JkHjSeMi2zq==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfANo058WwUBFKBIPQ/AUjn...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top