Home
last modified time | relevance | path

Searched refs:_SERVER (Results 451 – 475 of 667) sorted by relevance

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

/plugin/autologoff/
H A Daction.php56 msg(sprintf($this->getLang('loggedoff'), hsc($_SERVER['REMOTE_USER'])));
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php62 foreach ($_SERVER as $h => $v)
/plugin/swarmwebhook/webhooks/
H A DZapier.php14 dbglog($_SERVER);
/plugin/upgrade/
H A Dcli.php78 if (basename($_SERVER['SCRIPT_NAME']) == 'cli.php') {
/plugin/structpublish/helper/
H A Dpublish.php44 $revision->setUser($_SERVER['REMOTE_USER']);
/plugin/ckgedit/action/
H A Dedit.php136 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
238 $new_addr = $_SERVER['SERVER_NAME'] . DOKU_BASE;
743 if(stripos($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false) {
744 preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch);
950 if(preg_match("/MISIE|Trident/",$_SERVER['HTTP_USER_AGENT'])) {
1297 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
H A Dmeta.php65 $client = $_SERVER['REMOTE_USER']; //$INFO['client'];
421 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
774 if(preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch)) {
780 if($dbl_click_auth == 'none' || empty($_SERVER['REMOTE_USER'])) {
981 $client = $_SERVER['REMOTE_USER'];
/plugin/whoisonline/
H A Dsyntax.php55 $_SERVER["REQUEST_URI"] ) ,
/plugin/rtmchecklist/
H A Dsyntax.php143 …$renderer->doc .= '<form action="' . $_SERVER['PHP_SELF'] .'" accept-charset="utf-8" id="form_rtmc…
/plugin/ckgdoku/action/
H A Dmeta.php55 $client = $_SERVER['REMOTE_USER']; //$INFO['client'];
389 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
746 if(preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch)) {
752 if($dbl_click_auth == 'none' || empty($_SERVER['REMOTE_USER'])) {
944 $client = $_SERVER['REMOTE_USER'];
/plugin/owncloud/
H A Daction.php91 OC\Files\Filesystem::init($_SERVER['REMOTE_USER'],'/'.$_SERVER['REMOTE_USER'].'/files');
/plugin/noiewarning/
H A Daction.php37 'browser' => $_SERVER['HTTP_USER_AGENT'],
155 $useragent= $_SERVER['HTTP_USER_AGENT'];
/plugin/issuelinks/helper/
H A Ddata.php42 …$this->lockImport($lockfileKey, json_encode(['user' => $_SERVER['REMOTE_USER'], 'status' => 'start…
72 'user' => $_SERVER['REMOTE_USER'],
/plugin/authnc/
H A Dauth.php108 $_SERVER['REMOTE_USER'] = $user;
120 $_SERVER['REMOTE_USER'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
/plugin/combo/action/
H A Dstaticresource.php261 if (isset($_SERVER['HTTP_IF_NONE_MATCH'])) {
262 $ifNoneMatch = stripslashes($_SERVER['HTTP_IF_NONE_MATCH']);
/plugin/linkback/action/
H A Dsend.php56 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])
145 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])
/plugin/fckg/action/
H A Dedit.php132 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
210 $new_addr = $_SERVER['SERVER_NAME'] . DOKU_BASE;
779 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
2757 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
/plugin/regex_template/
H A Daction.php67 $tpl = str_replace('@USER@',$_SERVER['REMOTE_USER'],$tpl);
/plugin/top/
H A DCrawlerDetect.php328 $httpHeaders = $_SERVER;
/plugin/rating/
H A DCrawlerDetect.php328 $httpHeaders = $_SERVER;
/plugin/goto/
H A Daction.php25 $user = $_SERVER['REMOTE_USER'];
/plugin/abortlogin/
H A Daction.php24 $ip = $_SERVER['REMOTE_ADDR'];
/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php49 if (empty($_SERVER['REMOTE_USER'])) {
/plugin/likeit/
H A Daction.php36 $user = $_SERVER['REMOTE_USER'];
/plugin/noticeboard/classes/
H A DICal.php77 $link = "http://".$_SERVER['SERVER_NAME'];

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