Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 58) sorted by relevance

123

/dokuwiki/lib/exe/
H A Dxmlrpc.php14 $server = new XmlRpcServer(true);
16 $server->serve();
18 $server->error($e->getCode(), $e->getMessage());
13 $server = new XmlRpcServer(true); global() variable
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php17 protected $server; variable in IXR\\Client\\Client
38 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument
42 $bits = parse_url($server);
43 $this->server = $bits['host'];
56 $this->server = $server;
76 $this->headers['Host'] = $this->server;
95 $fp = fsockopen($this->server, $this->port, $errno, $errstr, $this->timeout);
101 $fp = fsockopen($this->server, $this->port, $errno, $errstr);
H A DClientMulticall.php14 public function __construct($server, $path = false, $port = 80) argument
16 parent::__construct($server, $path, $port);
H A DClientSSL.php52 * @param string $server URL of the Server to connect to
55 public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = null) argument
57 parent::__construct($server, $path, $port, $timeout, $timeout_io);
68 * Set the client side certificates to communicate with the server.
142 $curl = curl_init('https://' . $this->server . $this->path);
/dokuwiki/inc/Remote/IXR/
H A DClient.php24 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
26 parent::__construct($server, $path, $port, $timeout, $timeout_io);
29 $this->posturl = $server;
31 $this->posturl = 'http://' . $server . ':' . $port . $path;
25 __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() argument
/dokuwiki/inc/Cache/
H A DCacheParser.php31 parent::__construct($file . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT'), '.' . $mode);
/dokuwiki/inc/Menu/Item/
H A DProfile.php18 if (!$INPUT->server->str('REMOTE_USER')) {
H A DRegister.php18 if ($INPUT->server->str('REMOTE_USER')) {
H A DResendpwd.php18 if ($INPUT->server->str('REMOTE_USER')) {
H A DSubscribe.php18 if (!$INPUT->server->str('REMOTE_USER')) {
H A DRevert.php20 if (!$REV || !$INFO['writable'] || $INPUT->server->str('REMOTE_USER') === '') {
H A DLogin.php20 if ($INPUT->server->has('REMOTE_USER')) {
/dokuwiki/inc/Action/
H A DAbstractUserAction.php21 if ($INPUT->server->str('REMOTE_USER') === '') {
H A DLogin.php28 if ($INPUT->server->has('REMOTE_USER')) {
H A DSubscribe.php88 $ok = $subManager->remove($target, $INPUT->server->str('REMOTE_USER'), $style);
90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style);
170 $INPUT->server->str('REMOTE_USER'),
H A DDenied.php33 if (empty($INPUT->server->str('REMOTE_USER')) && actionOK('login')) {
H A DLogout.php44 if ($lockedby == $INPUT->server->str('REMOTE_USER')) {
/dokuwiki/inc/
H A Dfarm.php74 $server = explode('.', implode('.', array_reverse(explode(':', rtrim($_SERVER['HTTP_HOST'], '.')))));
76 for ($j = count($server); $j > 0; $j--) {
77 $dir = implode('.', array_slice($server, -$j)) . implode('.', array_slice($uri, 0, $i));
H A Dcommon.php111 $user = $INPUT->server->str('REMOTE_USER');
129 if (!$INPUT->server->str('REMOTE_USER')) return true; // no logged in user, no need for a check
175 if ($INPUT->server->has('REMOTE_USER')) {
178 $info['client'] = $INPUT->server->str('REMOTE_USER');
189 $info['userinfo']['name'] = $INPUT->server->str('REMOTE_USER');
480 strpos($INPUT->server->str('SERVER_SOFTWARE'), 'Microsoft-IIS') === false
765 $data['userinfo']['ip'] = $INPUT->server->str('REMOTE_ADDR');
766 if ($INPUT->server->str('REMOTE_USER')) {
767 $data['userinfo']['user'] = $INPUT->server->str('REMOTE_USER');
799 $ip[] = $INPUT->server
[all...]
H A Dhttputils.php35 $if_modified_since = $INPUT->server->filter('stripslashes')->str('HTTP_IF_MODIFIED_SINCE', false);
36 $if_none_match = $INPUT->server->filter('stripslashes')->str('HTTP_IF_NONE_MATCH', false);
109 if (!$INPUT->server->has('HTTP_RANGE')) {
113 $t = explode('=', $INPUT->server->str('HTTP_RANGE'));
214 * HTTP headers. If a useable cache is present, it is passed to the web server
340 $server_protocol = $INPUT->server->str('SERVER_PROTOCOL', false);
H A Dauth.php79 $header = $INPUT->server->str('HTTP_AUTHORIZATION') ?: $INPUT->server->str('REDIRECT_HTTP_AUTHORIZATION');
86 if (!$INPUT->str('u') && empty($_COOKIE[DOKU_COOKIE]) && !empty($INPUT->server->str('PHP_AUTH_USER'))) {
87 $INPUT->set('u', $INPUT->server->str('PHP_AUTH_USER'));
88 $INPUT->set('p', $INPUT->server->str('PHP_AUTH_PW'));
151 if (!$INPUT->server->has('REMOTE_USER')) continue;
153 $id = str_replace('%USER%', cleanID($INPUT->server->str('REMOTE_USER')), $id);
154 $rest = str_replace('%USER%', auth_nameencode($INPUT->server->str('REMOTE_USER')), $rest);
195 $header = $INPUT->server->str('HTTP_AUTHORIZATION');
215 $INPUT->server
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt6 desc Provides user authentication against an LDAP server
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php31 $server = parse_url(DOKU_URL, PHP_URL_HOST);
32 $listid = implode('.', array_reverse(explode('/', DOKU_BASE))) . $server;
H A DBulkSubscriptionSender.php43 $olduser = $INPUT->server->str('REMOTE_USER');
62 $INPUT->server->set('REMOTE_USER', $user);
89 ($INPUT->server->str('REMOTE_USER') === $rev['user'] ||
126 $INPUT->server->set('REMOTE_USER', $olduser);
/dokuwiki/inc/Action/Exception/
H A DActionException.php38 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {

123