Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/archive/tar/common.go

    	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
    	// to the nearest second and ignores the AccessTime and ChangeTime fields.
    	//
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  2. doc/go1.17_spec.html

    <pre class="grammar">
    Production  = production_name "=" [ Expression ] "." .
    Expression  = Alternative { "|" Alternative } .
    Alternative = Term { Term } .
    Term        = production_name | token [ "…" token ] | Group | Option | Repetition .
    Group       = "(" Expression ")" .
    Option      = "[" Expression "]" .
    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. api/go1.7.txt

    pkg os/user, func LookupGroup(string) (*Group, error)
    pkg os/user, func LookupGroupId(string) (*Group, error)
    pkg os/user, method (*User) GroupIds() ([]string, error)
    pkg os/user, method (UnknownGroupError) Error() string
    pkg os/user, method (UnknownGroupIdError) Error() string
    pkg os/user, type Group struct
    pkg os/user, type Group struct, Gid string
    pkg os/user, type Group struct, Name string
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Jun 28 15:08:11 GMT 2016
    - 13.6K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IPV6_IPSEC_POLICY = 28
    pkg syscall (netbsd-arm64-cgo), const IPV6_IPSEC_POLICY ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_JOIN_GROUP = 12
    pkg syscall (netbsd-arm64-cgo), const IPV6_LEAVE_GROUP = 13
    pkg syscall (netbsd-arm64-cgo), const IPV6_MAXHLIM = 255
    pkg syscall (netbsd-arm64-cgo), const IPV6_MAXHLIM ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_MAXPACKET = 65535
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. misc/go_android_exec/main.go

    	for i := 1; i <= len(exitStr); i++ {
    		fmt.Fprintf(&exitReStr, "%s$|", exitStr[:i])
    	}
    	// Finally, match the exit string along with an exit code.
    	// This is the only case we use a group, and we'll use this
    	// group to extract the numeric code.
    	fmt.Fprintf(&exitReStr, "%s([0-9]+)$", exitStr)
    	exitRe := regexp.MustCompile(exitReStr.String())
    
    	return &exitCodeFilter{w: w, exitRe: exitRe}, exitStr
    }
    
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_IPSEC_POLICY = 28
    pkg syscall (darwin-arm64), const IPV6_IPSEC_POLICY ideal-int
    pkg syscall (darwin-arm64), const IPV6_JOIN_GROUP = 12
    pkg syscall (darwin-arm64), const IPV6_LEAVE_GROUP = 13
    pkg syscall (darwin-arm64), const IPV6_MAXHLIM = 255
    pkg syscall (darwin-arm64), const IPV6_MAXHLIM ideal-int
    pkg syscall (darwin-arm64), const IPV6_MAXOPTHDR = 2048
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.21.txt

    pkg debug/elf, const DF_1_GLOBAL DynFlag1 #56887
    pkg debug/elf, const DF_1_GLOBAUDIT = 16777216 #56887
    pkg debug/elf, const DF_1_GLOBAUDIT DynFlag1 #56887
    pkg debug/elf, const DF_1_GROUP = 4 #56887
    pkg debug/elf, const DF_1_GROUP DynFlag1 #56887
    pkg debug/elf, const DF_1_IGNMULDEF = 262144 #56887
    pkg debug/elf, const DF_1_IGNMULDEF DynFlag1 #56887
    pkg debug/elf, const DF_1_INITFIRST = 32 #56887
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPV6_IPSEC_POLICY ideal-int
    pkg syscall (freebsd-arm64), const IPV6_JOIN_GROUP = 12
    pkg syscall (freebsd-arm64), const IPV6_LEAVE_GROUP = 13
    pkg syscall (freebsd-arm64), const IPV6_MAX_GROUP_SRC_FILTER = 512
    pkg syscall (freebsd-arm64), const IPV6_MAX_GROUP_SRC_FILTER ideal-int
    pkg syscall (freebsd-arm64), const IPV6_MAX_MEMBERSHIPS = 4095
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall, const IPPROTO_IP ideal-int
    pkg syscall, const IPPROTO_IPV6 ideal-int
    pkg syscall, const IPPROTO_TCP ideal-int
    pkg syscall, const IPPROTO_UDP ideal-int
    pkg syscall, const IPV6_JOIN_GROUP ideal-int
    pkg syscall, const IPV6_LEAVE_GROUP ideal-int
    pkg syscall, const IPV6_MULTICAST_HOPS ideal-int
    pkg syscall, const IPV6_MULTICAST_IF ideal-int
    pkg syscall, const IPV6_MULTICAST_LOOP ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. src/archive/tar/tar_test.go

    			Mode:     0755 | c_ISUID,
    			Size:     23232,
    			ModTime:  time.Unix(1355405093, 0),
    			Typeflag: TypeReg,
    		},
    		fm: 0755 | fs.ModeSetuid,
    	}, {
    		// setguid.
    		h: &Header{
    			Name:     "group.txt",
    			Mode:     0750 | c_ISGID,
    			Size:     0,
    			ModTime:  time.Unix(1360602346, 0),
    			Typeflag: TypeReg,
    		},
    		fm: 0750 | fs.ModeSetgid,
    	}, {
    		// sticky.
    		h: &Header{
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24K bytes
    - Viewed (0)
Back to top