Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for users (0.19 sec)

  1. .github/ISSUE_TEMPLATE/00-bug.yml

            GO111MODULE=""
            GOARCH="arm64"
            GOBIN="/Users/gopher/go/bin"
            GOCACHE="/Users/gopher/go/cache"
            GOENV="/Users/gopher/Library/Application Support/go/env"
            GOEXE=""
            GOEXPERIMENT=""
            GOFLAGS=""
            GOHOSTARCH="arm64"
            GOHOSTOS="darwin"
            GOINSECURE=""
            GOMODCACHE="/Users/gopher/go/pkg/mod"
            GONOPROXY=""
            GONOSUMDB=""
    Others
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jan 04 23:31:17 GMT 2024
    - 3.3K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  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. .gitattributes

    # Treat all files in the Go repo as binary, with no git magic updating
    # line endings. This produces predictable results in different environments.
    #
    # Windows users contributing to Go will need to use a modern version
    # of git and editors capable of LF line endings.
    #
    # Windows .bat files are known to have multiple bugs when run with LF
    # endings, and so they are checked in with CRLF endings, with a test
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 08 15:31:43 GMT 2020
    - 639 bytes
    - Viewed (0)
  6. 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)
  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.14.txt

    pkg syscall (freebsd-arm64), const DLT_USER6 = 153
    pkg syscall (freebsd-arm64), const DLT_USER6 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER7 = 154
    pkg syscall (freebsd-arm64), const DLT_USER7 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER8 = 155
    pkg syscall (freebsd-arm64), const DLT_USER8 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER9 = 156
    pkg syscall (freebsd-arm64), const DLT_USER9 ideal-int
    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)
  9. 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)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_USER5 ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_USER6 = 153 #53466
    pkg syscall (freebsd-riscv64), const DLT_USER6 ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_USER7 = 154 #53466
    pkg syscall (freebsd-riscv64), const DLT_USER7 ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_USER8 = 155 #53466
    pkg syscall (freebsd-riscv64), const DLT_USER8 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)
Back to top