Searched refs:xcom_get_data (Results 1 – 1 of 1) sorted by relevance
/plugin/xcom/scripts/ |
H A D | xcom_save.php | 110 $this->xcom_get_data( 'wiki.getAttachment',$this->remoteClient,true, array($mfile)); 125 … $auth = $this->xcom_get_data( 'wiki.aclCheck',$this->localClient,false,array($this->page)); 134 … $this->xcom_get_data( 'wiki.getPage',$this->remoteClient,true, array($this->page)); 143 …$resp = $this->xcom_get_data( 'wiki.putPage',$this->localClient,false, array($this->page,$this->da… 155 $this->mediaArray=$this->xcom_get_data( 'plugin.xcom.getMedia',$this->remoteClient); 158 private function xcom_get_data($task,$client,$use_buffer=false, $params="") { function in xcom_save 189 $auth = $this->xcom_get_data( 'wiki.aclCheck',$this->localClient,false,array($id)); 230 $resp =$this->xcom_get_data( 'dokuwiki.getVersion',$this->localClient,false,false); 235 $this->xcom_get_data( 'dokuwiki.logoff',$this->localClient,false,false); 239 $resp =$this->xcom_get_data( 'dokuwiki.getVersion',$this->remoteClient,false,false); [all …]
|