Home
last modified time | relevance | path

Searched refs:getMethod (Results 451 – 475 of 528) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php61 public function getMethod(): string function in Elasticsearch\\Endpoints\\SearchMvt
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php75 $method = $class->getMethod('suite');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DLiasettingsCustomBatchRequestEntry.php187 public function getMethod() function in Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php111 if (strcasecmp('HEAD', $request->getMethod())) {
385 'method' => $request->getMethod(),
508 $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment('');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php135 public function getMethod() function in Google\\Service\\ServiceControl\\Request
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php207 isset($changes['method']) ? $changes['method'] : $request->getMethod(),
229 isset($changes['method']) ? $changes['method'] : $request->getMethod(),
H A DRequest.php89 public function getMethod() function in GuzzleHttp\\Psr7\\Request
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php105 … ->array($invokeParameters = $reflection->getMethod('__invoke')->getParameters())
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php110 $request->getMethod(),
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php127 public function getMethod($name) function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php172 if ($this->request->getMethod() !== 'GET') {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php189 $method = $object->getMethod('__clone');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php69 public function getMethod(): string function in Elastica\\Request
H A DUtil.php235 $message = 'curl -X'.\strtoupper($request->getMethod()).' ';
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php401 switch ($request->getMethod()) {
427 $settings[CURLOPT_CUSTOMREQUEST] = $request->getMethod();
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php399 switch ($request->getMethod()) {
425 $settings[CURLOPT_CUSTOMREQUEST] = $request->getMethod();
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php138 $A2 = $this->request->getMethod() . ':' . $this->digestParts['uri'];
H A DAWS.php114 $this->request->getMethod() . "\n" .
/plugin/authfacebook/lib/
H A DFacebookClient.php183 $request->getMethod(),
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php101 $request->getMethod(),
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php138 $A2 = $this->request->getMethod() . ':' . $this->digestParts['uri'];
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php133 $method = $class->getMethod($name);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php303 return $object->getMethod($valid[1]);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php133 $method = $class->getMethod($name);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php57 sprintf('%s %s', $request->getMethod(), (string) $request->getUri()),

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