Home
last modified time | relevance | path

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

/plugin/freesync/
H A Dhelper.php121 function _rpcQuery($call, $data, &$response) { function in helper_plugin_freesync
146 if($this->_rpcQuery('wiki.getAllPages', array(), $rpages)) {
172 if($this->_rpcQuery('wiki.getAttachments', array("", array("recursive" => true)), $rfiles)) {
252 if($this->_rpcQuery('wiki.getPageInfo', $id, $page)) {
256 $this->_rpcQuery('wiki.getPage', $id, $page['text']);
269 if($this->_rpcQuery('wiki.putPage', array($id, $page['text'], $sum), $res)) {
383 if($this->_rpcQuery('wiki.getAttachmentInfo', $id, $file) && $file['lastModified']) {
400 …if($file && $this->_rpcQuery('wiki.putAttachment', array($id, $file['content'], array("ow" => true…