Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for ms (0.27 sec)

  1. api/go1.3.txt

    pkg syscall (netbsd-386), const MCL_FUTURE ideal-int
    pkg syscall (netbsd-386), const MS_ASYNC = 1
    pkg syscall (netbsd-386), const MS_ASYNC ideal-int
    pkg syscall (netbsd-386), const MS_INVALIDATE = 2
    pkg syscall (netbsd-386), const MS_INVALIDATE ideal-int
    pkg syscall (netbsd-386), const MS_SYNC = 4
    pkg syscall (netbsd-386), const MS_SYNC ideal-int
    pkg syscall (netbsd-386), const PROT_EXEC = 4
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (linux-386), const MS_MGC_VAL = 3236757504
    pkg syscall (linux-386), const MS_MOVE = 8192
    pkg syscall (linux-386), const MS_NOATIME = 1024
    pkg syscall (linux-386), const MS_NODEV = 4
    pkg syscall (linux-386), const MS_NODIRATIME = 2048
    pkg syscall (linux-386), const MS_NOEXEC = 8
    pkg syscall (linux-386), const MS_NOSUID = 2
    pkg syscall (linux-386), const MS_NOUSER = -2147483648
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MSG_WAITALL ideal-int
    pkg syscall (netbsd-arm64-cgo), const MS_INVALIDATE = 2
    pkg syscall (netbsd-arm64-cgo), const MS_INVALIDATE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MS_SYNC = 4
    pkg syscall (netbsd-arm64-cgo), const MS_SYNC ideal-int
    pkg syscall (netbsd-arm64-cgo), const NAME_MAX = 511
    pkg syscall (netbsd-arm64-cgo), const NAME_MAX ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/archive/zip/struct.go

    	//
    	// When reading, an extended timestamp is preferred over the legacy MS-DOS
    	// date field, and the offset between the times is used as the timezone.
    	// If only the MS-DOS date is present, the timezone is assumed to be UTC.
    	//
    	// When writing, an extended timestamp (which is timezone-agnostic) is
    	// always emitted. The legacy MS-DOS date field is encoded according to the
    	// location of the Modified time.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const MS_MGC_MSK ideal-int
    pkg syscall (linux-arm-cgo), const MS_MGC_VAL ideal-int
    pkg syscall (linux-arm-cgo), const MS_MOVE ideal-int
    pkg syscall (linux-arm-cgo), const MS_NOATIME ideal-int
    pkg syscall (linux-arm-cgo), const MS_NODEV ideal-int
    pkg syscall (linux-arm-cgo), const MS_NODIRATIME ideal-int
    pkg syscall (linux-arm-cgo), const MS_NOEXEC ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  6. api/go1.txt

    pkg syscall (linux-386), const MS_POSIXACL ideal-int
    pkg syscall (linux-386), const MS_PRIVATE ideal-int
    pkg syscall (linux-386), const MS_RDONLY ideal-int
    pkg syscall (linux-386), const MS_REC ideal-int
    pkg syscall (linux-386), const MS_RELATIME ideal-int
    pkg syscall (linux-386), const MS_REMOUNT ideal-int
    pkg syscall (linux-386), const MS_RMT_MASK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const MS_ASYNC = 1
    pkg syscall (darwin-arm64), const MS_ASYNC ideal-int
    pkg syscall (darwin-arm64), const MS_DEACTIVATE = 8
    pkg syscall (darwin-arm64), const MS_DEACTIVATE ideal-int
    pkg syscall (darwin-arm64), const MS_INVALIDATE = 2
    pkg syscall (darwin-arm64), const MS_INVALIDATE ideal-int
    pkg syscall (darwin-arm64), const MS_KILLPAGES = 4
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. src/archive/zip/reader.go

    			modified = time.Unix(ts, 0)
    		}
    	}
    
    	msdosModified := msDosTimeToTime(f.ModifiedDate, f.ModifiedTime)
    	f.Modified = msdosModified
    	if !modified.IsZero() {
    		f.Modified = modified.UTC()
    
    		// If legacy MS-DOS timestamps are set, we can use the delta between
    		// the legacy and extended versions to estimate timezone offset.
    		//
    		// A non-UTC timezone is always used (even if offset is zero).
    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)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MCL_FUTURE ideal-int
    pkg syscall (freebsd-arm64), const MS_ASYNC = 1
    pkg syscall (freebsd-arm64), const MS_ASYNC ideal-int
    pkg syscall (freebsd-arm64), const MS_INVALIDATE = 2
    pkg syscall (freebsd-arm64), const MS_INVALIDATE ideal-int
    pkg syscall (freebsd-arm64), const MS_SYNC = 0
    pkg syscall (freebsd-arm64), const MS_SYNC ideal-int
    pkg syscall (freebsd-arm64), const MSG_CMSG_CLOEXEC = 262144
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MS_ASYNC = 1 #53466
    pkg syscall (freebsd-riscv64), const MS_ASYNC ideal-int #53466
    pkg syscall (freebsd-riscv64), const MS_INVALIDATE = 2 #53466
    pkg syscall (freebsd-riscv64), const MS_INVALIDATE ideal-int #53466
    pkg syscall (freebsd-riscv64), const MS_SYNC = 0 #53466
    pkg syscall (freebsd-riscv64), const MS_SYNC ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top