/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | AllowAccessTest.php | 30 $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 D | BlockAccessTest.php | 34 $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 D | AWSTest.php | 37 $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 D | DigestTest.php | 56 $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 D | NormalizeAggregation.php | 29 $this->setMethod($method); 42 public function setMethod(string $method): self function in Elastica\\Aggregation\\NormalizeAggregation
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | RequestDecorator.php | 47 function setMethod($method) { function in Sabre\\HTTP\\RequestDecorator 49 $this->inner->setMethod($method);
|
H A D | Request.php | 47 if (!is_null($method)) $this->setMethod($method); 71 function setMethod($method) { function in Sabre\\HTTP\\Request
|
H A D | RequestInterface.php | 27 function setMethod($method); function
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | RequestDecorator.php | 47 function setMethod($method) { function in Sabre\\HTTP\\RequestDecorator 49 $this->inner->setMethod($method);
|
H A D | Request.php | 47 if (!is_null($method)) $this->setMethod($method); 71 function setMethod($method) { function in Sabre\\HTTP\\Request
|
H A D | RequestInterface.php | 27 function setMethod($method); function
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Request.php | 41 $this->setMethod($method); 61 public function setMethod(string $method) function in Elastica\\Request
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/ |
H A D | PHPClass.php | 154 $this->setMethod($tempMethod); 185 function setMethod($method) { function in PHPClass
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
H A D | GoogleIdentityAccesscontextmanagerV1MethodSelector.php | 34 public function setMethod($method) function in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1MethodSelector
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | CalendarNotification.php | 34 public function setMethod($method) function in Google\\Service\\Calendar\\CalendarNotification
|
H A D | EventReminder.php | 34 public function setMethod($method) function in Google\\Service\\Calendar\\EventReminder
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/ |
H A D | MethodSelector.php | 34 public function setMethod($method) function in Google\\Service\\AccessContextManager\\MethodSelector
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/ |
H A D | SiteVerificationWebResourceGettokenResponse.php | 34 public function setMethod($method) function in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/ |
H A D | ReauthSettings.php | 52 public function setMethod($method) function in Google\\Service\\CloudIAP\\ReauthSettings
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/ |
H A D | Verification.php | 56 public function setMethod($method) function in Google\\Service\\MyBusinessVerifications\\Verification
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/ |
H A D | BucketCors.php | 57 public function setMethod($method) function in Google\\Service\\Storage\\BucketCors
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | AccountstatusesCustomBatchRequestEntry.php | 103 public function setMethod($method) function in Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry
|
H A D | OrderLineItemShippingDetails.php | 58 public function setMethod(OrderLineItemShippingDetailsMethod $method) function in Google\\Service\\ShoppingContent\\OrderLineItemShippingDetails
|
H A D | DatafeedsCustomBatchRequestEntry.php | 100 public function setMethod($method) function in Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | MapGetToPropFind.php | 53 $subRequest->setMethod('PROPFIND');
|