Home
last modified time | relevance | path

Searched refs:_SERVER (Results 201 – 225 of 667) sorted by path

12345678910>>...27

/plugin/feedauth/
H A Daction.php27 if(!$_SERVER['REMOTE_USER']){
/plugin/feedback/
H A Daction.php43 if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowanon')) return false;
66 if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowanon')) {
86 if($_SERVER['REMOTE_USER']) {
89 $user = $auth->getUserData($_SERVER['REMOTE_USER']);
/plugin/file2dw/
H A Daction.php516 fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.' ' );
/plugin/fileshare/syntax/
H A DFileshare.php167 …$html .= '<form action="' . $_SERVER ['PHP_SELF'] . '" method="GET" name="filesharelist" id="files…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php243 if (isset($_SERVER['_'])) {
244 return $_SERVER['_'];
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php276 $_SERVER['_'] = '/bar/php'
286 unset($_SERVER['_']);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php110 ? dirname(realpath($_SERVER['argv'][0]))
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php11 if (!isset($_SERVER['argv'][1], $_SERVER['argv'][2])) {
16 [, $format, $iterations] = $_SERVER['argv'];
66 if (isset($_SERVER['argv'][3])) {
67 file_put_contents($_SERVER['argv'][3], $output);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php34 $xmlCoverage->setAttribute('generated', (int) $_SERVER['REQUEST_TIME']);
38 $xmlProject->setAttribute('timestamp', (int) $_SERVER['REQUEST_TIME']);
H A DCrap4j.php56 …$root->appendChild($document->createElement('timestamp', date('Y-m-d H:i:s', (int) $_SERVER['REQUE…
H A DText.php132 $date = date(' Y-m-d H:i:s', $_SERVER['REQUEST_TIME']);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php67 if (!isset($_SERVER['REQUEST_TIME'])) {
68 $_SERVER['REQUEST_TIME'] = time();
71 $date = date('D M j G:i:s T Y', $_SERVER['REQUEST_TIME']);
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php99 if (isset($_SERVER['REQUEST_TIME_FLOAT'])) {
100 PHP_Timer::$requestTime = $_SERVER['REQUEST_TIME_FLOAT'];
101 } elseif (isset($_SERVER['REQUEST_TIME'])) {
102 PHP_Timer::$requestTime = $_SERVER['REQUEST_TIME'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php116 return $command->run($_SERVER['argv'], $exit);
930 $localFilename = realpath($_SERVER['argv'][0]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php508 $target = &$_SERVER;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php78 $env = isset($_SERVER) ? $_SERVER : [];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php20 $_SERVER['f'] = 'f';
324 $this->assertEquals('f', $_SERVER['f']);
336 $_SERVER['f'] = 'ff';
348 $this->assertEquals('ff', $_SERVER['f']);
366 $this->assertEquals('f', $_SERVER['f']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1149.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue1149Test';
8 $_SERVER['argv'][3] = __DIR__ . '/1149/Issue1149Test.php';
H A D1216.phpt6 $_SERVER['argv'][1] = '--configuration';
7 $_SERVER['argv'][2] = __DIR__ . '/1216/phpunit1216.xml';
8 $_SERVER['argv'][3] = '--debug';
9 $_SERVER['argv'][4] = '--bootstrap';
10 $_SERVER['argv'][5] = __DIR__ . '/1216/bootstrap1216.php';
11 $_SERVER['argv'][6] = __DIR__ . '/1216/Issue1216Test.php';
H A D1265.phpt6 $_SERVER['argv'][1] = '--configuration';
7 $_SERVER['argv'][2] = __DIR__ . '/1265/phpunit1265.xml';
8 $_SERVER['argv'][3] = 'Issue1265Test';
9 $_SERVER['argv'][4] = __DIR__ . '/1265/Issue1265Test.php';
H A D1330.phpt6 $_SERVER['argv'][1] = '--deb';
7 $_SERVER['argv'][2] = '--config';
8 $_SERVER['argv'][3] = __DIR__ . '/1330/phpunit1330.xml';
9 $_SERVER['argv'][4] = 'Issue1330Test';
10 $_SERVER['argv'][5] = __DIR__ . '/1330/Issue1330Test.php';
H A D1335.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--bootstrap';
7 $_SERVER['argv'][3] = __DIR__ . '/1335/bootstrap1335.php';
8 $_SERVER['argv'][4] = __DIR__ . '/1335/Issue1335Test.php';
H A D1337.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'Issue1337Test';
8 $_SERVER['argv'][4] = __DIR__ . '/1337/Issue1337Test.php';
H A D1348.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][] = '--report-useless-tests';
13 $_SERVER['argv'][] = '--process-isolation';
14 $_SERVER['argv'][] = 'Issue1348Test';
15 $_SERVER['argv'][] = __DIR__ . '/1348/Issue1348Test.php';
H A D1351.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = '--process-isolation';
13 $_SERVER['argv'][3] = 'Issue1351Test';
14 $_SERVER['argv'][4] = __DIR__ . '/1351/Issue1351Test.php';

12345678910>>...27