Home
last modified time | relevance | path

Searched refs:getStability (Results 1 – 23 of 23) sorted by relevance

/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Repository/Pear/
H A DReleaseInfo.php46 public function getStability() function in Composer\\Repository\\Pear\\ReleaseInfo
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/DependencyResolver/
H A DDefaultPolicy.php37 … if ($this->preferStable && ($stabA = $a->getStability()) !== ($stabB = $b->getStability())) {
H A DPool.php106 $stability = $package->getStability();
329 $isDev = $candidate->getStability() === 'dev';
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Package/
H A DPackageInterface.php217 public function getStability(); function
H A DBasePackage.php228 return self::$stabilities[$this->getStability()];
H A DAliasPackage.php84 public function getStability() function in Composer\\Package\\AliasPackage
H A DPackage.php107 public function getStability() function in Composer\\Package\\Package
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Package/Version/
H A DVersionSelector.php122 … return $this->transformVersion($version, $package->getPrettyVersion(), $package->getStability());
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor.h222 int getStability() const { return _stability; } in getStability() function
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor.h225 int getStability() const { return _stability; } in getStability() function
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Command/
H A DShowCommand.php730 $bestStability = $package->getStability();
/dports/devel/pear-Pirum/Pirum-1.1.5/
H A Dpirum1474 public function getStability()
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/PackageFile/v2/
H A Drw.php1509 $this->getStability(),
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/PackageFile/v2/
H A Drw.php1556 $this->getStability(),
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/PackageFile/v2/
H A Drw.php1556 $this->getStability(),
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/PackageFile/v2/
H A Drw.php1556 $this->getStability(),
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/PackageFile/
H A Dv2.php1075 function getStability() function in PEAR_PackageFile_v2
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/PackageFile/
H A Dv2.php1098 function getStability() function in PEAR_PackageFile_v2
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/PackageFile/
H A Dv2.php1098 function getStability() function in PEAR_PackageFile_v2
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/PackageFile/
H A Dv2.php1098 function getStability() function in PEAR_PackageFile_v2
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/
H A DInstaller.php383 !$pool->isPackageAcceptable($package->getNames(), $package->getStability())
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/script/
H A Dscript.cpp222 return _vm->_actors[actorId]->getStability(); in Actor_Query_Stability()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.cpp222 return _vm->_actors[actorId]->getStability(); in Actor_Query_Stability()