Home
last modified time | relevance | path

Searched refs:toEntries (Results 1 – 4 of 4) sorted by relevance

/dports/net/rclone/rclone-1.57.0/backend/googlephotos/
H A Dpattern.go39 toEntries func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, error) member
51toEntries: func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, erro…
63toEntries: func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, erro…
78toEntries: func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, erro…
89toEntries: func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, erro…
99 toEntries: years,
103toEntries: func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, erro…
117 toEntries: years,
121 toEntries: months,
139 toEntries: years,
[all …]
H A Dpattern_test.go375 assert.NotNil(t, pattern.toEntries)
377 entries, err := pattern.toEntries(ctx, f, prefix, match)
H A Dgooglephotos.go656 if pattern.toEntries != nil {
657 return pattern.toEntries(ctx, f, prefix, match)
/dports/www/aria2/aria2-1.36.0/src/
H A DDHTAbstractNodeLookupTask.h75 void toEntries(Container& entries, in toEntries() function
152 toEntries(entries_, nodes); in startup()
182 toEntries(newEntries, nodes); in onReceived()