Home
last modified time | relevance | path

Searched defs:File (Results 176 – 200 of 26258) sorted by relevance

12345678910>>...1051

/dports/devel/govendor/govendor-1.0.9-6-gc5ee5dc/vendor/github.com/dchest/safefile/
H A Dsafefile.go49 type File struct { struct
50 *os.File argument
51 origName string
52 closeFunc func(*File) error
97 func (f *File) OrigName() string {
103 func (f *File) Close() error {
107 func closeUncommitted(f *File) error {
117 func closeAfterFailedRename(f *File) error {
127 func closeCommitted(f *File) error {
132 func closeAgainError(f *File) error {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/dchest/safefile/
H A Dsafefile.go49 type File struct { struct
50 *os.File anonMember
51 origName string
52 closeFunc func(*File) error
97 func (f *File) OrigName() string {
103 func (f *File) Close() error {
107 func closeUncommitted(f *File) error {
117 func closeAfterFailedRename(f *File) error {
127 func closeCommitted(f *File) error {
132 func closeAgainError(f *File) error {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/chai2010/gettext-go/gettext/mo/
H A Dfile.go27 type File struct { struct
28 MagicNumber uint32
29 MajorVersion uint16
30 MinorVersion uint16
31 MsgIdCount uint32
32 MsgIdOffset uint32
33 MsgStrOffset uint32
34 HashSize uint32
35 HashOffset uint32
36 MimeHeader Header
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/rboyer/safeio/
H A Dfile.go37 type File struct { struct
38 name string // track desired filename
39 tempName string // track actual filename
40 perm os.FileMode
41 file *os.File
42 closed bool
43 err error // the first error encountered
68 func (f *File) Commit() error {
102 func (f *File) Close() error {
110 func (f *File) cleanup(err error) error {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/rboyer/safeio/
H A Dfile.go37 type File struct { struct
38 name string // track desired filename
39 tempName string // track actual filename
40 perm os.FileMode
41 file *os.File
42 closed bool
43 err error // the first error encountered
68 func (f *File) Commit() error {
102 func (f *File) Close() error {
110 func (f *File) cleanup(err error) error {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/rboyer/safeio/
H A Dfile.go37 type File struct { struct
38 name string // track desired filename
39 tempName string // track actual filename
40 perm os.FileMode
41 file *os.File
42 closed bool
43 err error // the first error encountered
68 func (f *File) Commit() error {
102 func (f *File) Close() error {
110 func (f *File) cleanup(err error) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/rboyer/safeio/
H A Dfile.go37 type File struct { struct
38 name string // track desired filename
39 tempName string // track actual filename
40 perm os.FileMode
41 file *os.File
42 closed bool
43 err error // the first error encountered
68 func (f *File) Commit() error {
102 func (f *File) Close() error {
110 func (f *File) cleanup(err error) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/rboyer/safeio/
H A Dfile.go37 type File struct { struct
38 name string // track desired filename
39 tempName string // track actual filename
40 perm os.FileMode
41 file *os.File
42 closed bool
43 err error // the first error encountered
68 func (f *File) Commit() error {
102 func (f *File) Close() error {
110 func (f *File) cleanup(err error) error {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/xhit/go-simple-mail/v2/
H A Dattach.go16 type File struct { struct
18 FilePath string
20 Name string
22 MimeType string
24 B64Data string
26 Data []byte
28 Inline bool
41 func (email *Email) Attach(file *File) *Email {
115 func (email *Email) attachB64(file *File) error {
133 func (email *Email) attachFile(file *File) error {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/dave/jennifer/jen/
H A Dfile.go48 type File struct { struct
49 *Group
50 name string
51 path string
52 imports map[string]string
53 comments []string
54 headers []string
57 PackagePrefix string
74 func (f *File) Anon(paths ...string) {
80 func (f *File) isLocal(path string) bool {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/golang-migrate/migrate/v4/source/file/
H A Dfile.go19 type File struct { struct
20 url string
21 path string
22 migrations *source.Migrations
25 func (f *File) Open(url string) (source.Driver, error) {
81 func (f *File) Close() error {
86 func (f *File) First() (version uint, err error) {
93 func (f *File) Prev(version uint) (prevVersion uint, err error) {
100 func (f *File) Next(version uint) (nextVersion uint, err error) {
107 func (f *File) ReadUp(version uint) (r io.ReadCloser, identifier string, err error) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/golang-migrate/migrate/v4/source/file/
H A Dfile.go19 type File struct { struct
20 url string
21 path string
22 migrations *source.Migrations
25 func (f *File) Open(url string) (source.Driver, error) {
81 func (f *File) Close() error {
86 func (f *File) First() (version uint, err error) {
93 func (f *File) Prev(version uint) (prevVersion uint, err error) {
100 func (f *File) Next(version uint) (nextVersion uint, err error) {
107 func (f *File) ReadUp(version uint) (r io.ReadCloser, identifier string, err error) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/
H A Dfiles.go24 type File struct { struct
25 ID string `json:"id"`
26 Created JSONTime `json:"created"`
27 Timestamp JSONTime `json:"timestamp"`
29 Name string `json:"name"`
37 Mode string `json:"mode"`
38 Editable bool `json:"editable"`
42 Size int `json:"size"`
51 Thumb64 string `json:"thumb_64"`
115 File string member
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/
H A Dfiles.go24 type File struct { struct
25 ID string `json:"id"`
26 Created JSONTime `json:"created"`
27 Timestamp JSONTime `json:"timestamp"`
29 Name string `json:"name"`
37 Mode string `json:"mode"`
38 Editable bool `json:"editable"`
42 Size int `json:"size"`
51 Thumb64 string `json:"thumb_64"`
115 File string member
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/slack-go/slack/
H A Dfiles.go25 type File struct { struct
26 ID string `json:"id"`
27 Created JSONTime `json:"created"`
28 Timestamp JSONTime `json:"timestamp"`
30 Name string `json:"name"`
38 Mode string `json:"mode"`
39 Editable bool `json:"editable"`
43 Size int `json:"size"`
52 Thumb64 string `json:"thumb_64"`
116 File string member
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/slack-go/slack/
H A Dfiles.go25 type File struct { struct
26 ID string `json:"id"`
27 Created JSONTime `json:"created"`
28 Timestamp JSONTime `json:"timestamp"`
30 Name string `json:"name"`
38 Mode string `json:"mode"`
39 Editable bool `json:"editable"`
43 Size int `json:"size"`
52 Thumb64 string `json:"thumb_64"`
116 File string member
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/libdokan/
H A Dfile.go16 type File struct { struct
17 FSO
32 … (f *File) GetFileInformation(ctx context.Context, fi *dokan.FileInfo) (a *dokan.Stat, err error) {
45 func (f *File) namePPS() data.PathPartString {
51 func (f *File) CanDeleteFile(ctx context.Context, fi *dokan.FileInfo) error {
59 func (f *File) Cleanup(ctx context.Context, fi *dokan.FileInfo) {
84 func (f *File) FlushFileBuffers(ctx context.Context, fi *dokan.FileInfo) (err error) {
92 …le) ReadFile(ctx context.Context, fi *dokan.FileInfo, bs []byte, offset int64) (n int, err error) {
104 …e) WriteFile(ctx context.Context, fi *dokan.FileInfo, bs []byte, offset int64) (n int, err error) {
121 func (f *File) SetEndOfFile(ctx context.Context, fi *dokan.FileInfo, length int64) (err error) {
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/libfuse/
H A Dfile.go62 type File struct { struct
63 folder *Folder
64 node libkbfs.Node
65 inode uint64
66 XattrHandler
68 eiCache eiCacheHolder
73 func (f *File) fillAttrWithMode(
89 func (f *File) Attr(ctx context.Context, a *fuse.Attr) (err error) {
183 func (f *File) sync(ctx context.Context) error {
226 func (f *File) Read(ctx context.Context, req *fuse.ReadRequest,
[all …]
/dports/sysutils/helm/helm-3.5.2/pkg/repo/
H A Drepo.go30 type File struct { struct
31 APIVersion string `json:"apiVersion"`
32 Generated time.Time `json:"generated"`
33 Repositories []*Entry `json:"repositories"`
60 func (r *File) Add(re ...*Entry) {
66 func (r *File) Update(re ...*Entry) {
72 func (r *File) update(e *Entry) {
83 func (r *File) Has(name string) bool {
89 func (r *File) Get(name string) *Entry {
99 func (r *File) Remove(name string) bool {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/repo/
H A Drepo.go30 type File struct { struct
31 APIVersion string `json:"apiVersion"`
32 Generated time.Time `json:"generated"`
33 Repositories []*Entry `json:"repositories"`
60 func (r *File) Add(re ...*Entry) {
66 func (r *File) Update(re ...*Entry) {
72 func (r *File) update(e *Entry) {
83 func (r *File) Has(name string) bool {
89 func (r *File) Get(name string) *Entry {
99 func (r *File) Remove(name string) bool {
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/token/
H A Dposition.go99 type File struct { struct
100 set *FileSet
106 mutex sync.Mutex
108 infos []lineInfo
112 func (f *File) Name() string {
117 func (f *File) Base() int {
122 func (f *File) Size() int {
127 func (f *File) LineCount() int {
138 func (f *File) AddLine(offset int) {
279 func (f *File) Offset(p Pos) int {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/token/
H A Dposition.go96 type File struct { struct
97 set *FileSet
103 mutex sync.Mutex
105 infos []lineInfo
109 func (f *File) Name() string {
114 func (f *File) Base() int {
119 func (f *File) Size() int {
124 func (f *File) LineCount() int {
135 func (f *File) AddLine(offset int) {
276 func (f *File) Offset(p Pos) int {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/go/token/
H A Dposition.go96 type File struct { struct
97 set *FileSet
103 mutex sync.Mutex
105 infos []lineInfo
109 func (f *File) Name() string {
114 func (f *File) Base() int {
119 func (f *File) Size() int {
124 func (f *File) LineCount() int {
135 func (f *File) AddLine(offset int) {
276 func (f *File) Offset(p Pos) int {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/token/
H A Dposition.go99 type File struct { struct
100 set *FileSet
106 mutex sync.Mutex
108 infos []lineInfo
112 func (f *File) Name() string {
117 func (f *File) Base() int {
122 func (f *File) Size() int {
127 func (f *File) LineCount() int {
138 func (f *File) AddLine(offset int) {
279 func (f *File) Offset(p Pos) int {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/token/
H A Dposition.go99 type File struct { struct
100 set *FileSet
106 mutex sync.Mutex
108 infos []lineInfo
112 func (f *File) Name() string {
117 func (f *File) Base() int {
122 func (f *File) Size() int {
127 func (f *File) LineCount() int {
138 func (f *File) AddLine(offset int) {
279 func (f *File) Offset(p Pos) int {
[all …]

12345678910>>...1051