Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 659) sorted by last modified time

12345678910>>...27

/plugin/twofactor/
H A Dadmin.php44 if ($userdel == $INPUT->server->str('REMOTE_USER')) {
H A DManager.php131 $this->user = $INPUT->server->str('REMOTE_USER');
323 if($INPUT->server->has('HTTP_SEC_FETCH_DEST') && $INPUT->server->str('HTTP_SEC_FETCH_DEST') !== 'document'){
/plugin/twofactor/action/
H A Dlogin.php142 if (basename($INPUT->server->str('SCRIPT_NAME')) == DOKU_SCRIPT) return;
148 $INPUT->server->remove('REMOTE_USER');
H A Dprofile.php40 if (!$INPUT->server->has('REMOTE_USER')) return;
72 if (!$INPUT->server->has('REMOTE_USER')) {
78 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/dbquery/
H A Dhelper.php133 ':user' => $INPUT->server->str('REMOTE_USER'),
/plugin/siteexport/
H A DREADME.md135 If you have CLI access (terminal or whatever) and cron access to your server, you can add the <code…
/plugin/linkback/exe/
H A Dtrackback.php4 * Trackback server for use with the DokuWiki Linkback Plugin.
183 $server = new TrackbackServer(); variable
H A Dpingback.php4 * Pingback server for use with the DokuWiki Linkback Plugin.
196 $server = new PingbackServer(); variable
/plugin/linkback/
H A Dhttp.php60 $server = $uri['host'];
75 $server = $this->proxy_host;
87 $server = 'ssl://' . $server;
112 $socket = @ fsockopen($server, $port, $errno, $errstr, $this->timeout);
115 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
177 // check server status code to follow redirect
/plugin/structpublish/helper/
H A Ddb.php110 $userId = $args[1] ?? $INPUT->server->str('REMOTE_USER');
135 $userId = $INPUT->server->str('REMOTE_USER');
/plugin/struct/meta/
H A DSchema.php303 if ($INPUT->server->str('REMOTE_USER') === '') return false;
305 return auth_isMember($this->config['allowed editors'], $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
H A DSearchConfig.php133 $INPUT->server->str('REMOTE_USER'),
/plugin/struct/action/
H A Dcache.php109 $cache->key .= ';' . $INPUT->server->str('REMOTE_USER');
H A Dinline.php271 $INPUT->server->str('REMOTE_USER') &&
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/shell/lang/en/
H A Dhelp.txt1server the wiki is running on. It is useful for debugging and maintenance, but can also be used to…
3 In addition to what the server's shell can do, you can also use the following commands:
5 …* ''download <file>'' - Download a file from the server. The file will be sent to your browser, so…
6 …* ''upload <file>'' - Upload a file to the server. Your browser will ask you for a file to upload …
9 …ot a real interactive shell. It is a web page that sends commands to the server and displays the o…
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md10 increase when GEOS is installed on the server. When GEOS is installed, geoPHP also becomes
/plugin/acknowledge/
H A Daction.php148 $user = $INPUT->server->str('REMOTE_USER');
/plugin/acknowledge/syntax/
H A Dlisting.php73 $user = $INPUT->server->str('REMOTE_USER');
/plugin/photogallery/phpThumb/
H A DREADME.md9 otherwise low-color and simple resizing is used. Source image can be a physical file on the server
11 … GIFutil class by Fabien Ezber. AntiHotlinking feature prevents other people from using your server
12 …e their thumbnails, or link to your images from another server. The cache feature reduces server l…
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt15 your config file and server configuration and warn of any
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt172 * Debug now shows server software version
175 installed on server (thanks kevinmØbuenacg*com)
293 * Bugfix: remote images not found if server returned 302
515 - server software
909 * Bugfix: off-server thumbnail error message was wrong
1088 prevents linking to thumbnails on your server from
1103 match the domain of the server (designed to prevent
1288 directory on your server (Safe Mode restrictions etc)
1358 configuration settings. Due to various server-level
H A Dphpthumb.faq.txt25 Q: phpThumb doesn't work as expected, and it may be a server
27 A: Please run /demo/demo.check.php to find out how your server
50 and ImageMagick is not installed on the server. The PHP memory
56 permission on your server to do so), or (better yet) install
57 ImageMagick on the server and that will bypass the memory limit
187 Q: "Off-server thumbnailing is not allowed" -- how do I enable it?
195 To disable off-server thumbnail blocking, just set:
227 place them outside DOCUMENT_ROOT on your server (as long as
250 images (not on my server). How can I make it go faster?
342 Q: Can I use source images from (same or another) server that uses
[all …]
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
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt267 Corresponding Source from a network server at no charge.
280 copy the object code is a network server, the Corresponding Source
281 may be on a different server (operated by you or a third party)
284 Corresponding Source. Regardless of what server hosts the
502 publicly available network server or other readily accessible means,

12345678910>>...27