Home
last modified time | relevance | path

Searched refs:StatusText (Results 1 – 25 of 3026) sorted by relevance

12345678910>>...122

/dports/sysutils/rest-server/rest-server-0.10.0/
H A Dhandlers.go197 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
220 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
243 http.Error(w, http.StatusText(http.StatusForbidden), http.StatusForbidden)
272 http.Error(w, http.StatusText(http.StatusForbidden), http.StatusForbidden)
287 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
331 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
345 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
392 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
447 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
471 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Derrors.go32 return fmt.Errorf("elastic: Error %d (%s)", res.StatusCode, http.StatusText(res.StatusCode))
36 …return fmt.Errorf("elastic: Error %d (%s) when reading body: %v", res.StatusCode, http.StatusText(…
41 return fmt.Errorf("elastic: Error %d (%s)", res.StatusCode, http.StatusText(res.StatusCode))
49 return fmt.Errorf("elastic: Error %d (%s)", res.StatusCode, http.StatusText(res.StatusCode))
59 return fmt.Sprintf("elastic: Error %d (%s): %s", e.Status, http.StatusText(e.Status), e.Message)
61 return fmt.Sprintf("elastic: Error %d (%s)", e.Status, http.StatusText(e.Status))
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/apid/routers/
H A Dauthentication.go43 http.Error(w, http.StatusText(http.StatusUnauthorized), http.StatusUnauthorized)
52 http.Error(w, http.StatusText(http.StatusUnauthorized), http.StatusUnauthorized)
65 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
74 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
81 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
95 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
157 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
198 http.Error(w, http.StatusText(http.StatusUnauthorized), http.StatusUnauthorized)
210 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
230 http.Error(w, http.StatusText(http.StatusUnauthorized), http.StatusUnauthorized)
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/mattn/go-mastodon/
H A Dlists_test.go14 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
46 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
82 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
118 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
148 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
178 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
212 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
216 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusMethodNotAllowed)
242 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
268 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
[all …]
H A Dstatus_test.go43 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
85 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
115 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
154 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
190 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
226 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
256 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
286 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
316 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
398 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
[all …]
H A Daccounts_test.go15 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
117 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
150 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
186 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
260 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
293 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
326 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
359 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
392 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
425 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
[all …]
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/stylecheck/testdata/src/CheckHTTPStatusCodes/
H A DCheckHTTPStatusCodes.go10 http.StatusText(506) // want `http\.StatusVariantAlsoNegotiates`
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/stylecheck/testdata/src/CheckHTTPStatusCodes/
H A DCheckHTTPStatusCodes.go10 http.StatusText(506) // want `http\.StatusVariantAlsoNegotiates`
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/stylecheck/testdata/src/CheckHTTPStatusCodes/
H A DCheckHTTPStatusCodes.go10 http.StatusText(506) // want `http\.StatusVariantAlsoNegotiates`
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/stylecheck/testdata/src/CheckHTTPStatusCodes/
H A DCheckHTTPStatusCodes.go10 http.StatusText(506) // want `http\.StatusVariantAlsoNegotiates`
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/stylecheck/testdata/src/CheckHTTPStatusCodes/
H A DCheckHTTPStatusCodes.go10 http.StatusText(506) // want `http\.StatusVariantAlsoNegotiates`
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
H A DCheckHTTPStatusCodes.go.golden10 …http.StatusText(http.StatusVariantAlsoNegotiates) // want `http\.StatusVariantAlsoNego…
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/stylecheck/testdata/src/CheckHTTPStatusCodes/
H A DCheckHTTPStatusCodes.go10 http.StatusText(506) // want `http\.StatusVariantAlsoNegotiates`
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
H A DCheckHTTPStatusCodes.go.golden10 …http.StatusText(http.StatusVariantAlsoNegotiates) // want `http\.StatusVariantAlsoNego…
14 http.StatusText(600)
17 http.StatusText(http.StatusAccepted)
20 http.StatusText(404)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/crewjam/saml/samlidp/
H A Duser.go32 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
48 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
63 http.Error(w, http.StatusText(http.StatusBadRequest), http.StatusBadRequest)
73 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
86 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
95 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
106 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
H A Dshortcut.go37 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
52 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
63 http.Error(w, http.StatusText(http.StatusBadRequest), http.StatusBadRequest)
70 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
80 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
94 http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
/dports/misc/estic/estic-1.61_10/spunk/
H A Dstdmsg.cc160 String StatusText; in ResponseWindow() local
161 if (ResponseFlags & reConfirm) StatusText += KeyMsg (kbEnter, msConfirm); in ResponseWindow()
162 if (ResponseFlags & reAbort) StatusText += KeyMsg (vkAbort, msAbort); in ResponseWindow()
163 if (ResponseFlags & reIgnore) StatusText += KeyMsg (kbMetaI, msIgnore); in ResponseWindow()
164 if (ResponseFlags & reRetry) StatusText += KeyMsg (kbMetaR, msRetry); in ResponseWindow()
165 if (ResponseFlags & reEnd) StatusText += KeyMsg (vkAbort, msEnd); in ResponseWindow()
171 PushStatusLine (StatusText); in ResponseWindow()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/mattn/go-mastodon/
H A Daccounts_test.go14 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
113 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
146 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
182 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
256 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
289 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
322 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
355 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
388 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
421 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
[all …]
H A Dstatus_test.go42 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
84 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
114 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
153 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
189 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
225 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
255 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
285 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
315 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
375 http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/feature/ec2/imds/
H A Dshared_test.go30 http.Error(w, http.StatusText(400), 400)
35 http.Error(w, http.StatusText(400), 400)
99 http.Error(w, http.StatusText(401), 401)
105 http.Error(w, http.StatusText(401), 401)
146 http.Error(w, http.StatusText(h.apiTokenErrCode), h.apiTokenErrCode)
156 http.Error(w, http.StatusText(400), 400)
185 http.Error(w, http.StatusText(404), 404)
201 http.Error(w, http.StatusText(401), 401)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/feature/ec2/imds/
H A Dshared_test.go30 http.Error(w, http.StatusText(400), 400)
35 http.Error(w, http.StatusText(400), 400)
99 http.Error(w, http.StatusText(401), 401)
105 http.Error(w, http.StatusText(401), 401)
146 http.Error(w, http.StatusText(h.apiTokenErrCode), h.apiTokenErrCode)
156 http.Error(w, http.StatusText(400), 400)
185 http.Error(w, http.StatusText(404), 404)
201 http.Error(w, http.StatusText(401), 401)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/feature/ec2/imds/
H A Dshared_test.go30 http.Error(w, http.StatusText(400), 400)
35 http.Error(w, http.StatusText(400), 400)
99 http.Error(w, http.StatusText(401), 401)
105 http.Error(w, http.StatusText(401), 401)
146 http.Error(w, http.StatusText(h.apiTokenErrCode), h.apiTokenErrCode)
156 http.Error(w, http.StatusText(400), 400)
185 http.Error(w, http.StatusText(404), 404)
201 http.Error(w, http.StatusText(401), 401)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/feature/ec2/imds/
H A Dshared_test.go30 http.Error(w, http.StatusText(400), 400)
35 http.Error(w, http.StatusText(400), 400)
99 http.Error(w, http.StatusText(401), 401)
105 http.Error(w, http.StatusText(401), 401)
146 http.Error(w, http.StatusText(h.apiTokenErrCode), h.apiTokenErrCode)
156 http.Error(w, http.StatusText(400), 400)
185 http.Error(w, http.StatusText(404), 404)
201 http.Error(w, http.StatusText(401), 401)
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/
H A Dshared_test.go30 http.Error(w, http.StatusText(400), 400)
35 http.Error(w, http.StatusText(400), 400)
99 http.Error(w, http.StatusText(401), 401)
105 http.Error(w, http.StatusText(401), 401)
146 http.Error(w, http.StatusText(h.apiTokenErrCode), h.apiTokenErrCode)
156 http.Error(w, http.StatusText(400), 400)
185 http.Error(w, http.StatusText(404), 404)
201 http.Error(w, http.StatusText(401), 401)
/dports/security/vault/aws-sdk-go-v2-1.5.0/feature/ec2/imds/
H A Dshared_test.go30 http.Error(w, http.StatusText(400), 400)
35 http.Error(w, http.StatusText(400), 400)
99 http.Error(w, http.StatusText(401), 401)
105 http.Error(w, http.StatusText(401), 401)
146 http.Error(w, http.StatusText(h.apiTokenErrCode), h.apiTokenErrCode)
156 http.Error(w, http.StatusText(400), 400)
185 http.Error(w, http.StatusText(404), 404)
201 http.Error(w, http.StatusText(401), 401)

12345678910>>...122