Home
last modified time | relevance | path

Searched refs:pathExcludedByFilter (Results 1 – 25 of 38) sorted by relevance

12

/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, opts) {
169 if !pathExcludedByFilter(exc, opts) {
H A Dview.go346 if strings.HasSuffix(filepath.Ext(path), "tmpl") && !pathExcludedByFilter(path, s.view.options) &&
374 return !pathExcludedByFilter(strings.TrimPrefix(uri.Filename(), v.folder.Filename()), v.Options())
1019 if !pathExcludedByFilter(strings.TrimPrefix(f, folder), opts) {
1028 return pathExcludedByFilter(path, opts)
1032 func pathExcludedByFilter(path string, opts *source.Options) bool { func
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, "root", "root/gopath/pkg/mod", opts) {
169 if !pathExcludedByFilter(exc, "root", "root/gopath/pkg/mod", opts) {
H A Dview.go346 …if strings.HasSuffix(filepath.Ext(path), "tmpl") && !pathExcludedByFilter(path, dir, s.view.gomodc…
374 …return !pathExcludedByFilter(strings.TrimPrefix(uri.Filename(), v.folder.Filename()), v.rootURI.Fi…
1047 …if !pathExcludedByFilter(strings.TrimPrefix(f, folder), v.rootURI.Filename(), v.gomodcache, opts) {
1056 return pathExcludedByFilter(path, root, gomodcache, opts)
1060 func pathExcludedByFilter(path, root, gomodcache string, opts *source.Options) bool { func
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, "root", "root/gopath/pkg/mod", opts) {
169 if !pathExcludedByFilter(exc, "root", "root/gopath/pkg/mod", opts) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, "root", "root/gopath/pkg/mod", opts) {
169 if !pathExcludedByFilter(exc, "root", "root/gopath/pkg/mod", opts) {
H A Dview.go346 …if strings.HasSuffix(filepath.Ext(path), "tmpl") && !pathExcludedByFilter(path, dir, s.view.gomodc…
374 …return !pathExcludedByFilter(strings.TrimPrefix(uri.Filename(), v.folder.Filename()), v.rootURI.Fi…
1047 …if !pathExcludedByFilter(strings.TrimPrefix(f, folder), v.rootURI.Filename(), v.gomodcache, opts) {
1056 return pathExcludedByFilter(path, root, gomodcache, opts)
1060 func pathExcludedByFilter(path, root, gomodcache string, opts *source.Options) bool { func
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, opts) {
169 if !pathExcludedByFilter(exc, opts) {
H A Dview.go346 if strings.HasSuffix(filepath.Ext(path), "tmpl") && !pathExcludedByFilter(path, s.view.options) &&
374 return !pathExcludedByFilter(strings.TrimPrefix(uri.Filename(), v.folder.Filename()), v.Options())
1019 if !pathExcludedByFilter(strings.TrimPrefix(f, folder), opts) {
1028 return pathExcludedByFilter(path, opts)
1032 func pathExcludedByFilter(path string, opts *source.Options) bool { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, "root", "root/gopath/pkg/mod", opts) {
169 if !pathExcludedByFilter(exc, "root", "root/gopath/pkg/mod", opts) {
H A Dview.go346 …if strings.HasSuffix(filepath.Ext(path), "tmpl") && !pathExcludedByFilter(path, dir, s.view.gomodc…
374 …return !pathExcludedByFilter(strings.TrimPrefix(uri.Filename(), v.folder.Filename()), v.rootURI.Fi…
1047 …if !pathExcludedByFilter(strings.TrimPrefix(f, folder), v.rootURI.Filename(), v.gomodcache, opts) {
1056 return pathExcludedByFilter(path, root, gomodcache, opts)
1060 func pathExcludedByFilter(path, root, gomodcache string, opts *source.Options) bool { func
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, "root", "root/gopath/pkg/mod", opts) {
169 if !pathExcludedByFilter(exc, "root", "root/gopath/pkg/mod", opts) {
H A Dview.go346 …if strings.HasSuffix(filepath.Ext(path), "tmpl") && !pathExcludedByFilter(path, dir, s.view.gomodc…
374 …return !pathExcludedByFilter(strings.TrimPrefix(uri.Filename(), v.folder.Filename()), v.rootURI.Fi…
1020 …if !pathExcludedByFilter(strings.TrimPrefix(f, folder), v.rootURI.Filename(), v.gomodcache, opts) {
1029 return pathExcludedByFilter(path, root, gomodcache, opts)
1033 func pathExcludedByFilter(path, root, gomodcache string, opts *source.Options) bool { func
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, opts) {
169 if !pathExcludedByFilter(exc, opts) {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go164 if pathExcludedByFilter(inc, opts) {
169 if !pathExcludedByFilter(exc, opts) {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go249 if pathExcludedByFilter(inc, opts) {
254 if !pathExcludedByFilter(exc, opts) {

12