/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerPropsTest.php | 35 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 D | ServerPropsInfiniteDepthTest.php | 36 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 D | server.js | 10 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 D | DokuHTTPClient.php | 61 public function sendRequest($url,$data='',$method='GET'){ function in dokuwiki\\plugin\\upgrade\\HTTP\\DokuHTTPClient 73 return parent::sendRequest($url,$data,$method);
|
H A D | HTTPClient.php | 100 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 D | Facebook.php | 335 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 D | FacebookClient.php | 198 public function sendRequest(FacebookRequest $request) function in Facebook\\FacebookClient 246 $facebookResponse = $this->sendRequest($request);
|
/plugin/linkback/ |
H A D | http.php | 4 * 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 D | tools.php | 33 $http_client->sendRequest($icon, array (), 'HEAD');
|
/plugin/authfacebook/lib/HttpClients/ |
H A D | FacebookCurlHttpClient.php | 70 $this->sendRequest(); 127 public function sendRequest() function in Facebook\\HttpClients\\FacebookCurlHttpClient
|
/plugin/webdavclient/ |
H A D | helper.php | 83 $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 D | httpproxy.php | 125 public function sendRequest($url, $data = '', $method = 'GET') { function in HTTPProxy 127 $returnCode = parent::sendRequest($url, $data, $method);
|
/plugin/evesso/classes/ |
H A D | oAuthHTTPClient.php | 38 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
|
/plugin/elwikiupgrade/ |
H A D | HTTPClient.php | 110 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 D | HTTPClient.php | 25 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
|
/plugin/issuelinks/services/ |
H A D | AbstractService.php | 43 $success = $dokuHTTPClient->sendRequest($url, $dataToBeSend, $method);
|
/plugin/linksenhanced/ |
H A D | action.php | 51 $client->sendRequest($url);
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcclient.js | 167 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 D | HTTPClient.php | 161 function sendRequest() { function in HTTPClient
|
/plugin/freesync/ |
H A D | helper.php | 113 $this->_client->sendRequest($loginurl); 114 $this->_client->sendRequest($loginurl, 388 $this->_client->sendRequest($fetchurl);
|
/plugin/authfacebook/lib/FileUpload/ |
H A D | FacebookResumableUploader.php | 165 return $this->client->sendRequest($request)->getDecodedBody();
|
/plugin/elasticsearch/helper/ |
H A D | docparser.php | 125 $ok = $http->sendRequest($parser, io_readFile($file, false), 'PUT');
|
/plugin/keywords/action/ |
H A D | keywords.php | 83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
H A D | HttpAdapter.php | 66 $httpAdapterResponse = $this->httpAdapter->sendRequest($httpAdapterRequest);
|
/plugin/airtable/ |
H A D | syntax.php | 684 return $this->sendRequest($request); 695 function sendRequest($request) { function in syntax_plugin_airtable
|