Home
last modified time | relevance | path

Searched refs:makeRequest (Results 1 – 14 of 14) sorted by relevance

/plugin/dokullm/
H A DChromaDBClient.php96 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/
DP0wnyShell.js71 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 DAbstract.php159 $this->makeRequest($url);
208 protected function makeRequest($url) function in CAS_ProxiedService_Http_Abstract
244 $this->makeRequest($redirectUrl);
/plugin/authgoogle/google/auth/
DGoogle_OAuth2.php97 …$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/
DGoogle_HttpStreamIO.php51 return $this->makeRequest($request);
62 public function makeRequest(Google_HttpRequest $request) { function in Google_HttpStreamIO
DGoogle_CurlIO.php64 return $this->makeRequest($request);
75 public function makeRequest(Google_HttpRequest $request) { function in Google_CurlIO
DGoogle_REST.php35 $httpRequest = Google_Client::$io->makeRequest($req);
DGoogle_IO.php44 abstract function makeRequest(Google_HttpRequest $request); function in Google_IO
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DMessageCreationTrait.php25 …protected function makeRequest(LdapQueue $queue, RequestInterface $request, array $controls): Ldap… function
H A DClientSaslBindHandler.php199 $messageTo = $this->makeRequest($queue, $request, $this->controls);
/plugin/authgoogle/google/service/
DGoogle_BatchRequest.php60 $response = Google_Client::$io->makeRequest($httpRequest);
DGoogle_MediaFileUpload.php254 $response = Google_Client::$io->makeRequest($httpRequest);
/plugin/facebookalbum/
Dfacebook.php575 return $this->makeRequest($url, $params);
588 protected function makeRequest($url, $params, $ch=null) { function in Facebook
/plugin/fblogin/lib/
Dbase_facebook.php904 return $this->makeRequest($url, $params);
918 protected function makeRequest($url, $params, $ch=null) { function in BaseFacebook