Home
last modified time | relevance | path

Searched defs:Walker (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/dports/sysutils/terraform/terraform-1.0.11/internal/dag/
H A Dwalk.go36 type Walker struct { struct
38 Callback WalkFunc
42 Reverse bool
47 changeLock sync.Mutex
48 vertices Set
49 edges Set
54 wait sync.WaitGroup
63 upstreamFailed map[Vertex]struct{}
64 diagsLock sync.Mutex
67 func (w *Walker) init() {
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/dag/
H A Dwalk.go36 type Walker struct { struct
38 Callback WalkFunc
42 Reverse bool
47 changeLock sync.Mutex
48 vertices Set
49 edges Set
50 vertexMap map[Vertex]*walkerVertex
54 wait sync.WaitGroup
63 upstreamFailed map[Vertex]struct{}
64 diagsLock sync.Mutex
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/dag/
H A Dwalk.go36 type Walker struct { struct
38 Callback WalkFunc
42 Reverse bool
47 changeLock sync.Mutex
48 vertices Set
49 edges Set
50 vertexMap map[Vertex]*walkerVertex
54 wait sync.WaitGroup
63 upstreamFailed map[Vertex]struct{}
64 diagsLock sync.Mutex
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/api/
H A Dgoapi.go370 type Walker struct { struct
371 context *build.Context
372 root string
373 scope []string
374 current *types.Package
375 features map[string]bool // set
390 func (w *Walker) Features() (fs []string) {
781 func (w *Walker) emitObj(obj types.Object) {
804 func (w *Walker) emitType(obj *types.TypeName) {
904 func (w *Walker) emitFunc(f *types.Func) {
[all …]
/dports/games/luola/luola-1.3.2/src/
H A Dwalker.h29 struct Walker { struct
45 extern void init_walker(struct Walker *walker); argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/api/
H A Dgoapi.go362 type Walker struct { struct
363 context *build.Context
364 root string
365 scope []string
366 current *types.Package
367 features map[string]bool // set
386 func (w *Walker) Features() (fs []string) {
482 func (w *Walker) loadImports() {
911 func (w *Walker) emitObj(obj types.Object) {
934 func (w *Walker) emitType(obj *types.TypeName) {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/api/
H A Dgoapi.go333 type Walker struct { struct
334 context *build.Context
335 root string
336 scope []string
337 current *types.Package
338 features map[string]bool // set
351 func (w *Walker) Features() (fs []string) {
675 func (w *Walker) emitObj(obj types.Object) {
698 func (w *Walker) emitType(obj *types.TypeName) {
798 func (w *Walker) emitFunc(f *types.Func) {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jlaffaye/ftp/
H A Dwalker.go8 type Walker struct { struct
9 serverConn *ServerConn
10 root string
11 cur *item
12 stack []*item
13 descend bool
25 func (w *Walker) Next() bool {
75 func (w *Walker) SkipDir() {
82 func (w *Walker) Err() error {
88 func (w *Walker) Stat() *Entry {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/jlaffaye/ftp/
H A Dwalker.go8 type Walker struct { struct
9 serverConn *ServerConn
10 root string
11 cur *item
12 stack []*item
13 descend bool
25 func (w *Walker) Next() bool {
75 func (w *Walker) SkipDir() {
82 func (w *Walker) Err() error {
88 func (w *Walker) Stat() *Entry {
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/jlaffaye/ftp/
H A Dwalker.go8 type Walker struct { struct
9 serverConn *ServerConn
10 root string
11 cur *item
12 stack []*item
13 descend bool
25 func (w *Walker) Next() bool {
75 func (w *Walker) SkipDir() {
82 func (w *Walker) Err() error {
88 func (w *Walker) Stat() *Entry {
[all …]
/dports/devel/liteide/gotools-eff8693b15f0/goapi/
H A Dgoapi.go722 type Walker struct { struct
723 context *build.Context
724 fset *token.FileSet
725 scope []string
727 lastConstType string
728 curPackageName string
729 sep string
730 ctxName string
731 curPackage *Package
734 packageMap map[string]*Package
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/yaml/walk/
H A Dwalk.go18 type Walker struct { struct
20 Visitor
22 Schema *openapi.ResourceSchema
26 Sources Sources
29 Path []string
34 InferAssociativeLists bool
38 VisitKeysAsScalars bool
41 MergeOptions yaml.MergeOptions
45 func (l Walker) Kind() yaml.Kind {
56 func (l Walker) Walk() (*yaml.RNode, error) {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/kr/fs/
H A Dwalk.go15 type Walker struct { struct
16 fs FileSystem
17 cur item
18 stack []item
19 descend bool
46 func (w *Walker) Step() bool {
74 func (w *Walker) Path() string {
80 func (w *Walker) Stat() os.FileInfo {
87 func (w *Walker) Err() error {
93 func (w *Walker) SkipDir() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/kr/fs/
H A Dwalk.go15 type Walker struct { struct
16 fs FileSystem
17 cur item
18 stack []item
19 descend bool
46 func (w *Walker) Step() bool {
74 func (w *Walker) Path() string {
80 func (w *Walker) Stat() os.FileInfo {
87 func (w *Walker) Err() error {
93 func (w *Walker) SkipDir() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/kr/fs/
H A Dwalk.go15 type Walker struct { struct
16 fs FileSystem
17 cur item
18 stack []item
19 descend bool
46 func (w *Walker) Step() bool {
74 func (w *Walker) Path() string {
80 func (w *Walker) Stat() os.FileInfo {
87 func (w *Walker) Err() error {
93 func (w *Walker) SkipDir() {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/kr/fs/
H A Dwalk.go15 type Walker struct { struct
16 fs FileSystem
17 cur item
18 stack []item
19 descend bool
46 func (w *Walker) Step() bool {
74 func (w *Walker) Path() string {
80 func (w *Walker) Stat() os.FileInfo {
87 func (w *Walker) Err() error {
93 func (w *Walker) SkipDir() {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/kr/fs/
H A Dwalk.go15 type Walker struct { struct
16 fs FileSystem
17 cur item
18 stack []item
19 descend bool
46 func (w *Walker) Step() bool {
74 func (w *Walker) Path() string {
80 func (w *Walker) Stat() os.FileInfo {
87 func (w *Walker) Err() error {
93 func (w *Walker) SkipDir() {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/kr/fs/
H A Dwalk.go15 type Walker struct { struct
16 fs FileSystem
17 cur item
18 stack []item
19 descend bool
46 func (w *Walker) Step() bool {
74 func (w *Walker) Path() string {
80 func (w *Walker) Stat() os.FileInfo {
87 func (w *Walker) Err() error {
93 func (w *Walker) SkipDir() {
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/kr/fs/
H A Dwalk.go15 type Walker struct { struct
16 fs FileSystem
17 cur item
18 stack []item
19 descend bool
46 func (w *Walker) Step() bool {
74 func (w *Walker) Path() string {
80 func (w *Walker) Stat() os.FileInfo {
87 func (w *Walker) Err() error {
93 func (w *Walker) SkipDir() {
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm-traversal.h693 struct Walker : public VisitorType { struct
729 void walkGlobal(Global* global) { in walkGlobal()
734 void walkFunction(Function* func) { in walkFunction()
741 void walkEvent(Event* event) { in walkEvent()
757 void walkTable(Table* table) { in walkTable()
764 void walkMemory(Memory* memory) { in walkMemory()
773 void walkModule(Module* module) { in walkModule()
818 struct Task {
834 Task popTask() { in popTask()
840 void walk(Expression*& root) { in walk()
[all …]
H A Dparsing.h348 struct Walker : public ControlFlowWalker<Walker, Visitor<Walker>> { in uniquify() struct
349 UniqueNameMapper mapper; in uniquify()
351 static void doPreVisitControlFlow(Walker* self, Expression** currp) { in uniquify()
363 static void doPostVisitControlFlow(Walker* self, Expression** currp) { in uniquify()
376 void visitBreak(Break* curr) { in uniquify()
379 void visitBrOnExn(BrOnExn* curr) { in uniquify()
382 void visitSwitch(Switch* curr) { in uniquify()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/Shopify/ejson/json/
H A Dwalker.go34 type Walker struct { struct
35 Action func([]byte) ([]byte, error)
43 func (ew *Walker) Walk(data []byte) ([]byte, error) {
108 func (ew *Walker) runAction(data []byte) ([]byte, error) {
/dports/net/termshark/termshark-2.1.1/widgets/copymodetree/
H A Dcopymodetree.go117 type Walker struct { struct
118 ITreeAndListWalker
119 pos tree.IPos
120 diff int
121 gowid.IClipboardSelected
133 func (f *Walker) At(lpos list.IWalkerPosition) gowid.IWidget {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/akavel/rsrc/binutil/
H A Dwalk.go14 type Walker func(v reflect.Value, path string) error type
16 func Walk(value interface{}, walker Walker) error {
28 func walk(v reflect.Value, spath string, walker Walker) error {
/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Dwalk.cpp9 struct Walker { struct
11 Internal * internal;
13 Random random; // local random number generator
14 int64_t propagations; // number of propagations
15 int64_t limit; // limit on number of propagations
16 vector <Clause *> broken; // currently unsatisfied clauses
17 double epsilon; // smallest considered score
18 vector<double> table; // break value to score table
19 vector<double> scores; // scores of candidate literals
66 Walker::Walker (Internal * i, double size, int64_t l) : in Walker() function in CaDiCaL::Walker

12345678910>>...27