Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 101) sorted by last modified time

12345

/plugin/linkback/
H A Dtools.php128 $remote = $_SERVER['REMOTE_ADDR'];
137 'ip' => $remote,
/plugin/openlayersmap/lang/es/
H A Dsettings.php34 $lang['optionStaticMapGenerator'] = 'FIXME (translate)- Local or remote static map compiler. <b>Using \'local\' fails when the server can\'t go on the internet.</b>';
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/lang/ru/
H A Dsettings.php33 $lang['optionStaticMapGenerator'] = 'Локальное (local) или удалённое (remote) хранилище статических карт. <b>Локальное хранилище не будет работать, если сервер не подключён к интернету.</b>';
/plugin/openlayersmap/lang/en/
H A Dsettings.php32 $lang['optionStaticMapGenerator'] = 'Local or remote static map compiler. <b>Using \'local\' fails when the server can\'t go on the internet.</b>';
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt40 * [bugfix: G18] fopen() fails when using remote images from SSL
140 generate thumbnails for remote (http) images but work locally
292 remote image sources (thanks chrisØgorillachicago*com)
293 * Bugfix: remote images not found if server returned 302
801 reported as such for remote images
970 * Bugfix: Added datestamp to cached filenames for remote
H A Dphpthumb.faq.txt252 // if true, remote source images will not be checked for modification date and
H A Dphpthumb.readme.txt88 remote files.
564 remote files. For example:
576 the source file changes, but remote/database files
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default88 $PHPTHUMB_CONFIG['cache_source_filemtime_ignore_remote'] = true; // if true, remote source images …
221 // * HTTP remote file opening settings
/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/gitbacked/lib/
H A DGit.php101 …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/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md15 * Improve debugging of remote content issues (@ribeirobreno)
31 * Added `curlExecutionTimeout` configuration variable allowing to `CURLOPT_TIMEOUT` when fetching remote content
/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/fastwiki/
H A 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/authdrupal8/
H A Dpassword.inc216 * or remote database.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D64b9baa6d7556b960b29698f3383aa31.asciidoc8 'remote' => [
H A D7f697eb436dfa3c30dfe610d8c32d132.asciidoc8 'remote' => [
H A D36b2778f23d0955255f52c075c4d213d.asciidoc8 'remote' => [
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst37 streams that can be filled by a remote source (e.g., an event-loop). If a
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc98 $params['body'] = (array) the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index (Required)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md386 * Elastica\Reindex missing options (script, remote, wait_for_completion, scroll...)
/plugin/achart/
H A DREADME.md49 ### Data from a remote file
/plugin/ckgedit/ckeditor/
H A DCHANGES.md286 …llChecker/ckeditor-plugin-wsc/issues/46): Fixed: Editing is blocked when remote spell checker serv…

12345