Home
last modified time | relevance | path

Searched refs:setMethod (Results 1 – 25 of 67) sorted by relevance

123

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DAllowAccessTest.php30 $this->server->httpRequest->setMethod('GET');
39 $this->server->httpRequest->setMethod('GET');
48 $this->server->httpRequest->setMethod('HEAD');
57 $this->server->httpRequest->setMethod('OPTIONS');
66 $this->server->httpRequest->setMethod('PUT');
75 $this->server->httpRequest->setMethod('ACL');
84 $this->server->httpRequest->setMethod('PROPPATCH');
93 $this->server->httpRequest->setMethod('COPY');
102 $this->server->httpRequest->setMethod('MOVE');
111 $this->server->httpRequest->setMethod('LOCK');
H A DBlockAccessTest.php34 $this->server->httpRequest->setMethod('GET');
43 $this->server->httpRequest->setMethod('GET');
56 $this->server->httpRequest->setMethod('HEAD');
68 $this->server->httpRequest->setMethod('OPTIONS');
80 $this->server->httpRequest->setMethod('PUT');
92 $this->server->httpRequest->setMethod('PROPPATCH');
104 $this->server->httpRequest->setMethod('COPY');
116 $this->server->httpRequest->setMethod('MOVE');
128 $this->server->httpRequest->setMethod('ACL');
140 $this->server->httpRequest->setMethod('LOCK');
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php37 $this->request->setMethod('GET');
50 $this->request->setMethod('GET');
72 $this->request->setMethod('POST');
99 $this->request->setMethod('POST');
127 $this->request->setMethod('POST');
157 $this->request->setMethod('POST');
192 $this->request->setMethod('POST');
H A DDigestTest.php56 $this->request->setMethod('GET');
86 $this->request->setMethod('GET');
97 $this->request->setMethod('GET');
125 $this->request->setMethod('POST');
154 $this->request->setMethod('POST');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNormalizeAggregation.php29 $this->setMethod($method);
42 public function setMethod(string $method): self function in Elastica\\Aggregation\\NormalizeAggregation
/plugin/webdav/vendor/sabre/http/lib/
H A DRequestDecorator.php47 function setMethod($method) { function in Sabre\\HTTP\\RequestDecorator
49 $this->inner->setMethod($method);
H A DRequest.php47 if (!is_null($method)) $this->setMethod($method);
71 function setMethod($method) { function in Sabre\\HTTP\\Request
H A DRequestInterface.php27 function setMethod($method); function
/plugin/davcal/vendor/sabre/http/lib/
H A DRequestDecorator.php47 function setMethod($method) { function in Sabre\\HTTP\\RequestDecorator
49 $this->inner->setMethod($method);
H A DRequest.php47 if (!is_null($method)) $this->setMethod($method);
71 function setMethod($method) { function in Sabre\\HTTP\\Request
H A DRequestInterface.php27 function setMethod($method); function
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php41 $this->setMethod($method);
61 public function setMethod(string $method) function in Elastica\\Request
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php154 $this->setMethod($tempMethod);
185 function setMethod($method) { function in PHPClass
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1MethodSelector.php34 public function setMethod($method) function in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1MethodSelector
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCalendarNotification.php34 public function setMethod($method) function in Google\\Service\\Calendar\\CalendarNotification
H A DEventReminder.php34 public function setMethod($method) function in Google\\Service\\Calendar\\EventReminder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DMethodSelector.php34 public function setMethod($method) function in Google\\Service\\AccessContextManager\\MethodSelector
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
H A DSiteVerificationWebResourceGettokenResponse.php34 public function setMethod($method) function in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A DReauthSettings.php52 public function setMethod($method) function in Google\\Service\\CloudIAP\\ReauthSettings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerification.php56 public function setMethod($method) function in Google\\Service\\MyBusinessVerifications\\Verification
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketCors.php57 public function setMethod($method) function in Google\\Service\\Storage\\BucketCors
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountstatusesCustomBatchRequestEntry.php103 public function setMethod($method) function in Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry
H A DOrderLineItemShippingDetails.php58 public function setMethod(OrderLineItemShippingDetailsMethod $method) function in Google\\Service\\ShoppingContent\\OrderLineItemShippingDetails
H A DDatafeedsCustomBatchRequestEntry.php100 public function setMethod($method) function in Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php53 $subRequest->setMethod('PROPFIND');

123