Home
last modified time | relevance | path

Searched refs:php_sapi_name (Results 1 – 21 of 21) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php352 $php_sapi_name = strtolower(function_exists('php_sapi_name') ? PHP_SAPI : ''); variable
353 if (!$php_sapi_name || (preg_match('#~#', dirname($_SERVER['PHP_SELF'])) && ($php_sapi_name != 'apa…
355 } elseif ($php_sapi_name == 'cgi-fcgi') {
357 } elseif ($php_sapi_name == 'cgi') {
359 } elseif ($php_sapi_name == 'apache') {
364 echo ';">'.htmlspecialchars($php_sapi_name).'</th>';
/plugin/combo/ComboStrap/
H A DConsole.php43 return (php_sapi_name() === 'cli');
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php23 if (php_sapi_name()!=='cli-server') {
/plugin/toolbox/
H A Dextension.php6 if('cli' != php_sapi_name()) die('This is a command line script only');
/plugin/docsearch/
H A Dcron.php5 if('cli' != php_sapi_name()) die();
/plugin/siteexport/inc/
H A Dsettings.php69 $this->isCLI = (!$_SERVER['REMOTE_ADDR'] && 'cli' == php_sapi_name());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php269 $this->moved = php_sapi_name() == 'cli'
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php89 if ('cli' != php_sapi_name()) {
/plugin/tagging/helper/
H A Dquerybuilder.php260 if (php_sapi_name() !== 'cli' || defined('DOKU_UNITTEST')) {
/plugin/siteexport/
H A Dcron.php204 if ( !array_key_exists('REMOTE_ADDR', $_SERVER) && 'cli' == php_sapi_name()) {
/plugin/nsexport/packer/ziphtml/
H A Dzip.php10 if ('cli' !== php_sapi_name()) die();
/plugin/farmer/
H A DDokuWikiFarmCore.php
/plugin/elasticsearch/action/
H A Dindexing.php110 if (php_sapi_name() == 'cli') {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php64 if ('cli' !== php_sapi_name()) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php247 if (php_sapi_name() === 'cli' && getenv('HTTP_PROXY')) {
/plugin/facebookalbum/
H A Dfacebook.php944 if (php_sapi_name() != 'cli') {
/plugin/fblogin/lib/
H A Dbase_facebook.php1279 if (php_sapi_name() != 'cli') {
/plugin/upgrade/HTTP/
H A DHTTPClient.php713 if(php_sapi_name() == 'cli'){
/plugin/elwikiupgrade/
H A DHTTPClient.php703 if(php_sapi_name() == 'cli'){
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php302 $php_sapi_name = strtolower(function_exists('php_sapi_name') ? PHP_SAPI : '');
303 if ($php_sapi_name == 'cli') {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2534 if(php_sapi_name()!='cli')