Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for 0x01010000 (0.58 sec)

  1. 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)
  2. 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)
  3. 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)
  4. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	SHTDN_REASON_MAJOR_OPERATINGSYSTEM          = 0x00020000
    	SHTDN_REASON_MAJOR_SOFTWARE                 = 0x00030000
    	SHTDN_REASON_MAJOR_APPLICATION              = 0x00040000
    	SHTDN_REASON_MAJOR_SYSTEM                   = 0x00050000
    	SHTDN_REASON_MAJOR_POWER                    = 0x00060000
    	SHTDN_REASON_MAJOR_LEGACY_API               = 0x00070000
    	SHTDN_REASON_MINOR_OTHER                    = 0x00000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    )
    
    type ACCESS_MASK uint32
    
    // Constants for type ACCESS_MASK
    const (
    	DELETE                   = 0x00010000
    	READ_CONTROL             = 0x00020000
    	WRITE_DAC                = 0x00040000
    	WRITE_OWNER              = 0x00080000
    	SYNCHRONIZE              = 0x00100000
    	STANDARD_RIGHTS_REQUIRED = 0x000F0000
    	STANDARD_RIGHTS_READ     = READ_CONTROL
    	STANDARD_RIGHTS_WRITE    = READ_CONTROL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. src/runtime/asm_386.s

    DATA masks<>+0x28(SB)/4, $0x00000000
    DATA masks<>+0x2c(SB)/4, $0x00000000
    
    DATA masks<>+0x30(SB)/4, $0x00ffffff
    DATA masks<>+0x34(SB)/4, $0x00000000
    DATA masks<>+0x38(SB)/4, $0x00000000
    DATA masks<>+0x3c(SB)/4, $0x00000000
    
    DATA masks<>+0x40(SB)/4, $0xffffffff
    DATA masks<>+0x44(SB)/4, $0x00000000
    DATA masks<>+0x48(SB)/4, $0x00000000
    DATA masks<>+0x4c(SB)/4, $0x00000000
    
    DATA masks<>+0x50(SB)/4, $0xffffffff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv12-ClientCert-Ed25519

    00000030  38 f1 82 94 a7 c3 bf 77  60 d8 51 c2 c7 e9 8e d6  |8......w`.Q.....|
    00000040  94 ee 4f 23 51 d3 2c 52  06 12 4b 4a cc a8 00 00  |..O#Q.,R..KJ....|
    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 03 02 59 0b  00 02 55 00 02 52 00 02  |......Y...U..R..|
    00000070  4f 30 82 02 4b 30 82 01  b4 a0 03 02 01 02 02 09  |O0..K0..........|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    	FILE_NAMED_STREAMS                = 0x00040000
    	FILE_PERSISTENT_ACLS              = 0x00000008
    	FILE_READ_ONLY_VOLUME             = 0x00080000
    	FILE_SEQUENTIAL_WRITE_ONCE        = 0x00100000
    	FILE_SUPPORTS_ENCRYPTION          = 0x00020000
    	FILE_SUPPORTS_EXTENDED_ATTRIBUTES = 0x00800000
    	FILE_SUPPORTS_HARD_LINKS          = 0x00400000
    	FILE_SUPPORTS_OBJECT_IDS          = 0x00010000
    	FILE_SUPPORTS_OPEN_BY_FILE_ID     = 0x01000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv12-X25519-ECDHE

    00000060  c0 14 00 9c 00 9d 00 2f  00 35 c0 12 00 0a c0 23  |......./.5.....#|
    00000070  c0 27 00 3c c0 07 c0 11  00 05 13 03 13 01 13 02  |.'.<............|
    00000080  01 00 00 79 00 0b 00 02  01 00 ff 01 00 01 00 00  |...y............|
    00000090  17 00 00 00 12 00 00 00  05 00 05 01 00 00 00 00  |................|
    000000a0  00 0a 00 04 00 02 00 1d  00 0d 00 1a 00 18 08 04  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  10. build-logic/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts

                localRepository.get().file("org/gradle/${baseName.get()}/maven-metadata.xml").asFile.apply {
                    writeText(readText().replace("\\Q<lastUpdated>\\E\\d+\\Q</lastUpdated>\\E".toRegex(), "<lastUpdated>${Year.now().value}0101000000</lastUpdated>"))
                }
                localRepository.get().asFileTree.matching { include("**/*.module") }.forEach {
                    val content = it.readText()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:57 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top