Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Bradshaw (0.27 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    freetls.fastly.net
    map.fastly.net
    a.prod.fastly.net
    global.prod.fastly.net
    a.ssl.fastly.net
    b.ssl.fastly.net
    global.ssl.fastly.net
    
    // Fastmail : https://www.fastmail.com/
    // Submitted by Marc Bradshaw <******@****.***>
    *.user.fm
    
    // FASTVPS EESTI OU : https://fastvps.ru/
    // Submitted by Likhachev Vasiliy <******@****.***>
    fastvps-server.com
    fastvps.host
    myfast.host
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/testcshared/cshared_test.go

    			} else {
    				backslash = false
    			}
    		}
    	}
    	if !lastSpace {
    		cc = append(cc, s[start:])
    	}
    
    	switch GOOS {
    	case "darwin", "ios":
    		// For Darwin/ARM.
    		// TODO(crawshaw): can we do better?
    		cc = append(cc, []string{"-framework", "CoreFoundation", "-framework", "Foundation"}...)
    	case "android":
    		cc = append(cc, "-pie")
    	}
    	libgodir := GOOS + "_" + GOARCH
    	switch GOOS {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/pe.go

    	IMAGE_SCN_MEM_READ               = 0x40000000
    	IMAGE_SCN_MEM_WRITE              = 0x80000000
    )
    
    // See https://docs.microsoft.com/en-us/windows/win32/debug/pe-format.
    // TODO(crawshaw): add these constants to debug/pe.
    const (
    	IMAGE_SYM_TYPE_NULL      = 0
    	IMAGE_SYM_TYPE_STRUCT    = 8
    	IMAGE_SYM_DTYPE_FUNCTION = 2
    	IMAGE_SYM_DTYPE_ARRAY    = 3
    	IMAGE_SYM_CLASS_EXTERNAL = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:01:27 UTC 2023
    - 48.8K bytes
    - Viewed (0)
Back to top