Home
last modified time | relevance | path

Searched refs:getMethod (Results 401 – 425 of 528) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DGetModelSnapshots.php62 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\GetModelSnapshots
H A DGetOverallBuckets.php57 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\GetOverallBuckets
H A DGetTrainedModelsStats.php51 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\GetTrainedModelsStats
H A DOpenJob.php48 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\OpenJob
H A DPostCalendarEvents.php48 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\PostCalendarEvents
H A DPreviewDataFrameAnalytics.php46 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\PreviewDataFrameAnalytics
H A DPutCalendar.php48 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\PutCalendar
H A DPutCalendarJob.php50 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\PutCalendarJob
H A DPutDatafeed.php53 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\PutDatafeed
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php59 function getMethod() { function in Sabre\\HTTP\\Request
298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
H A DRequestInterface.php19 function getMethod(); function
H A DRequestDecorator.php35 function getMethod() { function in Sabre\\HTTP\\RequestDecorator
37 return $this->inner->getMethod();
H A DClient.php399 switch ($request->getMethod()) {
425 $settings[CURLOPT_CUSTOMREQUEST] = $request->getMethod();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php332 if ($this->server->httpRequest->getMethod() === 'MOVE') return;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestDecoratorTest.php20 $this->assertEquals('FOO', $this->inner->getMethod());
21 $this->assertEquals('FOO', $this->outer->getMethod());
H A DRequestTest.php12 $this->assertEquals('GET', $request->getMethod());
46 $this->assertEquals('PUT', $request->getMethod());
H A DSapiTest.php18 $this->assertEquals('GET', $request->getMethod());
42 $this->assertEquals('GET', $request->getMethod());
58 $this->assertEquals('GET', $request->getMethod());
74 $this->assertEquals('GET', $request->getMethod());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php420 $method = $request->getMethod();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php443 $method = $request->getMethod();
1303 if ($request->getMethod() === 'GET') {
H A DTemporaryFileFilterPlugin.php115 switch ($request->getMethod()) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php727 $method = $request->getMethod();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php134 $this->assertEquals('PROPFIND', $request->getMethod());
188 $this->assertEquals('PROPFIND', $request->getMethod());
221 $this->assertEquals('PROPPATCH', $request->getMethod());
246 $this->assertEquals('OPTIONS', $request->getMethod());
/plugin/davcal/vendor/sabre/http/
H A DREADME.md345 function getMethod();
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php114 $this->request->getMethod() . "\n" .
H A DDigest.php138 $A2 = $this->request->getMethod() . ':' . $this->digestParts['uri'];

1...<<11121314151617181920>>...22