Home
last modified time | relevance | path

Searched refs:_SERVER (Results 201 – 225 of 667) sorted by last modified time

12345678910>>...27

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseProcessFilter.php53 foreach (array_filter($_SERVER, 'is_scalar') as $key => $value) {
/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;
/plugin/task/syntax/
H A Dtask.php111 if(isset($_SERVER['REMOTE_USER'])) {
270 $uid = hsc($ID.'@'.$_SERVER['SERVER_NAME']);
H A Dtasks.php204 if(isset($_SERVER['REMOTE_USER'])) {
207 $input->attr('value', $_SERVER['REMOTE_USER']);
252 if(isset($_SERVER['REMOTE_USER'])) {
254 … $ret .= '<input type="checkbox" name="view_user" value="' . $_SERVER['REMOTE_USER'] . '"';
269 if (!$_SERVER['REMOTE_USER']) $filters = array('all', 'open', 'done');
/plugin/task/
H A Daction.php198 if (!$_SERVER['REMOTE_USER']) {
215 'id' => $_SERVER['REMOTE_USER'],
H A Dhelper.php262 …if (isset($user['id']) && $user['id'] == $_SERVER['REMOTE_USER'] || isset($user['name']) && $user[…
350 'UID:'.$id.'@'.$_SERVER['SERVER_NAME'].CRLF.
/plugin/nobadbrowser/
H A Daction.php36 $this->binfo= $this->get_browser_local($_SERVER['HTTP_USER_AGENT']);
46 $this->binfo['_UA']= $_SERVER['HTTP_USER_AGENT'];
/plugin/googleanalytics/
H A Daction.php55 if ($this->getConf('dont_count_users') && $_SERVER['REMOTE_USER']) {
61 if ($this->getConf('track_users') && $_SERVER['REMOTE_USER']) {
62 … $options['userId'] = md5(auth_cookiesalt() . 'googleanalytics' . $_SERVER['REMOTE_USER']);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php726 $index = strpos($_SERVER['QUERY_STRING'], $name.'=');
727 $substring = substr($_SERVER['QUERY_STRING'], $index + strlen($name) + 1);
/plugin/adfs/
H A Dauth.php50 $_SERVER['REMOTE_USER'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
75 $_SERVER['REMOTE_USER'] = $USERINFO['user'];
104 $_SESSION[DOKU_COOKIE]['auth']['user'] = $_SERVER['REMOTE_USER'];
/plugin/adfs/phpsaml/
H A DREADME.md1218 … `setSelfPort` and `isHTTPS` will take care of the `$_SERVER["HTTP_X_FORWARDED_PORT"]` and `$_SERV…
1220 …elfURL` and `getSelfRoutedURLNoQuery` to replace the data extracted from `$_SERVER["REQUEST_URI"]`.
/plugin/fileshare/syntax/
H A DFileshare.php167 …$html .= '<form action="' . $_SERVER ['PHP_SELF'] . '" method="GET" name="filesharelist" id="files…
/plugin/referrers/
H A Daction.php30 !($this->getConf('re_dont_count_users') && $_SERVER['REMOTE_USER'])) {
H A Dcode.php17 global $_SERVER;
54 if (isset($_SERVER['HTTP_USER_AGENT'])) {
55 $UA = $_SERVER['HTTP_USER_AGENT'];
/plugin/accscounter/syntax/
H A Dcounter.php153 …if(auth_isMember($this->getConf('usrExclusion'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps'…
/plugin/issuelinks/action/
H A Dajax.php56 if (empty($_SERVER['REMOTE_USER'])) {
101 if (empty($_SERVER['REMOTE_USER'])) {
231 if (empty($_SERVER['REMOTE_USER'])) {
/plugin/issuelinks/helper/
H A Ddata.php42 …$this->lockImport($lockfileKey, json_encode(['user' => $_SERVER['REMOTE_USER'], 'status' => 'start…
72 'user' => $_SERVER['REMOTE_USER'],
/plugin/etherpadlite/action/
H A Detherpadlite.php31 $this->domain = $_SERVER["HTTP_HOST"];
109 $this->client = $_SERVER['REMOTE_USER'];
/plugin/autotranslation/
H A Dhelper.php144 if(preg_match($rx, $_SERVER['HTTP_ACCEPT_LANGUAGE'], $match)) {
H A Daction.php37 $scriptName = basename($_SERVER['PHP_SELF']);
392 if ( wl( $url, $more, true, '&') != DOKU_URL . substr($_SERVER['REQUEST_URI'], 1) ) {
/plugin/rawless/
H A Daction.php21 if ( strrpos( $_SERVER['SCRIPT_FILENAME'], 'css.php', -7 ) ) {
/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))…
/plugin/hubspot/
H A Dcode.php30 if (isset($_SERVER['REMOTE_USER']) && auth_isadmin()) {
39 if (isset($_SERVER['REMOTE_USER'])) {
50 if (isset($_SERVER['REMOTE_USER']) && auth_isadmin()) {
/plugin/tiledblog/
H A Dajax.php15 if (isset ($_SERVER['REMOTE_USER']))
16 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/onlinenumber/
H A Dsyntax.php158 if (isset($_SERVER['REMOTE_ADDR'])) {
159 $host = & $_SERVER['REMOTE_ADDR'];

12345678910>>...27