Home
last modified time | relevance | path

Searched refs:fileurl (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go58 func RemoveFromFileCache(fileurl string) {
63 delete(fileCache, fileurl)
86 func FetchFile(fileurl string) ([]byte, error) {
90 bytes, ok := fileCache[fileurl]
93 log.Printf("Cache hit %s", fileurl)
98 log.Printf("Fetching %s", fileurl)
101 response, err := http.Get(fileurl)
107 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
111 fileCache[fileurl] = bytes
119 fileurl, _ := url.Parse(filename)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go58 func RemoveFromFileCache(fileurl string) {
63 delete(fileCache, fileurl)
86 func FetchFile(fileurl string) ([]byte, error) {
90 bytes, ok := fileCache[fileurl]
93 log.Printf("Cache hit %s", fileurl)
98 log.Printf("Fetching %s", fileurl)
101 response, err := http.Get(fileurl)
107 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
111 fileCache[fileurl] = bytes
119 fileurl, _ := url.Parse(filename)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go58 func RemoveFromFileCache(fileurl string) {
63 delete(fileCache, fileurl)
86 func FetchFile(fileurl string) ([]byte, error) {
90 bytes, ok := fileCache[fileurl]
93 log.Printf("Cache hit %s", fileurl)
98 log.Printf("Fetching %s", fileurl)
101 response, err := http.Get(fileurl)
107 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
111 fileCache[fileurl] = bytes
119 fileurl, _ := url.Parse(filename)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go58 func RemoveFromFileCache(fileurl string) {
63 delete(fileCache, fileurl)
86 func FetchFile(fileurl string) ([]byte, error) {
90 bytes, ok := fileCache[fileurl]
93 log.Printf("Cache hit %s", fileurl)
98 log.Printf("Fetching %s", fileurl)
101 response, err := http.Get(fileurl)
107 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
111 fileCache[fileurl] = bytes
119 fileurl, _ := url.Parse(filename)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go58 func RemoveFromFileCache(fileurl string) {
63 delete(fileCache, fileurl)
86 func FetchFile(fileurl string) ([]byte, error) {
90 bytes, ok := fileCache[fileurl]
93 log.Printf("Cache hit %s", fileurl)
98 log.Printf("Fetching %s", fileurl)
101 response, err := http.Get(fileurl)
107 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
111 fileCache[fileurl] = bytes
119 fileurl, _ := url.Parse(filename)
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go66 func RemoveFromFileCache(fileurl string) {
71 delete(fileCache, fileurl)
103 func FetchFile(fileurl string) ([]byte, error) {
107 bytes, ok := fileCache[fileurl]
110 log.Printf("Cache hit %s", fileurl)
115 log.Printf("Fetching %s", fileurl)
118 response, err := http.Get(fileurl)
124 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
128 fileCache[fileurl] = bytes
136 fileurl, _ := url.Parse(filename)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go66 func RemoveFromFileCache(fileurl string) {
71 delete(fileCache, fileurl)
103 func FetchFile(fileurl string) ([]byte, error) {
107 bytes, ok := fileCache[fileurl]
110 log.Printf("Cache hit %s", fileurl)
115 log.Printf("Fetching %s", fileurl)
118 response, err := http.Get(fileurl)
124 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
128 fileCache[fileurl] = bytes
136 fileurl, _ := url.Parse(filename)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go66 func RemoveFromFileCache(fileurl string) {
71 delete(fileCache, fileurl)
103 func FetchFile(fileurl string) ([]byte, error) {
107 bytes, ok := fileCache[fileurl]
110 log.Printf("Cache hit %s", fileurl)
115 log.Printf("Fetching %s", fileurl)
118 response, err := http.Get(fileurl)
124 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
128 fileCache[fileurl] = bytes
136 fileurl, _ := url.Parse(filename)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go66 func RemoveFromFileCache(fileurl string) {
71 delete(fileCache, fileurl)
103 func FetchFile(fileurl string) ([]byte, error) {
107 bytes, ok := fileCache[fileurl]
110 log.Printf("Cache hit %s", fileurl)
115 log.Printf("Fetching %s", fileurl)
118 response, err := http.Get(fileurl)
124 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
128 fileCache[fileurl] = bytes
136 fileurl, _ := url.Parse(filename)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/googleapis/gnostic/gnostic-0.4.1/compiler/
H A Dreader.go66 func RemoveFromFileCache(fileurl string) {
71 delete(fileCache, fileurl)
103 func FetchFile(fileurl string) ([]byte, error) {
107 bytes, ok := fileCache[fileurl]
110 log.Printf("Cache hit %s", fileurl)
115 log.Printf("Fetching %s", fileurl)
118 response, err := http.Get(fileurl)
124 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
128 fileCache[fileurl] = bytes
136 fileurl, _ := url.Parse(filename)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go90 func RemoveFromFileCache(fileurl string) {
97 delete(fileCache, fileurl)
142 func FetchFile(fileurl string) ([]byte, error) {
145 return fetchFile(fileurl)
152 bytes, ok := fileCache[fileurl]
155 log.Printf("Cache hit %s", fileurl)
160 log.Printf("Fetching %s", fileurl)
163 response, err := http.Get(fileurl)
173 fileCache[fileurl] = bytes
187 fileurl, _ := url.Parse(filename)
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go90 func RemoveFromFileCache(fileurl string) {
97 delete(fileCache, fileurl)
142 func FetchFile(fileurl string) ([]byte, error) {
145 return fetchFile(fileurl)
152 bytes, ok := fileCache[fileurl]
155 log.Printf("Cache hit %s", fileurl)
160 log.Printf("Fetching %s", fileurl)
163 response, err := http.Get(fileurl)
173 fileCache[fileurl] = bytes
187 fileurl, _ := url.Parse(filename)
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go90 func RemoveFromFileCache(fileurl string) {
97 delete(fileCache, fileurl)
142 func FetchFile(fileurl string) ([]byte, error) {
145 return fetchFile(fileurl)
152 bytes, ok := fileCache[fileurl]
155 log.Printf("Cache hit %s", fileurl)
160 log.Printf("Fetching %s", fileurl)
163 response, err := http.Get(fileurl)
173 fileCache[fileurl] = bytes
187 fileurl, _ := url.Parse(filename)
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/security/vault/vault-1.8.2/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go48 func FetchFile(fileurl string) ([]byte, error) {
50 bytes, ok := fileCache[fileurl]
53 log.Printf("Cache hit %s", fileurl)
58 log.Printf("Fetching %s", fileurl)
60 response, err := http.Get(fileurl)
65 return nil, errors.New(fmt.Sprintf("Error downloading %s: %s", fileurl, response.Status))
70 fileCache[fileurl] = bytes
78 fileurl, _ := url.Parse(filename)
79 if fileurl.Scheme != "" {

12345678910>>...15