Home
last modified time | relevance | path

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

1...<<21222324252627

/plugin/mantis/lib/
H A Dclass.wsdl.php745 if (isset($_SERVER)) {
746 $PHP_SELF = $_SERVER['PHP_SELF'];
/plugin/eventum/XML/
H A DRPC.php1455 print isset($_SERVER['SERVER_PROTOCOL']) ? htmlspecialchars($data) : $data;
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1732 foreach ($_SERVER as $k => $v) {
/plugin/issuetracker/
H A Daction.php1063 …$ret = '<br /><br /><form class="issuetracker__form2" method="post" action="'.$_SERVER['REQUEST_UR…
2569 $issue_edit_resolution .= '<form name="edit_resolution" method="post" action="'.$_SERVER['REQUEST_U…
3549 $ip_addr = $_SERVER['REMOTE_ADDR'];
3622 $ip_addr=$_SERVER['REMOTE_ADDR'];
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php42 if (!isset($dirfonts)) $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts";
46 if (!isset($dirimg)) $dirimg=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/img";
/plugin/glossary/
H A Dglossary.class.php465 $request['ip'] = $_SERVER ['REMOTE_ADDR'];
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt577 false) which disables parsing $_SERVER[PATH_INFO] for
721 in $_SERVER['PATH_INFO']. Please see phpthumb.readme.txt
769 $_SERVER['SERVER_NAME'])
1138 that key is not available in $_SERVER
1253 when $_SERVER['DOCUMENT_ROOT'] return incorrect value
H A Dphpthumb.faq.txt193 @$_SERVER['HTTP_HOST'], 'example.com', 'www.example.com',
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1343 echo '<form action="'.htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES).'" method="get">';
1349 echo '<form action="'.htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES).'" method="get">';
/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/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1 …'\n ],\n phpPreDefinedVariables: [\n '$GLOBALS',\n '$_SERVER',\n '$_GET…
/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/scrape/
H A DphpQuery-onefile.php
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md402 * Added support for adding extra fields from $_SERVER in the WebProcessor
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1194 when $_SERVER['PATH_TRANSLATED'] was not set
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2362 globals ($_GET, $_SERVER, etc).

1...<<21222324252627