Home
last modified time | relevance | path

Searched refs:LookupPath (Results 1 – 25 of 86) sorted by relevance

1234

/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/source/gitlab/
H A Dgitlab_test.go55 require.Equal(t, "/my/pages/project/", response.LookupPath.Prefix)
56 require.Equal(t, "some/path/to/project/", response.LookupPath.Path)
58 require.False(t, response.LookupPath.IsNamespaceProject)
68 require.Equal(t, "/my/pages/project/", response.LookupPath.Prefix)
69 require.Equal(t, "some/path/to/project/", response.LookupPath.Path)
71 require.False(t, response.LookupPath.IsNamespaceProject)
81 require.Equal(t, "/", response.LookupPath.Prefix)
84 require.True(t, response.LookupPath.IsNamespaceProject)
94 require.Equal(t, "/", response.LookupPath.Prefix)
97 require.True(t, response.LookupPath.IsNamespaceProject)
[all …]
H A Dfactory.go24 func fabricateLookupPath(size int, lookup api.LookupPath) *serving.LookupPath { argument
25 return &serving.LookupPath{
38 func (g *Gitlab) fabricateServing(lookup api.LookupPath) (serving.Serving, error) { argument
H A Dfactory_test.go14 lookup := api.LookupPath{Prefix: "/something"}
23 lookup := api.LookupPath{Prefix: "/"}
38 lookup := api.LookupPath{
52 lookup := api.LookupPath{
H A Dgitlab.go97 LookupPath: fabricateLookupPath(size, lookup),
108 func sortLookupsByPrefixLengthDesc(lookups []api.LookupPath) { argument
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/serving/
H A Drequest.go9 LookupPath *LookupPath // LookupPath contains pages project details member
18 LookupPath: s.LookupPath,
30 LookupPath: s.LookupPath,
H A Dhandler.go10 LookupPath *LookupPath member
/dports/emulators/gxemul/gxemul-0.6.3/src/main/commands/
H A DBackwardStepCommand.cc144 refcount_ptr<Component> cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_NotWhenSnapshotsAreDisabled()
174 refcount_ptr<Component> cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_Basic()
182 cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_Basic()
190 cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_Basic()
198 cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_Basic()
206 cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_Basic()
229 refcount_ptr<Component> cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_ManualAddAndLoad()
237 cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_ManualAddAndLoad()
245 cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_ManualAddAndLoad()
253 cpu = gxemul.GetRootComponent()->LookupPath("cpu0"); in Test_BackwardStepCommand_ManualAddAndLoad()
[all …]
H A DCopyComponentCommand.cc87 gxemul.GetRootComponent()->LookupPath(matchesFrom[0]); in Execute()
100 gxemul.GetRootComponent()->LookupPath(matchesTo[0]); in Execute()
H A DMoveComponentCommand.cc87 gxemul.GetRootComponent()->LookupPath(matchesFrom[0]); in Execute()
100 gxemul.GetRootComponent()->LookupPath(matchesTo[0]); in Execute()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/
H A Dexamples_test.go62 fmt.Println(v.LookupPath(cue.ParsePath("bar")).Int64())
63 fmt.Println(v.LookupPath(cue.ParsePath("baz")).Int64())
91 a := v.LookupPath(cue.ParsePath("a"))
97 b := v.LookupPath(cue.ParsePath("b"))
105 c := v.LookupPath(cue.ParsePath("c"))
112 d := v.LookupPath(cue.ParsePath("d"))
H A Dexamplecompile_test.go34 p("a: %v", v.LookupPath(cue.ParsePath("a")))
35 p("b: %v", v.LookupPath(cue.ParsePath("b")))
36 p(`"a+b": %v`, v.LookupPath(cue.ParsePath(`"a+b"`)))
H A Dformat_test.go42 a := v.LookupPath(cue.ParsePath("a"))
47 s := v.LookupPath(cue.ParsePath("s"))
61 b := v.LookupPath(cue.ParsePath("b.a"))
H A Dquery.go28 w := v.LookupPath(MakePath(sel))
38 func (v Value) LookupPath(p Path) Value { func
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/domain/
H A Ddomain_test.go19 project *serving.LookupPath
27 LookupPath: resolver.project,
51 project: &serving.LookupPath{
64 project: &serving.LookupPath{
154 project: &serving.LookupPath{
167 project: &serving.LookupPath{
181 project: &serving.LookupPath{
H A Dlogging_test.go15 f func(*http.Request) *serving.LookupPath
20 return &serving.Request{LookupPath: r.f(req)}, nil
27 domainWithResolver := New("", "", "", &resolver{f: func(*http.Request) *serving.LookupPath {
28 return &serving.LookupPath{
H A Ddomain.go58 func (d *Domain) GetLookupPath(r *http.Request) (*serving.LookupPath, error) {
64 return servingReq.LookupPath, nil
182 if !namespaceDomain.LookupPath.HasAccessControl {
/dports/emulators/gxemul/gxemul-0.6.3/src/main/
H A DFileLoader.cc199 machine->LookupPath("machine.mainbus0.cpu0"); in SetupTestMachineAndLoad()
203 refcount_ptr<Component> ram = machine->LookupPath("machine.mainbus0.ram0"); in SetupTestMachineAndLoad()
224 machine->LookupPath("machine.mainbus0.cpu0");
234 machine->LookupPath("machine.mainbus0.ram0");
251 machine->LookupPath("machine.mainbus0.cpu0"); in Test_FileLoader_Load_ELF64()
261 machine->LookupPath("machine.mainbus0.ram0"); in Test_FileLoader_Load_ELF64()
277 machine->LookupPath("machine.mainbus0.cpu0"); in Test_FileLoader_Load_aout()
287 machine->LookupPath("machine.mainbus0.ram0"); in Test_FileLoader_Load_aout()
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/logging/
H A Dlogging_test.go16 f func(*http.Request) *serving.LookupPath
21 return &serving.Request{LookupPath: r.f(req)}, nil
28 domainWithResolver := domain.New("", "", "", &resolver{f: func(*http.Request) *serving.LookupPath {
29 return &serving.LookupPath{
/dports/www/grafana8/grafana-8.3.6/pkg/schema/load/
H A Dpanel.go45 …return inter.FillPath(cue.MakePath(cue.Str("in"), cue.Str("model")), vcs.CUE()).LookupPath(cue.Mak…
63 pmf := base.LookupPath(cue.MakePath(cue.Def("#PanelFamily")))
117 pmod := imod.LookupPath(cue.MakePath(cue.Str("Panel")))
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/tools/flow/
H A Dexample_basic_test.go39 input := v.LookupPath(inputPath)
45 inputVal, err := t.Value().LookupPath(inputPath).String()
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/serving/disk/
H A Dreader.go63 h.SubPath = strings.TrimPrefix(rewrittenURL.Path, h.LookupPath.Prefix)
112 …reader.serveFile(ctx, h.Writer, h.Request, root, fullPath, h.LookupPath.SHA256, h.LookupPath.HasAc…
292 root, err := reader.vfs.Root(h.Request.Context(), h.LookupPath.Path, h.LookupPath.SHA256)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/test/acceptance/testdata/
H A Dapi_responses.go147 lookupPaths := make([]api.LookupPath, 0, len(foundZips))
171 lookupPath := api.LookupPath{
213 LookupPaths: []api.LookupPath{
/dports/www/grafana8/grafana-8.3.6/pkg/cmd/grafana-cli/commands/
H A Dcuetsify_command.go101 ppf := v.LookupPath(cue.ParsePath("#PanelSchema"))
204 lins := v.LookupPath(cue.ParsePath("Panel.lineages"))
207 schs := lins.LookupPath(cue.MakePath(cue.Index(int(f.V.Lin))))
210 latest := schs.LookupPath(cue.MakePath(cue.Index(int(f.V.Sch))))
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/serving/disk/local/
H A Dserving_test.go66 LookupPath: &serving.LookupPath{
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/protobuf/jsonpb/
H A Dencoder.go104 v := schema.LookupPath(cue.MakePath(sel.Optional()))
117 v := schema.LookupPath(cue.MakePath(cue.Index(i).Optional()))

1234