Home
last modified time | relevance | path

Searched refs:_SERVER (Results 51 – 75 of 667) sorted by relevance

12345678910>>...27

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfilter-dataprovider-by-only-string.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--filter';
7 $_SERVER['argv'][3] = '@false test';
8 $_SERVER['argv'][4] = 'DataProviderFilterTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/DataProviderFilterTest.php';
H A Dcode-coverage-ignore.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = '--colors=never';
13 $_SERVER['argv'][3] = '--coverage-text=php://stdout';
14 $_SERVER['argv'][4] = __DIR__ . '/../_files/IgnoreCodeCoverageClassTest.php';
15 $_SERVER['argv'][5] = '--whitelist';
16 $_SERVER['argv'][6] = __DIR__ . '/../_files/IgnoreCodeCoverageClass.php';
H A Dfilter-dataprovider-by-string.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--filter';
7 $_SERVER['argv'][3] = 'testFalse@false test';
8 $_SERVER['argv'][4] = 'DataProviderFilterTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/DataProviderFilterTest.php';
H A Dmycommand.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--my-option=123';
7 $_SERVER['argv'][3] = '--my-other-option';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dreport-useless-tests-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = '--process-isolation';
8 $_SERVER['argv'][4] = 'NothingTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/NothingTest.php';
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 Dlog-tap.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--log-tap';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dcustom-printer-debug.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
7 $_SERVER['argv'][3] = '--debug';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dstop-on-warning-via-config.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration_stop_on_warning.xml';
7 $_SERVER['argv'][3] = '--stop-on-warning';
8 $_SERVER['argv'][4] = 'StopOnWarningTestSuite';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
H A Dreport-useless-tests.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = '--verbose';
8 $_SERVER['argv'][4] = 'NothingTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/NothingTest.php';
H A Dcustom-printer-verbose.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
7 $_SERVER['argv'][3] = '--verbose';
8 $_SERVER['argv'][4] = 'IncompleteTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/IncompleteTest.php';
H A Dtap.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--tap';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Ddependencies-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = '--verbose';
8 $_SERVER['argv'][4] = 'DependencyTestSuite';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/DependencyTestSuite.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D863.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = '--repeat';
8 $_SERVER['argv'][3] = '50';
9 $_SERVER['argv'][4] = 'BankAccountTest';
10 $_SERVER['argv'][5] = dirname(dirname(__DIR__)) . '/_files/BankAccountTest.php';
H A D2137-filter.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2137Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2137/Issue2137Test.php';
8 $_SERVER['argv'][4] = '--filter';
9 $_SERVER['argv'][5] = 'BrandService';
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 D498.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = '--group';
8 $_SERVER['argv'][3] = 'trueOnly';
9 $_SERVER['argv'][4] = 'Issue498Test';
10 $_SERVER['argv'][5] = __DIR__ . '/498/Issue498Test.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 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';
/plugin/botbouncer/
H A Daction.php38 if (in_array($_SERVER['REMOTE_ADDR'],$whitelist_ips)) {
42 if (isset($_SERVER['REMOTE_ADDR'])) {
43 $ips[] = $_SERVER['REMOTE_ADDR'];
44 if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {
45 $ips[] = $_SERVER['HTTP_X_FORWARDED_FOR'];
49 if ($_SERVER['REQUEST_METHOD'] == 'POST') {
/plugin/authg2fa/
H A Daction.php52 $secret = $th->getSecret($_SERVER['REMOTE_USER']);
64 if($th->createTokenForUser($_SERVER['REMOTE_USER'])) {
66 $secret = $th->getSecret($_SERVER['REMOTE_USER']);
75 if($th->saveToken($_SERVER['REMOTE_USER'], $INPUT->param('secret')))
79 $secret = $th->getSecret($_SERVER['REMOTE_USER']);
84 $url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$_SERVER['REMOTE_USER']), $secret);
91 if($th->deleteTokenForUser($_SERVER['REMOTE_USER'])) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php355 echo '<a href="'.htmlentities($_SERVER['PHP_SELF']).'">abort</a><hr>';
380 echo '<a href="'.htmlentities($_SERVER['PHP_SELF']).'">abort</a><hr>';
1714 …echo '<a href="'.htmlentities($_SERVER['PHP_SELF'].'?m3ufilename='.urlencode($file)).'">play</a><b…
2139 echo '<hr><form action="'.htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES).'" method="get">';
2144 echo '<hr><form action="'.htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES).'" method="get">';
2152 …ref="'.htmlentities($_SERVER['PHP_SELF'].'?artisttitledupes=1').'">List files with identical artis…
2157 echo '<li><a href="'.htmlentities($_SERVER['PHP_SELF'].'?tagtypes=1').'">Tag Type Distribution</a><…
2164 echo '<li><a href="'.htmlentities($_SERVER['PHP_SELF'].'?titlefeat=1').'">"feat." in Title field</a…
2165 echo '<li><a href="'.htmlentities($_SERVER['PHP_SELF'].'?emptygenres=1').'">Blank genres</a></li>';
2166 echo '<li><a href="'.htmlentities($_SERVER['PHP_SELF'].'?trackzero=1').'">Track "zero"</a></li>';
[all …]
/plugin/log404/
H A Dhelper.php71 $ipAddress = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : '';
72 $referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
73 $agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
/plugin/var/
H A Dsyntax.php75 $xhtml = $_SERVER['REMOTE_USER'];
79 …$xhtml = ($_SERVER['REMOTE_USER'] ? str_replace(' ', $aliasSep, $INFO['userinfo']['name']) : $_S…
83 $xhtml = ($_SERVER['REMOTE_USER'] ? $INFO['userinfo']['name'] : clientIP());
87 $xhtml = ($_SERVER['REMOTE_USER'] ? $INFO['userinfo']['mail'] : '');
121 $xhtml = ($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : $meta;

12345678910>>...27