vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/os.json

1 line
6.5 KiB
JSON
Raw Normal View History

2019-05-13 12:28:47 +02:00
[0, [{"class": "const", "name": "DevNull", "type": ""}, {"class": "const", "name": "ModeAppend", "type": ""}, {"class": "const", "name": "ModeCharDevice", "type": ""}, {"class": "const", "name": "ModeDevice", "type": ""}, {"class": "const", "name": "ModeDir", "type": ""}, {"class": "const", "name": "ModeExclusive", "type": ""}, {"class": "const", "name": "ModeNamedPipe", "type": ""}, {"class": "const", "name": "ModePerm", "type": ""}, {"class": "const", "name": "ModeSetgid", "type": ""}, {"class": "const", "name": "ModeSetuid", "type": ""}, {"class": "const", "name": "ModeSocket", "type": ""}, {"class": "const", "name": "ModeSticky", "type": ""}, {"class": "const", "name": "ModeSymlink", "type": ""}, {"class": "const", "name": "ModeTemporary", "type": ""}, {"class": "const", "name": "ModeType", "type": ""}, {"class": "const", "name": "O_APPEND", "type": ""}, {"class": "const", "name": "O_CREATE", "type": ""}, {"class": "const", "name": "O_EXCL", "type": ""}, {"class": "const", "name": "O_RDONLY", "type": ""}, {"class": "const", "name": "O_RDWR", "type": ""}, {"class": "const", "name": "O_SYNC", "type": ""}, {"class": "const", "name": "O_TRUNC", "type": ""}, {"class": "const", "name": "O_WRONLY", "type": ""}, {"class": "const", "name": "PathListSeparator", "type": ""}, {"class": "const", "name": "PathSeparator", "type": ""}, {"class": "const", "name": "SEEK_CUR", "type": ""}, {"class": "const", "name": "SEEK_END", "type": ""}, {"class": "const", "name": "SEEK_SET", "type": ""}, {"class": "func", "name": "Chdir", "type": "func(dir string) error"}, {"class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error"}, {"class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error"}, {"class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error"}, {"class": "func", "name": "Clearenv", "type": "func()"}, {"class": "func", "name": "Create", "type": "func(name string) (*os.File, error)"}, {"class": "func", "name": "Environ", "type": "func() []string"}, {"class": "func", "name": "Executable", "type": "func() (string, error)"}, {"class": "func", "name": "Exit", "type": "func(code int)"}, {"class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string"}, {"class": "func", "name": "ExpandEnv", "type": "func(s string) string"}, {"class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)"}, {"class": "func", "name": "Getegid", "type": "func() int"}, {"class": "func", "name": "Getenv", "type": "func(key string) string"}, {"class": "func", "name": "Geteuid", "type": "func() int"}, {"class": "func", "name": "Getgid", "type": "func() int"}, {"class": "func", "name": "Getgroups", "type": "func() ([]int, error)"}, {"class": "func", "name": "Getpagesize", "type": "func() int"}, {"class": "func", "name": "Getpid", "type": "func() int"}, {"class": "func", "name": "Getppid", "type": "func() int"}, {"class": "func", "name": "Getuid", "type": "func() int"}, {"class": "func", "name": "Getwd", "type": "func() (dir string, err error)"}, {"class": "func", "name": "Hostname", "type": "func() (name string, err error)"}, {"class": "func", "name": "IsExist", "type": "func(err error) bool"}, {"class": "func", "name": "IsNotExist", "type": "func(err error) bool"}, {"class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool"}, {"class": "func", "name": "IsPermission", "type": "func(err error) bool"}, {"class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error"}, {"class": "func", "name": "Link", "type": "func(oldname string, newname string) error"}, {"class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)"}, {"class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)"}, {"class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error"}, {"class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error"}, {"class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File"},