Home
last modified time | relevance | path

Searched refs:_SERVER (Results 126 – 150 of 667) sorted by relevance

12345678910>>...27

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphar-extension-suppressed.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
7 $_SERVER['argv'][3] = '--no-extensions';
H A Ddefault.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'BankAccountTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dconcrete-test-class.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'ConcreteTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/ConcreteTest.php';
H A Ddependencies2.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'StackTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/StackTest.php';
H A Ddependencies3.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'MultiDependencyTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/MultiDependencyTest.php';
H A Dforward-compatibility.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'BankAccountTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/BankAccountTest.php';
H A Ddataprovider-issue-2922.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--exclude-group=foo';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/DataProviderIssue2922';
H A Doptions-after-arguments.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/BankAccountTest.php';
7 $_SERVER['argv'][3] = '--colors=always';
H A Dcolors-always.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--colors=always';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dlist-suites.phpt5 $_SERVER['argv'][1] = '--list-suites';
6 $_SERVER['argv'][2] = '--configuration';
7 $_SERVER['argv'][3] = __DIR__.'/../_files/configuration.suites.xml';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2435.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue2435Test';
8 $_SERVER['argv'][3] = __DIR__ . '/2435/Issue2435Test.php';
H A D2811.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2811Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2811/Issue2811Test.php';
H A D2380.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2380Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2380/Issue2380Test.php';
H A D2382.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2382Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2382/Issue2382Test.php';
H A D1149.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue1149Test';
8 $_SERVER['argv'][3] = __DIR__ . '/1149/Issue1149Test.php';
H A D2366.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2366Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2366/Issue2366Test.php';
/plugin/authgoogle/
H A Dauth.php8 …efine('AUTHGOOGLE_COOKIE', 'SPGG'.md5(DOKU_REL.(($conf['securecookie'])?$_SERVER['SERVER_PORT']:''…
37 $_SERVER['REMOTE_USER'] = $_SESSION[DOKU_COOKIE]['authgoogle']['user'];
53 $_SERVER['REMOTE_USER'] = $uinfo['name'];
71 if (!empty($_SERVER['HTTP_REFERER'])) {
72 $_SESSION[DOKU_COOKIE]['authgoogle']['referer'] = $_SERVER['HTTP_REFERER'];
168 $_SERVER['REMOTE_USER'] = $user['name'];
171 $_SESSION[DOKU_COOKIE]['authgoogle']['user'] = $_SERVER['REMOTE_USER'];
/plugin/farmer/
H A DDokuWikiFarmCore.php152 parse_str($_SERVER['QUERY_STRING'], $params);
154 $_SERVER['QUERY_STRING'] = http_build_query($params);
157 if ('cli' == PHP_SAPI && isset($_SERVER['animal'])) $animal = $_SERVER['animal'];
177 if (!isset($_SERVER['HTTP_HOST'])) return;
180 if (strtolower($_SERVER['HTTP_HOST']) == $farmhost) {
186 $possible = $this->getAnimalNamesForHost($_SERVER['HTTP_HOST']);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php99 $appEngineProduction = isset($_SERVER['SERVER_SOFTWARE']) &&
100 0 === strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine');
104 $appEngineDevAppServer = isset($_SERVER['APPENGINE_RUNTIME']) &&
105 $_SERVER['APPENGINE_RUNTIME'] == 'php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D523.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue523Test';
7 $_SERVER['argv'][3] = __DIR__ . '/523/Issue523Test.php';
H A D1021.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1021Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1021/Issue1021Test.php';
/plugin/wysiwyg/
H A Dajax.php75 $user = $_SERVER['REMOTE_USER'];
121 $user = $_SERVER['REMOTE_USER'];
132 if($_SERVER['REMOTE_USER']){
133 $success = io_saveFile($lock,$_SERVER['REMOTE_USER']);
148 $user = $_SERVER['REMOTE_USER'];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php172 $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : 'GET';
176 …$protocol = isset($_SERVER['SERVER_PROTOCOL']) ? str_replace('HTTP/', '', $_SERVER['SERVER_PROTOCO…
178 $serverRequest = new ServerRequest($method, $uri, $headers, $body, $protocol, $_SERVER);
/plugin/linkback/exe/
H A Dtrackback.php52 if ($_SERVER['REQUEST_METHOD'] != 'POST') {
58 $ID = substr($_SERVER['PATH_INFO'], 1);
90 'submitter_ip' => $_SERVER['REMOTE_ADDR'],
91 'submitter_useragent' => $_SERVER['HTTP_USER_AGENT'],
92 'submitter_referer' => $_SERVER['HTTP_REFERER'],
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php6 if (isset($_SERVER['HTTP_REFERER'])) {
8 …$isSameHost = strcasecmp($_SERVER['HTTP_HOST'], parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST))…

12345678910>>...27