Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 96 for 0x01010000 (0.16 sec)

  1. src/main/java/jcifs/smb1/util/DES.java

            0x00010000, 0x01010404, 0x00000004, 0x01010000,
            0x01010400, 0x01000000, 0x01000000, 0x00000400,
            0x01010004, 0x00010000, 0x00010400, 0x01000004,
            0x00000400, 0x00000004, 0x01000404, 0x00010404,
            0x01010404, 0x00010004, 0x01010000, 0x01000404,
            0x01000004, 0x00000404, 0x00010404, 0x01010400,
            0x00000404, 0x01000400, 0x01000400, 0x00000000,
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 21.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/memory_windows.go

    // license that can be found in the LICENSE file.
    
    package windows
    
    const (
    	MEM_COMMIT      = 0x00001000
    	MEM_RESERVE     = 0x00002000
    	MEM_DECOMMIT    = 0x00004000
    	MEM_RELEASE     = 0x00008000
    	MEM_RESET       = 0x00080000
    	MEM_TOP_DOWN    = 0x00100000
    	MEM_WRITE_WATCH = 0x00200000
    	MEM_PHYSICAL    = 0x00400000
    	MEM_RESET_UNDO  = 0x01000000
    	MEM_LARGE_PAGES = 0x20000000
    
    	PAGE_NOACCESS          = 0x00000001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 04 16:59:45 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  3. src/syscall/types_windows.go

    	XP1_MULTIPOINT_CONTROL_PLANE = 0x00000800
    	XP1_MULTIPOINT_DATA_PLANE    = 0x00001000
    	XP1_QOS_SUPPORTED            = 0x00002000
    	XP1_UNI_SEND                 = 0x00008000
    	XP1_UNI_RECV                 = 0x00010000
    	XP1_IFS_HANDLES              = 0x00020000
    	XP1_PARTIAL_MESSAGE          = 0x00040000
    	XP1_SAN_SUPPORT_SDP          = 0x00080000
    
    	PFL_MULTIPLE_PROTO_ENTRIES  = 0x00000001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbConstants.java

        static final int DELETE                = 0x00010000; // 16
        static final int READ_CONTROL          = 0x00020000; // 17
        static final int WRITE_DAC             = 0x00040000; // 18
        static final int WRITE_OWNER           = 0x00080000; // 19
        static final int SYNCHRONIZE           = 0x00100000; // 20
        static final int GENERIC_ALL           = 0x10000000; // 28
        static final int GENERIC_EXECUTE       = 0x20000000; // 29
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 8.4K bytes
    - Viewed (0)
  5. src/main/java/jcifs/ntlmssp/NtlmFlags.java

         * target authentication realm is a domain.
         */
        public static final int NTLMSSP_TARGET_TYPE_DOMAIN = 0x00010000;
    
        /**
         * Sent by the server in the Type 2 message to indicate that the
         * target authentication realm is a server.
         */
        public static final int NTLMSSP_TARGET_TYPE_SERVER = 0x00020000;
    
        /**
         * Sent by the server in the Type 2 message to indicate that the
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	S_IFDIR                         = 0x01000000
    	S_IFCHR                         = 0x02000000
    	S_IFREG                         = 0x03000000
    	S_IFFIFO                        = 0x04000000
    	S_IFIFO                         = 0x04000000
    	S_IFLNK                         = 0x05000000
    	S_IFBLK                         = 0x06000000
    	S_IFSOCK                        = 0x07000000
    	S_IFVMEXTL                      = 0xFE000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/ntlmssp/NtlmFlags.java

        * target authentication realm is a domain.
        */
        public static final int NTLMSSP_TARGET_TYPE_DOMAIN = 0x00010000;
    
        /**
        * Sent by the server in the Type 2 message to indicate that the 
        * target authentication realm is a server.
        */
        public static final int NTLMSSP_TARGET_TYPE_SERVER = 0x00020000;
    
        /**
        * Sent by the server in the Type 2 message to indicate that the 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  8. src/main/java/jcifs/ACE.java

        /**
         * 
         */
        public static final int DELETE = 0x00010000; // 16
        /**
         * 
         */
        public static final int READ_CONTROL = 0x00020000; // 17
        /**
         * 
         */
        public static final int WRITE_DAC = 0x00040000; // 18
        /**
         * 
         */
        public static final int WRITE_OWNER = 0x00080000; // 19
        /**
         * 
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6.5K bytes
    - Viewed (0)
  9. src/syscall/exec_linux.go

    	CLONE_NEWCGROUP      = 0x02000000 // New cgroup namespace
    	CLONE_NEWUTS         = 0x04000000 // New utsname namespace
    	CLONE_NEWIPC         = 0x08000000 // New ipc namespace
    	CLONE_NEWUSER        = 0x10000000 // New user namespace
    	CLONE_NEWPID         = 0x20000000 // New pid namespace
    	CLONE_NEWNET         = 0x40000000 // New network namespace
    	CLONE_IO             = 0x80000000 // Clone io context
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 07:45:37 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. src/internal/syscall/windows/symlink_windows.go

    // license that can be found in the LICENSE file.
    
    package windows
    
    import "syscall"
    
    const (
    	ERROR_INVALID_PARAMETER syscall.Errno = 87
    
    	FILE_SUPPORTS_OBJECT_IDS      = 0x00010000
    	FILE_SUPPORTS_OPEN_BY_FILE_ID = 0x01000000
    
    	// symlink support for CreateSymbolicLink() starting with Windows 10 (1703, v10.0.14972)
    	SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE = 0x2
    
    	// FileInformationClass values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 19:06:55 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top