- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 0xe8 (0.04 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
*/ public static final int ATTR_SYSTEM = 0x04; /** * A file with this bit on as returned by <tt>getAttributes()</tt> is * a volume */ public static final int ATTR_VOLUME = 0x08; /** * A file with this bit on as returned by <tt>getAttributes()</tt> is * a directory */ public static final int ATTR_DIRECTORY = 0x10; /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.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 Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 150.2K bytes - Viewed (0) -
doc/go1.17_spec.html
a literal <code>a</code>, Unicode U+0061, value <code>0x61</code>, while <code>'รค'</code> holds two bytes (<code>0xc3</code> <code>0xa4</code>) representing a literal <code>a</code>-dieresis, U+00E4, value <code>0xe4</code>. </p> <p> Several backslash escapes allow arbitrary values to be encoded as ASCII text. There are four ways to represent the integer value
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)