/plugin/findologicxmlexport/vendor/sebastian/environment/src/ |
H A D | Console.php | 32 … return false !== getenv('ANSICON') || 'ON' === getenv('ConEmuANSI') || 'xterm' === getenv('TERM'); 52 if (preg_match('/^(\d+)x\d+ \(\d+x(\d+)\)$/', trim(getenv('ANSICON')), $matches)) {
|
H A D | Runtime.php | 44 if ((self::$binary = getenv('PHP_BINARY')) === false) {
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | PhpExecutableFinder.php | 43 return (getenv('PHP_BINARY') ?: \PHP_BINARY).$args; 51 if ($php = getenv('PHP_PATH')) { 59 if ($php = getenv('PHP_PEAR_PHP_BIN')) {
|
H A D | ExecutableFinder.php | 68 explode(\PATH_SEPARATOR, getenv('PATH') ?: getenv('Path')), 75 $pathExt = getenv('PATHEXT');
|
/plugin/combo/vendor/symfony/process/ |
H A D | ExecutableFinder.php | 66 explode(\PATH_SEPARATOR, getenv('PATH') ?: getenv('Path')), 73 $pathExt = getenv('PATHEXT');
|
H A D | PhpExecutableFinder.php | 36 if ($php = getenv('PHP_BINARY')) { 63 if ($php = getenv('PHP_PATH')) { 71 if ($php = getenv('PHP_PEAR_PHP_BIN')) {
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/ |
H A D | ChromeDriverService.php | 27 $pathToExecutable = getenv(self::CHROME_DRIVER_EXECUTABLE) ?: getenv(self::CHROME_DRIVER_EXE_PROPERTY);
|
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | Php72.php | 128 && (false !== getenv('ANSICON') 129 || 'ON' === getenv('ConEmuANSI') 130 || 'xterm' === getenv('TERM') 131 || 'Hyper' === getenv('TERM_PROGRAM'));
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.gallery.php | 25 …ot = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(getenv('DOCUMENT_ROO…
|
/plugin/referrers/ |
H A D | code.php | 19 $refhi = getenv("HTTP_REFERER"); 47 $rh = getenv("REMOTE_ADDR");
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | Client.php | 247 if (php_sapi_name() === 'cli' && getenv('HTTP_PROXY')) { 248 $defaults['proxy']['http'] = getenv('HTTP_PROXY'); 251 if ($proxy = getenv('HTTPS_PROXY')) { 255 if ($noProxy = getenv('NO_PROXY')) {
|
/plugin/remotescript/lib/ |
H A D | config.php | 4 define("PATH_SEPARATOR", getenv("COMSPEC")? ";" : ":");
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
H A D | ConfigurationTest.php | 258 $this->assertEquals(true, getenv('foo')); 278 $this->assertEquals(true, getenv('foo')); 292 $this->assertEquals('putenv', getenv('foo'));
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | base.php | 50 $cip = getenv('HTTP_CLIENT_IP'); 51 $xip = getenv('HTTP_X_FORWARDED_FOR'); 52 $rip = getenv('REMOTE_ADDR');
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/ |
H A D | FirefoxDriverService.php | 24 $pathToExecutable = getenv(static::WEBDRIVER_FIREFOX_DRIVER);
|
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/ |
H A D | CaBundle.php | 74 $caBundlePaths[] = getenv('SSL_CERT_FILE'); 78 $caBundlePaths[] = getenv('SSL_CERT_DIR');
|
/plugin/html2pdf/multilingual/ |
H A D | action.php | 68 …$languages = preg_split("/,/", preg_replace('/\(;q=\d+\.\d+\)/i', '', getenv('HTTP_ACCEPT_LANGUAGE…
|
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | PhpExecutableFinderTest.php | 51 $current = getenv('PHP_BINARY') ?: \PHP_BINARY;
|
/plugin/multilingual/ |
H A D | action.php | 68 …$languages = preg_split("/,/", preg_replace('/\(;q=\d+\.\d+\)/i', '', getenv('HTTP_ACCEPT_LANGUAGE…
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/ |
H A D | phar-sample.phar | 199 if ($var = getenv('TMP') ? getenv('TMP') : getenv('TEMP')) { 207 if ($var = getenv('TMPDIR')) {
|
/plugin/uilanguage/ |
H A D | action.php | 48 … $languages = explode(',', preg_replace('/\(;q=\d+\.\d+\)/i', '', getenv('HTTP_ACCEPT_LANGUAGE')));
|
/plugin/yourip/ |
H A D | syntax.php | 55 $ip = getenv ("REMOTE_ADDR");
|
/plugin/solr/ |
H A D | index_all.php | 18 $env_var = getenv($const);
|
/plugin/upgrade/vendor/splitbrain/php-cli/src/ |
H A D | Colors.php | 69 if (!getenv('TERM')) {
|
/plugin/combo/ComboStrap/ |
H A D | LocalPath.php | 158 $home = getenv("HOME"); 160 $home = getenv("USERPROFILE");
|