Home
last modified time | relevance | path

Searched refs:serve (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/_test/tests/Remote/
H A DJsonRpcServerTest.php38 $response = json_encode($this->server->serve($positional)['result']);
41 $response = json_encode($this->server->serve($named)['result']);
55 $response = json_encode($this->server->serve($positional)['result']);
58 $response = json_encode($this->server->serve($named)['result']);
H A DXmlRpcServerTest.php66 $this->server->serve($request);
106 $this->server->serve($request);
144 $this->server->serve($request);
/dokuwiki/lib/exe/
H A Dxmlrpc.php16 $server->serve();
H A Djsonrpc.php14 $result = $server->serve();
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php28 public function serve($data = false) function in dokuwiki\\Remote\\XmlRpcServer
44 parent::serve($data);
H A DJsonRpcServer.php30 public function serve($body = '') function in dokuwiki\\Remote\\JsonRpcServer
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php28 $this->serve($data);
35 public function serve($data = false) function in IXR\\Server\\Server