Home
last modified time | relevance | path

Searched refs:getPlural (Results 76 – 93 of 93) sorted by relevance

1234

/dports/audio/ampache/ampache-php74-5.0.0/vendor/gettext/gettext/src/
H A DTranslation.php224 public function getPlural() function in Gettext\\Translation
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/
H A DUninflected.php36 public static function getPlural(): iterable function in Doctrine\\Inflector\\Rules\\English\\Uninflected
H A DInflectible.php65 public static function getPlural(): iterable function in Doctrine\\Inflector\\Rules\\English\\Inflectible
/dports/www/drupal8/drupal-8.9.20/core/modules/link/src/Plugin/Field/FieldWidget/
H A DLinkWidget.php428 $violation->getPlural(),
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/Entity/
H A DEntityFormDisplay.php305 $plural = $violation->getPlural();
/dports/www/drupal9/drupal-9.2.10/core/modules/link/src/Plugin/Field/FieldWidget/
H A DLinkWidget.php428 $violation->getPlural(),
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/Entity/
H A DEntityFormDisplay.php308 $plural = $violation->getPlural();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/
H A DInflectible.php65 public static function getPlural() : iterable function in Doctrine\\Inflector\\Rules\\English\\Inflectible
/dports/games/keeperrl/keeperrl-alpha23/
H A Dbody.cpp517 ret.push_back({getPlural(string("Injured ") + getName(part), num), ""}); in getBadAdjectives()
520 ret.push_back({getPlural(string("Lost ") + getName(part), num), ""}); in getBadAdjectives()
H A Dutil.cpp770 string getPlural(const string& a, const string&b, int num) { in getPlural() function
777 string getPlural(const string& a, int num) { in getPlural() function
H A Dutil.h1060 string getPlural(const string& singular, const string& plural, int num);
1061 string getPlural(const string&, int num);
/dports/math/scilab/scilab-6.1.1/scilab/modules/coverage/src/cpp/
H A DCovHTMLCodePrinter.cpp434 …sh;&nbsp;called:</td><td>" << result.getCounter() << L" time" << tools::getPlural(result.getCounte… in getFunctionStats()
H A DCoverResult.cpp119 << L" -called: " << cr.counter << L" time" << tools::getPlural(cr.counter) << L"." << '\n' in operator <<()
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/
H A DCHANGELOG.md65 * added `ConstraintViolation::getPlural()`
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/
H A DCHANGELOG.md106 * added `ConstraintViolation::getPlural()`
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/
H A DCHANGELOG.md106 * added `ConstraintViolation::getPlural()`
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/
H A DCHANGELOG.md180 * added `ConstraintViolation::getPlural()`
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/
H A DUPGRADE-3.0.md1837 `ConstraintViolation` were renamed to `getParameters()` and `getPlural()`.
1850 $plural = $violation->getPlural();

1234