Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0x10 (0.02 sec)

  1. cmd/storage-datatypes_gen.go

    		zb0001Len--
    		zb0001Mask |= 0x10
    	}
    	// variable map header, size zb0001Len
    	o = append(o, 0x80|uint8(zb0001Len))
    
    	// skip if no fields are to be emitted
    	if zb0001Len != 0 {
    		// string "BaseOptions"
    		o = append(o, 0xab, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73)
    		// map header, size 0
    		_ = z.BaseOptions
    		o = append(o, 0x80)
    		// string "r"
    		o = append(o, 0xa1, 0x72)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Apr 25 05:41:04 UTC 2025
    - 152K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * a directory
         */
        public static final int ATTR_DIRECTORY = 0x10;
        /**
         * A file with this bit on as returned by {@code getAttributes()} or set
         * with {@code setAttributes()} is an archived file
         */
        public static final int ATTR_ARCHIVE = 0x20;
    
        // extended file attribute encoding(others same as above)
        static final int ATTR_COMPRESSED = 0x800;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top