Home
last modified time | relevance | path

Searched refs:sendRequest (Results 1 – 25 of 41) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php35 private function sendRequest($body, $path = '/', $headers = ['Depth' => '0']) { function in Sabre\\DAV\\ServerPropsTest
46 $this->sendRequest("");
72 $this->sendRequest("", '/test2.txt', []);
105 $this->sendRequest($xml);
139 $this->sendRequest($xml);
159 $this->sendRequest($xml);
H A DServerPropsInfiniteDepthTest.php36 private function sendRequest($body) { function in Sabre\\DAV\\ServerPropsInfiniteDepthTest
52 $this->sendRequest("");
87 $this->sendRequest($xml);
124 $this->sendRequest($xml);
144 $this->sendRequest($xml);
/plugin/batchedit/
H A Dserver.js10 function sendRequest(request, data, onSuccess, onError) { function
74 return sendRequest('progress', new FormData(), onSuccess, onError);
78 return sendRequest('cancel', new FormData(), onSuccess, onError);
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php61 public function sendRequest($url,$data='',$method='GET'){ function in dokuwiki\\plugin\\upgrade\\HTTP\\DokuHTTPClient
73 return parent::sendRequest($url,$data,$method);
H A DHTTPClient.php100 if(!$this->sendRequest($url)) return false;
142 if(!$this->sendRequest($url,$data,'POST')) return false;
164 public function sendRequest($url,$data='',$method='GET'){ function in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
385 return $this->sendRequest($this->resp_headers['location'],$unencodedData,$method);
388 return $this->sendRequest($this->resp_headers['location'],array(),'GET');
/plugin/authfacebook/lib/
H A DFacebook.php335 return $this->sendRequest(
360 return $this->sendRequest(
385 return $this->sendRequest(
440 $this->lastResponse = $this->client->sendRequest($paginationRequest);
463 …public function sendRequest($method, $endpoint, array $params = [], $accessToken = null, $eTag = n… function in Facebook\\Facebook
469 return $this->lastResponse = $this->client->sendRequest($request);
H A DFacebookClient.php198 public function sendRequest(FacebookRequest $request) function in Facebook\\FacebookClient
246 $facebookResponse = $this->sendRequest($request);
/plugin/linkback/
H A Dhttp.php4 * Modifies sendRequest. If max_bodysize_limit is set to true, the size of
29 if(!$this->sendRequest($url)) return false;
43 if(!$this->sendRequest($url,$data,'POST')) return false;
54 function sendRequest($url, $data = array (), $method = 'GET') { function in LinkbackHTTPClient
194 return $this->sendRequest($this->resp_headers['location'], array (), 'GET');
H A Dtools.php33 $http_client->sendRequest($icon, array (), 'HEAD');
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php70 $this->sendRequest();
127 public function sendRequest() function in Facebook\\HttpClients\\FacebookCurlHttpClient
/plugin/webdavclient/
H A Dhelper.php83 $resp = $this->client->sendRequest($path, $data, 'PUT');
112 $resp = $this->client->sendRequest($path, $data, 'PUT');
141 $resp = $this->client->sendRequest($path, '', 'DELETE');
288 $resp = $this->client->sendRequest($path, $data, 'PUT');
318 $resp = $this->client->sendRequest($path, $data, 'PUT');
347 $resp = $this->client->sendRequest($path, '', 'DELETE');
574 $this->client->sendRequest($uri, $data, 'PROPFIND');
622 $this->client->sendRequest($uri, $data, 'PROPFIND');
641 $this->client->sendRequest($uri, $data, 'PROPFIND');
678 $this->client->sendRequest($uri, $data, 'PROPFIND');
[all …]
/plugin/siteexport/inc/
H A Dhttpproxy.php125 public function sendRequest($url, $data = '', $method = 'GET') { function in HTTPProxy
127 $returnCode = parent::sendRequest($url, $data, $method);
/plugin/evesso/classes/
H A DoAuthHTTPClient.php38 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
/plugin/elwikiupgrade/
H A DHTTPClient.php110 if(!$this->sendRequest($url)) return false;
152 if(!$this->sendRequest($url,$data,'POST')) return false;
174 function sendRequest($url,$data='',$method='GET'){ function in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
392 return $this->sendRequest($this->resp_headers['location'],array(),'GET');
927 function sendRequest($url,$data='',$method='GET'){ function in dokuwiki\\plugin\\elwikiupgrade\\DokuHTTPClient
939 return parent::sendRequest($url,$data,$method);
/plugin/oauth/
H A DHTTPClient.php26 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
/plugin/issuelinks/services/
H A DAbstractService.php43 $success = $dokuHTTPClient->sendRequest($url, $dataToBeSend, $method);
/plugin/linksenhanced/
H A Daction.php51 $client->sendRequest($url);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js167 this.sendRequest('/nick "'+newnick+'"');
169 this.sendRequest('/connect "'+newnick+'"');
480 if (!um) this.sendRequest('/whois2 "'+nickid+'"');
591 this.sendRequest(cmd +' '+ param.substr(0, pfc_max_text_len + 2*this.clientid.length));
608 this.sendRequest('/send '+ wval);
847 this.sendRequest('/quit');
1057 sendRequest: function(cmd, recipientid) method in pfcClient
1116 this.sendRequest('/update');
1386 pfc.sendRequest('/privmsg "'+nick+'"');
1814 this.sendRequest('/quit');
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php161 function sendRequest() { function in HTTPClient
/plugin/freesync/
H A Dhelper.php113 $this->_client->sendRequest($loginurl);
114 $this->_client->sendRequest($loginurl,
388 $this->_client->sendRequest($fetchurl);
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php165 return $this->client->sendRequest($request)->getDecodedBody();
/plugin/elasticsearch/helper/
H A Ddocparser.php125 $ok = $http->sendRequest($parser, io_readFile($file, false), 'PUT');
/plugin/keywords/action/
H A Dkeywords.php83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php66 $httpAdapterResponse = $this->httpAdapter->sendRequest($httpAdapterRequest);
/plugin/airtable/
H A Dsyntax.php684 return $this->sendRequest($request);
695 function sendRequest($request) { function in syntax_plugin_airtable

12