Home
last modified time | relevance | path

Searched defs:Root (Results 1 – 25 of 7033) sorted by relevance

12345678910>>...282

/dports/security/gopass/gopass-1.13.0/internal/tree/
H A Droot.go29 type Root struct { struct
30 Name string
31 Subtree *Tree
32 Prefix string
49 func (r *Root) AddMount(path, dest string) error {
54 func (r *Root) AddTemplate(path string) error {
89 func (r *Root) Format(maxDepth int) string {
107 func (r *Root) List(maxDepth int) []string {
125 func (r *Root) String() string {
147 func (r *Root) SetName(n string) {
[all …]
/dports/sysutils/restic/restic-0.12.1/internal/fuse/
H A Droot.go25 type Root struct { struct
26 repo restic.Repository
27 cfg Config
28 inode uint64
29 snapshots restic.Snapshots
30 blobCache *blobCache
32 snCount int
33 lastCheck time.Time
35 *MetaDir
37 uid, gid uint32
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsNurbs/
H A DgsBSplineSolver.h38 struct Root struct
41 RootType type; argument
49 Root(bool is_odd, T par, const gsVector<T> &mpoint) in Root() argument
55 Root(bool is_odd, T parB, T parE, const gsVector<T> &pointB, const gsVector<T> &pointE) in Root() argument
63 Root() : type(invalid){} in Root() function
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/anaskhan96/soup/soup-1.1.1/
H A Dsoup.go19 type Root struct { struct
20 Pointer *html.Node
21 NodeValue string
22 Error error
120 func (r Root) Find(args ...string) Root {
182 func (r Root) FindNextSibling() Root {
195 func (r Root) FindPrevSibling() Root {
241 func (r Root) Children() []Root {
252 func (r Root) Attrs() map[string]string {
266 func (r Root) Text() string {
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/anaskhan96/soup/
H A Dsoup.go19 type Root struct { struct
20 Pointer *html.Node
21 NodeValue string
22 Error error
120 func (r Root) Find(args ...string) Root {
182 func (r Root) FindNextSibling() Root {
195 func (r Root) FindPrevSibling() Root {
241 func (r Root) Children() []Root {
252 func (r Root) Attrs() map[string]string {
266 func (r Root) Text() string {
[all …]
/dports/sysutils/fswatch-mon/fswatch-1.13.0/
H A DREADME.gnu-build-system40 $ gunzip <bundle>.tar.gz
41 $ tar -xf <bundle>.tar
43 * Configure the GNU Build System using the provided `autogen.sh` script:
45 $ ./autogen.sh
47 Whenever any component of the GNU Build System is updated, the `--force`
48 option should be passed to `autogen.sh`, which in turn forwards it to
49 `autoreconf`, to make sure that automatically generated scripts and macros
52 $ ./autogen.sh --force
54 * Configure the package:
55
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/go-coinmarketcap/go-coinmarketcap-0.1.5/vendor/github.com/anaskhan96/soup/
H A Dsoup.go19 type Root struct { struct
20 Pointer *html.Node
21 NodeValue string
22 Error error
103 func (r Root) Find(args ...string) Root {
119 func (r Root) FindAll(args ...string) []Root {
137 func (r Root) FindNextSibling() Root {
151 func (r Root) FindPrevSibling() Root {
165 func (r Root) FindNextElementSibling() Root {
200 func (r Root) Attrs() map[string]string {
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DRysPolynomial.h22 typedef struct Root { struct
26 long nRoots; argument
27 } Root; typedef
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/volume/local/
H A Dlocal.go109 type Root struct { struct
110 m sync.Mutex
111 scope string
112 path string
113 quotaCtl *quota.Control
114 volumes map[string]*localVolume
115 rootIdentity idtools.Identity
119 func (r *Root) List() ([]volume.Volume, error) {
135 func (r *Root) Name() string {
203 func (r *Root) Remove(v volume.Volume) error {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/volume/local/
H A Dlocal.go109 type Root struct { struct
110 m sync.Mutex
111 scope string
112 path string
113 quotaCtl *quota.Control
114 volumes map[string]*localVolume
115 rootIdentity idtools.Identity
119 func (r *Root) List() ([]volume.Volume, error) {
135 func (r *Root) Name() string {
203 func (r *Root) Remove(v volume.Volume) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/volume/local/
H A Dlocal.go109 type Root struct { struct
110 m sync.Mutex
111 scope string
112 path string
113 quotaCtl *quota.Control
114 volumes map[string]*localVolume
115 rootIdentity idtools.Identity
119 func (r *Root) List() ([]volume.Volume, error) {
135 func (r *Root) Name() string {
203 func (r *Root) Remove(v volume.Volume) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/volume/local/
H A Dlocal.go109 type Root struct { struct
110 m sync.Mutex
111 scope string
112 path string
113 quotaCtl *quota.Control
114 volumes map[string]*localVolume
115 rootIdentity idtools.Identity
119 func (r *Root) List() ([]volume.Volume, error) {
135 func (r *Root) Name() string {
196 func (r *Root) Remove(v volume.Volume) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/volume/local/
H A Dlocal.go123 type Root struct { struct
124 m sync.Mutex
125 scope string
126 path string
127 volumes map[string]*localVolume
128 rootUID int
129 rootGID int
133 func (r *Root) List() ([]volume.Volume, error) {
149 func (r *Root) Name() string {
212 func (r *Root) Remove(v volume.Volume) error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/volume/local/
H A Dlocal.go103 type Root struct { struct
104 m sync.Mutex
105 scope string
106 path string
107 volumes map[string]*localVolume
108 rootIdentity idtools.Identity
112 func (r *Root) List() ([]volume.Volume, error) {
128 func (r *Root) Name() string {
188 func (r *Root) Remove(v volume.Volume) error {
247 func (r *Root) Scope() string {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/volume/local/
H A Dlocal.go103 type Root struct { struct
104 m sync.Mutex
105 scope string
106 path string
107 volumes map[string]*localVolume
108 rootIdentity idtools.Identity
112 func (r *Root) List() ([]volume.Volume, error) {
128 func (r *Root) Name() string {
188 func (r *Root) Remove(v volume.Volume) error {
247 func (r *Root) Scope() string {
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/libfuse/
H A Dfs.go380 func (f *FS) Root() (fs.Node, error) { func
437 type Root struct { struct
438 private *FolderList
439 public *FolderList
440 team *FolderList
442 lookupLock sync.RWMutex
443 lookupMap map[tlf.Type]bool
597 func (r *Root) Symlink(
605 func (r *Root) Link(
610 func (r *Root) log() logger.Logger {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/volume/local/
H A Dlocal.go103 type Root struct { struct
104 m sync.Mutex
105 scope string
106 path string
107 volumes map[string]*localVolume
108 rootIdentity idtools.Identity
112 func (r *Root) List() ([]volume.Volume, error) {
128 func (r *Root) Name() string {
188 func (r *Root) Remove(v volume.Volume) error {
247 func (r *Root) Scope() string {
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dglocalfileenumerator.c105 static void
106 g_local_file_enumerator_finalize (GObject *object)
108 GLocalFileEnumerator *local;
113 _g_local_file_info_free_parent_info (&local->parent_info);
127 free_entries (local);
129 G_OBJECT_CLASS (g_local_file_enumerator_parent_class)->finalize (object);
137 GFileEnumeratorClass *enumerator_class = G_FILE_ENUMERATOR_CLASS (klass);
189 g_file_attribute_matcher_subtract_attributes (GFileAttributeMatcher *matcher,
238 utf8_filename = g_filename_to_utf8 (filename, -1, NULL, NULL, NULL);
250 local = g_object_new (G_TYPE_LOCAL_FILE_ENUMERATOR,
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/volume/local/
H A Dlocal.go103 type Root struct { struct
104 m sync.Mutex
105 scope string
106 path string
107 volumes map[string]*localVolume
108 rootIdentity idtools.Identity
112 func (r *Root) List() ([]volume.Volume, error) {
128 func (r *Root) Name() string {
188 func (r *Root) Remove(v volume.Volume) error {
247 func (r *Root) Scope() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/mvdan.cc/gofumpt/gofumports/internal/gopathwalk/
H A Dwalk.go44 type Root struct { struct
45 Path string
46 Type RootType
53 func Walk(roots []Root, add func(root Root, dir string), opts Options) {
65 func WalkSkip(roots []Root, add func(root Root, dir string), skip func(root Root, dir string) bool,…
72 func walkDir(root Root, add func(Root, string), skip func(root Root, dir string) bool, opts Options…
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/gopathwalk/
H A Dwalk.go44 type Root struct { struct
45 Path string
46 Type RootType
53 func Walk(roots []Root, add func(root Root, dir string), opts Options) {
65 func WalkSkip(roots []Root, add func(root Root, dir string), skip func(root Root, dir string) bool,…
72 func walkDir(root Root, add func(Root, string), skip func(root Root, dir string) bool, opts Options…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/gopathwalk/
H A Dwalk.go44 type Root struct { struct
45 Path string
46 Type RootType
53 func Walk(roots []Root, add func(root Root, dir string), opts Options) {
65 func WalkSkip(roots []Root, add func(root Root, dir string), skip func(root Root, dir string) bool,…
72 func walkDir(root Root, add func(Root, string), skip func(root Root, dir string) bool, opts Options…
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/internal/gopathwalk/
H A Dwalk.go44 type Root struct { struct
45 Path string
46 Type RootType
53 func Walk(roots []Root, add func(root Root, dir string), opts Options) {
65 func WalkSkip(roots []Root, add func(root Root, dir string), skip func(root Root, dir string) bool,…
72 func walkDir(root Root, add func(Root, string), skip func(root Root, dir string) bool, opts Options…
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/gopathwalk/
H A Dwalk.go44 type Root struct { struct
45 Path string
46 Type RootType
53 func Walk(roots []Root, add func(root Root, dir string), opts Options) {
65 func WalkSkip(roots []Root, add func(root Root, dir string), skip func(root Root, dir string) bool,…
72 func walkDir(root Root, add func(Root, string), skip func(root Root, dir string) bool, opts Options…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/gopathwalk/
H A Dwalk.go44 type Root struct { struct
45 Path string
46 Type RootType
53 func Walk(roots []Root, add func(root Root, dir string), opts Options) {
65 func WalkSkip(roots []Root, add func(root Root, dir string), skip func(root Root, dir string) bool,…
72 func walkDir(root Root, add func(Root, string), skip func(root Root, dir string) bool, opts Options…

12345678910>>...282