Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for jedoch (1.8 sec)

  1. src/archive/zip/reader.go

    				const ticksPerSecond = 1e7    // Windows timestamp resolution
    				ts := int64(attrBuf.uint64()) // ModTime since Windows epoch
    				secs := ts / ticksPerSecond
    				nsecs := (1e9 / ticksPerSecond) * (ts % ticksPerSecond)
    				epoch := time.Date(1601, time.January, 1, 0, 0, 0, 0, time.UTC)
    				modified = time.Unix(epoch.Unix()+secs, nsecs)
    			}
    		case unixExtraID, infoZipUnixExtraID:
    			if len(fieldBuf) < 8 {
    				continue parseExtras
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), type IfData struct, Collisions uint64
    pkg syscall (freebsd-arm64), type IfData struct, Datalen uint8
    pkg syscall (freebsd-arm64), type IfData struct, Epoch int64
    pkg syscall (freebsd-arm64), type IfData struct, Hdrlen uint8
    pkg syscall (freebsd-arm64), type IfData struct, Hwassist uint64
    pkg syscall (freebsd-arm64), type IfData struct, Ibytes uint64
    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)
  3. src/archive/tar/format.go

    // the maximum number of bytes allowed for each string field and
    // the integer type used to store each numeric field
    // (where timestamps are stored as the number of seconds since the Unix epoch).
    //
    // The table's lower portion shows specialized features of each format,
    // such as supported string encodings, support for sub-second timestamps,
    // or support for sparse files.
    //
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 11.3K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (freebsd-386), type IfData struct, Collisions uint32
    pkg syscall (freebsd-386), type IfData struct, Datalen uint8
    pkg syscall (freebsd-386), type IfData struct, Epoch int32
    pkg syscall (freebsd-386), type IfData struct, Hdrlen uint8
    pkg syscall (freebsd-386), type IfData struct, Hwassist uint32
    pkg syscall (freebsd-386), type IfData struct, Ibytes uint32
    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)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type IfData struct, Collisions uint64 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Datalen uint8 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Epoch int64 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Hdrlen uint8 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Hwassist uint64 #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)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type IfData struct, Collisions uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Datalen uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Epoch int32
    pkg syscall (freebsd-386-cgo), type IfData struct, Hdrlen uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Hwassist uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Ibytes uint32
    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