Home
last modified time | relevance | path

Searched full:remoteapi (Results 1 – 8 of 8) sorted by relevance

/plugin/pagestat/
H A Dremote.php17 protected $remoteapi; variable in remote_plugin_pagestat
20 $this->remoteapi=new remoteAPI_l();
261 $rt=$this->remoteapi->putPage($subid,$save_txt,["sum"=>"generate by Cp_subtitle"]);
269 $rt=$this->remoteapi->putPage($defid,$def_txt,["sum"=>"generate by Cp_deflist"]);
275 $rt=$this->remoteapi->putPage($wordlistid,$txt,["sum"=>"generate by Cp_wordlist"]);
H A Dhelper.php12 protected $remoteapi; variable in helper_plugin_pagestat
15 $this->remoteapi=new remoteAPI_l();
/plugin/api/
H A Daction.php16 * @see RemoteAPI for the entry point
52 //$remote = new RemoteAPI();
H A DREADME.md57 * `RemoteApi` dokuwiki class was renamed to `API`
/dokuwiki/lib/plugins/acl/
H A Dremote.php
/dokuwiki/inc/Extension/
H A DRemotePlugin.php
/dokuwiki/inc/Remote/
H A DApi.php
/plugin/xcom/
H A Dremote.php64 else $this->api = new RemoteAPICore(new RemoteApi());