Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/plugin/davcal/vendor/sabre/http/tests/HTTP/
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());
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());
/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/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DHhvmExceptionPatch.php49 $node->getMethod('setTraceOptions')->useParentCode();
52 $node->getMethod('getTraceOptions')->useParentCode();
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php160 …if ($class->hasMethod('get' . $this->name) && $class->getMethod('get' . $this->name)->isPublic()) {
162 …} elseif ($class->hasMethod('is' . $this->name) && $class->getMethod('is' . $this->name)->isPublic…
164 …} elseif ($class->hasMethod('has' . $this->name) && $class->getMethod('has' . $this->name)->isPubl…
172 …if ($class->hasMethod('set' . $this->name) && $class->getMethod('set' . $this->name)->isPublic()) {
/plugin/webdav/vendor/sabre/http/lib/
H A DRequestDecorator.php35 function getMethod() { function in Sabre\\HTTP\\RequestDecorator
37 return $this->inner->getMethod();
H A DRequest.php59 function getMethod() { function in Sabre\\HTTP\\Request
298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
/plugin/davcal/vendor/sabre/http/lib/
H A DRequestDecorator.php35 function getMethod() { function in Sabre\\HTTP\\RequestDecorator
37 return $this->inner->getMethod();
H A DRequest.php59 function getMethod() { function in Sabre\\HTTP\\Request
298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php91 'request_header' => $request->getMethod(),
113 $request->getMethod(),
122 if (Request::GET === $req->getMethod()) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php89 $result = trim($request->getMethod()
118 $result = $request->getMethod();
/plugin/authfacebook/lib/
H A DFacebookRequest.php228 public function getMethod() function in Facebook\\FacebookRequest
483 if ($this->getMethod() === 'POST') {
514 if ($this->getMethod() !== 'POST') {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAccessorOrderMethod.php20 public function getMethod() function in JMS\\Serializer\\Tests\\Fixtures\\AccessorOrderMethod
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DGetScriptLanguages.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\GetScriptLanguages
H A DPing.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ping
H A DGetScriptContext.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\GetScriptContext
H A DInfo.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Info
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/
H A DExecuteRetention.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Slm\\ExecuteRetention
H A DGetStats.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Slm\\GetStats
H A DGetStatus.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Slm\\GetStatus
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/
H A DListTasks.php50 public function getMethod(): string function in Elasticsearch\\Endpoints\\Tasks\\ListTasks
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DStart.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Watcher\\Start
H A DStop.php44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Watcher\\Stop
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Xpack/
H A DInfo.php45 public function getMethod(): string function in Elasticsearch\\Endpoints\\Xpack\\Info

12345678910>>...22