Home
last modified time | relevance | path

Searched refs:_SERVER (Results 151 – 175 of 667) sorted by relevance

12345678910>>...27

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1374.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1374Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1374/Issue1374Test.php';
H A D2158.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2158Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2158/Issue2158Test.php';
H A D1437.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1437Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1437/Issue1437Test.php';
H A D1471.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1471Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1471/Issue1471Test.php';
H A D1472.phpt12 $_SERVER['argv'][1] = '--no-configuration';
13 $_SERVER['argv'][2] = 'Issue1472Test';
14 $_SERVER['argv'][3] = __DIR__ . '/1472/Issue1472Test.php';
H A D2731.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2731Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2731/Issue2731Test.php';
H A D433.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue433Test';
8 $_SERVER['argv'][3] = __DIR__ . '/433/Issue433Test.php';
H A D873-php5.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = 'Issue873Test';
13 $_SERVER['argv'][3] = __DIR__ . '/873/Issue873Test.php';
H A D873-php7.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = 'Issue873Test';
13 $_SERVER['argv'][3] = __DIR__ . '/873/Issue873Test.php';
H A D581.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue581Test';
8 $_SERVER['argv'][3] = __DIR__ . '/581/Issue581Test.php';
H A D765.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue765Test';
8 $_SERVER['argv'][3] = __DIR__ . '/765/Issue765Test.php';
H A D503.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue503Test';
8 $_SERVER['argv'][3] = __DIR__ . '/503/Issue503Test.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dabstract-test-class.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'AbstractTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/AbstractTest.php';
H A Dempty-testcase.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'EmptyTestCaseTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/EmptyTestCaseTest.php';
H A Ddataprovider-debug.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--debug';
7 $_SERVER['argv'][3] = 'DataProviderDebugTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/DataProviderDebugTest.php';
H A Dteamcity.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--teamcity';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
/plugin/userhomepage/
H A Dhelper.php32 $userLogin = $_SERVER['REMOTE_USER'];
51 ….$this->getLang('privatenamespace').'">'.$INFO['userinfo']['name'].' ('.$_SERVER['REMOTE_USER'].')…
67 …low" title="'.$this->publicString().'">'.$INFO['userinfo']['name'].' ('.$_SERVER['REMOTE_USER'].')…
102 …is->getPrivateLink($INFO['userinfo']['name']).' ('.$this->getPublicLink($_SERVER['REMOTE_USER']).'…
206 if ($_SERVER['REMOTE_USER'] != null) {
220 $return['public']['string'] = $_SERVER['REMOTE_USER'];
235 return strtolower($_SERVER['REMOTE_USER']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D684.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue684Test';
7 $_SERVER['argv'][3] = __DIR__ . '/684/Issue684Test.php';
/plugin/freechat/phpfreechat/src/
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/cloudstorage/
H A Daction.php44 …$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || intval($_SERVER['SERVER_P…
/plugin/jdraw/
H A Djdraw.php12 …$hostName = "http".($_SERVER['HTTPS'] ? 's' : null).'://'.$_SERVER['HTTP_HOST'].':'.$_SERVER['SERV…
/plugin/badbehaviour/bad-behavior/
H A Dbanned.inc.php16 $ip = explode(".", $_SERVER['REMOTE_ADDR']);
27 $request_uri = $_SERVER['REQUEST_URI'];
28 if (!$request_uri) $request_uri = $_SERVER['SCRIPT_NAME']; # IIS
/plugin/booking/
H A Daction.php89 if (!$_SERVER['REMOTE_USER']) return;
92 $this->helper->addBooking($id, $start, $length, $_SERVER['REMOTE_USER']);
110 $user = $_SERVER['REMOTE_USER'];
157 if ($_SERVER['REMOTE_USER']) {
208 if ($booking['user'] == $_SERVER['REMOTE_USER'] || $this->issuperuser) {
/plugin/judge/
H A Dsyntax.php301 if ($_SERVER['REMOTE_USER']) {
323 …e="submit" onclick="submitKey(' . "'" . $data['problem_name'] . "','" . $_SERVER['REMOTE_USER'] . …
352 …e="submit" onclick="submitKey(' . "'" . $data['problem_name'] . "','" . $_SERVER['REMOTE_USER'] . …
374 …s WHERE problem_name = "' . $data['problem_name'] . '"AND username="' . $_SERVER['REMOTE_USER'] . …
403 …blem_name' => $data["problem_name"], 'type' => $data["type"], 'user' => $_SERVER['REMOTE_USER']), …
419 …blem_name' => $data["problem_name"], 'type' => $data["type"], 'user' => $_SERVER['REMOTE_USER']), …
426 …fresh(' . "'" . $data['problem_name'] . "','" . $data['type'] . "','" . $_SERVER['REMOTE_USER'] . …
/plugin/virtualgroup/
H A Daction.php

12345678910>>...27