Home
last modified time | relevance | path

Searched refs:MethodPatch (Results 1 – 25 of 1541) sorted by relevance

12345678910>>...62

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/scaleway/internal/
H A Dclient_test.go37 if req.Method != http.MethodPatch {
74 if req.Method != http.MethodPatch {
109 if req.Method != http.MethodPatch {
146 if req.Method != http.MethodPatch {
H A Dclient.go112 req, err := c.newRequest(http.MethodPatch, uri, request)
137 req, err := c.newRequest(http.MethodPatch, uri, request)
162 req, err := c.newRequest(http.MethodPatch, uri, request)
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3/
H A Dpath_item.go55 operations[http.MethodPatch] = v
81 case http.MethodPatch:
106 case http.MethodPatch:
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Ddns_test.go258 assert.Equal(t, http.MethodPatch, r.Method, "Expected method 'PATCH', got %s", r.Method)
321 assert.Equal(t, http.MethodPatch, r.Method, "Expected method 'PATCH', got %s", r.Method)
391 if r.Method == http.MethodPatch {
428 assert.Equal(t, http.MethodPatch, r.Method, "Expected method 'PATCH', got %s", r.Method)
498 if r.Method == http.MethodPatch {
H A Dargo.go60 …res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, ArgoFeatureSetting{Value: settingVa…
102 …res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, ArgoFeatureSetting{Value: settingVa…
H A Duniversal_ssl.go74 res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, setting)
107 res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, setting)
H A Dargo_test.go56 assert.Equal(t, http.MethodPatch, r.Method, "Expected method 'PATCH', got %s", r.Method)
139 assert.Equal(t, http.MethodPatch, r.Method, "Expected method 'PATCH', got %s", r.Method)
H A Duniversal_ssl_test.go47 assert.Equal(t, http.MethodPatch, r.Method, "Expected method 'PATCH', got %s", r.Method)
130 assert.Equal(t, http.MethodPatch, r.Method, "Expected method 'PATCH', got %s", r.Method)
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/
H A Dserver_test.go94 if request.Method == http.MethodPatch {
220 assert.Equal(t, http.MethodPatch, request.Method)
242 assert.Equal(t, http.MethodPatch, request.Method)
264 assert.Equal(t, http.MethodPatch, request.Method)
290 assert.Equal(t, http.MethodPatch, request.Method)
302 assert.Equal(t, http.MethodPatch, request.Method)
320 assert.Equal(t, http.MethodPatch, request.Method)
326 assert.Equal(t, http.MethodPatch, request.Method)
H A Dsnapshot.go227 method: http.MethodPatch,
256 method: http.MethodPatch,
271 method: http.MethodPatch,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/server/
H A Dserver_test.go119 {http.MethodPatch, "/policies", "", 405, ""},
136 {http.MethodPatch, "/query/lvl1", "", 405, ""},
146 {http.MethodPatch, "/query", "", 405, ""},
169 {http.MethodPatch, "/data/lvl2", "", 405, ""},
179 {http.MethodPatch, "/data", "", 405, ""},
264 {http.MethodPatch, "/data/x", `[
272 {http.MethodPatch, "/data/x", `[{"op": "add", "path": "/", "value": {
283 {http.MethodPatch, "/data", `[
292 {http.MethodPatch, "/data", `[
300 {http.MethodPatch, "/data", `[
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/testttp/
H A Dhttp_test.go36 ExpectBody(assertBody(t, http.MethodPatch))
44 ExpectBody(assertBody(t, http.MethodPatch))
126 case http.MethodPatch:
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/cloudflare/cloudflare-go/
H A Dargo.go60 …res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, ArgoFeatureSetting{Value: settingVa…
102 …res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, ArgoFeatureSetting{Value: settingVa…
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/gridscale/gsclient-go/v3/
H A Dsnapshot.go212 method: http.MethodPatch,
241 method: http.MethodPatch,
256 method: http.MethodPatch,
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/api/
H A Dconfighandler.go137 …c.Handle(http.MethodPatch, path, func(w http.ResponseWriter, r *http.Request, p httprouter.Params)…
181 …c.Handle(http.MethodPatch, path, func(w http.ResponseWriter, r *http.Request, p httprouter.Params)…
213 c.HandlerFunc(http.MethodPatch, path, func(w http.ResponseWriter, r *http.Request) {
229 c.HandlerFunc(http.MethodPatch, path, func(w http.ResponseWriter, r *http.Request) {
245 c.HandlerFunc(http.MethodPatch, path, func(w http.ResponseWriter, r *http.Request) {
261 c.HandlerFunc(http.MethodPatch, path, func(w http.ResponseWriter, r *http.Request) {
277 c.HandlerFunc(http.MethodPatch, path, func(w http.ResponseWriter, r *http.Request) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Duniversal_ssl.go74 res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, setting)
107 res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, setting)
H A Dargo.go60 …res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, ArgoFeatureSetting{Value: settingVa…
102 …res, err := api.makeRequestContext(ctx, http.MethodPatch, uri, ArgoFeatureSetting{Value: settingVa…
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dencryptions_at_rest.go136 req, err := s.Client.NewRequest(ctx, http.MethodPatch, path, createRequest)
186 req, err := s.Client.NewRequest(ctx, http.MethodPatch, path, createRequest)
/dports/security/vault/vault-1.8.2/vendor/github.com/mongodb/go-client-mongodb-atlas/mongodbatlas/
H A Dencryptions_at_rest.go122 req, err := s.client.NewRequest(ctx, http.MethodPatch, path, createRequest)
172 req, err := s.client.NewRequest(ctx, http.MethodPatch, path, createRequest)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/mongodb/go-client-mongodb-atlas/mongodbatlas/
H A Dencryptions_at_rest.go122 req, err := s.client.NewRequest(ctx, http.MethodPatch, path, createRequest)
172 req, err := s.client.NewRequest(ctx, http.MethodPatch, path, createRequest)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dencryptions_at_rest.go120 req, err := s.Client.NewRequest(ctx, http.MethodPatch, path, createRequest)
170 req, err := s.Client.NewRequest(ctx, http.MethodPatch, path, createRequest)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dencryptions_at_rest.go136 req, err := s.Client.NewRequest(ctx, http.MethodPatch, path, createRequest)
186 req, err := s.Client.NewRequest(ctx, http.MethodPatch, path, createRequest)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/shuheiktgw/go-travis/
H A Dsettings_test.go63 testMethod(t, r, http.MethodPatch)
86 testMethod(t, r, http.MethodPatch)
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/sdk/azcore/internal/pipeline/
H A Drequest_test.go125 req, err = NewRequest(context.Background(), http.MethodPatch, "/missing/the/host")
132 req, err = NewRequest(context.Background(), http.MethodPatch, "mailto://nobody.contoso.com")
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/sdk/azcore/internal/pipeline/
H A Drequest_test.go125 req, err = NewRequest(context.Background(), http.MethodPatch, "/missing/the/host")
132 req, err = NewRequest(context.Background(), http.MethodPatch, "mailto://nobody.contoso.com")

12345678910>>...62