| /plugin/dokullm/ |
| H A D | ChromaDBClient.php | 96 private function makeRequest($endpoint, $method = 'GET', $data = null) { function in dokuwiki\\plugin\\dokullm\\ChromaDBClient 173 return $this->makeRequest($endpoint); 192 $collections = $this->makeRequest($endpoint); 222 return $this->makeRequest($endpoint, 'POST', $data); 246 return $this->makeRequest($endpoint, 'DELETE'); 277 return $this->makeRequest($endpoint, 'POST', $data); 319 return $this->makeRequest($endpoint, 'POST', $data); 353 $result = $this->makeRequest($endpoint, 'POST', $data); 421 return $this->makeRequest($endpoint, 'POST', $data); 433 return $this->makeRequest($endpoint, 'GET'); [all …]
|
| /plugin/shell/ |
| D | P0wnyShell.js | 71 this.makeRequest('?feature=userhost', {cwd: this.cwd}, function (response) { 137 this.makeRequest("?feature=shell", {cmd: command, cwd: this.cwd}, function (response) { 159 this.makeRequest( 220 this.makeRequest( 268 this.makeRequest("?feature=pwd", {}, function (response) { 365 makeRequest(url, params, callback) { method in P0wnyShell
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/Http/ |
| H A D | Abstract.php | 159 $this->makeRequest($url); 208 protected function makeRequest($url) function in CAS_ProxiedService_Http_Abstract 244 $this->makeRequest($redirectUrl);
|
| /plugin/authgoogle/google/auth/ |
| D | Google_OAuth2.php | 97 …$request = Google_Client::$io->makeRequest(new Google_HttpRequest(self::OAUTH2_TOKEN_URI, 'POST', … 270 $request = Google_Client::$io->makeRequest($http); 304 $response = Google_Client::$io->makeRequest($request); 335 $request = Google_Client::$io->makeRequest(new Google_HttpRequest(
|
| /plugin/authgoogle/google/io/ |
| D | Google_HttpStreamIO.php | 51 return $this->makeRequest($request); 62 public function makeRequest(Google_HttpRequest $request) { function in Google_HttpStreamIO
|
| D | Google_CurlIO.php | 64 return $this->makeRequest($request); 75 public function makeRequest(Google_HttpRequest $request) { function in Google_CurlIO
|
| D | Google_REST.php | 35 $httpRequest = Google_Client::$io->makeRequest($req);
|
| D | Google_IO.php | 44 abstract function makeRequest(Google_HttpRequest $request); function in Google_IO
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/ |
| H A D | MessageCreationTrait.php | 25 …protected function makeRequest(LdapQueue $queue, RequestInterface $request, array $controls): Ldap… function
|
| H A D | ClientSaslBindHandler.php | 199 $messageTo = $this->makeRequest($queue, $request, $this->controls);
|
| /plugin/authgoogle/google/service/ |
| D | Google_BatchRequest.php | 60 $response = Google_Client::$io->makeRequest($httpRequest);
|
| D | Google_MediaFileUpload.php | 254 $response = Google_Client::$io->makeRequest($httpRequest);
|
| /plugin/facebookalbum/ |
| D | facebook.php | 575 return $this->makeRequest($url, $params); 588 protected function makeRequest($url, $params, $ch=null) { function in Facebook
|
| /plugin/fblogin/lib/ |
| D | base_facebook.php | 904 return $this->makeRequest($url, $params); 918 protected function makeRequest($url, $params, $ch=null) { function in BaseFacebook
|