Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for users2 (0.24 sec)

  1. doc/godebug.md

    [`disablethp` setting](/pkg/runtime#hdr-Environment_Variable).
    This behavior was backported to Go 1.21.1, but the setting is only available
    starting with Go 1.21.6.
    This setting may be removed in a future release, and users impacted by this issue
    should adjust their Linux configuration according to the recommendations in the
    [GC guide](/doc/gc-guide#Linux_transparent_huge_pages), or switch to a Linux
    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)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_USER11 ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_USER12 = 159 #53466
    pkg syscall (freebsd-riscv64), const DLT_USER12 ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_USER13 = 160 #53466
    pkg syscall (freebsd-riscv64), const DLT_USER13 ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_USER14 = 161 #53466
    pkg syscall (freebsd-riscv64), const DLT_USER14 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)
  3. src/archive/zip/reader.go

    		//
    		// A non-UTC timezone is always used (even if offset is zero).
    		// Thus, FileHeader.Modified.Location() == time.UTC is useful for
    		// determining whether extended timestamps are present.
    		// This is necessary for users that need to do additional time
    		// calculations when dealing with legacy ZIP formats.
    		if f.ModifiedTime != 0 || f.ModifiedDate != 0 {
    			f.Modified = modified.In(timeZone(msdosModified.Sub(modified)))
    		}
    	}
    
    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)
  4. api/go1.13.txt

    pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG = 40
    pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_USER = 8
    pkg log/syslog (netbsd-arm64-cgo), const LOG_USER Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP = 64
    pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING = 4
    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)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_USER2 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER3 = 150
    pkg syscall (freebsd-arm64), const DLT_USER3 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER4 = 151
    pkg syscall (freebsd-arm64), const DLT_USER4 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER5 = 152
    pkg syscall (freebsd-arm64), const DLT_USER5 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER6 = 153
    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)
  6. src/archive/tar/common.go

    	Linkname string // Target name of link (valid for TypeLink or TypeSymlink)
    
    	Size  int64  // Logical file size in bytes
    	Mode  int64  // Permission and mode bits
    	Uid   int    // User ID of owner
    	Gid   int    // Group ID of owner
    	Uname string // User name of owner
    	Gname string // Group name of owner
    
    	// If the Format is unspecified, then Writer.WriteHeader rounds ModTime
    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)
  7. src/cmd/cgo/gcc.go

    // details about what was run and exits.
    // Otherwise runGcc returns the data written to standard output and standard error.
    // Note that for some of the uses we expect useful data back
    // on standard error, but for those uses gcc must still exit 0.
    func runGcc(stdin []byte, args []string) (string, string) {
    	if *debugGcc {
    		fmt.Fprintf(os.Stderr, "$ %s <<EOF\n", strings.Join(args, " "))
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg os/user, func Current() (*User, error)
    pkg os/user, func Lookup(string) (*User, error)
    pkg os/user, func LookupId(string) (*User, error)
    pkg os/user, method (UnknownUserError) Error() string
    pkg os/user, method (UnknownUserIdError) Error() string
    pkg os/user, type UnknownUserError string
    pkg os/user, type UnknownUserIdError int
    pkg os/user, type User struct
    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)
  9. api/go1.16.txt

    pkg log/syslog (darwin-arm64), const LOG_SYSLOG = 40
    pkg log/syslog (darwin-arm64), const LOG_SYSLOG Priority
    pkg log/syslog (darwin-arm64), const LOG_USER = 8
    pkg log/syslog (darwin-arm64), const LOG_USER Priority
    pkg log/syslog (darwin-arm64), const LOG_UUCP = 64
    pkg log/syslog (darwin-arm64), const LOG_UUCP Priority
    pkg log/syslog (darwin-arm64), const LOG_WARNING = 4
    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)
  10. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_USER0 = 147
    pkg syscall (freebsd-386), const DLT_USER1 = 148
    pkg syscall (freebsd-386), const DLT_USER10 = 157
    pkg syscall (freebsd-386), const DLT_USER11 = 158
    pkg syscall (freebsd-386), const DLT_USER12 = 159
    pkg syscall (freebsd-386), const DLT_USER13 = 160
    pkg syscall (freebsd-386), const DLT_USER14 = 161
    pkg syscall (freebsd-386), const DLT_USER15 = 162
    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