Home
last modified time | relevance | path

Searched refs:method (Results 751 – 775 of 972) sorted by path

1...<<313233343536373839

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php17 * @param string $method HTTP method
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php122 * @param string $method HTTP method
129 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
137 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
195 * @param string $method
203 $method, argument
217 $authParameters['oauth_signature'] = $this->signature->getSignature($uri, $signatureParams, $method);
H A DFlickr.php78 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
81 $uri->addToQuery('method', $path);
94 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
103 return $this->request($path, $method, $body, $extraHeaders);
106 public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
110 return $this->request($path, $method, $body, $extraHeaders);
113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
117 return $this->request($path, $method,
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...]
H A DQuickBooks.php113 $method = 'GET', argument
118 return parent::request($path, $method, $body, $extraHeaders);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php53 * @param string $method
57 public function getSignature(UriInterface $uri, array $params, $method = 'POST') argument
76 $baseString = strtoupper($method) . '&';
H A DSignatureInterface.php23 * @param string $method
27 public function getSignature(UriInterface $uri, array $params, $method = 'POST'); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php131 * @param string $method HTTP method
138 public function request($path, $method = 'GET', $body = null, array $extraHeaders = []) argument
175 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
318 * Returns a class constant from ServiceInterface defining the authorization method used for the API
H A DMailchimp.php83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
89 return parent::request($path, $method, $body, $extraHeaders);
/plugin/odt/
H A DChangeLog.txt30 * Added support for @media rules (with simplified comparison method)
173 * action.php: Add getInfo() method, fixes bug #8
/plugin/odt2dw/
H A DREADME18 * Adjust method signatures to match parent
/plugin/odtplus2dw/
H A DREADME.md68 - Adjust method signatures to match parent.
/plugin/oiddelegate/
H A Dadmin.php116 echo '<form action="" method="post">';
/plugin/openid/Auth/OpenID/
H A DConsumer.php691 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
694 return call_user_func_array([$this, $method],
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pagemove/lang/cs/
H A Dlang.php.txt15 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/pagemove/lang/es/
H A Dlang.php.txt16 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/pagemove/lang/pl/
H A Dlang.php.txt17 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/pagequery/
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
/plugin/pagestat/
H A Dscript.js367 … request_arr.push({jsonrpc:"2.0",method:"ps.get_wordlist",params:[sel_arr.global],id: "global"});
372 request_arr.push({jsonrpc:"2.0",method:"ps.get_wordlist",params:[sel_arr.user],id: "user"});
/plugin/passpolicy/
H A D10k-common-passwords.txt2343 method
H A Dwords.txt2248 method
/plugin/paypal/
H A Dsyntax.php107 $renderer->doc .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">';
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3957 var method = proto[key];
5451 var method = O[P];
5453 if (method === undefined) {
5477 var method = void 0;
5480 method = O[P];
12415 context.method = method;
12467 var method = delegate.iterator[context.method];
12645 this.method = "next";
12739 this.method = "next";
23031 method: 'GET',
[all …]
H A Dpdf.js.map1method.js","webpack://pdfjs-dist/build/pdf/node_modules/core-js/modules/_classof.js","webpack://pd…
H A Dpdf.worker.js945 context.method = method;
997 var method = delegate.iterator[context.method];
999 if (method === undefined) {
1023 context.method = "throw";
1032 context.method = "throw";
1175 this.method = "next";
1269 this.method = "next";
5126 var method = proto[key];
6620 var method = O[P];
6646 var method = void 0;
[all …]

1...<<313233343536373839