Searched refs:remoteClient (Results 1 – 1 of 1) sorted by relevance
/plugin/xcom/scripts/ |
H A D | xcom_save.php | 14 private $remoteClient; variable in xcom_save 41 while(!($this->remoteClient = $this->ini_clients($remote_auth))) { 47 if(!$this->remoteClient) { 110 $this->xcom_get_data( 'wiki.getAttachment',$this->remoteClient,true, array($mfile)); 134 … $this->xcom_get_data( 'wiki.getPage',$this->remoteClient,true, array($this->page)); 155 $this->mediaArray=$this->xcom_get_data( 'plugin.xcom.getMedia',$this->remoteClient); 239 $resp =$this->xcom_get_data( 'dokuwiki.getVersion',$this->remoteClient,false,false); 244 $this->xcom_get_data( 'dokuwiki.logoff',$this->remoteClient,false,false);
|