Home
last modified time | relevance | path

Searched refs:RELATIVE_PATHS (Results 1 – 14 of 14) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3/cms-composer-installers/src/Plugin/
H A DConfig.php29 const RELATIVE_PATHS = 1; define in TYPO3\\CMS\\Composer\\Plugin\\Config
92 return ($flags & self::RELATIVE_PATHS === 1) ? $val : $this->realpath($val);
94 return ($flags & self::RELATIVE_PATHS === 1) ? '' : $this->realpath($this->baseDir);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3/cms-composer-installers/src/Plugin/
H A DConfig.php28 const RELATIVE_PATHS = 1; define in TYPO3\\CMS\\Composer\\Plugin\\Config
91 return ($flags & self::RELATIVE_PATHS === 1) ? $val : $this->realpath($val);
93 return ($flags & self::RELATIVE_PATHS === 1) ? '' : $this->realpath($this->baseDir);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3/cms-composer-installers/src/Plugin/
H A DConfig.php28 const RELATIVE_PATHS = 1; define in TYPO3\\CMS\\Composer\\Plugin\\Config
91 return ($flags & self::RELATIVE_PATHS === 1) ? $val : $this->realpath($val);
93 return ($flags & self::RELATIVE_PATHS === 1) ? '' : $this->realpath($this->baseDir);
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/
H A DConfig.php25 const RELATIVE_PATHS = 1; define in Composer\\Config
225 … return (($flags & self::RELATIVE_PATHS) == self::RELATIVE_PATHS) ? $val : $this->realpath($val);
/dports/devel/py-flake8/flake8-4.0.1/tests/unit/
H A Dtest_utils.py14 RELATIVE_PATHS = ["flake8", "pep8", "pyflakes", "mccabe"] variable
154 [os.path.abspath(f"../{p}") for p in RELATIVE_PATHS],
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/quorum/
H A DMakefile.am65 if RELATIVE_PATHS
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3/class-alias-loader/src/
H A DClassAliasMapGenerator.php82 …bstr($config->get('vendor-dir'), 0, -strlen($config->get('vendor-dir', $config::RELATIVE_PATHS))));
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3/class-alias-loader/src/
H A DClassAliasMapGenerator.php82 …bstr($config->get('vendor-dir'), 0, -strlen($config->get('vendor-dir', $config::RELATIVE_PATHS))));
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3/class-alias-loader/src/
H A DClassAliasMapGenerator.php82 …bstr($config->get('vendor-dir'), 0, -strlen($config->get('vendor-dir', $config::RELATIVE_PATHS))));
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/
H A Doption.py334 RELATIVE_PATHS = "relative_paths" variable in Option
/dports/games/hex-a-hop/hex-a-hop-1.1.0/src/
H A Dgfx.cpp180 #ifdef RELATIVE_PATHS in GetBasePath()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/
H A Doption.py1157 Option.RELATIVE_PATHS: {
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/
H A Dconfigure.ac126 AM_CONDITIONAL([RELATIVE_PATHS], [true]) condition
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Command/
H A DConfigCommand.php271 …alue = $this->config->get($settingKey, $input->getOption('absolute') ? 0 : Config::RELATIVE_PATHS);