Home
last modified time | relevance | path

Searched refs:_SERVER (Results 476 – 500 of 667) sorted by last modified time

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

/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php145 $tmp_web = explode(" ", $_SERVER['SERVER_SOFTWARE']);
149 echo "<div id='categorie_contenu_web'>".$_SERVER['SERVER_ADDR']."</div>";
150 echo "<div id='categorie_contenu_web'>".$_SERVER['SERVER_NAME']."</div>";
152 echo "<div id='categorie_contenu_web'>".$_SERVER['SERVER_PORT']."</div>";
189 echo "<div id='categorie_contenu_php'>".$_SERVER['DOCUMENT_ROOT']."</div>";
/plugin/logstats/
H A Daction.php124 $user = isset($_SERVER['REMOTE_USER']) ? $_SERVER['REMOTE_USER'] : "-";
126 $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : "";
127 $protocol = isset($_SERVER['SERVER_PROTOCOL']) ? $_SERVER['SERVER_PROTOCOL'] : "";
128 $agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "";
163 if(isset($_SERVER['HTTP_REFERER'])) {
164 $cnt = preg_match('/\?id=((\w+\:*)+)/i', $_SERVER['HTTP_REFERER'], $match);
168 $referer = $_SERVER['HTTP_REFERER'];
/plugin/issuetracker/
H A Dsyntax.php557 …$ret = '<br /><br /><form class="issuetracker__form2" method="post" action="'.$_SERVER['REQUEST_UR…
1771 $ip_addr = $_SERVER['REMOTE_ADDR'];
1844 $ip_addr=$_SERVER['REMOTE_ADDR'];
H A Daction.php1063 …$ret = '<br /><br /><form class="issuetracker__form2" method="post" action="'.$_SERVER['REQUEST_UR…
2569 $issue_edit_resolution .= '<form name="edit_resolution" method="post" action="'.$_SERVER['REQUEST_U…
3549 $ip_addr = $_SERVER['REMOTE_ADDR'];
3622 $ip_addr=$_SERVER['REMOTE_ADDR'];
/plugin/confsearch/
H A Dsyntax.php53 $_SERVER['REMOTE_USER'],
69 $_SERVER['REMOTE_USER'],
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php400 $args = $_SERVER['argv'];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit214 echo ' '.basename($_SERVER['argv'][0]).' ... "$REPOS" -t "$TXN" >&2 || exit 1'.PHP_EOL;
/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/cloudstorage/
H A Daction.php44 …$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || intval($_SERVER['SERVER_P…
/plugin/top/
H A DCrawlerDetect.php328 $httpHeaders = $_SERVER;
/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/authshibboleth/plugin/authshibboleth/
H A Dauth.php101 $this->setEnvironment($_SERVER);
427 $_SERVER['REMOTE_USER'] = $userInfo['uid'];
879 if (isset($_SERVER['HTTP_REFERER']) && isset($_SERVER['HTTP_REFERER'])) {
880 $returnUrl = $_SERVER['HTTP_REFERER'];
890 …return sprintf("https://%s%s%s?return=%s", $_SERVER['HTTP_HOST'], $this->getConf(self::CONF_SHIBBO…
970 …n sprintf("(%d) [%s/%s] %s [%s]", $priority, $userId, $_SERVER['REMOTE_ADDR'], $message, $_SERVER[…
H A Daction.php58 … $loginHandlerLocation = $this->mkUrl($_SERVER['HTTP_HOST'], $this->mkShibHandler(), array(
83 $urlParts = parse_url($_SERVER['HTTP_REFERER']);
/plugin/csstimeline/
H A Dfeed.php51 $cache = getCacheName($id . $_SERVER['REMOTE_USER'], '.feed');
/plugin/htmlabstract/
H A Dsyntax.php179 if (false !== strpos($_SERVER['SERVER_SOFTWARE'], 'Win32') ||
180 false !== strpos($_SERVER['SERVER_SOFTWARE'], 'Win64'))
/plugin/judge/
H A Daction.php57 if ($_SERVER['REMOTE_USER']) {
99 …$table_html .= $crud->tableRender(array('type' => "test-case", 'user' => $_SERVER['REMOTE_USER']),…
119 …$table_html .= $crud->tableRender(array('type' => "output-only", 'user' => $_SERVER['REMOTE_USER']…
163 …$csvOutput .= $crud->tableRender(array('type' => "output-only", 'user' => $_SERVER['REMOTE_USER'])…
164 …$csvOutput .= $crud->tableRender(array('type' => "test-case", 'user' => $_SERVER['REMOTE_USER']), …
168 …header("Content-Disposition: attachment; filename=" . $_SERVER['REMOTE_USER'] . "_submissions_" . …
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/eventum/XML/
H A DRPC.php1455 print isset($_SERVER['SERVER_PROTOCOL']) ? htmlspecialchars($data) : $data;
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/labeled/
H A Dadmin.php16 if ($_SERVER['REQUEST_METHOD'] === 'POST') {
/plugin/cryptsign/
H A Dsign.php18 $user = $_SERVER['REMOTE_USER'];
H A Daction.php22 if (!isset($_SERVER['REMOTE_USER'])) {
26 $JSINFO['user'] = $_SERVER['REMOTE_USER'];
/plugin/showlogin/
H A Daction.php37 if (($ACT == 'denied') && (! $_SERVER['REMOTE_USER'])) {
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php128 <form action="$_SERVER[PHP_SELF]" method="GET" name="crossdbsqlclient" id="crossdbsqlclient">
/plugin/feedauth/
H A Daction.php27 if(!$_SERVER['REMOTE_USER']){

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