Home
last modified time | relevance | path

Searched refs:_SERVER (Results 501 – 525 of 667) sorted by relevance

1...<<21222324252627

/plugin/stopforumspam2/
H A Daction.php65 $iplogname = $conf['cachedir'] . '/stopforumspam2_' . $_SERVER['REMOTE_ADDR'] . '.txt';
/plugin/extranet/
H A Daction.php17 $client_ip = $_SERVER[$this->getConf('server_ip_key')];
/plugin/structtasks/_test/
H A DActionTest.php83 $_SERVER['REMOTE_USER'] = 'user1';
/plugin/structpublish/_test/
H A Drevision.test.php30 $_SERVER['REMOTE_USER'] = 'publisher';
/plugin/autotranslation/
H A Daction.php37 $scriptName = basename($_SERVER['PHP_SELF']);
392 if ( wl( $url, $more, true, '&') != DOKU_URL . substr($_SERVER['REQUEST_URI'], 1) ) {
/plugin/dokusioc/
H A Daction.php104 header('Location:' . $_SERVER['REQUEST_URI'] . '&type=' . $sioc_type, true, 302);
422 if (!isset($_SERVER['HTTP_ACCEPT'])) {
427 $http_accept = trim($_SERVER['HTTP_ACCEPT']);
432 if ($this->getConf('softck') && strpos($_SERVER['HTTP_ACCEPT'], 'application/rdf+xml') !== false) {
/plugin/translation2/
H A Daction.php51 …$browserLanguages = split(',', preg_replace('/(;q=\d+.\d+)/i', '', $_SERVER['HTTP_ACCEPT_LANGUAGE'…
/plugin/labeled/
H A Dadmin.php16 if ($_SERVER['REQUEST_METHOD'] === 'POST') {
/plugin/dokubookmark/
H A Daction.php88 $foo = $_SERVER['REMOTE_USER'];
/plugin/newpagetemplate/
H A Daction.php145 $_SERVER['REMOTE_USER'],
/plugin/avtaskbox/
H A Dsyntax.php118 $path = rtrim(dirname($_SERVER['PHP_SELF']), "/");
/plugin/imgpaste/
H A Daction.php56 …$filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USE…
/plugin/farmer/admin/
H A Dsetup.php144 $content .= "farmhost = {$_SERVER['HTTP_HOST']}\n";
/plugin/photogallery/
H A Dadmin.php51 $this->_info_row('Running webserver',htmlentities($_SERVER['SERVER_SOFTWARE']));
/plugin/linkback/action/
H A Dantispam.php121 $ID = substr($_SERVER['PATH_INFO'], 1);
/plugin/authsmf20/
H A Dauth.php129 $_SERVER['REMOTE_USER'] = $USERINFO['name'];
213 $_SERVER['REMOTE_USER'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
/plugin/authvk/
H A Dauth.php52 $_SERVER['REMOTE_USER'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
70 $_SERVER['REMOTE_USER'] = $login['name'];
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php490 if (!@is_array($_SERVER['argv'])) {
499 return $_SERVER['argv'];
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php49 $dir = $_SERVER['PWD'];
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php110 $sAgent = $_SERVER['HTTP_USER_AGENT'] ;
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php18 dbglog($_SERVER);
/plugin/autostartpage/
H A Daction.php90 $wikitext=preg_replace("/@USER@/",$_SERVER['REMOTE_USER'], $wikitext);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit214 echo ' '.basename($_SERVER['argv'][0]).' ... "$REPOS" -t "$TXN" >&2 || exit 1'.PHP_EOL;
/plugin/dirtylittlehelper/syntax/
H A Dtree.php115 $this->dlh_dokubook_tree( substr($_SERVER['PATH_INFO'],1) );
/plugin/docsearch/
H A Dcron.php11 $_SERVER['animal'] = $argv[1];

1...<<21222324252627