Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for Major (0.21 sec)

  1. 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)
  2. 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 (1)
  3. 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)
  4. src/archive/zip/writer.go

    		// field directly themselves. All other approaches sets UTC.
    		fh.ModifiedDate, fh.ModifiedTime = timeToMsDosTime(fh.Modified)
    
    		// Use "extended timestamp" format since this is what Info-ZIP uses.
    		// Nearly every major ZIP implementation uses a different format,
    		// but at least most seem to be able to understand the other formats.
    		//
    		// This format happens to be identical for both local and central header
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 04 14:28:57 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  5. 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)
  6. misc/ios/go_ios_exec.go

    		}
    	}
    	if iosVer == "" || buildVer == "" {
    		return "", errors.New("failed to parse ideviceinfo output")
    	}
    	verSplit := strings.Split(iosVer, ".")
    	if len(verSplit) > 2 {
    		// Developer images are specific to major.minor ios version.
    		// Cut off the patch version.
    		iosVer = strings.Join(verSplit[:2], ".")
    	}
    	sdkBase := "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport"
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 23.4K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const BPF_LDX ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_LEN ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_LSH ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_MEM ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top