Home
last modified time | relevance | path

Searched defs:validPrefixes (Results 1 – 21 of 21) sorted by relevance

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/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.go11 validPrefixes = map[string][]string{ var
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/urlutil/
H A Durlutil.go11 validPrefixes = map[string][]string{ var
/dports/devel/folly/folly-2021.12.27.00/folly/compression/
H A DZstd.cpp101 std::vector<std::string> ZSTDStreamCodec::validPrefixes() const { in validPrefixes() function in folly::io::zstd::__anona50dbb070111::ZSTDStreamCodec
H A DCompression.cpp154 std::vector<std::string> Codec::validPrefixes() const { in validPrefixes() function in folly::io::Codec
737 std::vector<std::string> LZ4FrameCodec::validPrefixes() const { in validPrefixes() function in folly::io::__anon1c7e9f540111::LZ4FrameCodec
1086 std::vector<std::string> LZMA2StreamCodec::validPrefixes() const { in validPrefixes() function in folly::io::__anon1c7e9f540111::LZMA2StreamCodec
1494 std::vector<std::string> Bzip2StreamCodec::validPrefixes() const { in validPrefixes() function in folly::io::__anon1c7e9f540111::Bzip2StreamCodec
1708 std::vector<std::string> AutomaticCodec::validPrefixes() const { in validPrefixes() function in folly::io::__anon1c7e9f540111::AutomaticCodec
H A DZlib.cpp114 std::vector<std::string> ZlibStreamCodec::validPrefixes() const { in validPrefixes() function in folly::io::zlib::__anon706921d30111::ZlibStreamCodec
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dconsole.cpp268 const char *validPrefixes[] = { in Cmd_DumpText() local
/dports/devel/folly/folly-2021.12.27.00/folly/compression/test/
H A DCompressionTest.cpp1132 std::vector<std::string> validPrefixes() const override { return {prefix_}; } in validPrefixes() function in folly::io::test::__anon909b9ce30911::CustomCodec