- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Uint64Var (0.08 seconds)
-
docs/debugging/xattr/main.go
} func main() { flag.StringVar(&path, "path", "", "path name where the attribute shall be applied") flag.StringVar(&name, "name", "", "attribute name or it can be a wildcard if '.' is specified") flag.Uint64Var(&value, "value", 0, "attribute value expects the value to be uint64") flag.BoolVar(&set, "set", false, "this is a set attribute operation") flag.Parse() if set && value == 0 {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Dec 29 23:52:41 GMT 2023 - 3.2K bytes - Click Count (0) -
api/go1.txt
pkg flag, func StringVar(*string, string, string, string) pkg flag, func Uint(string, uint, string) *uint pkg flag, func Uint64(string, uint64, string) *uint64 pkg flag, func Uint64Var(*uint64, string, uint64, string) pkg flag, func UintVar(*uint, string, uint, string) pkg flag, func Var(Value, string, string) pkg flag, func Visit(func(*Flag)) pkg flag, func VisitAll(func(*Flag))
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)