Home
last modified time | relevance | path

Searched refs:sendRequest (Results 26 – 41 of 41) sorted by path

12

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php428 if (!$this->sendRequest($data, $cookies)){
735 function sendRequest($data, $cookies = NULL) { function in soap_transport_http
H A Dnusoap.php2535 if (!$this->sendRequest($data, $cookies)){
2842 function sendRequest($data, $cookies = NULL) { function in soap_transport_http
/plugin/multiorphan/action/
H A Dmultiorphan.php359 $data = $httpClient->sendRequest( $event->data['entryID'], null, 'GET' );
/plugin/oauth/
H A DHTTPClient.php26 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
/plugin/oembed/
H A Dsyntax.php410 if(!$client->sendRequest($url)){
/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/refnotes/
H A Dadmin.js127 function sendRequest(request, data, success) {
166 sendRequest('loading', {
176 sendRequest('saving', {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js5873 this.sendRequest();
5902 sendRequest: function() method in Ajax
5952 setTimeout(this.sendRequest, 10);
/plugin/sfauth/
H A Dhelper.php158 $http->sendRequest($url, $data, $method);
/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/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/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/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/yql/
H A Dsyntax.php141 $result = $client->sendRequest($yql_query_url);

12