Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 136) sorted by relevance

123456

/plugin/api/
Daction.php53 $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/
DOSPolicyResourceFile.php80 public function setRemote(OSPolicyResourceFileRemote $remote) argument
82 $this->remote = $remote;
89 return $this->remote;
/plugin/swarmwebhook/_test/
DZapierHandlePayload.test.php35 $remote = plugin_load('remote', 'struct');
36 $rows = $remote->getAggregationData(
66 $remote = plugin_load('remote', 'struct');
67 $rows = $remote->getAggregationData(
DIFTTTfullWebhook.test.php31 $remote = plugin_load('remote', 'struct');
32 $rows = $remote->getAggregationData(
/plugin/xcom/lang/en/
Dhowto.txt3 …ed into. The user can then communicate and exchange data between the local wiki and a remote wiki.
7remote 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
21remote 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/
Dmodal.php99 $remote = $attributes['remote'];
103 if ($remote) {
104 … $html5_attributes['data-remote'] = wl($remote, array('do' => 'export_xhtmlbody'), true);
/plugin/bootswrapper/exe/help/
Dmodal.txt101 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/
Daction.php326 $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/
DGitRepo.php660 * @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");
DGit.php111 $remote, argument
115 return GitRepo::createNew($repo_path, $plugin, $remote, true, $reference);
/plugin/diagramsnet/lib/js/diagramly/
DElectronApp.js332 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/
Dhelper.php72 $remote = plugin_load('remote', 'struct');
73 $rows = $remote->getAggregationData(
/plugin/tagfilter/script/select2/
Drelease.sh23 remote="github"
72 git push "$remote" --tags
/plugin/sync/lang/ja/
Dlist.txt3 以下は local Wiki と remote Wiki との間で異なるファイル一覧です。
Dnochange.txt3 local Wiki と remote Wiki との間に差はありません。
/plugin/sync/lang/en/
Dnochange.txt3 There were no differences found between your local wiki and the remote wiki. No need to synchronize.
Dlist.txt3 A list of files that differ between your local and the remote wiki is shown below. You need to deci…
/plugin/jiralinks/
DREADME.md5 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/
D64b9baa6d7556b960b29698f3383aa31.asciidoc8 'remote' => [
D36b2778f23d0955255f52c075c4d213d.asciidoc8 'remote' => [
D7f697eb436dfa3c30dfe610d8c32d132.asciidoc8 'remote' => [
/plugin/mcp/
Dplugin.info.txt6 desc Make the remote API available as MCP server
/plugin/sync/
Dplugin.info.txt6 desc Syncs a namespace with a remote wiki on request
/plugin/pycode/
Dplugin.info.txt6 desc Plugin to embed a Python script hosted in a remote repository.
/plugin/repo/
Dplugin.info.txt6 desc Show files from a remote repository with GesHi syntax highlighting

123456