Home
last modified time | relevance | path

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

1...<<21222324252627

/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php119 <form action="$_SERVER[PHP_SELF]" method="GET" name="simplemysqlclient" id="simplemysqlclient">
/plugin/accscounter/syntax/
H A Dcounter.php153 …if(auth_isMember($this->getConf('usrExclusion'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps'…
/plugin/gitbacked/lib/
H A DGit.php15 if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) die('Bad load order');
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php353 if (!$php_sapi_name || (preg_match('#~#', dirname($_SERVER['PHP_SELF'])) && ($php_sapi_name != 'apa…
/plugin/combo/vendor/symfony/process/
H A DProcess.php1648 $env = ('\\' === \DIRECTORY_SEPARATOR ? array_intersect_ukey($env, $_SERVER, 'strcasecmp') : array_intersect_key($env, $_SERVER)) ?: $env;
/plugin/editx/
H A Daction.php84 $user = $_SERVER['REMOTE_USER'];
/plugin/txtconf/
H A Dconfig0.class.php156 " * Run for user: ".$_SERVER['REMOTE_USER']."\n".
/plugin/file2dw/
H A Daction.php516 fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.' ' );
/plugin/ckgedit/action/
H A Dsave.php390 $_SERVER['REMOTE_USER'],
/plugin/odt2dw/
H A Daction.php297 …if ( isset( $this->logFileHandle ) ) fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['R…
/plugin/mediasyntax/
H A Dhelper.php600 $user = $_SERVER['REMOTE_USER'];
/plugin/database2/
H A Ddatabase2.php2398 if ( $_SERVER['REMOTE_USER'] )
2419 else if ( $role == $_SERVER['REMOTE_USER'] )
4238 $currentUser = $_SERVER['REMOTE_USER'];
4574 $_SERVER['REMOTE_ADDR'] );
4632 self::currentUser(), $_SERVER['REMOTE_ADDR'] );
4890 return $_SERVER['REMOTE_USER'];
/plugin/odtplus2dw/
H A Daction.php314 if ( isset( $this->logFileHandle ) ) fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.'
/plugin/jsonrpc/
H A Djsonrpc.php57 $user = $_SERVER['REMOTE_USER'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php508 $target = &$_SERVER;
/plugin/combo/ComboStrap/Web/
H A DUrl.php387 $https = $_SERVER['HTTPS'] ?? null;
/plugin/issuetracker/
H A Dsyntax.php557 …$ret = '<br /><br /><form class="issuetracker__form2" method="post" action="'.$_SERVER['REQUEST_UR…
1771 $ip_addr = $_SERVER['REMOTE_ADDR'];
1844 $ip_addr=$_SERVER['REMOTE_ADDR'];
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2549 if(isset($_SERVER['HTTP_USER_AGENT']) && strpos($_SERVER['HTTP_USER_AGENT'],'MSIE'))
3204 if(isset($_SERVER['HTTP_USER_AGENT']) && $_SERVER['HTTP_USER_AGENT']=='contype')
/plugin/include/
H A Dhelper.php834 $brlangp, $_SERVER["HTTP_ACCEPT_LANGUAGE"],
/plugin/combo/action/
H A Drouter.php1042 "REFERRER" => $_SERVER['HTTP_REFERER'] ?? null,
/plugin/sentry/
H A DBrowser.php164 $this->_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "";
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md177 $redirect_uri = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'];
/plugin/schedule/
H A Dschedules.class.php580 $schedule->user = $_SERVER['REMOTE_USER'];
1052 ' <form method="POST" action="'.$_SERVER['PHP_SELF'].'">'.NL.
1589 … ' <form class="scheduleFinalForm" method="POST" action="'.$_SERVER["PHP_SELF"].'">'.NL.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php400 $args = $_SERVER['argv'];
/plugin/timetrack/
H A Dhelper.php953 return $_SERVER['REMOTE_USER'];

1...<<21222324252627