Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for username (0.24 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SELF = 311
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SELF ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETNAME = 323
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETNAME ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETPRIVATE = 317
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETPRIVATE 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)
  2. src/archive/tar/format.go

    func (h *headerGNU) v7() *headerV7       { return (*headerV7)(h) }
    func (h *headerGNU) magic() []byte       { return h[257:][:6] }
    func (h *headerGNU) version() []byte     { return h[263:][:2] }
    func (h *headerGNU) userName() []byte    { return h[265:][:32] }
    func (h *headerGNU) groupName() []byte   { return h[297:][:32] }
    func (h *headerGNU) devMajor() []byte    { return h[329:][:8] }
    func (h *headerGNU) devMinor() []byte    { return h[337:][:8] }
    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)
  3. src/archive/tar/stat_unix.go

    		// (not implemented on that platform, cgo not enabled, etc).
    		if u, ok := userMap.Load(h.Uid); ok {
    			h.Uname = u.(string)
    		} else if u, err := user.LookupId(strconv.Itoa(h.Uid)); err == nil {
    			h.Uname = u.Username
    			userMap.Store(h.Uid, h.Uname)
    		}
    		if g, ok := groupMap.Load(h.Gid); ok {
    			h.Gname = g.(string)
    		} else if g, err := user.LookupGroupId(strconv.Itoa(h.Gid)); err == nil {
    			h.Gname = g.Name
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/02-pkgsite-removal.yml

          label: "Are you the owner of this package?"
          description: |
            Only the package owners can request to have their packages removed from pkg.go.dev.
            If the package path doesn't include your github username, please provide some other form of proof of ownership.
        validations:
          required: true
      - type: textarea
        id: retraction-reason
        attributes:
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jan 04 23:31:17 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  5. src/archive/tar/writer.go

    	fmtNum(v7.mode(), hdr.Mode)
    	fmtNum(v7.uid(), int64(hdr.Uid))
    	fmtNum(v7.gid(), int64(hdr.Gid))
    	fmtNum(v7.size(), hdr.Size)
    	fmtNum(v7.modTime(), modTime.Unix())
    
    	ustar := tw.blk.toUSTAR()
    	fmtStr(ustar.userName(), hdr.Uname)
    	fmtStr(ustar.groupName(), hdr.Gname)
    	fmtNum(ustar.devMajor(), hdr.Devmajor)
    	fmtNum(ustar.devMinor(), hdr.Devminor)
    
    	return &tw.blk
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 19.6K bytes
    - Viewed (0)
  6. src/archive/tar/common.go

    	v7 := blk.toV7()
    	ustar := blk.toUSTAR()
    	gnu := blk.toGNU()
    	verifyString(h.Name, len(v7.name()), "Name", paxPath)
    	verifyString(h.Linkname, len(v7.linkName()), "Linkname", paxLinkpath)
    	verifyString(h.Uname, len(ustar.userName()), "Uname", paxUname)
    	verifyString(h.Gname, len(ustar.groupName()), "Gname", paxGname)
    	verifyNumeric(h.Mode, len(v7.mode()), "Mode", paxNone)
    	verifyNumeric(int64(h.Uid), len(v7.uid()), "Uid", paxUid)
    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. api/go1.1.txt

    pkg syscall (linux-386), const SO_PASSCRED = 16
    pkg syscall (linux-386), const SO_PASSSEC = 34
    pkg syscall (linux-386), const SO_PEERCRED = 17
    pkg syscall (linux-386), const SO_PEERNAME = 28
    pkg syscall (linux-386), const SO_PEERSEC = 31
    pkg syscall (linux-386), const SO_PRIORITY = 12
    pkg syscall (linux-386), const SO_PROTOCOL = 38
    pkg syscall (linux-386), const SO_RCVBUF = 8
    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)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SO_PASSCRED ideal-int
    pkg syscall (linux-arm-cgo), const SO_PASSSEC ideal-int
    pkg syscall (linux-arm-cgo), const SO_PEERCRED ideal-int
    pkg syscall (linux-arm-cgo), const SO_PEERNAME ideal-int
    pkg syscall (linux-arm-cgo), const SO_PEERSEC ideal-int
    pkg syscall (linux-arm-cgo), const SO_PRIORITY ideal-int
    pkg syscall (linux-arm-cgo), const SO_PROTOCOL 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)
  9. api/go1.6.txt

    pkg go/constant, func ToComplex(Value) Value
    pkg go/constant, func ToFloat(Value) Value
    pkg go/constant, func ToInt(Value) Value
    pkg go/constant, type Value interface, ExactString() string
    pkg go/types, method (*Package) SetName(string)
    pkg go/types, type ImportMode int
    pkg go/types, type ImporterFrom interface { Import, ImportFrom }
    pkg go/types, type ImporterFrom interface, Import(string) (*Package, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 13 23:40:13 GMT 2016
    - 12.9K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg net/url, method (*URL) String() string
    pkg net/url, method (*Userinfo) Password() (string, bool)
    pkg net/url, method (*Userinfo) String() string
    pkg net/url, method (*Userinfo) Username() string
    pkg net/url, method (EscapeError) Error() string
    pkg net/url, method (Values) Add(string, string)
    pkg net/url, method (Values) Del(string)
    pkg net/url, method (Values) Encode() string
    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)
Back to top