Home
last modified time | relevance | path

Searched refs:fullURL (Results 1 – 25 of 140) sorted by relevance

123456

/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dauthokta.go152 fullURL := sr.getURL()
154 if !isPrefixEqual(tgtURL, fullURL) {
159 MessageArgs: []interface{}{tgtURL, fullURL},
209 logger.Infof("fullURL: %v", fullURL)
251 MessageArgs: []interface{}{resp.StatusCode, fullURL},
260 fullURL string,
263 logger.Infof("fullURL: %v", fullURL)
264 targetURL, err := url.Parse(fullURL)
305 fullURL, err := url.Parse(ssoURL)
309 fullURL.RawQuery = params.Encode()
[all …]
H A Drestful.go146 fullURL *url.URL,
159 fullURL *url.URL,
212 fullURL := sr.getFullURL(queryRequestPath, params)
279 fullURL := sr.getFullURL(resultURL, nil)
316 MessageArgs: []interface{}{resp.StatusCode, fullURL},
326 fullURL := sr.getFullURL(sessionRequestPath, params)
367 MessageArgs: []interface{}{resp.StatusCode, fullURL},
376 fullURL := sr.getFullURL(tokenRequestPath, params)
428 MessageArgs: []interface{}{resp.StatusCode, fullURL},
447 fullURL := sr.getFullURL(abortRequestPath, params)
[all …]
H A Dretry.go170 fullURL *url.URL member
180 fullURL *url.URL,
188 instance.fullURL = fullURL
221 req, err := r.req(r.method, r.fullURL.String(), bytes.NewReader(r.body))
273 rIDReplacer = newRequestGUIDReplace(r.fullURL)
275 r.fullURL = rIDReplacer.replace()
277 rUpdater = newRetryUpdate(r.fullURL)
279 r.fullURL = rUpdater.replaceOrAdd(retryCounter)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DHistory.cpp123 KURL fullURL = urlForState(urlString); in stateObjectAdded() local
124 if (!fullURL.isValid() || !m_frame->document()->securityOrigin()->canRequest(fullURL)) { in stateObjectAdded()
130 m_frame->loader()->history()->pushState(data, title, fullURL.string()); in stateObjectAdded()
132 m_frame->loader()->history()->replaceState(data, title, fullURL.string()); in stateObjectAdded()
135 m_frame->document()->updateURLForPushOrReplaceState(fullURL); in stateObjectAdded()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/database/
H A Dconfig_data.go17 ShortenLink(fullURL string) (id int, err error)
18 GetShortLink(id int) (fullURL string, err error)
59 func (d *dataAccess) ShortenLink(fullURL string) (id int, err error) {
67 if _, err := conn.Do("HSET", shortLinksKey, fmt.Sprint(newID), fullURL); err != nil {
73 func (d *dataAccess) GetShortLink(id int) (fullURL string, err error) {
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidwspaxismod.java76 String fullURL = req.getRequestURI(); in doGet() local
78 fullURL += "?" + req.getQueryString(); in doGet()
79 System.err.print("Start ZXID App Demo GET("+fullURL+")...\n"); in doGet()
82 res.sendRedirect("sso?o=E&fr=" + fullURL); in doGet()
87 …App Protected Content</title><body><h1>ZXID Demo App Protected Content at " + fullURL + "</H1>\n"); in doGet()
/dports/dns/rdap/rdap-e2ea151/
H A Drequest.go443 fullURL, err := url.Parse(queryText)
444 if err == nil && (fullURL.Scheme == "http" || fullURL.Scheme == "https") {
446 if fullURL.Path == "" || fullURL.Path == "/" {
447 return NewDomainRequest(fullURL.Host)
450 return NewRawRequest(fullURL)
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/spider/parser/
H A DSpiderParser.java143 String fullURL = URLCanonicalizer.getCanonicalURL(localURL, baseURL); in processURL() local
144 if (fullURL == null) { in processURL()
148 getLogger().debug("Canonical URL constructed using '{}': {}", localURL, fullURL); in processURL()
153 .setUri(fullURL) in processURL()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/client_golang/client_golang-1.4.0/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
272 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
283 func (p *Pusher) fullURL() string { func
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
273 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
284 func (p *Pusher) fullURL() string { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
272 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
283 func (p *Pusher) fullURL() string { func
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
272 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
283 func (p *Pusher) fullURL() string { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go211 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
225 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
257 req, err := http.NewRequest(method, p.fullURL(), buf)
272 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
283 func (p *Pusher) fullURL() string { func
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go217 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
231 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
263 req, err := http.NewRequest(method, p.fullURL(), buf)
279 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
292 func (p *Pusher) fullURL() string { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go217 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
231 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
263 req, err := http.NewRequest(method, p.fullURL(), buf)
279 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
292 func (p *Pusher) fullURL() string { func
/dports/security/vault/vault-1.8.2/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go217 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
231 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
263 req, err := http.NewRequest(method, p.fullURL(), buf)
279 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
292 func (p *Pusher) fullURL() string { func
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/prometheus/client_golang/prometheus/push/
H A Dpush.go217 req, err := http.NewRequest(http.MethodDelete, p.fullURL(), nil)
231 …return fmt.Errorf("unexpected status code %d while deleting %s: %s", resp.StatusCode, p.fullURL(),…
263 req, err := http.NewRequest(method, p.fullURL(), buf)
279 …return fmt.Errorf("unexpected status code %d while pushing to %s: %s", resp.StatusCode, p.fullURL(…
292 func (p *Pusher) fullURL() string { func

123456