Home
last modified time | relevance | path

Searched refs:server (Results 376 – 400 of 659) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst29 information on a production server).
/plugin/simplemysqlclient/
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php213 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/userpagecreate/
H A Daction.php35 $user = $INPUT->server->str('REMOTE_USER');
/plugin/issuelinks/admin/
H A Drepoadmin.php148 … $reconfigureURL = $INPUT->server->str('REQUEST_URI') . '&reconfigureService=' . $serviceID;
/plugin/embeddedphp/
H A DREADME9 Embedded PHP code can do ANYTHING that the server PHP environment
/plugin/struct/meta/
H A DSearchConfig.php133 $INPUT->server->str('REMOTE_USER'),
/plugin/socialshareprivacy2/JC/
H A DREADME.md101 Requires Node. Startup server:
103 $ node test/server.js
/plugin/combo/
H A Dcli.php36 * The memory of the server 128 is not enough
131 "The http host name of your server. This value is used by dokuwiki in the rendering cache key",
138 "The http host port of your server. This value is used by dokuwiki in the rendering cache key",
262 $INPUT->server->set('REMOTE_USER', "cli");
319 $INPUT->server->set('REMOTE_USER', "cli");
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md33 Known server caveats
37 server such as nginx (php-fpm) or Apache is recommended.
/plugin/statistics/inc/
H A DBrowscap.php400 * @param string $server Proxy server/host
408 public function addProxySettings($server, $port = 3128, $wrapper = 'http', $username = null, $password = null) argument
411 'proxy' => sprintf('tcp://%s:%d', $server, $port),
785 * @param string $url the url of the remote server
1015 throw new Exception('Your server can\'t connect to external resources. Please update the file manually.');
/plugin/feed/
H A Dfeed.php46 $cache = getCacheName($plugin . $fn . $ns . $num . $other . $type . $INPUT->server->str('REMOTE_USE…
/plugin/newpagetemplate/
H A Dadmin.php29 $user = $INPUT->server->str('REMOTE_USER', 'none');
/plugin/oauth/
H A Dauth.php221 $url = $farmer->getAnimalURL($animal) . '/doku.php?' . $INPUT->server->str('QUERY_STRING');
/plugin/templatepagename/
H A DREADME.md13 editable online in the wiki, only by server admins via the file system.
/plugin/countdown/
H A DChangeLog17 * syntax.php: Beta support for notifying the server's wall time.
/plugin/vshare/syntax/
H A Dvideo.php217 $url = str_replace('@DOMAIN@', rawurlencode($INPUT->server->str('HTTP_HOST')), $url);
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt15 your config file and server configuration and warn of any
/plugin/linkback/exe/
H A Dpingback.php4 * Pingback server for use with the DokuWiki Linkback Plugin.
196 $server = new PingbackServer(); variable
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php200 $server = new Server('Linux', '127.0.0.1', 'home');
201 $em->persist($server);
/plugin/quickstats/lang/nl/
H A Dquery.txt49 …d wordt overschreden wordt een "timed out" boodschap getoond. Indien de server niet is ingesteld …
51 60 seconden. Indien de server is ingesteld op safemode en je toegang hebt tot php.ini, kan de waar…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php22 * Client to connect the the elasticsearch server.
201 * Uses _bulk to send documents to the server.
234 * Uses _bulk to send documents to the server.
524 * Makes calls to the elasticsearch server based on this index.
572 * Makes calls to the elasticsearch server with usage official client Endpoint.
673 foreach ($servers as $server) {
674 $connections[] = Connection::create($this->_prepareConnectionParams($server));
697 * Creates a Connection params array from a Client or server config array.
/plugin/ssocas/
H A Daction.php46 if ($this->getConf('server') != '') {
/plugin/backup/
H A DCHANGELOG.md31 - [BT-42] - If a user is running on a Windows-based server, we now alert the user that there may be…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt27 Source image can be a physical file on the server or can be retrieved from
31 AntiHotlinking feature prevents other people from using your server to
32 resize their thumbnails, or link to your images from another server. The
33 cache feature reduces server load.
53 2) unzip to a location of your choice on your server, putting it in its
56 4) edit phpThumb.config.php as needed to suit your server configuration.
58 * most other values are auto-detected, but your particular server config
62 5) Check your server configuration by opening
167 if ImageMagick is available on the server.
609 Run /demo/phpThumb.demo.check.php to examine your server

1...<<11121314151617181920>>...27