Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 77 for 0B1110 (0.15 sec)

  1. src/cmd/go/internal/toolchain/select.go

    	if runtime.GOOS != "windows" {
    		info, err := os.Stat(filepath.Join(dir, "bin/go"))
    		if err != nil {
    			base.Fatalf("download %s: %v", gotoolchain, err)
    		}
    		if info.Mode()&0111 == 0 {
    			// allowExec sets the exec permission bits on all files found in dir.
    			allowExec := func(dir string) {
    				err := filepath.WalkDir(dir, func(path string, d fs.DirEntry, err error) error {
    					if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:25:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_arm64.go

    	SO_DONTROUTE                      = 0x10
    	SO_DONTTRUNC                      = 0x2000
    	SO_ERROR                          = 0x1007
    	SO_KEEPALIVE                      = 0x8
    	SO_LABEL                          = 0x1010
    	SO_LINGER                         = 0x80
    	SO_LINGER_SEC                     = 0x1080
    	SO_NKE                            = 0x1021
    	SO_NOADDRERR                      = 0x1023
    	SO_NOSIGPIPE                      = 0x1022
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  3. src/regexp/testdata/re2-search.txt

    "^(?:^)"
    0-0;0-0;0-0;0-0
    -;0-0;-;0-0
    "(?:^)$"
    0-0;0-0;0-0;0-0
    -;-;-;-
    strings
    ""
    "x"
    regexps
    "$"
    0-0;0-0;0-0;0-0
    -;1-1;-;1-1
    "^(?:$)$"
    0-0;0-0;0-0;0-0
    -;-;-;-
    "^(?:$)"
    0-0;0-0;0-0;0-0
    -;-;-;-
    "(?:$)$"
    0-0;0-0;0-0;0-0
    -;1-1;-;1-1
    strings
    ""
    "nofoo foo that"
    regexps
    "\\bfoo\\b"
    -;-;-;-
    -;6-9;-;6-9
    "^(?:\\bfoo\\b)$"
    -;-;-;-
    -;-;-;-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_solaris_amd64.go

    	RTV_SPIPE                     = 0x10
    	RTV_SSTHRESH                  = 0x20
    	RT_AWARE                      = 0x1
    	RUSAGE_CHILDREN               = -0x1
    	RUSAGE_SELF                   = 0x0
    	SCM_RIGHTS                    = 0x1010
    	SCM_TIMESTAMP                 = 0x1013
    	SCM_UCRED                     = 0x1012
    	SHUT_RD                       = 0x0
    	SHUT_RDWR                     = 0x2
    	SHUT_WR                       = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://[2001:db8::1]/").host).isEqualTo("2001:db8::1")
        assertThat(parse("http://[2001:db8:0:0:0:0:2:1]/").host).isEqualTo("2001:db8::2:1")
        assertThat(parse("http://[2001:db8:0:1:1:1:1:1]/").host).isEqualTo("2001:db8:0:1:1:1:1:1")
        assertThat(parse("http://[2001:db8:0:0:1:0:0:1]/").host).isEqualTo("2001:db8::1:0:0:1")
        assertThat(parse("http://[2001:0:0:1:0:0:0:1]/").host).isEqualTo("2001:0:0:1::1")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_arm.go

    	SO_NOSIGPIPE                      = 0x800
    	SO_NO_DDP                         = 0x8000
    	SO_NO_OFFLOAD                     = 0x4000
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1010
    	SO_PROTOCOL                       = 0x1016
    	SO_PROTOTYPE                      = 0x1016
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_freebsd_arm64.go

    	SO_NOSIGPIPE                      = 0x800
    	SO_NO_DDP                         = 0x8000
    	SO_NO_OFFLOAD                     = 0x4000
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1010
    	SO_PROTOCOL                       = 0x1016
    	SO_PROTOTYPE                      = 0x1016
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_riscv64.go

    	SO_NOSIGPIPE                      = 0x800
    	SO_NO_DDP                         = 0x8000
    	SO_NO_OFFLOAD                     = 0x4000
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1010
    	SO_PROTOCOL                       = 0x1016
    	SO_PROTOTYPE                      = 0x1016
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	RTV_SPIPE                     = 0x10
    	RTV_SSTHRESH                  = 0x20
    	RT_AWARE                      = 0x1
    	RUSAGE_CHILDREN               = -0x1
    	RUSAGE_SELF                   = 0x0
    	SCM_RIGHTS                    = 0x1010
    	SCM_TIMESTAMP                 = 0x1013
    	SCM_UCRED                     = 0x1012
    	SHUT_RD                       = 0x0
    	SHUT_RDWR                     = 0x2
    	SHUT_WR                       = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  10. src/syscall/syscall_linux.go

    			uid = 0
    		}
    	} else {
    		uid = Getuid()
    	}
    
    	if uid == 0 {
    		if mode&1 == 0 {
    			// Root can read and write any file.
    			return nil
    		}
    		if st.Mode&0111 != 0 {
    			// Root can execute any file that anybody can execute.
    			return nil
    		}
    		return EACCES
    	}
    
    	var fmode uint32
    	if uint32(uid) == st.Uid {
    		fmode = (st.Mode >> 6) & 7
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top