Home
last modified time | relevance | path

Searched refs:IsHostname (Results 1 – 25 of 41) sorted by relevance

12

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/santhosh-tekuri/jsonschema/formats/
H A Dformats.go29 "hostname": IsHostname,
103 func IsHostname(s string) bool { func
163 if !IsHostname(domain) {
H A Dformats_test.go88 if test.valid != formats.IsHostname(test.str) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/santhosh-tekuri/jsonschema/formats/
H A Dformats.go29 "hostname": IsHostname,
103 func IsHostname(s string) bool { func
163 if !IsHostname(domain) {
/dports/irc/ergo/ergo-2.8.0/irc/utils/
H A Dnet.go42 func IsHostname(name string) bool { func
64 return IsHostname(name) && strings.IndexByte(name, '.') != -1
208 if IsHostname(candidate) {
H A Dnet_test.go45 if !IsHostname(name) {
54 if IsHostname(name) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dstring.go141 if (!pgv::IsHostname(value) && !pgv::IsIp(value)) {
149 if (!pgv::IsHostname(value)) {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dstring.go141 if (!pgv::IsHostname(value) && !pgv::IsIp(value)) {
149 if (!pgv::IsHostname(value)) {
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dstring.go141 if (!pgv::IsHostname(value) && !pgv::IsIp(value)) {
149 if (!pgv::IsHostname(value)) {
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dstring.go141 if (!pgv::IsHostname(value) && !pgv::IsIp(value)) {
149 if (!pgv::IsHostname(value)) {
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dstring.go141 if (!pgv::IsHostname(value) && !pgv::IsIp(value)) {
149 if (!pgv::IsHostname(value)) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/templates/cc/
H A Dstring.go153 if (!pgv::IsHostname(value) && !pgv::IsIp(value)) {
161 if (!pgv::IsHostname(value)) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h93 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h111 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/www/gitea/gitea-1.16.5/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h112 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/envoyproxy/protoc-gen-validate/validate/
H A Dvalidate.h112 static inline bool IsHostname(const string& to_validate) { in IsHostname() function
/dports/irc/ergo/ergo-2.8.0/irc/
H A Dservices.go323 if !utils.IsHostname(hostname) {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/kube-openapi/pkg/validation/strfmt/
H A Ddefault.go78 func IsHostname(str string) bool { func
154 Default.Add("hostname", &hn, IsHostname)

12