Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 86 of 86 for 0xc3 (0.04 sec)

  1. 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)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	LDAXR (R15), R21                           // f5fd5fc8
    	LDAXRB (R19), R16                          // 70fe5f08
    	LDAXRH (R5), R8                            // a8fc5f48
    	//TODO LDNP 0xcc(RSP), ZR, R12             // ecff5928
    	//TODO LDNP 0x40(R28), R9, R5              // 852744a8
    	//TODO LDPSW -0xd0(R2), R0, R12            // 4c00e668
    	//TODO LDPSW 0x5c(R4), R8, R5              // 85a0cb69
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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 (1)
Back to top