Home
last modified time | relevance | path

Searched refs:_SERVER (Results 401 – 425 of 667) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphar-extension.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
H A Drepeat.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--repeat';
7 $_SERVER['argv'][3] = '3';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
/plugin/feedback/
H A Daction.php43 if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowanon')) return false;
66 if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowanon')) {
86 if($_SERVER['REMOTE_USER']) {
89 $user = $auth->getUserData($_SERVER['REMOTE_USER']);
/plugin/log/
H A Dcommon.php67 if (!isset($_SERVER['REMOTE_USER'])) {
71 …$log_text .= '[[' . sprintf($plugin->getConf('userpage'), $_SERVER['REMOTE_USER']) . '|' . $USERIN…
/plugin/file2dw/
H A Daction.php516 fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.' ' );
/plugin/stopforumspam2/
H A Daction.php65 $iplogname = $conf['cachedir'] . '/stopforumspam2_' . $_SERVER['REMOTE_ADDR'] . '.txt';
H A Dhelper.php274 if ($this->getConf('skipMgAndSp') == 'user' && $_SERVER['REMOTE_USER']) return TRUE;
277 …if(auth_isMember($this->getConf('userWhitelist'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps…
/plugin/letsencrypt/
H A Dhelper.php231 $root = $_SERVER['DOCUMENT_ROOT'];
/plugin/linkprefix/
H A Drenderer.php30 …_domain') == 1 && strtolower(parse_url($url, PHP_URL_HOST)) == strtolower($_SERVER["HTTP_HOST"])) {
35 $protocol = ($_SERVER["HTTPS"]) ? "https" : "http";
38 $url = $protocol . "://" . $_SERVER["HTTP_HOST"] . $this->getConf('prefix') . $url;
/plugin/404manager/
H A Dadmin.php408 if (substr_count($_SERVER['HTTP_REFERER'], 'admin.php')) {
420 if ($_SERVER['HTTP_REFERER'] <> '') {
421 … $this->pageRedirections[$sourcePageId]['LastReferrer'] = $_SERVER['HTTP_REFERER'];
590 $this->pageRedirections[$sourcePageId]['LastReferrer'] = $_SERVER['HTTP_REFERER'];
601 "REFERRER" => $_SERVER['HTTP_REFERER'],
H A Daction.php416 if ($_SERVER['REMOTE_USER']) {
441 if ($_SERVER['REMOTE_USER']) {
/plugin/autotweet2/
H A Daction.php66 if (!isset($_SERVER['REMOTE_USER'])) {
68 case 'show': $message = str_replace('###EDITOR###', $_SERVER['REMOTE_ADDR'], $message);
/plugin/odtplus2dw/
H A Daction.php314 if ( isset( $this->logFileHandle ) ) fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.'
/plugin/likeit/
H A Daction.php36 $user = $_SERVER['REMOTE_USER'];
/plugin/timetrack/
H A Dhelper.php953 return $_SERVER['REMOTE_USER'];
/plugin/isauth/
H A Dsyntax.php118 if (isset($_SERVER['REMOTE_USER'])) {
119 $grps[]=$_SERVER['REMOTE_USER'];
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php197 $document_root = $_SERVER['DOCUMENT_ROOT'];
407 if(substr($_SERVER['SCRIPT_NAME'],-4) == '.php'){
408 $dir = dirname($_SERVER['SCRIPT_NAME']);
409 }elseif(substr($_SERVER['PHP_SELF'],-4) == '.php'){
410 $dir = dirname($_SERVER['PHP_SELF']);
411 }elseif($_SERVER['DOCUMENT_ROOT'] && $_SERVER['SCRIPT_FILENAME']){
412 $dir = preg_replace ('/^'.preg_quote($_SERVER['DOCUMENT_ROOT'],'/').'/','',
413 $_SERVER['SCRIPT_FILENAME']);
434 if(isset($_SERVER['WINDIR']) && $_SERVER['WINDIR']) {
H A Dio.php156 if (!isset($_SERVER)) {
157 global $_SERVER;
163 $sSelfPath = $_SERVER['PHP_SELF'] ;
H A Dcheck_acl.php282 $_SERVER['REMOTE_USER'] = $_SESSION['dwfck_client'];
287 $_SERVER['REMOTE_USER'] = $_SESSION['dwfck_client'];
291 if(isset($_SERVER['REMOTE_USER'])){
296 $id = str_replace('%USER%',cleanID($_SERVER['REMOTE_USER']),$id);
297 $rest = str_replace('%USER%',auth_nameencode($_SERVER['REMOTE_USER']),$rest);
/plugin/ckgdoku/
H A Dhelper.php111 $client = $_SERVER['REMOTE_USER'];
/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'];
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/sneakyindexfix/_test/
H A Dmain.test.php25 $_SERVER['REMOTE_USER'] = 'testuser';
/plugin/noiewarning/
H A Daction.php37 'browser' => $_SERVER['HTTP_USER_AGENT'],
155 $useragent= $_SERVER['HTTP_USER_AGENT'];
/plugin/authsmartcard/auth/
H A Dindex.php16 if(isset($_SERVER['SSL_CLIENT_CERT'])){
18 $cert = $_SERVER['SSL_CLIENT_CERT'];

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