Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/plugin/jsonrpc/
H A DIJR_Server.php14 var $method; variable in IJR_Server
80 private function callClassMethod($method, $args)
90 private function callPlugin($pluginname, $callback, $method, $args)
106 private function callFunction($method, $args)
169 function hasMethod($method) {
H A DIJR_IntrospectionServer.php32 protected function addCallback($method, $callback, $args, $help) {
103 private function methodSignature($method) {
142 function methodHelp($method) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php18 private $method; variable in GuzzleHttp\\Psr7\\Request
34 $method,
94 public function withMethod($method)
146 private function assertMethod($method)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php78 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
106 public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
120 requestJson($path, $method = 'GET', $body = null, array $extraHeaders = array()) global() argument
127 requestPhp($path, $method = 'GET', $body = null, array $extraHeaders = array()) global() argument
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method)
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation)
115 public function __call($method, $args)
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method);
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DMethod.php29 protected $method; variable in Twig_Function_Method
31 public function __construct(ExtensionInterface $extension, $method, array $options = [])
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php28 protected $method; variable in Twig_Filter_Method
30 public function __construct(ExtensionInterface $extension, $method, array $options = [])
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php26 protected $method; variable in Twig_Test_Method
28 public function __construct(ExtensionInterface $extension, $method, array $options = [])
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/
H A DAsMonologProcessor.php30 public $method = null; variable in Monolog\\Attribute\\AsMonologProcessor
40 ?string $method = null
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1MethodSelector.php25 public $method; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1MethodSelector
34 public function setMethod($method)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCalendarNotification.php25 public $method; variable in Google\\Service\\Calendar\\CalendarNotification
34 public function setMethod($method)
H A DEventReminder.php25 public $method; variable in Google\\Service\\Calendar\\EventReminder
34 public function setMethod($method)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DMethodSelector.php25 public $method; variable in Google\\Service\\AccessContextManager\\MethodSelector
34 public function setMethod($method)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
H A DSiteVerificationWebResourceGettokenResponse.php25 public $method; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse
34 public function setMethod($method)
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php23 public function checkMethodAllowed($obj, $method);
25 public function checkPropertyAllowed($obj, $method);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNormalizeAggregation.php16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null) argument
42 public function setMethod(string $method): self argument
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php31 $method = 'POST'
76 private function generateStreamContext($body, $headers, $method)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php31 $method = 'POST' argument
79 private function generateStreamContext($body, $headers, $method) argument
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php65 private function generateMethod(Node\MethodNode $method)
83 private function getReturnType(Node\MethodNode $method)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A DReauthSettings.php29 public $method; variable in Google\\Service\\CloudIAP\\ReauthSettings
52 public function setMethod($method)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearchableInterface.php39 search($query = '', $options = null, string $method = Request POST) global() argument
53 count($query = '', string $method = Request POST) global() argument
/plugin/issuelinks/classes/
H A DHTTPRequestException.php17 protected $method; variable in dokuwiki\\plugin\\issuelinks\\classes\\HTTPRequestException
19 public function __construct($message, \DokuHTTPClient $httpClient, $url, $method)
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php25 protected $method; variable in Sabre\\HTTP\\Request
42 function __construct($method = null, $url = null, array $headers = null, $body = null) {
71 function setMethod($method) {
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php25 protected $method; variable in Sabre\\HTTP\\Request
42 function __construct($method = null, $url = null, array $headers = null, $body = null) {
71 function setMethod($method) {

12345678910>>...17