Home
last modified time | relevance | path

Searched refs:_SERVER (Results 176 – 200 of 667) sorted by relevance

12345678910>>...27

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2137-no_filter.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2137Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2137/Issue2137Test.php';
/plugin/genericsso/
H A Dauth.php102 $_SERVER['REMOTE_USER'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
114 $_SERVER['REMOTE_USER'] = $user;
120 if(!array_key_exists($this->conf['emailAttribute'], $_SERVER)) return null;
121 $mail = $_SERVER[$this->conf['emailAttribute']];
138 … header('Location: '.str_replace('{target}', $_SERVER['HTTP_REFERER'], $this->conf['logoutURL']));
/plugin/combo/ComboStrap/
H A DPluginUtility.php473 if (array_key_exists("DOCUMENT_URI", $_SERVER)) {
474 $scriptPath = $_SERVER["DOCUMENT_URI"];
476 if ($scriptPath == null && array_key_exists("SCRIPT_NAME", $_SERVER)) {
477 $scriptPath = $_SERVER["SCRIPT_NAME"];
636 if (isset($_SERVER['REQUEST_TIME_FLOAT'])) {
638 $requestTime = $_SERVER['REQUEST_TIME_FLOAT'];
641 $requestTime = $_SERVER['REQUEST_TIME'];
646 return $keyPrefix . hash('crc32b', $_SERVER['REMOTE_ADDR'] . $_SERVER['REMOTE_PORT'] . $requestTime . $ID);
1023 global $_SERVER;
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue578Test';
7 $_SERVER['argv'][3] = __DIR__ . '/578/Issue578Test.php';
/plugin/siteexport/exe/
H A Dsiteexportmanager.php25 …$path = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, dirname(parse_url($_SERVER['REQUEST_URI…
39 $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_REFERER'];
/plugin/linkback/exe/
H A Dpingback.php76 $ID = substr($_SERVER['PATH_INFO'], 1);
160 'submitter_ip' => $_SERVER['REMOTE_ADDR'],
161 'submitter_useragent' => $_SERVER['HTTP_USER_AGENT'],
162 'submitter_referer' => $_SERVER['HTTP_REFERER'],
172 $ID = substr($_SERVER['PATH_INFO'], 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dassertion.phpt18 $_SERVER['argv'][1] = '--no-configuration';
19 $_SERVER['argv'][2] = 'AssertionExampleTest';
20 $_SERVER['argv'][3] = __DIR__ . '/../_files/AssertionExampleTest.php';
H A Dexception-stack.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'ExceptionStackTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/ExceptionStackTest.php';
/plugin/userpage/
H A Daction.php31 $userPage = str_replace('@USER@', $_SERVER['REMOTE_USER'], $userPage);
59 if (empty($_SERVER['REMOTE_USER'])) return false;
83 if (empty($_SERVER['REMOTE_USER'])) return false;
/plugin/autologoff/
H A Dhelper.php75 if(!isset($_SERVER['REMOTE_USER'])) return 0;
81 $info = $auth->getUserData($_SERVER['REMOTE_USER']);
88 if(!auth_isMember($usergroup, $_SERVER['REMOTE_USER'], (array) $groups)) continue;
/plugin/ssocas/
H A Daction.php72 …$log = $t."\t".strftime($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['REMOTE_US…
133 $_SERVER['REMOTE_USER'] = $casuser;
166 if ((isset($_SERVER['REMOTE_USER'])) && ($_SESSION[DOKU_COOKIE]['auth']['pass'] == 'CAS')) {
199 if ((isset($_SERVER['REMOTE_USER'])) && ($_SESSION[DOKU_COOKIE]['auth']['pass'] == 'CAS')) {
/plugin/farm/
H A Daction.php101 …if(isset($_SERVER['REMOTE_USER']) && !empty($_SERVER['REMOTE_USER'])) if($ls == 'edits' || $ls == …
103 …if(isset($_SERVER['REMOTE_USER']) && !empty($_SERVER['REMOTE_USER'])) if($toobig) echo '<div class…
115 if($farmconf['virtual'] && ($_SERVER['HTTP_HOST'] != $farmconf['farmerhost'])) {
/plugin/siteexport/
H A Dpreload.php31 …} else if (preg_match("/(js|css)\.php$/", $_SERVER['SCRIPT_NAME']) && isset($_SERVER['HTTP_REFERER…
36 $url = parse_url($_SERVER['HTTP_REFERER']);
85 if (!preg_match("/(js|css)\.php$/", $_SERVER['SCRIPT_NAME'])) {
94 $_SERVER['HTTP_HOST'] = 'siteexport.js'; // fake everything in here
/plugin/html2pdf/html2pdf/html2ps/
H A Dindex.php3 $host = $_SERVER['HTTP_HOST'];
5 preg_match("#^(.*)/[^/]*$#", $_SERVER['REQUEST_URI'], $matches);
/plugin/referrers/
H A Dcode.php17 global $_SERVER;
54 if (isset($_SERVER['HTTP_USER_AGENT'])) {
55 $UA = $_SERVER['HTTP_USER_AGENT'];
/plugin/authhttp/
H A Dauth.php50 if (!array_key_exists('PHP_AUTH_USER', $_SERVER) || $_SERVER['PHP_AUTH_USER'] == "") {
99 return ($user == $this->cleanUser($_SERVER['PHP_AUTH_USER']) && $pass == $_SERVER['PHP_AUTH_PW']);
/plugin/farm/install/
H A Dpreload.php54 $host = $_SERVER['HTTP_HOST'];
61 …$p = isset($_SERVER['HTTPS']) ? ((!preg_match('`off`i', $_SERVER['HTTPS']) && $_SERVER['HTTPS']) ?…
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php25 …, realpath(__FILE__))) ? getenv('DOCUMENT_ROOT') : str_replace(dirname(@$_SERVER['PHP_SELF']), '',…
72 …echo '<a href="'.htmlentities($_SERVER['PHP_SELF'].'?dir='.urlencode($_REQUEST['dir'].'/..'), ENT_…
78 …echo '<li><a href="'.htmlentities($_SERVER['PHP_SELF'].'?dir='.urlencode(@$_REQUEST['dir'].'/'.$fo…
89 …echo '<a title="'.htmlentities($alt, ENT_QUOTES).'" href="'.$_SERVER['PHP_SELF'].'?dir='.htmlentit…
/plugin/botbouncer/conf/
H A Ddefault.php9 $conf['akismetblogurl'] = $_SERVER['HTTP_HOST'];
15 $conf['whitelist'] = $_SERVER['REMOTE_ADDR'];
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php3 if ( !isset( $_SERVER ) ) {
4 $_SERVER = $HTTP_SERVER_VARS ; variable
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php3 if ( !isset( $_SERVER ) ) {
4 $_SERVER = $HTTP_SERVER_VARS ; variable
/plugin/schulzevote/
H A Dhelper.php84 $this->votes[] = array('user' => $_SERVER['REMOTE_USER'], 'data' => $data);
107 if ($vote['user'] === $_SERVER['REMOTE_USER'])
211 if ($vote['user'] === $_SERVER['REMOTE_USER']) {
221 if ($vote['user'] === $_SERVER['REMOTE_USER']) {
231 $vote_this = array('user' => $_SERVER['REMOTE_USER'], 'data' => array());
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php84 $challenge->set('realm', $options['realm'] ?? $_SERVER['USERDOMAIN'] ?? gethostname());
239 if (isset($_SERVER['USERNAME'])) {
240 return $_SERVER['USERNAME'];
241 } elseif (isset($_SERVER['USER'])) {
242 return $_SERVER['USER'];
/plugin/linkprefix/
H A Drenderer.php30 …_domain') == 1 && strtolower(parse_url($url, PHP_URL_HOST)) == strtolower($_SERVER["HTTP_HOST"])) {
35 $protocol = ($_SERVER["HTTPS"]) ? "https" : "http";
38 $url = $protocol . "://" . $_SERVER["HTTP_HOST"] . $this->getConf('prefix') . $url;
/plugin/googleanalytics/
H A Daction.php55 if ($this->getConf('dont_count_users') && $_SERVER['REMOTE_USER']) {
61 if ($this->getConf('track_users') && $_SERVER['REMOTE_USER']) {
62 … $options['userId'] = md5(auth_cookiesalt() . 'googleanalytics' . $_SERVER['REMOTE_USER']);

12345678910>>...27