Home
last modified time | relevance | path

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

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/model/
H A DStringAttributeConstraintsType.h110 …inline StringAttributeConstraintsType& WithMaxLength(const Aws::String& value) { SetMaxLength(valu… in WithMaxLength() function
115 …inline StringAttributeConstraintsType& WithMaxLength(Aws::String&& value) { SetMaxLength(std::move… in WithMaxLength() function
120 …inline StringAttributeConstraintsType& WithMaxLength(const char* value) { SetMaxLength(value); ret… in WithMaxLength() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/model/
H A DParameterConstraints.h284 …inline ParameterConstraints& WithMaxLength(const Aws::String& value) { SetMaxLength(value); return… in WithMaxLength() function
290 …inline ParameterConstraints& WithMaxLength(Aws::String&& value) { SetMaxLength(std::move(value)); … in WithMaxLength() function
296 …inline ParameterConstraints& WithMaxLength(const char* value) { SetMaxLength(value); return *this;} in WithMaxLength() function
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3filter/
H A Dvalidation_test.go44 WithProperty("id", openapi3.NewStringSchema().WithMaxLength(2))
67 Schema: openapi3.NewStringSchema().WithMaxLength(2).NewRef(),
74 Schema: openapi3.NewStringSchema().WithMaxLength(2).NewRef(),
82 openapi3.NewStringSchema().WithMaxLength(2),
92 openapi3.NewStringSchema().WithMaxLength(2),
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/validate/
H A Dparameter_validator_test.go144 …nameParam := spec.QueryParam("name").AsRequired().WithMinLength(3).WithMaxLength(5).WithPattern(`^…
216 …strItems := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed("strin…
H A Ditems_validator_test.go162 …items := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed("string",…
224 …strItems := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed("strin…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/validate/
H A Dparameter_validator_test.go144 …nameParam := spec.QueryParam("name").AsRequired().WithMinLength(3).WithMaxLength(5).WithPattern(`^…
223 …strItems := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed(string…
H A Ditems_validator_test.go170 …items := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed(stringTyp…
240 …strItems := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed(string…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/validate/
H A Dparameter_validator_test.go144 …nameParam := spec.QueryParam("name").AsRequired().WithMinLength(3).WithMaxLength(5).WithPattern(`^…
223 …strItems := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed(string…
H A Ditems_validator_test.go170 …items := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed(stringTyp…
240 …strItems := spec.NewItems().WithMinLength(3).WithMaxLength(5).WithPattern(`^[a-z]+$`).Typed(string…
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/go-openapi/spec/
H A Dheader.go69 func (h *Header) WithMaxLength(max int64) *Header { func
H A Ditems.go97 func (i *Items) WithMaxLength(max int64) *Items { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/spec-0.19.2/
H A Dheader_test.go146 h = new(Header).WithDefault([]string{"a", "b", "c"}).WithMaxLength(10).WithMinLength(3)
H A Dheader.go77 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/spec/
H A Dheader_test.go146 h = new(Header).WithDefault([]string{"a", "b", "c"}).WithMaxLength(10).WithMinLength(3)
H A Dheader.go77 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/spec/
H A Dheader_test.go146 h = new(Header).WithDefault([]string{"a", "b", "c"}).WithMaxLength(10).WithMinLength(3)
H A Dheader.go77 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/go-openapi/spec/
H A Dheader_test.go146 h = new(Header).WithDefault([]string{"a", "b", "c"}).WithMaxLength(10).WithMinLength(3)
H A Dheader.go77 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-openapi/spec/
H A Dheader_test.go146 h = new(Header).WithDefault([]string{"a", "b", "c"}).WithMaxLength(10).WithMinLength(3)
H A Dheader.go77 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/
H A Dheader.go73 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/
H A Dheader.go77 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/
H A Dheader.go73 func (h *Header) WithMaxLength(max int64) *Header { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/go-openapi/spec/
H A Dheader.go77 func (h *Header) WithMaxLength(max int64) *Header { func

12345