Home
last modified time | relevance | path

Searched defs:LookupPath (Results 1 – 24 of 24) sorted by relevance

/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/serving/
H A Dlookup_path.go4 type LookupPath struct { struct
5 ServingType string // Serving type being used, like `zip`
6 … string // Project prefix, for example, /my/project in group.gitlab.io/my/project/index.html
7 Path string // Path is an internal and serving-specific location of a document
8 SHA256 string
9 …bool // IsNamespaceProject is DEPRECATED, see https://gitlab.com/gitlab-org/gitlab-pages/issues/272
10 IsHTTPSOnly bool
11 HasAccessControl bool
12 ProjectID uint64
H A Dhandler.go10 LookupPath *LookupPath member
H A Drequest.go9 LookupPath *LookupPath // LookupPath contains pages project details member
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/source/gitlab/api/
H A Dlookup_path.go4 type LookupPath struct { struct
5 ProjectID int `json:"project_id,omitempty"`
6 AccessControl bool `json:"access_control,omitempty"`
7 HTTPSOnly bool `json:"https_only,omitempty"`
8 Prefix string `json:"prefix,omitempty"`
9 Source Source `json:"source,omitempty"`
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/source/gitlab/
H A Dfactory.go24 func fabricateLookupPath(size int, lookup api.LookupPath) *serving.LookupPath {
38 func (g *Gitlab) fabricateServing(lookup api.LookupPath) (serving.Serving, error) {
H A Dgitlab.go108 func sortLookupsByPrefixLengthDesc(lookups []api.LookupPath) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/entities/internal/pages/
H A Dlookup_path.rb7 class LookupPath < Grape::Entity class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/entities/internal/serverless/
H A Dlookup_path.rb7 class LookupPath < Grape::Entity class
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/
H A Dquery.go38 func (v Value) LookupPath(p Path) Value { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/serverless/
H A Dlookup_path.rb4 class LookupPath class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/pages/
H A Dlookup_path.rb4 class LookupPath class
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/
H A Dassign1.go46 m() int
47 }
48 m0 map[int]int
/dports/www/firefox/firefox-99.0/layout/printing/
H A DPrintTranslator.h46 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/lang/spidermonkey60/firefox-60.9.0/layout/printing/
H A DPrintTranslator.h45 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/lang/spidermonkey78/firefox-78.9.0/layout/printing/
H A DPrintTranslator.h46 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/www/firefox-esr/firefox-91.8.0/layout/printing/
H A DPrintTranslator.h53 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DInlineTranslator.h42 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/mail/thunderbird/thunderbird-91.8.0/layout/printing/
H A DPrintTranslator.h53 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DInlineTranslator.h55 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DInlineTranslator.h50 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DInlineTranslator.h52 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DInlineTranslator.h55 Path* LookupPath(ReferencePtr aRefPtr) final { in LookupPath() function
/dports/emulators/gxemul/gxemul-0.6.3/src/main/
H A DComponent.cc778 const refcount_ptr<Component> Component::LookupPath(string path) const in LookupPath() function in Component
818 const refcount_ptr<Component> Component::LookupPath(const vector<string>& path, in LookupPath() function in Component
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DThemes.cs299 public static string LookupPath property in System.Workflow.ComponentModel.Design.WorkflowTheme