Home
last modified time | relevance | path

Searched refs:server (Results 26 – 50 of 58) sorted by relevance

123

/dokuwiki/inc/
H A DMailer.class.php46 $server = parse_url(DOKU_URL, PHP_URL_HOST);
47 if (strpos($server, '.') === false) $server .= '.localhost';
49 $this->partid = substr(md5(uniqid(random_int(0, mt_getrandmax()), true)), 0, 8) . '@' . $server;
52 $listid = implode('.', array_reverse(explode('/', DOKU_BASE))) . $server;
55 $messageid = uniqid(random_int(0, mt_getrandmax()), true) . "@$server";
64 $this->setHeader('X-DokuWiki-User', $INPUT->server->str('REMOTE_USER'));
66 $this->setHeader('X-DokuWiki-Server', $server);
667 'BROWSER' => $INPUT->server->str('HTTP_USER_AGENT'),
672 'USER' => $INPUT->server
[all...]
H A Dpageutils.php46 $request = $INPUT->server->str('REQUEST_URI');
56 PhpString::basename($INPUT->server->str('SCRIPT_FILENAME'));
57 } elseif ($INPUT->server->str('PATH_INFO')) {
58 $request = $INPUT->server->str('PATH_INFO');
59 } elseif ($INPUT->server->str('SCRIPT_NAME')) {
60 $script = $INPUT->server->str('SCRIPT_NAME');
61 } elseif ($INPUT->server->str('DOCUMENT_ROOT') && $INPUT->server->str('SCRIPT_FILENAME')) {
63 '/^' . preg_quote($INPUT->server->str('DOCUMENT_ROOT'), '/') . '/',
65 $INPUT->server
[all...]
H A Dtoolbar.php270 $sig = str_replace('@USER@', $INPUT->server->str('REMOTE_USER'), $sig);
H A Dmail.php57 $replace['@USER@'] = $INPUT->server->str('REMOTE_USER', 'noreply', true);
H A Ddeprecated.php583 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
586 parent::__construct($server, $path, $port, $timeout, $timeout_io);
598 public function __construct($server, $path = false, $port = 80)
601 parent::__construct($server, $path, $port);
581 __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() argument
596 __construct($server, $path = false, $port = 80) global() argument
H A Dchangelog.php75 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
133 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
H A Dinfoutils.php283 $INPUT->server->str('REMOTE_USER'),
356 msg("Your server's clock seems to be out of sync!
357 Consider configuring a sync with a NTP server. Diff: {$diff}s");
/dokuwiki/lib/plugins/authad/
H A Dauth.php12 * This makes authentication with a Active Directory server much easier
103 if (!empty($INPUT->server->str('REMOTE_USER'))) {
106 $INPUT->server->set(
108 iconv($this->getConf('sso_charset'), 'UTF-8', $INPUT->server->str('REMOTE_USER'))
110 } elseif (!Clean::isUtf8($INPUT->server->str('REMOTE_USER'))) {
111 $INPUT->server->set('REMOTE_USER', utf8_encode($INPUT->server->str('REMOTE_USER')));
116 $INPUT->server->set('REMOTE_USER', $this->cleanUser($INPUT->server->str('REMOTE_USER')));
120 $INPUT->set('u', $INPUT->server
[all...]
/dokuwiki/inc/parser/
H A Dcode.php34 if (strpos($INPUT->server->str('HTTP_USER_AGENT'), 'Windows') !== false) {
/dokuwiki/inc/HTTP/
H A DHTTPClient.php181 $server = $uri['host'];
191 $server = $this->proxy_host;
205 $this->error = 'This PHP version does not support SSL - cannot connect to server';
207 $server = 'ssl://' . $server;
247 $connectionId = $this->uniqueConnectionId($server, $port);
257 $socket = @fsockopen($server, $port, $errno, $errstr, $this->timeout);
260 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
289 // connection token to a proxy server. We still do keep the connection the
353 // check server statu
868 uniqueConnectionId($server, $port) global() argument
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php38 'Returns a struct describing the XML-RPC specifications supported by this server'
44 'Returns an array of available methods on this server'
71 'server error. requested method "' . $this->message->methodName . '" not specified.');
79 return new Error(-32602, 'server error. wrong number of method parameters');
120 return new Error(-32602, 'server error. invalid method parameters');
130 return new Error(-32601, 'server error. requested method "' . $method . '" not specified.');
/dokuwiki/inc/Menu/
H A DMobileMenu.php68 if ($INPUT->server->str('REMOTE_USER')) {
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php125 $user = $INPUT->server->str('REMOTE_USER');
263 if (!$self && $user == $INPUT->server->str('REMOTE_USER')) {
/dokuwiki/inc/Input/
H A DInput.php21 public $server;
38 $this->server = new Server();
22 public $server; global() variable in dokuwiki\\Input\\Input
/dokuwiki/inc/Action/
H A DSearch.php42 parse_str($INPUT->server->str('QUERY_STRING'), $urlParts);
/dokuwiki/inc/File/
H A DPageFile.php129 $is_minor_change = ($minor && $conf['useacl'] && $INPUT->server->str('REMOTE_USER'));
204 'user' => $INPUT->server->str('REMOTE_USER'),
/dokuwiki/lib/plugins/authldap/
H A Dauth.php52 * to the LDAP server
81 ['user' => $user, 'server' => $this->getConf('server')]
87 ['user' => $user, 'server' => $this->getConf('server')]
192 $info['server'] = $this->getConf('server');
193 $this->debug('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__);
534 * Opens a connection to the configured LDAP server and sets the wanted
551 $servers = explode(',', $this->getConf('server'));
[all...]
/dokuwiki/
H A Dfeed.php40 $INPUT->server->str('REMOTE_USER'),
41 $INPUT->server->str('HTTP_HOST'),
42 $INPUT->server->str('SERVER_PORT')
H A D.htaccess.dist41 ## rules if your server setup allows HTTPS.
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js42 // Replace server-side written pluses with spaces.
/dokuwiki/inc/Ui/
H A DUserProfile.php
H A DEditor.php127 if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
/dokuwiki/vendor/geshi/geshi/
H A DBUGS17 making some sort of "cache" effect to speed things up and reduce server load.
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown29 server for required settings.
48 2. Make sure that the cache folder inside of the demo folder is server-writable.

123