Home
last modified time | relevance | path

Searched refs:sendRequest (Results 1 – 25 of 41) sorted by last modified time

12

/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/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/keywords/action/
H A Dkeywords.php83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
/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/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1378 if(s=="Uninitialized"||s=="Complete"||s=="Loaded"){this.sendRequest()
1392 },sendRequest:function(){var t=FBL.Ajax.transport,r=FBL.Ajax.requests.shift(),data; method in Ajax
1406 if(this.requests.length>0){setTimeout(this.sendRequest,10)
/plugin/oauth/
H A DHTTPClient.php26 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
/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/deeplautotranslate/
H A Daction.php624 $http->sendRequest($url, '', 'DELETE');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php66 $httpAdapterResponse = $this->httpAdapter->sendRequest($httpAdapterRequest);
/plugin/elasticsearch/helper/
H A Ddocparser.php125 $ok = $http->sendRequest($parser, io_readFile($file, false), 'PUT');
/plugin/evesso/classes/
H A DoAuthHTTPClient.php38 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
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);
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);
/plugin/multiorphan/action/
H A Dmultiorphan.php359 $data = $httpClient->sendRequest( $event->data['entryID'], null, 'GET' );
/plugin/airtable/
H A Dsyntax.php684 return $this->sendRequest($request);
695 function sendRequest($request) { function in syntax_plugin_airtable
/plugin/oembed/
H A Dsyntax.php410 if(!$client->sendRequest($url)){
/plugin/refnotes/
H A Dadmin.js127 function sendRequest(request, data, success) {
166 sendRequest('loading', {
176 sendRequest('saving', {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1367 if(s=="Uninitialized"||s=="Complete"||s=="Loaded"){this.sendRequest()
1381 },sendRequest:function(){var t=FBL.Ajax.transport,r=FBL.Ajax.requests.shift(),data; method in Ajax
1395 if(this.requests.length>0){setTimeout(this.sendRequest,10)
/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/issuelinks/services/
H A DAbstractService.php43 $success = $dokuHTTPClient->sendRequest($url, $dataToBeSend, $method);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js11978 value: function sendRequest(begin, end) {
12103 this.sendRequest(begin, end);
H A Dpdf.worker.js.map1sendRequest","rangeReader","chunkData","_requestChunks","requestId","chunksNeeded","isEmptyObj","c…
/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 …]

12