| /plugin/api/ |
| 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/ |
| D | OSPolicyResourceFile.php | 80 public function setRemote(OSPolicyResourceFileRemote $remote) argument 82 $this->remote = $remote; 89 return $this->remote;
|
| /plugin/swarmwebhook/_test/ |
| D | ZapierHandlePayload.test.php | 35 $remote = plugin_load('remote', 'struct'); 36 $rows = $remote->getAggregationData( 66 $remote = plugin_load('remote', 'struct'); 67 $rows = $remote->getAggregationData(
|
| D | IFTTTfullWebhook.test.php | 31 $remote = plugin_load('remote', 'struct'); 32 $rows = $remote->getAggregationData(
|
| /plugin/xcom/lang/en/ |
| 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/ |
| D | modal.php | 99 $remote = $attributes['remote']; 103 if ($remote) { 104 … $html5_attributes['data-remote'] = wl($remote, array('do' => 'export_xhtmlbody'), true);
|
| /plugin/bootswrapper/exe/help/ |
| 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/ |
| 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/gitbacked/classes/ |
| D | GitRepo.php | 660 * @param string $remote 664 public function push($remote, $branch) argument 666 return $this->run("push --tags $remote $branch"); 674 * @param string $remote 678 public function pull($remote, $branch) argument 680 return $this->run("pull $remote $branch");
|
| D | Git.php | 111 $remote, argument 115 return GitRepo::createNew($repo_path, $plugin, $remote, true, $reference);
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | ElectronApp.js | 332 var remote = require('@electron/remote'); 333 var dialog = remote.dialog; 547 var remote = require('@electron/remote'); 548 var clipboard = remote.clipboard; 565 var remote = require('@electron/remote'); 566 var clipboard = remote.clipboard; 664 var remote = require('@electron/remote'); 665 var dialog = remote.dialog; 979 var remote = require('@electron/remote'); 980 var dialog = remote.dialog; [all …]
|
| /plugin/swarmwebhook/ |
| D | helper.php | 72 $remote = plugin_load('remote', 'struct'); 73 $rows = $remote->getAggregationData(
|
| /plugin/tagfilter/script/select2/ |
| D | release.sh | 23 remote="github" 72 git push "$remote" --tags
|
| /plugin/sync/lang/ja/ |
| D | list.txt | 3 以下は local Wiki と remote Wiki との間で異なるファイル一覧です。
|
| D | nochange.txt | 3 local Wiki と remote Wiki との間に差はありません。
|
| /plugin/sync/lang/en/ |
| D | nochange.txt | 3 There were no differences found between your local wiki and the remote wiki. No need to synchronize.
|
| 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/jiralinks/ |
| 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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
| D | 64b9baa6d7556b960b29698f3383aa31.asciidoc | 8 'remote' => [
|
| D | 36b2778f23d0955255f52c075c4d213d.asciidoc | 8 'remote' => [
|
| D | 7f697eb436dfa3c30dfe610d8c32d132.asciidoc | 8 'remote' => [
|
| /plugin/mcp/ |
| D | plugin.info.txt | 6 desc Make the remote API available as MCP server
|
| /plugin/sync/ |
| D | plugin.info.txt | 6 desc Syncs a namespace with a remote wiki on request
|
| /plugin/pycode/ |
| D | plugin.info.txt | 6 desc Plugin to embed a Python script hosted in a remote repository.
|
| /plugin/repo/ |
| D | plugin.info.txt | 6 desc Show files from a remote repository with GesHi syntax highlighting
|