Home
last modified time | relevance | path

Searched refs:sendData (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/lib/plugins/popularity/
H A Dhelper.php64 public function sendData($data)
63 public function sendData($data) global() function in helper_plugin_popularity
H A Daction.php44 $status = $this->helper->sendData($this->helper->gatherAsString());
H A Dadmin.php61 $this->sentStatus = $this->helper->sendData($INPUT->str('data'));
/dokuwiki/inc/HTTP/
H A DHTTPClient.php308 $this->sendData($socket, $request, 'request');
535 $this->sendData($socket, $request, 'SSL Tunnel CONNECT');
583 protected function sendData($socket, $data, $message)
580 protected function sendData($socket, $data, $message) { global() function in dokuwiki\\HTTP\\HTTPClient