Home
last modified time | relevance | path

Searched refs:_SERVER (Results 351 – 375 of 667) sorted by relevance

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

/plugin/feedauth/
H A Daction.php27 if(!$_SERVER['REMOTE_USER']){
/plugin/noticeboard/noticeboard/classes/
H A Drss.php55 $link = "http://".$_SERVER['SERVER_NAME'];
70 $link = "http://".$_SERVER['SERVER_NAME'];
/plugin/noticeboard/classes/
H A Drss.php55 $link = "http://".$_SERVER['SERVER_NAME'];
70 $link = "http://".$_SERVER['SERVER_NAME'];
/plugin/autotweet2/
H A Daction.php66 if (!isset($_SERVER['REMOTE_USER'])) {
68 case 'show': $message = str_replace('###EDITOR###', $_SERVER['REMOTE_ADDR'], $message);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php137 case isset($_SERVER['SSH_AUTH_SOCK']):
138 $address = $_SERVER['SSH_AUTH_SOCK'];
/plugin/referrers/
H A Daction.php30 !($this->getConf('re_dont_count_users') && $_SERVER['REMOTE_USER'])) {
/plugin/showlogin/
H A Daction.php37 if (($ACT == 'denied') && (! $_SERVER['REMOTE_USER'])) {
/plugin/statistics/
H A Dlog.php18 dbglog('Log ' . $_SERVER['REQUEST_URI']);
/plugin/fksnewsfeed/
H A Daction.php172 header('Location: ' . $_SERVER['REQUEST_URI']);
202 header('Location: ' . $_SERVER['REQUEST_URI']);
211 header('Location: ' . $_SERVER['REQUEST_URI']);
229 header('Location: ' . $_SERVER['REQUEST_URI']);
/plugin/openid/
H A Daction.php275 $user = $_SERVER['REMOTE_USER'];
296 $identities = $this->get_associations($_SERVER['REMOTE_USER']);
470 $openid = $_SERVER['REMOTE_USER'];
498 $_SERVER['REMOTE_USER'] = $user;
/plugin/davcard/
H A Dhelper.php287 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))
289 $userid = $_SERVER['REMOTE_USER'];
359 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))
361 $userid = $_SERVER['REMOTE_USER'];
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample02.php85 $sBasePath = $_SERVER['PHP_SELF'] ;
/plugin/rawless/
H A Daction.php21 if ( strrpos( $_SERVER['SCRIPT_FILENAME'], 'css.php', -7 ) ) {
/plugin/include/_test/
H A Dsafeindex.test.php25 $_SERVER['REMOTE_USER'] = 'john';
/plugin/cryptsign/
H A Dsign.php18 $user = $_SERVER['REMOTE_USER'];
/plugin/stars/
H A Dsyntax.php43 if(!defined('DOKU_PATH')) define('DOKU_PATH', dirname($_SERVER['PHP_SELF']));
/plugin/hyphenation/phpHyphenation/
H A Dmorecss-plugin.php57 hyphContent.open("post", "' . $_SERVER['PHP_SELF'] . '", true);
/plugin/showlogin2/
H A Daction.php55 if (($ACT == 'denied') && (! $_SERVER['REMOTE_USER'])) {
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php276 $_SERVER['_'] = '/bar/php'
286 unset($_SERVER['_']);
/plugin/task/
H A Daction.php198 if (!$_SERVER['REMOTE_USER']) {
215 'id' => $_SERVER['REMOTE_USER'],
/plugin/wow/
H A Dsyntax.php176 …$renderer->doc .= '<a href="' . $link . '"><img src="' . substr(DOKU_PLUGIN, strlen($_SERVER["DOCU…
/plugin/attribute/
H A Dhelper.php157 if ($_SERVER['REMOTE_USER'] == '') {
163 if (!$user || ($user !== $_SERVER['REMOTE_USER'] && !$INFO['isadmin'])) {
164 return $_SERVER['REMOTE_USER'];
/plugin/ckgdoku/action/
H A Dedit.php126 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
215 $new_addr = $_SERVER['SERVER_NAME'] . DOKU_BASE;
684 if(stripos($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false) {
685 preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch);
891 if(preg_match("/MISIE|Trident/",$_SERVER['HTTP_USER_AGENT'])) {
1237 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
/plugin/multitemplate_styleman/
H A Dcss.php26 $script_name = $_SERVER['SCRIPT_NAME'];
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseProcessFilter.php53 foreach (array_filter($_SERVER, 'is_scalar') as $key => $value) {

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