Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 60) sorted by relevance

123

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php32 … 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 DRuntime.php44 if ((self::$binary = getenv('PHP_BINARY')) === false) {
/plugin/jplayer/vendor/symfony/process/
H A DPhpExecutableFinder.php43 return (getenv('PHP_BINARY') ?: \PHP_BINARY).$args;
51 if ($php = getenv('PHP_PATH')) {
59 if ($php = getenv('PHP_PEAR_PHP_BIN')) {
H A DExecutableFinder.php68 explode(\PATH_SEPARATOR, getenv('PATH') ?: getenv('Path')),
75 $pathExt = getenv('PATHEXT');
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php66 explode(\PATH_SEPARATOR, getenv('PATH') ?: getenv('Path')),
73 $pathExt = getenv('PATHEXT');
H A DPhpExecutableFinder.php36 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 DChromeDriverService.php27 $pathToExecutable = getenv(self::CHROME_DRIVER_EXECUTABLE) ?: getenv(self::CHROME_DRIVER_EXE_PROPERTY);
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php128 && (false !== getenv('ANSICON')
129 || 'ON' === getenv('ConEmuANSI')
130 || 'xterm' === getenv('TERM')
131 || 'Hyper' === getenv('TERM_PROGRAM'));
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php25 …ot = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(getenv('DOCUMENT_ROO…
/plugin/referrers/
H A Dcode.php19 $refhi = getenv("HTTP_REFERER");
47 $rh = getenv("REMOTE_ADDR");
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php247 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 Dconfig.php4 define("PATH_SEPARATOR", getenv("COMSPEC")? ";" : ":");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php258 $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 Dbase.php50 $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 DFirefoxDriverService.php24 $pathToExecutable = getenv(static::WEBDRIVER_FIREFOX_DRIVER);
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php74 $caBundlePaths[] = getenv('SSL_CERT_FILE');
78 $caBundlePaths[] = getenv('SSL_CERT_DIR');
/plugin/html2pdf/multilingual/
H A Daction.php68 …$languages = preg_split("/,/", preg_replace('/\(;q=\d+\.\d+\)/i', '', getenv('HTTP_ACCEPT_LANGUAGE…
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPhpExecutableFinderTest.php51 $current = getenv('PHP_BINARY') ?: \PHP_BINARY;
/plugin/multilingual/
H A Daction.php68 …$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 Dphar-sample.phar199 if ($var = getenv('TMP') ? getenv('TMP') : getenv('TEMP')) {
207 if ($var = getenv('TMPDIR')) {
/plugin/uilanguage/
H A Daction.php48 … $languages = explode(',', preg_replace('/\(;q=\d+\.\d+\)/i', '', getenv('HTTP_ACCEPT_LANGUAGE')));
/plugin/yourip/
H A Dsyntax.php55 $ip = getenv ("REMOTE_ADDR");
/plugin/solr/
H A Dindex_all.php18 $env_var = getenv($const);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php69 if (!getenv('TERM')) {
/plugin/combo/ComboStrap/
H A DLocalPath.php158 $home = getenv("HOME");
160 $home = getenv("USERPROFILE");

123