Home
last modified time | relevance | path

Searched refs:_SERVER (Results 351 – 375 of 667) sorted by path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-text.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox-text';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dtestdox-xml.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = '--testdox-xml';
8 $_SERVER['argv'][4] = 'php://stdout';
9 $_SERVER['argv'][5] = 'StatusTest';
10 $_SERVER['argv'][6] = __DIR__ . '/../_files/StatusTest.php';
H A Dtestdox.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php262 $this->assertEquals('bar', $_SERVER['foo']);
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php60 if (PHP_SAPI == 'cli' && isset($_SERVER['_'])) {
61 if (strpos($_SERVER['_'], 'phpunit') !== false) {
62 $file = file($_SERVER['_']);
70 } elseif (strpos(basename($_SERVER['_']), 'php') !== false) {
71 self::$binary = escapeshellarg($_SERVER['_']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
/plugin/fksnewsfeed/
H A Daction.php172 header('Location: ' . $_SERVER['REQUEST_URI']);
202 header('Location: ' . $_SERVER['REQUEST_URI']);
211 header('Location: ' . $_SERVER['REQUEST_URI']);
229 header('Location: ' . $_SERVER['REQUEST_URI']);
/plugin/fksnewsfeed/admin/
H A Dpush.php51 header('Location: ' . $_SERVER['REQUEST_URI']);
/plugin/fontcolor/images/
H A Dcolor-icon.php3 $isSameHost = strcasecmp($_SERVER['HTTP_HOST'], parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST)) …
/plugin/footer/
H A Daction.php229 if($_SERVER['REMOTE_USER']) $newkey = $_SERVER['REMOTE_USER'];
/plugin/forcessllogin/
H A Daction.php90 $path = $_SERVER['REQUEST_URI'];
/plugin/freechat/phpfreechat/misc/
H A Dcreatewebinstaller.php3 $version = isset($_SERVER["argv"][1]) ? $_SERVER["argv"][1] : file_get_contents(dirname(__FILE__)."…
/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php46 $ip = ( $c->get_ip_from_xforwardedfor && isset($_SERVER["HTTP_X_FORWARDED_FOR"])) ?
47 $_SERVER["HTTP_X_FORWARDED_FOR"] :
48 $_SERVER["REMOTE_ADDR"];
H A Ddebug.class.php30 $msg .= var_export($_SERVER, true);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php677 $this->_query_string = isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '' ?
678 '?'.$_SERVER['QUERY_STRING'] :
H A Dpfctools.php59 else if (isset($_SERVER['PATH_TRANSLATED']) &&
60 file_exists($_SERVER['SCRIPT_FILENAME'])) // check for a cgi configurations
62 $sf = $_SERVER['PATH_TRANSLATED'];
64 else if (isset($_SERVER['SCRIPT_FILENAME'])&&
65 file_exists($_SERVER['SCRIPT_FILENAME'])) // for non-cgi configurations
67 $sf = $_SERVER['SCRIPT_FILENAME'];
73 print_r($_SERVER);
99 if (isset($_SERVER["WINDIR"]) || isset($_SERVER["windir"])) {
/plugin/gemini/
H A Dcli.php98 global $_SERVER;
99 $_SERVER['SERVER_ADDR'] = $interface;
100 $_SERVER['SERVER_PORT'] = $port;
101 $_SERVER['SERVER_PROTOCOL'] = 'gemini';
102 $_SERVER['REQUEST_SCHEME'] = 'gemini';
103 $_SERVER['HTTPS'] = 'on';
169 global $_SERVER;
170 $_SERVER['HTTP_HOST'] = $url_elems['host'];
171 $_SERVER['SERVER_NAME'] = $url_elems['host'];
172 $_SERVER['REMOTE_ADDR'] = explode(':', $peername)[0];
[all …]
H A Drenderer.php274 $url = '//' . $_SERVER['HTTP_HOST'] . '/' . $id;
408 $src = '//' . $_SERVER['HTTP_HOST'] . '/_media/' . $src;
/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/geogebra/syntax/
H A Dgeogebrafile.php236 $user = $_SERVER['REMOTE_USER'];
/plugin/geonav/tpl/startermap/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE…
69 if (!empty($_SERVER['REMOTE_USER'])) {
H A Dtpl_functions.php50 if (empty($_SERVER['REMOTE_USER'])) return;
53 $userPage = str_replace('@USER@', $_SERVER['REMOTE_USER'], $userPage);
114 !empty($_SERVER['REMOTE_USER']) ? 'loggedIn' : '',
/plugin/git/action/
H A Dalertcommited.php28 if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
30 if ($_SERVER["SERVER_PORT"] != "80") {
31 $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
33 $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
H A Dalertupstreamchanges.php26 if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
28 if ($_SERVER["SERVER_PORT"] != "80") {
29 $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
31 $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
/plugin/git/lib/
H A DGit.php16 if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) die('Bad load order');

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