Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Amador (0.39 sec)

  1. src/cmd/cgo/internal/swig/swig_test.go

    		return
    	}
    	t.Logf("found swig version %d.%d.%d", major, minor, patch)
    	if major < 3 || (major == 3 && minor == 0 && patch < 6) {
    		t.Skip("test requires swig 3.0.6 or later")
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 3.7K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const BPF_LSH = 96
    pkg syscall (netbsd-arm64-cgo), const BPF_LSH ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION = 1
    pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE = 16777216
    pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/archive/tar/common.go

    	paxGNUSparseOffset    = "GNU.sparse.offset"
    	paxGNUSparseNumBytes  = "GNU.sparse.numbytes"
    	paxGNUSparseMap       = "GNU.sparse.map"
    	paxGNUSparseName      = "GNU.sparse.name"
    	paxGNUSparseMajor     = "GNU.sparse.major"
    	paxGNUSparseMinor     = "GNU.sparse.minor"
    	paxGNUSparseSize      = "GNU.sparse.size"
    	paxGNUSparseRealSize  = "GNU.sparse.realsize"
    )
    
    // basicKeys is a set of the PAX keys for which we have built-in support.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  4. src/archive/tar/reader_test.go

    			ModTime:  time.Unix(1392337404, 0),
    			Typeflag: 0x30,
    			Linkname: "",
    			Uname:    "david",
    			Gname:    "david",
    			Devmajor: 0,
    			Devminor: 0,
    			PAXRecords: map[string]string{
    				"GNU.sparse.major":    "1",
    				"GNU.sparse.minor":    "0",
    				"GNU.sparse.realsize": "200",
    				"GNU.sparse.name":     "sparse-posix-1.0",
    			},
    			Format: FormatPAX,
    		}, {
    			Name:     "end",
    			Mode:     420,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const BPF_LEN ideal-int
    pkg syscall (darwin-arm64), const BPF_LSH = 96
    pkg syscall (darwin-arm64), const BPF_LSH ideal-int
    pkg syscall (darwin-arm64), const BPF_MAJOR_VERSION = 1
    pkg syscall (darwin-arm64), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (darwin-arm64), const BPF_MAXBUFSIZE = 524288
    pkg syscall (darwin-arm64), const BPF_MAXBUFSIZE ideal-int
    pkg syscall (darwin-arm64), const BPF_MAXINSNS = 512
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_LEN ideal-int
    pkg syscall (freebsd-arm64), const BPF_LSH = 96
    pkg syscall (freebsd-arm64), const BPF_LSH ideal-int
    pkg syscall (freebsd-arm64), const BPF_MAJOR_VERSION = 1
    pkg syscall (freebsd-arm64), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (freebsd-arm64), const BPF_MAXBUFSIZE = 524288
    pkg syscall (freebsd-arm64), const BPF_MAXBUFSIZE ideal-int
    pkg syscall (freebsd-arm64), const BPF_MAXINSNS = 512
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const BPF_LDX ideal-int
    pkg syscall (darwin-386), const BPF_LEN ideal-int
    pkg syscall (darwin-386), const BPF_LSH ideal-int
    pkg syscall (darwin-386), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (darwin-386), const BPF_MAXBUFSIZE ideal-int
    pkg syscall (darwin-386), const BPF_MAXINSNS ideal-int
    pkg syscall (darwin-386), const BPF_MEM ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  8. doc/godebug.md

    In any other context, `//go:debug` lines are ignored by the toolchain;
    `go` `vet` reports such lines as misplaced.
    
    ## GODEBUG History {#history}
    
    This section documents the GODEBUG settings introduced and removed in each major Go release
    for compatibility reasons.
    Packages or programs may define additional settings for internal debugging purposes;
    for example,
    see the [runtime documentation](/pkg/runtime#hdr-Environment_Variables)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_LSH = 96 #53466
    pkg syscall (freebsd-riscv64), const BPF_LSH ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_MAJOR_VERSION = 1 #53466
    pkg syscall (freebsd-riscv64), const BPF_MAJOR_VERSION ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_MAXBUFSIZE = 524288 #53466
    pkg syscall (freebsd-riscv64), const BPF_MAXBUFSIZE ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const BPF_LD = 0
    pkg syscall (darwin-386), const BPF_LDX = 1
    pkg syscall (darwin-386), const BPF_LEN = 128
    pkg syscall (darwin-386), const BPF_LSH = 96
    pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
    pkg syscall (darwin-386), const BPF_MAXBUFSIZE = 524288
    pkg syscall (darwin-386), const BPF_MAXINSNS = 512
    pkg syscall (darwin-386), const BPF_MEM = 96
    pkg syscall (darwin-386), const BPF_MEMWORDS = 16
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top