Home
last modified time | relevance | path

Searched refs:_SERVER (Results 151 – 175 of 667) sorted by path

12345678910>>...27

/plugin/dokubookmark/
H A Daction.php88 $foo = $_SERVER['REMOTE_USER'];
/plugin/dokumicrobugtracker/
H A Dsyntax.php368 …$ret = '<br /><br /><form class="dokumicrobugtracker__form" method="post" action="'.$_SERVER['REQU…
/plugin/dokusioc/
H A Daction.php418 $http_accept = trim($_SERVER['HTTP_ACCEPT']);
423 …if ($this->getConf('softck') && strpos($_SERVER['HTTP_ACCEPT'], 'application/rdf+xml') !== false) {
/plugin/dokutranslate/
H A Daction.php57 $ret[$i]['user'] = $_SERVER['REMOTE_USER'];
86 $meta['current'][$parid]['user'] = isset($_SERVER['REMOTE_USER']) ? $_SERVER['REMOTE_USER'] : '';
329 $user = $_SERVER['REMOTE_USER'];
403 $cache->cache .= '.' . urlencode($_SERVER['REMOTE_USER']);
H A Dsyntax.php365 if (isset($meta[$parid]['reviews'][$_SERVER['REMOTE_USER']])) {
366 $myReview = $meta[$parid]['reviews'][$_SERVER['REMOTE_USER']];
391 if ($mod && $key == $_SERVER['REMOTE_USER']) {
409 if ($mod && !isset($meta[$parid]['reviews'][$_SERVER['REMOTE_USER']])) {
H A Dutils.php89 if (empty($_SERVER['REMOTE_USER'])) {
116 …return isModerator($id) && $meta[$parid]['user'] != $_SERVER['REMOTE_USER'] && $meta[$parid]['ip']…
120 return canReview($id, $meta, $parid) && !isset($meta[$parid]['reviews'][$_SERVER['REMOTE_USER']]);
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php78 $host = $_SERVER['HTTPS']?"https":"http";
79 $host = $host . "://" . $_SERVER['SERVER_NAME'];
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php45 if (empty($_SERVER['HTTP_ACCEPT_ENCODING'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php2311 if (!empty($tr['scheme']) && $tr['host'] && !empty($_SERVER['DOCUMENT_ROOT'])) {
2312 $localpath = $_SERVER['DOCUMENT_ROOT'] . $tr['path'];
H A DMpdf.php9562 if (!isset($_SERVER['HTTP_ACCEPT_ENCODING']) || empty($_SERVER['HTTP_ACCEPT_ENCODING'])) {
9594 if (!isset($_SERVER['HTTP_ACCEPT_ENCODING']) || empty($_SERVER['HTTP_ACCEPT_ENCODING'])) {
11407 if (isset($_SERVER['HTTP_HOST'])) {
11408 $host = $_SERVER['HTTP_HOST'];
11409 } elseif (isset($_SERVER['SERVER_NAME'])) {
11410 $host = $_SERVER['SERVER_NAME'];
11415 if (isset($_SERVER['SCRIPT_NAME'])) {
11416 $currentPath = dirname($_SERVER['SCRIPT_NAM
[all...]
/plugin/editor/
H A Dsyntax.php52 if ($user == '@USER@') $user = $_SERVER['REMOTE_USER'];
/plugin/editx/
H A Daction.php84 $user = $_SERVER['REMOTE_USER'];
/plugin/elasticsearch/action/
H A Dsearch.php327 if (isset($_SERVER['REMOTE_USER'])) {
330 $term->setTerm('users_include', $_SERVER['REMOTE_USER']);
348 if (isset($_SERVER['REMOTE_USER'])) {
350 $term->setTerm('users_exclude', $_SERVER['REMOTE_USER']);
/plugin/elwikiupgrade/
H A DHTTPClient.php905 isset($_SERVER['HTTP_REFERER']) &&
906 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false
/plugin/epub/
H A Dhelper.php85 $data = wikiFN($id).$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'];
/plugin/etherpadlite/action/
H A Detherpadlite.php31 $this->domain = $_SERVER["HTTP_HOST"];
109 $this->client = $_SERVER['REMOTE_USER'];
/plugin/eventum/XML/
H A DRPC.php1455 print isset($_SERVER['SERVER_PROTOCOL']) ? htmlspecialchars($data) : $data;
/plugin/evesso/
H A Dauth.php45 $_SERVER['REMOTE_USER'] = $session['user'];
360 $_SERVER['REMOTE_USER'] = $data['user'];
/plugin/extranet/
H A Daction.php17 $client_ip = $_SERVER[$this->getConf('server_ip_key')];
/plugin/facebookalbum/
H A Dfacebook.php885 $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on'
888 $currentUrl = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
H A Dsyntax.php203 …$album_url = $_SERVER['REQUEST_URI']."&".FB_ALBUM_GET_PARAMETER_ACTION."=list_photos&".FB_ALBUM_GE…
/plugin/farm/
H A Daction.php101 …if(isset($_SERVER['REMOTE_USER']) && !empty($_SERVER['REMOTE_USER'])) if($ls == 'edits' || $ls == …
103 …if(isset($_SERVER['REMOTE_USER']) && !empty($_SERVER['REMOTE_USER'])) if($toobig) echo '<div class…
115 if($farmconf['virtual'] && ($_SERVER['HTTP_HOST'] != $farmconf['farmerhost'])) {
H A Dsoapserver.php228 if($_SERVER['REQUEST_METHOD'] == 'POST') {
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt385 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
390 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>…
397 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
402 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>…
/plugin/farm/install/
H A Dpreload.php54 $host = $_SERVER['HTTP_HOST'];
61 …$p = isset($_SERVER['HTTPS']) ? ((!preg_match('`off`i', $_SERVER['HTTPS']) && $_SERVER['HTTPS']) ?…

12345678910>>...27