Home
last modified time | relevance | path

Searched defs:method (Results 76 – 100 of 424) sorted by relevance

12345678910>>...17

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php38 public function __construct(string $path, string $method = self::GET, $data = [], array $query = [], ?Connection $connection = null, string $contentType = self::DEFAULT_CONTENT_TYPE) argument
61 public function setMethod(string $method) argument
[all...]
/plugin/jiralinks/
H A Daction.php94 protected function executeRequest($request, $method = 'GET', $data = NULL) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnPromise.php45 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DReturnArgumentPromise.php57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DCallbackPromise.php56 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
/plugin/oauth/
H A DHTTPClient.php21 retrieveResponse(UriInterface $endpoint, $requestBody, array $extraHeaders = array(), $method = 'POST') global() argument
/plugin/phpipam/
H A Dphpipam-api.php510 public function set_api_method ($method = "GET") {
524 private function set_api_method_validate ($method) {
588 …public function execute ($method = false, $controller = false, $identifiers = array(), $params = a…
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php50 function gateKeep($method)
1384 function badInput($error, $method)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequestEntry.php50 public $method; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
161 public function setMethod($method)
H A DLiasettingsCustomBatchRequestEntry.php55 public $method; variable in Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry
180 public function setMethod($method)
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DRequestInterface.php85 public function withMethod($method);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array());
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignatureInterface.php27 public function getSignature(UriInterface $uri, array $params, $method = 'POST'); argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DOverload.php29 $method = $prefix.substr(str_replace('\\', '', get_class($object)), 9); variable in PhpCss\\Ast\\Visitor\\Overload
[all...]
/plugin/linkback/
H A Dhttp.php54 function sendRequest($url, $data = array (), $method = 'GET') { argument
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
/plugin/authgoogle/google/service/
H A DGoogle_Model.php109 public function assertIsArray($obj, $type, $method) {
/plugin/fetchmedia/script/
H A Dmain.js35 method: 'POST', property in requestDownloadExternalFile.options
/plugin/issuelinks/services/
H A DAbstractService.php38 …ted function makeHTTPRequest(\DokuHTTPClient $dokuHTTPClient, $url, $headers, array $data, $method)
/plugin/youtracklinks/
H A Dhelper.php17 function CallAPI($method, $url, $data = false, $cookiejar = false)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallbackPrediction.php55 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DNoCallsPrediction.php48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)

12345678910>>...17