- Sort Score
- Result 10 results
- Languages All
Results 81 - 86 of 86 for 0xc3 (0.06 sec)
-
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
/** * */ public static final byte SMB_COM_NEGOTIATE = (byte) 0x72; /** * */ public static final byte SMB_COM_SESSION_SETUP_ANDX = (byte) 0x73; /** * */ public static final byte SMB_COM_LOGOFF_ANDX = (byte) 0x74; /** * */ public static final byte SMB_COM_TREE_CONNECT_ANDX = (byte) 0x75;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 09:45:59 UTC 2018 - 32.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
src/archive/tar/reader_test.go
file: "testdata/sparse-formats.tar", headers: []*Header{{ Name: "sparse-gnu", Mode: 420, Uid: 1000, Gid: 1000, Size: 200, ModTime: time.Unix(1392395740, 0), Typeflag: 0x53, Linkname: "", Uname: "david", Gname: "david", Devmajor: 0, Devminor: 0, Format: FormatGNU, }, { Name: "sparse-posix-0.0", Mode: 420, Uid: 1000,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 03 15:48:09 UTC 2024 - 46.9K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
o = append(o, 0x82, 0xa5, 0x46, 0x69, 0x6c, 0x65, 0x73) o = msgp.AppendArrayHeader(o, uint32(len(z.Files))) for za0001 := range z.Files { o, err = z.Files[za0001].MarshalMsg(o) if err != nil { err = msgp.WrapError(err, "Files", za0001) return } } // string "IsTruncated" o = append(o, 0xab, 0x49, 0x73, 0x54, 0x72, 0x75, 0x6e, 0x63, 0x61, 0x74, 0x65, 0x64) o = msgp.AppendBool(o, z.IsTruncated)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 150.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* @see java.io.File */ public class SmbFile extends URLConnection implements SmbConstants { static final int O_RDONLY = 0x01; static final int O_WRONLY = 0x02; static final int O_RDWR = 0x03; static final int O_APPEND = 0x04; // Open Function Encoding // create if the file does not exist static final int O_CREAT = 0x0010; // fail if the file exists
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</mime-type> <mime-type type="application/sereal;version=3"> <sub-class-of type="application/sereal"/> <magic priority="50"> <match value="0x6C72F33D" type="little32" offset="0"> <match value="0x03" mask="0x0F" type="string" offset="4"/> </match> </magic> </mime-type> <mime-type type="application/set-payment"/> <mime-type type="application/set-payment-initiation">
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0)