Home
last modified time | relevance | path

Searched refs:GetContains (Results 1 – 25 of 133) sorted by relevance

123456

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dbytes.go60 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
61 {{ err . "value does not contain substring " (lit $r.GetContains) }}
H A Dstring.go103 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
104 {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dbytes.go60 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
61 {{ err . "value does not contain substring " (lit $r.GetContains) }}
H A Dstring.go103 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
104 {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dbytes.go60 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
61 {{ err . "value does not contain substring " (lit $r.GetContains) }}
H A Dstring.go103 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
104 {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dbytes.go60 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
61 {{ err . "value does not contain substring " (lit $r.GetContains) }}
H A Dstring.go103 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
104 {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dbytes.go60 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
61 {{ err . "value does not contain substring " (lit $r.GetContains) }}
H A Dstring.go103 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
104 {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dbytes.go63 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
64 {{ err . "value does not contain substring " (lit $r.GetContains) }}
H A Dstring.go98 if (!pgv::Contains({{ accessor . }}, {{ lit $r.GetContains }})) {
99 {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dbytes.go45 if !bytes.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
46 return {{ err . "value does not contain " (byteStr $r.GetContains) }}
H A Dstring.go72 if !strings.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
73 return {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dbytes.go45 if !bytes.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
46 return {{ err . "value does not contain " (byteStr $r.GetContains) }}
H A Dstring.go72 if !strings.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
73 return {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dbytes.go45 if !bytes.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
46 return {{ err . "value does not contain " (byteStr $r.GetContains) }}
H A Dstring.go72 if !strings.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
73 return {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dbytes.go45 if !bytes.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
46 return {{ err . "value does not contain " (byteStr $r.GetContains) }}
H A Dstring.go72 if !strings.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
73 return {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dbytes.go45 if !bytes.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
46 return {{ err . "value does not contain " (byteStr $r.GetContains) }}
H A Dstring.go72 if !strings.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
73 return {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dbytes.go49 if !bytes.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
50 return {{ err . "value does not contain " (byteStr $r.GetContains) }}
H A Dstring.go77 if !strings.Contains({{ accessor . }}, {{ lit $r.GetContains }}) {
78 return {{ err . "value does not contain substring " (lit $r.GetContains) }}
/dports/www/gitea/gitea-1.16.5/vendor/github.com/cncf/xds/go/xds/type/matcher/v3/
H A Dstring.pb.validate.go90 if utf8.RuneCountInString(m.GetContains()) < 1 {

123456