Home
last modified time | relevance | path

Searched refs:_SERVER (Results 476 – 500 of 667) sorted by relevance

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

/plugin/noticeboard/noticeboard/classes/
H A DICal.php77 $link = "http://".$_SERVER['SERVER_NAME'];
/plugin/task/syntax/
H A Dtask.php111 if(isset($_SERVER['REMOTE_USER'])) {
270 $uid = hsc($ID.'@'.$_SERVER['SERVER_NAME']);
/plugin/condition/
H A Dbase_tester.php.orig.php73 $rh = isset($_SERVER['REMOTE_USER']) ? $_SERVER['REMOTE_USER'] : '';
/plugin/txtconf/
H A Dtxtconfig.class.php193 " * Run for user: ".$_SERVER['REMOTE_USER']."\n".
201 "# Run for user: ".$_SERVER['REMOTE_USER']."\n".
/plugin/schulzevote/syntax/
H A Dvote.php120 if (!isset($_SERVER['REMOTE_USER'])) {
257 if ($_SERVER['REMOTE_USER'] === $su_user)
/plugin/indexmenu/
H A Daction.php
/plugin/editor/
H A Dsyntax.php52 if ($user == '@USER@') $user = $_SERVER['REMOTE_USER'];
/plugin/isauth/
H A Dsyntax.php118 if (isset($_SERVER['REMOTE_USER'])) {
119 $grps[]=$_SERVER['REMOTE_USER'];
/plugin/publish/_test/
H A Dmail.unit.test.php49 $_SERVER['REMOTE_USER'] = 'john';
/plugin/combo/action/
H A Dcache.php125 $script = $_SERVER["SCRIPT_NAME"];
/plugin/tgnotify/
H A Daction.php94 $useraddr = $_SERVER['REMOTE_ADDR'] ?? $this->getLang('unknown');
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestTest.php43 $_SERVER['REQUEST_METHOD'] = 'PUT';
/plugin/oauth/
H A DSession.php93 $_SERVER['REMOTE_USER'] = $userdata['user'];
/plugin/showif/
H A Dsyntax.php.alternative.version150 ($val == "isloggedin" && ($_SERVER['REMOTE_USER']))
152 ($val == "isnotloggedin" && !($_SERVER['REMOTE_USER']))
/plugin/groupmanager/
H A Dsyntax.php290 $check = array($_SERVER['REMOTE_USER']);
408 … $renderer->doc .= "<form method=\"post\" action=\"" . htmlspecialchars($_SERVER['REQUEST_URI'])
494 if (in_array($g, $u['grps']) && $_SERVER['REMOTE_USER'] == $name) {
768 if (in_array($_SERVER['REMOTE_USER'], $selected)) {
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php41 $r = self::createFromServerArray($_SERVER);
/plugin/tagging/
H A Dsyntax.php80 $data['user'] = $_SERVER['REMOTE_USER'];
/plugin/translator/
H A Dhelper.php470 if ( empty($User) ) $User = $_SERVER['REMOTE_USER'];
528 $INSERTDATA[] = $_SERVER['REMOTE_USER'];
567 if ( empty($user) ) $user = $_SERVER['REMOTE_USER'];
762 $this->database->execute($_SERVER['REMOTE_USER']);
1005 …$finalStatus['RemovedUserKeys'] += $this->_tryRevertEntry($Language, $_SERVER['REMOTE_USER'], $key…
1033 'name' => $_SERVER['REMOTE_USER'],
/plugin/onlineordering/
H A Dorder_form.php10 …"onlineordering_form" id="onlineordering_form" method="post" action="?'.$_SERVER['QUERY_STRING'].'…
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php110 ? dirname(realpath($_SERVER['argv'][0]))
/plugin/twistienav/
H A Dhelper.php70 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
/plugin/fckg/
H A Dhelper.php71 $client = $_SERVER['REMOTE_USER'];
/plugin/csstimeline/
H A Dfeed.php51 $cache = getCacheName($id . $_SERVER['REMOTE_USER'], '.feed');
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php41 $r = self::createFromServerArray($_SERVER);
/plugin/twistienav4bootstrap3/
H A Dhelper.php69 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");

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