Home
last modified time | relevance | path

Searched refs:PathRegex (Results 1 – 25 of 103) sorted by relevance

12345

/dports/misc/broot/broot-1.7.0/src/pattern/
H A Dpattern.rs23 PathRegex(RegexPattern), enumerator
65 SearchMode::PathRegex => Self::PathRegex( in new()
97 Self::PathExact(_) | Self::PathFuzzy(_) | Self::PathRegex(_) | Self::PathTokens(_) => { in object()
119 Self::NameRegex(rp) | Self::PathRegex(rp) => rp.find(candidate), in search_string()
162 Self::PathRegex(rp) => rp.find(candidate.subpath).map(|m| m.score), in score_of()
179 Self::PathRegex(rp) => rp.find(candidate).map(|m| m.score), in score_of_string()
199 Self::NameRegex(rp) | Self::PathRegex(rp) => rp.is_empty(), in is_empty()
H A Dsearch_mode.rs37 PathRegex, enumerator
50 SearchMode::PathRegex,
70 (Path, Regex) => Some(Self::PathRegex), in new()
82 … Self::PathExact | Self::PathFuzzy | Self::PathRegex | Self::PathTokens => SearchObject::Path, in object()
94 Self::PathRegex => SearchKind::Regex, in kind()
198 smm.setm(&["pr", "rp"], SearchMode::PathRegex); in default()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/config/
H A Dconfig.go95 PathRegex string `yaml:"path_regex"` member
109 PathRegex string `yaml:"path_regex"` member
251 if r.PathRegex == "" {
256 if r.PathRegex != "" {
257 if match, _ := regexp.MatchString(r.PathRegex, filePath); match {
305 if r.PathRegex == "" {
309 if r.PathRegex != "" {
310 if match, _ := regexp.MatchString(r.PathRegex, filePath); match {
H A Dconfig_test.go222 PathRegex: "foobar*",
229 PathRegex: "",
248 PathRegex: "foobar*",
253 PathRegex: "",
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/mock-api/v1/connect/intentions/
H A Dexact39 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
45 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
H A D_37 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
43 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/connect/intentions/
H A D_37 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
43 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
H A Dexact39 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
45 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/connect/intentions/
H A Dexact39 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
45 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
H A D_37 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
43 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/mock-api/v1/connect/
H A D_50 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
57 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/connect/
H A D_50 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
57 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/connect/
H A D_50 const path = fake.helpers.randomize(['PathExact', 'PathPrefix', 'PathRegex', '']);
57 …"${path}": "${path === 'PathRegex' ? `${fake.helpers.randomize(['^[0-9]{1,3}?$', '(\w+)\s(\w+)'])}…
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dconfig_entry_intentions_test.go436 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
452 PathRegex: "/b",
459 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
475 PathRegex: "/b",
482 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
498 PathRegex: "/b",
505 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry_intentions_test.go436 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
452 PathRegex: "/b",
459 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
475 PathRegex: "/b",
482 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
498 PathRegex: "/b",
505 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry_intentions_test.go436 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
452 PathRegex: "/b",
459 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
475 PathRegex: "/b",
482 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
498 PathRegex: "/b",
505 …ces[0].Permissions[0].HTTP should only contain at most one of PathExact, PathPrefix, or PathRegex`,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/import/bulk_imports/
H A Dstatus.html.haml10 group_path_regex: Gitlab::PathRegex::NAMESPACE_FORMAT_REGEX_JS,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/website/source/docs/agent/config-entries/
H A Dservice-router.html.md150 At most only one of `PathExact`, `PathPrefix`, or `PathRegex` may be configured.
154 At most only one of `PathExact`, `PathPrefix`, or `PathRegex` may be configured.
156 - `PathRegex` `(string: "")` - Regular expression to match on the HTTP
161 At most only one of `PathExact`, `PathPrefix`, or `PathRegex` may be configured.
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/xds/
H A Droutes.go297 case match.HTTP.PathRegex != "":
300 SafeRegex: makeEnvoyRegexMatch(match.HTTP.PathRegex),
304 Regex: match.HTTP.PathRegex,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dpath_regex.rb4 module PathRegex module
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_intentions.go65 PathRegex string `json:",omitempty" alias:"path_regex"` member
/dports/sysutils/consul/consul-1.10.3/api/
H A Dconfig_entry_intentions.go65 PathRegex string `json:",omitempty" alias:"path_regex"` member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_intentions.go65 PathRegex string `json:",omitempty" alias:"path_regex"` member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_intentions.go65 PathRegex string `json:",omitempty" alias:"path_regex"` member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_intentions.go65 PathRegex string `json:",omitempty" alias:"path_regex"` member

12345