Home
last modified time | relevance | path

Searched refs:checkURL (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go21 return checkURL(str, "url")
29 return checkURL(str, "git")
34 return checkURL(str, "transport")
37 func checkURL(str, kind string) bool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go21 return checkURL(str, "url")
29 return checkURL(str, "git")
34 return checkURL(str, "transport")
37 func checkURL(str, kind string) bool { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go29 return checkURL(str, "url")
37 return checkURL(str, "git")
42 return checkURL(str, "transport")
45 func checkURL(str, kind string) bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go21 return checkURL(str, "url")
29 return checkURL(str, "git")
40 return checkURL(str, "transport")
43 func checkURL(str, kind string) bool { func
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/metadata-concealment/
H A Dcheck_metadata_concealment.go82 if err := checkURL(e, h, 200, "", ""); err != nil {
88 if err := checkURL(e, h, 403, "", "kube-env"); err != nil {
94 if err := checkURL(e, h, 403, "", ""); err != nil {
105 if err := checkURL(e, xForwardedForHeader, 403, "", ""); err != nil {
116 func checkURL(url string, header http.Header, expectedStatus int, expectedToContain, expectedToNotC… func
/dports/net-im/dendrite/dendrite-0.5.1/setup/config/
H A Dconfig_federationapi.go24 checkURL(configErrs, "federation_api.internal_api.listen", string(c.InternalAPI.Listen))
25 checkURL(configErrs, "federation_api.internal_api.connect", string(c.InternalAPI.Connect))
27 checkURL(configErrs, "federation_api.external_api.listen", string(c.ExternalAPI.Listen))
H A Dconfig_syncapi.go23 checkURL(configErrs, "sync_api.internal_api.listen", string(c.InternalAPI.Listen))
24 checkURL(configErrs, "sync_api.internal_api.bind", string(c.InternalAPI.Connect))
26 checkURL(configErrs, "sync_api.external_api.listen", string(c.ExternalAPI.Listen))
H A Dconfig_mediaapi.go54 checkURL(configErrs, "media_api.internal_api.listen", string(c.InternalAPI.Listen))
55 checkURL(configErrs, "media_api.internal_api.connect", string(c.InternalAPI.Connect))
57 checkURL(configErrs, "media_api.external_api.listen", string(c.ExternalAPI.Listen))
H A Dconfig_clientapi.go59 checkURL(configErrs, "client_api.internal_api.listen", string(c.InternalAPI.Listen))
60 checkURL(configErrs, "client_api.internal_api.connect", string(c.InternalAPI.Connect))
62 checkURL(configErrs, "client_api.external_api.listen", string(c.ExternalAPI.Listen))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DResourceURLTest.java47 private void checkURL(IResource resource) throws Throwable { in checkURL() method in ResourceURLTest
95 checkURL(resource); in testBasicURLs()
108 checkURL(resource); in testExternalURLs()
116 checkURL(resources[i]); in testNonExistantURLs()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/
H A DURLTransfer.java64 if (!checkURL(object) || !isSupportedType(transferData)) { in javaToNative()
102 boolean checkURL(Object object) { in checkURL() method in URLTransfer
108 return checkURL(object); in validate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/
H A DURLTransfer.java66 if (!checkURL(object) || !isSupportedType(transferData)) { in javaToNative()
116 boolean checkURL(Object object) { in checkURL() method in URLTransfer
122 return checkURL(object); in validate()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/dnd/
H A DURLTransfer.java66 if (!checkURL(object) || !isSupportedType(transferData)) { in javaToNative()
116 boolean checkURL(Object object) { in checkURL() method in URLTransfer
122 return checkURL(object); in validate()

1234567