- Sort Score
- Result 10 results
- Languages All
Results 121 - 126 of 126 for 0xF8 (0.03 sec)
-
src/main/java/jcifs/smb1/smb1/ServerMessageBlock.java
static final byte SMB_COM_CLOSE = (byte) 0x04; static final byte SMB_COM_DELETE = (byte) 0x06; static final byte SMB_COM_RENAME = (byte) 0x07; static final byte SMB_COM_QUERY_INFORMATION = (byte) 0x08; static final byte SMB_COM_WRITE = (byte) 0x0B; static final byte SMB_COM_CHECK_DIRECTORY = (byte) 0x10; static final byte SMB_COM_TRANSACTION = (byte) 0x25;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
*/ public static final byte SMB_COM_RENAME = (byte) 0x07; /** * SMB command to query file information. */ public static final byte SMB_COM_QUERY_INFORMATION = (byte) 0x08; /** * SMB command to set file information. */ public static final byte SMB_COM_SET_INFORMATION = (byte) 0x09; /** * SMB command to write data to a file. */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
return } err = za0002.EncodeMsg(en) if err != nil { err = msgp.WrapError(err, "LastMinute", za0001) return } } // write "APICalls" err = en.Append(0xa8, 0x41, 0x50, 0x49, 0x43, 0x61, 0x6c, 0x6c, 0x73) if err != nil { return } err = en.WriteMapHeader(uint32(len(z.APICalls))) if err != nil { err = msgp.WrapError(err, "APICalls") return }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 151.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
*/ public static final int ATTR_SYSTEM = 0x04; /** * A file with this bit on as returned by {@code getAttributes()} is * a volume */ public static final int ATTR_VOLUME = 0x08; /** * A file with this bit on as returned by {@code getAttributes()} is * a directory */ public static final int ATTR_DIRECTORY = 0x10; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
XVPERMIV $0x3B, X1, X2 // XVPERMIV $59, X1, X2 // 22ece877 XVPERMIQ $0x4B, X1, X2 // XVPERMIQ $75, X1, X2 // 222ced77 // A{,X}VEXTRINS.{B,H,W,V} instructions VEXTRINSB $0x18, V1, V2 // VEXTRINSB $24, V1, V2 // 22608c73 VEXTRINSH $0x27, V1, V2 // VEXTRINSH $39, V1, V2 // 229c8873 VEXTRINSW $0x36, V1, V2 // VEXTRINSW $54, V1, V2 // 22d88473Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Nov 27 00:46:52 UTC 2025 - 44.5K bytes - Viewed (0)