/plugin/api/ |
H A D | action.php | 53 $remote = new API(); 62 $wikiVersion = $remote->call('dokuwiki.getVersion'); 63 $rpcVersion = $remote->call('wiki.getRPCVersionSupported'); 72 $wikiTitle = $remote->call('dokuwiki.getTitle'); 73 $wikiVersion = $remote->call('dokuwiki.getVersion'); 80 $allPages = $remote->call('wiki.getAllPages'); 106 $data['html'] = $remote->call('wiki.getPageHTML', array($id)); 107 $data['backlinks'] = $remote->call('wiki.getBackLinks', array($id)); 108 $allLinks = $remote->call('wiki.listLinks', array($id));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | OSPolicyResourceFile.php | 80 public function setRemote(OSPolicyResourceFileRemote $remote) argument 82 $this->remote = $remote; 89 return $this->remote;
|
/plugin/swarmwebhook/_test/ |
H A D | ZapierHandlePayload.test.php | 35 $remote = plugin_load('remote', 'struct'); 36 $rows = $remote->getAggregationData( 66 $remote = plugin_load('remote', 'struct'); 67 $rows = $remote->getAggregationData(
|
H A D | IFTTTfullWebhook.test.php | 31 $remote = plugin_load('remote', 'struct'); 32 $rows = $remote->getAggregationData(
|
/plugin/xcom/lang/en/ |
H A D | howto.txt | 3 …ed into. The user can then communicate and exchange data between the local wiki and a remote wiki. 7 …remote wiki into the ''Remote URL'' text box, you select a query form the ''Select query'' drop-do… 14 - A drop-down menu for selecting pre-defined remote sites and their credentials 15 - A button for saving remote data to the local wiki and the credentials of the local wiki 21 …remote site. If your remote site is at ''<nowiki>http://www.example.com</nowiki>'' and the name o… 22 …the remote user name and password for the remote site. In your configuration settings you must ena… 24 …text box. The id must be the complete id that identifies the page on the remote server, in other w… 34 …- ''Edit'' view enables you to make changes to the markup and save it back to the remote wiki whi… 43 …kes it possible to move pages and media from the remote wiki to the local wiki. Enter the id of a … 47 There is an alternate way of importing pages and media from the remote to the local wiki. There are… [all …]
|
/plugin/bootswrapper/syntax/ |
H A D | modal.php | 99 $remote = $attributes['remote']; 103 if ($remote) { 104 … $html5_attributes['data-remote'] = wl($remote, array('do' => 'export_xhtmlbody'), true);
|
/plugin/gitbacked/lib/ |
H A D | Git.php | 101 …public static function &clone_remote($repo_path, $remote, $reference = null, \action_plugin_gitbac… argument 102 return GitRepo::create_new($repo_path, $plugin, $remote, true, $reference); 721 * @param string $remote 725 public function push($remote, $branch) { argument 726 return $this->run("push --tags $remote $branch"); 734 * @param string $remote 738 public function pull($remote, $branch) { argument 739 return $this->run("pull $remote $branch");
|
/plugin/bootswrapper/exe/help/ |
H A D | modal.txt | 101 Use ''remote'' attribute to display DokuWiki pages inside a modal window. 103 <btn type="primary" modal="modal-remote">Welcome to DokuWiki!</btn> 105 <modal id="modal-remote" remote=":wiki:welcome"></modal> 110 <btn type="primary" modal="modal-remote">Welcome to DokuWiki!</btn> 112 <modal id="modal-remote" remote=":wiki:welcome"></modal> 129 | ''remote'' | NULL | | Display DokuWiki pages inside a Modal window |
|
/plugin/fastwiki/ |
H A D | action.php | 326 $remote = fsockopen($hostname, 80, $errno, $errstr, 5); 327 fwrite($remote, implode("\r\n", $headers) . $body); 330 while (!feof($remote)) 331 $response .= fread($remote, 8192); 332 fclose($remote);
|
/plugin/swarmwebhook/ |
H A D | helper.php | 72 $remote = plugin_load('remote', 'struct'); 73 $rows = $remote->getAggregationData(
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 333 var dialog = remote.dialog; 548 var clipboard = remote.clipboard; 566 var clipboard = remote.clipboard; 665 var dialog = remote.dialog; 979 var remote = require('@electron/remote'); 980 var dialog = remote.dialog; 1449 var dialog = remote.dialog; 1495 var dialog = remote.dialog; 1774 const win = remote.getCurrentWindow(); 1824 remote.clipboard.write({image: remote. [all …]
|
/plugin/tagfilter/script/select2/ |
H A D | release.sh | 23 remote="github" 72 git push "$remote" --tags
|
/plugin/sync/lang/ja/ |
H A D | list.txt | 3 以下は local Wiki と remote Wiki との間で異なるファイル一覧です。
|
H A D | nochange.txt | 3 local Wiki と remote Wiki との間に差はありません。
|
/plugin/sync/lang/en/ |
H A D | nochange.txt | 3 There were no differences found between your local wiki and the remote wiki. No need to synchronize.
|
H A D | list.txt | 3 A list of files that differ between your local and the remote wiki is shown below. You need to deci…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | 64b9baa6d7556b960b29698f3383aa31.asciidoc | 8 'remote' => [
|
H A D | 7f697eb436dfa3c30dfe610d8c32d132.asciidoc | 8 'remote' => [
|
H A D | 36b2778f23d0955255f52c075c4d213d.asciidoc | 8 'remote' => [
|
/plugin/repo/ |
H A D | plugin.info.txt | 6 desc Show files from a remote repository with GesHi syntax highlighting
|
/plugin/pycode/ |
H A D | plugin.info.txt | 6 desc Plugin to embed a Python script hosted in a remote repository.
|
/plugin/sync/ |
H A D | plugin.info.txt | 6 desc Syncs a namespace with a remote wiki on request
|
/plugin/webdavclient/ |
H A D | plugin.info.txt | 6 desc Sync and subscribe to remote CalDAV and CardDAV servers
|
/plugin/jiralinks/ |
H A D | README.md | 5 add remote issue links back to the wiki pages where these issues are mentioned. 7 For the remote issue links functionality, the curl PHP module needs to be activated.
|
/plugin/sqlraw/ |
H A D | plugin.info.txt | 6 desc Execute SQL query on remote csv data or table data and display the result as a table
|