Home
last modified time | relevance | path

Searched refs:GetMinItems (Results 1 – 25 of 108) sorted by relevance

12345

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if len({{ accessor . }}) != {{ $r.GetMinItems }} {
9 return {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 if l := len({{ accessor . }}); l < {{ $r.GetMinItems }} || l > {{ $r.GetMaxItems }} {
13 …return {{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclu…
16 if len({{ accessor . }}) < {{ $r.GetMinItems }} {
17 return {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if len({{ accessor . }}) != {{ $r.GetMinItems }} {
9 return {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 if l := len({{ accessor . }}); l < {{ $r.GetMinItems }} || l > {{ $r.GetMaxItems }} {
13 …return {{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclu…
16 if len({{ accessor . }}) < {{ $r.GetMinItems }} {
17 return {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if len({{ accessor . }}) != {{ $r.GetMinItems }} {
9 return {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 if l := len({{ accessor . }}); l < {{ $r.GetMinItems }} || l > {{ $r.GetMaxItems }} {
13 …return {{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclu…
16 if len({{ accessor . }}) < {{ $r.GetMinItems }} {
17 return {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if len({{ accessor . }}) != {{ $r.GetMinItems }} {
9 return {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 if l := len({{ accessor . }}); l < {{ $r.GetMinItems }} || l > {{ $r.GetMaxItems }} {
13 …return {{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclu…
16 if len({{ accessor . }}) < {{ $r.GetMinItems }} {
17 return {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if len({{ accessor . }}) != {{ $r.GetMinItems }} {
9 return {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 if l := len({{ accessor . }}); l < {{ $r.GetMinItems }} || l > {{ $r.GetMaxItems }} {
13 …return {{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclu…
16 if len({{ accessor . }}) < {{ $r.GetMinItems }} {
17 return {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Drepeated.go10 {{ if $r.GetMinItems }}
11 {{ if eq $r.GetMinItems $r.GetMaxItems }}
12 if len({{ accessor . }}) != {{ $r.GetMinItems }} {
13 return {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
16 if l := len({{ accessor . }}); l < {{ $r.GetMinItems }} || l > {{ $r.GetMaxItems }} {
17 …return {{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclu…
20 if len({{ accessor . }}) < {{ $r.GetMinItems }} {
21 return {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if ({{ accessor . }}.size() != {{ $r.GetMinItems }}) {
9 {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 …if ({{ accessor . }}.size() < {{ $r.GetMinItems }} || {{ accessor . }}.size() > {{ $r.GetMaxItems …
13 …{{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclusive" }}
16 if ({{ accessor . }}.size() < {{ $r.GetMinItems }}) {
17 {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if ({{ accessor . }}.size() != {{ $r.GetMinItems }}) {
9 {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 …if ({{ accessor . }}.size() < {{ $r.GetMinItems }} || {{ accessor . }}.size() > {{ $r.GetMaxItems …
13 …{{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclusive" }}
16 if ({{ accessor . }}.size() < {{ $r.GetMinItems }}) {
17 {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if ({{ accessor . }}.size() != {{ $r.GetMinItems }}) {
9 {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 …if ({{ accessor . }}.size() < {{ $r.GetMinItems }} || {{ accessor . }}.size() > {{ $r.GetMaxItems …
13 …{{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclusive" }}
16 if ({{ accessor . }}.size() < {{ $r.GetMinItems }}) {
17 {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if ({{ accessor . }}.size() != {{ $r.GetMinItems }}) {
9 {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 …if ({{ accessor . }}.size() < {{ $r.GetMinItems }} || {{ accessor . }}.size() > {{ $r.GetMaxItems …
13 …{{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclusive" }}
16 if ({{ accessor . }}.size() < {{ $r.GetMinItems }}) {
17 {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Drepeated.go6 {{ if $r.GetMinItems }}
7 {{ if eq $r.GetMinItems $r.GetMaxItems }}
8 if ({{ accessor . }}.size() != {{ $r.GetMinItems }}) {
9 {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
12 …if ({{ accessor . }}.size() < {{ $r.GetMinItems }} || {{ accessor . }}.size() > {{ $r.GetMaxItems …
13 …{{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclusive" }}
16 if ({{ accessor . }}.size() < {{ $r.GetMinItems }}) {
17 {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Drepeated.go8 {{ if $r.GetMinItems }}
9 {{ if eq $r.GetMinItems $r.GetMaxItems }}
10 if ({{ accessor . }}.size() != {{ $r.GetMinItems }}) {
11 {{ err . "value must contain exactly " $r.GetMinItems " item(s)" }}
14 …if ({{ accessor . }}.size() < {{ $r.GetMinItems }} || {{ accessor . }}.size() > {{ $r.GetMaxItems …
15 …{{ err . "value must contain between " $r.GetMinItems " and " $r.GetMaxItems " items, inclusive" }}
18 if ({{ accessor . }}.size() < {{ $r.GetMinItems }}) {
19 {{ err . "value must contain at least " $r.GetMinItems " item(s)" }}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/templates/java/
H A Drepeated.go6 {{- if $r.GetMinItems }}
7 …RepeatedValidation.minItems("{{ $f.FullyQualifiedName }}", {{ accessor . }}, {{ $r.GetMinItems }});
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/templates/java/
H A Drepeated.go6 {{- if $r.GetMinItems }}
7 …RepeatedValidation.minItems("{{ $f.FullyQualifiedName }}", {{ accessor . }}, {{ $r.GetMinItems }});
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/java/
H A Drepeated.go6 {{- if $r.GetMinItems }}
7 …RepeatedValidation.minItems("{{ $f.FullyQualifiedName }}", {{ accessor . }}, {{ $r.GetMinItems }});
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/java/
H A Drepeated.go6 {{- if $r.GetMinItems }}
7 …RepeatedValidation.minItems("{{ $f.FullyQualifiedName }}", {{ accessor . }}, {{ $r.GetMinItems }});
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/templates/java/
H A Drepeated.go6 {{- if $r.GetMinItems }}
7 …RepeatedValidation.minItems("{{ $f.FullyQualifiedName }}", {{ accessor . }}, {{ $r.GetMinItems }});
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/templates/java/
H A Drepeated.go9 {{- if $r.GetMinItems }}
10 …RepeatedValidation.minItems("{{ $f.FullyQualifiedName }}", {{ accessor . }}, {{ $r.GetMinItems }});
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/helper/pluginutils/hclspecutils/
H A Ddec.go198 MinItems: int(block.GetMinItems()),
224 MinItems: int(block.GetMinItems()),
/dports/sysutils/nomad/nomad-1.1.0/helper/pluginutils/hclspecutils/
H A Ddec.go198 MinItems: int(block.GetMinItems()),
224 MinItems: int(block.GetMinItems()),
/dports/sysutils/nomad/nomad-1.1.0/plugins/shared/hclspec/
H A Dhcl_spec.pb.go617 func (m *BlockList) GetMinItems() uint64 { func
701 func (m *BlockSet) GetMinItems() uint64 { func
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/OpenAPIv2/
H A DOpenAPIv2.pb.go893 func (m *FormDataParameterSubSchema) GetMinItems() int64 { func
1046 func (m *Header) GetMinItems() int64 { func
1241 func (m *HeaderParameterSubSchema) GetMinItems() int64 { func
2756 func (m *PathParameterSubSchema) GetMinItems() int64 { func
2933 func (m *PrimitivesItems) GetMinItems() int64 { func
3146 func (m *QueryParameterSubSchema) GetMinItems() int64 { func
3530 func (m *Schema) GetMinItems() int64 { func
/dports/security/vault/vault-1.8.2/vendor/github.com/googleapis/gnostic/OpenAPIv2/
H A DOpenAPIv2.pb.go893 func (m *FormDataParameterSubSchema) GetMinItems() int64 { func
1046 func (m *Header) GetMinItems() int64 { func
1241 func (m *HeaderParameterSubSchema) GetMinItems() int64 { func
2756 func (m *PathParameterSubSchema) GetMinItems() int64 { func
2933 func (m *PrimitivesItems) GetMinItems() int64 { func
3146 func (m *QueryParameterSubSchema) GetMinItems() int64 { func
3530 func (m *Schema) GetMinItems() int64 { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/OpenAPIv2/
H A DOpenAPIv2.pb.go893 func (m *FormDataParameterSubSchema) GetMinItems() int64 { func
1046 func (m *Header) GetMinItems() int64 { func
1241 func (m *HeaderParameterSubSchema) GetMinItems() int64 { func
2756 func (m *PathParameterSubSchema) GetMinItems() int64 { func
2933 func (m *PrimitivesItems) GetMinItems() int64 { func
3146 func (m *QueryParameterSubSchema) GetMinItems() int64 { func
3530 func (m *Schema) GetMinItems() int64 { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/googleapis/gnostic/OpenAPIv2/
H A DOpenAPIv2.pb.go893 func (m *FormDataParameterSubSchema) GetMinItems() int64 { func
1046 func (m *Header) GetMinItems() int64 { func
1241 func (m *HeaderParameterSubSchema) GetMinItems() int64 { func
2756 func (m *PathParameterSubSchema) GetMinItems() int64 { func
2933 func (m *PrimitivesItems) GetMinItems() int64 { func
3146 func (m *QueryParameterSubSchema) GetMinItems() int64 { func
3530 func (m *Schema) GetMinItems() int64 { func

12345