Home
last modified time | relevance | path

Searched defs:completer (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/dports/databases/py-pgcli/pgcli-3.2.0/tests/
H A Dtest_smart_completion_multiple_schemata.py192 def test_suggested_joins(completer, query, tbl): argument
241 completer, text, use_leading_double_quote argument
259 completer, text, use_leading_double_quote argument
309 def test_suggestions_after_on(completer, text): argument
333 def test_table_names_after_from(completer): argument
569 def test_table_aliases(completer, text): argument
601 def test_table_casing(completer, text): argument
698 def test_column_alias_search(completer): argument
714 def test_schema_object_order(completer): argument
722 def test_all_schema_objects(completer): argument
[all …]
H A Dtest_smart_completion_public_schema_only.py130 def test_function_column_name(completer): argument
492 def test_cased_joins(completer, text): argument
507 def test_aliased_joins(completer, text): argument
771 def test_learn_keywords(completer): argument
783 def test_learn_table_names(completer): argument
932 def test_table_aliases(completer, text): argument
1000 def test_table_casing(completer, text): argument
1017 def test_insert(completer, text): argument
1024 def test_suggest_cte_names(completer): argument
1086 def test_keyword_after_alter(completer): argument
[all …]
H A Dtest_naive_completion.py8 def completer(): function
21 def test_empty_string_completion(completer, complete_event): argument
32 def test_select_keyword_completion(completer, complete_event): argument
43 def test_function_name_completion(completer, complete_event): argument
66 def test_column_name_completion(completer, complete_event): argument
77 def test_alter_well_known_keywords_completion(completer, complete_event): argument
100 def test_special_name_completion(completer, complete_event): argument
112 def test_datatype_name_completion(completer, complete_event): argument
/dports/databases/py-mycli/mycli-1.23.2/test/
H A Dtest_smart_completion_public_schema_only.py16 def completer(): function
42 def test_special_name_completion(completer, complete_event): argument
51 def test_empty_string_completion(completer, complete_event): argument
62 def test_select_keyword_completion(completer, complete_event): argument
71 def test_table_completion(completer, complete_event): argument
84 def test_function_name_completion(completer, complete_event): argument
94 def test_suggested_column_names(completer, complete_event): argument
275 def test_suggested_tables_after_on(completer, complete_event): argument
298 def test_table_names_after_from(completer, complete_event): argument
312 def test_auto_escaped_col_names(completer, complete_event): argument
[all …]
/dports/databases/py-litecli/litecli-1.6.0/tests/
H A Dtest_smart_completion_public_schema_only.py17 def completer(): function
44 def test_empty_string_completion(completer, complete_event): argument
55 def test_select_keyword_completion(completer, complete_event): argument
64 def test_table_completion(completer, complete_event): argument
80 def test_function_name_completion(completer, complete_event): argument
94 def test_suggested_column_names(completer, complete_event): argument
284 def test_suggested_aliases_after_on(completer, complete_event): argument
310 def test_suggested_tables_after_on(completer, complete_event): argument
344 def test_table_names_after_from(completer, complete_event): argument
362 def test_auto_escaped_col_names(completer, complete_event): argument
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/internal/lsp/source/
H A Dcompletion.go134 type completer struct { struct
135 pkg Package
137 qf types.Qualifier
141 view View
144 ctx context.Context
147 filename string
150 file *ast.File
153 pos token.Pos
156 path []ast.Node
182 matcher matcher
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go111 type completer struct { struct
113 types *types.Package
114 info *types.Info
115 qf types.Qualifier
118 view View
121 ctx context.Context
124 pos token.Pos
127 path []ast.Node
130 seen map[types.Object]bool
133 items []CompletionItem
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go116 type completer struct { struct
118 types *types.Package
119 info *types.Info
120 qf types.Qualifier
124 view View
127 ctx context.Context
130 pos token.Pos
133 path []ast.Node
139 items []CompletionItem
142 surrounding *Selection
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go129 snapshot Snapshot
130 pkg Package
132 qf types.Qualifier
136 view View
139 ctx context.Context
142 filename string
145 file *ast.File
148 pos token.Pos
151 path []ast.Node
178 matcher matcher
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go129 type completer struct { struct
130 snapshot Snapshot
131 pkg Package
133 qf types.Qualifier
137 ctx context.Context
140 filename string
143 file *ast.File
146 pos token.Pos
149 path []ast.Node
176 matcher matcher
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go133 type completer struct { struct
134 snapshot Snapshot
135 pkg Package
140 ctx context.Context
143 filename string
146 file *ast.File
149 pos token.Pos
152 path []ast.Node
158 items []CompletionItem
179 matcher matcher
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go133 type completer struct { struct
134 snapshot Snapshot
135 pkg Package
140 ctx context.Context
143 filename string
146 file *ast.File
149 pos token.Pos
152 path []ast.Node
158 items []CompletionItem
179 matcher matcher
[all …]
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go128 type completer struct { struct
129 snapshot Snapshot
130 pkg Package
132 qf types.Qualifier
136 ctx context.Context
139 filename string
142 file *ast.File
145 pos token.Pos
148 path []ast.Node
175 matcher matcher
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go138 type completer struct { struct
139 snapshot Snapshot
140 pkg Package
145 filename string
148 file *ast.File
151 pos token.Pos
154 path []ast.Node
160 items []CompletionItem
163 surrounding *Selection
181 matcher matcher
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go133 type completer struct { struct
134 snapshot Snapshot
135 pkg Package
140 ctx context.Context
143 filename string
146 file *ast.File
149 pos token.Pos
152 path []ast.Node
158 items []CompletionItem
179 matcher matcher
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion.go133 type completer struct { struct
134 snapshot Snapshot
135 pkg Package
140 ctx context.Context
143 filename string
146 file *ast.File
149 pos token.Pos
152 path []ast.Node
158 items []CompletionItem
179 matcher matcher
[all …]
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/lib/complete/
H A Dcomplete.go114 type completer struct { struct
115 Completer
116 args []Arg
117 stack []Completer
123 func (c completer) complete() ([]string, error) {
151 func (c completer) suggestSubCommands(prefix string) []string {
164 func (c completer) suggestLeafCommandOptions() (options []string) {
209 func (c completer) suggestFlag(prefix string) []string {
224 func (c completer) suggestFlagValue(flagName, prefix string) []string {
236 func (c completer) suggestArgsValue(prefix string) []string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/internal/lsp/source/completion/
H A Dcompletion.go152 type completer struct { struct
154 pkg source.Package
163 fh source.FileHandle
166 filename string
169 file *ast.File
172 pos token.Pos
175 path []ast.Node
181 items []CompletionItem
189 surrounding *Selection
207 matcher matcher
[all …]

12345678910>>...38