Home
last modified time | relevance | path

Searched refs:RegexpSearch (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/gopls/internal/regtest/misc/
H A Ddefinition_test.go40 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
44 if want := env.RegexpSearch("const.go", "message"); pos != want {
67 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
90 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
128 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
168 file, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"fmt"`))
218 …_, pos, err := env.Editor.GoToTypeDefinition(env.Ctx, "main.go", env.RegexpSearch("main.go", tt.re…
229 typePos := env.RegexpSearch("main.go", tt.wantTypeRe)
H A Dhighlight_test.go34 _, pos := env.GoToDefinition(file, env.RegexpSearch(file, `var (A) string`))
57 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt\.(Printf)`))
58 pos := env.RegexpSearch(file, `func Printf\((format) string`)
116 file, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/global"`))
117 pos := env.RegexpSearch(file, `const (A)`)
120 file, _ = env.GoToDefinition("main.go", env.RegexpSearch("main.go", `"example.com/local"`))
121 pos = env.RegexpSearch(file, `const (b)`)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Ddefinition_test.go37 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
41 if want := env.RegexpSearch("const.go", "message"); pos != want {
64 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
84 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
125 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Ddefinition_test.go37 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
41 if want := env.RegexpSearch("const.go", "message"); pos != want {
64 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
84 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
125 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Ddefinition_test.go37 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
41 if want := env.RegexpSearch("const.go", "message"); pos != want {
64 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
84 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
125 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Ddefinition_test.go37 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
41 if want := env.RegexpSearch("const.go", "message"); pos != want {
64 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
84 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
125 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Ddefinition_test.go37 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
41 if want := env.RegexpSearch("const.go", "message"); pos != want {
64 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
84 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
125 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Ddefinition_test.go37 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
41 if want := env.RegexpSearch("const.go", "message"); pos != want {
63 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
83 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
86 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
122 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Ddefinition_test.go37 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", "message"))
41 if want := env.RegexpSearch("const.go", "message"); pos != want {
64 name, pos := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
84 name, _ := env.GoToDefinition("main.go", env.RegexpSearch("main.go", `fmt.(Printf)`))
87 pos := env.RegexpSearch(name, `:=\s*(newPrinter)\(\)`)
125 content, _ := env.Hover("main.go", env.RegexpSearch("main.go", "Error"))

12345678910>>...14