Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 101) sorted by path

12345

/plugin/achart/
H A DREADME.md49 ### Data from a remote file
/plugin/adfs/phpsaml/
H A DCHANGELOG74 …elogin/php-saml/pull/206) Support the ability to parse IdP XML metadata (remote url or file) and b…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/api/
H A 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/authdrupal8/
H A Dpassword.inc216 * or remote database.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceFile.php80 public function setRemote(OSPolicyResourceFileRemote $remote) argument
82 $this->remote = $remote;
89 return $this->remote;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md882 * Configuration loading now allows remote files
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md28 - Return `null` in caching stream size if remote size is `null`
242 - Support in `GuzzleHttp\Psr7\CachingStream` for seeking forward on remote
H A DREADME.md61 from a redirect). Data that is read from the remote stream will be buffered in
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md455 * Added SyslogUdpHandler to send logs to a remote syslogd server
/plugin/bible/bible_douayRheims/
H A DIsaias.txt806 …41:9. In whom I have taken thee from the ends of the earth, and from the remote parts thereof have…
/plugin/bootswrapper/
H A Dall.css13 .bs-wrap-modal[data-remote] .modal-content {
/plugin/bootswrapper/exe/help/
H A 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/bootswrapper/syntax/
H A Dmodal.php99 $remote = $attributes['remote'];
103 if ($remote) {
104 … $html5_attributes['data-remote'] = wl($remote, array('do' => 'export_xhtmlbody'), true);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md286 …llChecker/ckeditor-plugin-wsc/issues/46): Fixed: Editing is blocked when remote spell checker serv…
/plugin/ckgedit/lang/en/
H A Dscayt.txt1 …sers with private wikis who may feel anxious having their data sent to a remote server. When set t…
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 … \"qme qmsg query queryn quit raw reload remini remote remove rename renw…
H A Dperl.min.js.map1 … connect :1, // - connect to a remote socket\n …
H A Dsas.min.js.map1 … ranks rannor ranpoi rantbl rantri ranuni rcorr read recfm register regr remote remove rename repe…
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md92 - Experimental W3C WebDriver protocol support. The protocol will be used automatically when remote end (like Geckodriver, newer Chromedriver etc.) supports it.
93 - `getStatus()` method of `RemoteWebDriver` to get information about remote-end readiness to create new sessions.
122 - Stop sending null values in Cookie object, which is against the protocol and may cause request to remote ends to fail.
161 - Added `getCapabilities()` method of `RemoteWebDriver`, to retrieve actual capabilities acknowledged by the remote driver on startup.
188 - Added initial support of remote Microsoft Edge browser (but starting local EdgeDriver is still not supported).
H A DREADME.md50 ### 1. Start server (aka. remote end)
52 To control a browser, you need to start a *remote end* (server), which will listen to the commands sent
/plugin/csv/_test/
H A Davengers.csv34 …casta a mindless husk."" Return 1: ""Ultron later revived Jocasta with a remote link activating th…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js497 var remote = (file != null) ? this.compressReportData(
504 ((remote != null) ? ('\n\nRemote:\n' + remote) : ''), null, 70000);
H A DEditor.js2655 var remote = src.substring(0, 7) == 'http://' || src.substring(0, 8) == 'https://';
2657 if (remote && !navigator.onLine)
2661 else if (remote && src.substring(0, converter.baseUrl.length) != converter.baseUrl &&

12345