Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 20 (0.14 sec)

  1. src/main/java/jcifs/ACE.java

        /**
         * 
         */
        public static final int WRITE_OWNER = 0x00080000; // 19
        /**
         * 
         */
        public static final int SYNCHRONIZE = 0x00100000; // 20
        /**
         * 
         */
        public static final int GENERIC_ALL = 0x10000000; // 28
        /**
         * 
         */
        public static final int GENERIC_EXECUTE = 0x20000000; // 29
        /**
         * 
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/ACE.java

        public static final int WRITE_DAC             = 0x00040000; // 18
        public static final int WRITE_OWNER           = 0x00080000; // 19
        public static final int SYNCHRONIZE           = 0x00100000; // 20
        public static final int GENERIC_ALL           = 0x10000000; // 28
        public static final int GENERIC_EXECUTE       = 0x20000000; // 29
        public static final int GENERIC_WRITE         = 0x40000000; // 30
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 7.2K bytes
    - Viewed (0)
Back to top