Home
last modified time | relevance | path

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

1234

/dports/games/keeperrl/keeperrl-alpha23/
H A Ditem.cpp274 string Item::getAName(bool getPlural, WConstCreature owner) const { in getAName() argument
275 if (attributes->noArticle || getPlural) in getAName()
276 return getName(getPlural, owner); in getAName()
278 return addAParticle(getName(getPlural, owner)); in getAName()
281 string Item::getTheName(bool getPlural, WConstCreature owner) const { in getTheName() argument
282 string the = (attributes->noArticle || getPlural) ? "" : "the "; in getTheName()
283 return the + getName(getPlural, owner); in getTheName()
304 string Item::getVisibleName(bool getPlural) const { in getVisibleName()
305 if (!getPlural) in getVisibleName()
377 string Item::getNameAndModifiers(bool getPlural, WConstCreature owner) const { in getNameAndModifiers() argument
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/
H A DAbstractValidatorTest.php104 $this->assertNull($violations[0]->getPlural());
140 $this->assertNull($violations[0]->getPlural());
179 $this->assertNull($violations[0]->getPlural());
218 $this->assertNull($violations[0]->getPlural());
255 $this->assertNull($violations[0]->getPlural());
292 $this->assertNull($violations[0]->getPlural());
329 $this->assertNull($violations[0]->getPlural());
368 $this->assertNull($violations[0]->getPlural());
406 $this->assertNull($violations[0]->getPlural());
447 $this->assertNull($violations[0]->getPlural());
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/
H A DAbstractValidatorTest.php104 $this->assertNull($violations[0]->getPlural());
140 $this->assertNull($violations[0]->getPlural());
179 $this->assertNull($violations[0]->getPlural());
218 $this->assertNull($violations[0]->getPlural());
255 $this->assertNull($violations[0]->getPlural());
292 $this->assertNull($violations[0]->getPlural());
329 $this->assertNull($violations[0]->getPlural());
368 $this->assertNull($violations[0]->getPlural());
406 $this->assertNull($violations[0]->getPlural());
447 $this->assertNull($violations[0]->getPlural());
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
H A DUninflected.php22 public static function getPlural() : iterable function in Doctrine\\Inflector\\Rules\\French\\Uninflected
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
H A DUninflected.php22 public static function getPlural() : iterable function in Doctrine\\Inflector\\Rules\\Turkish\\Uninflected
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
H A DUninflected.php22 public static function getPlural(): iterable function in Doctrine\\Inflector\\Rules\\French\\Uninflected
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/
H A DRules.php26 new Transformations(...Inflectible::getPlural()),
27 new Patterns(...Uninflected::getPlural()),
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Language/
H A DPlurals.php171 $plural = $this->getPlural($n);
189 private function getPlural($n) function in phpMyFAQ\\Language\\Plurals
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Violation/
H A DConstraintViolationBuilderTest.php98 $this->assertSame($expectedViolation->getPlural(), $violation->getPlural());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Violation/
H A DConstraintViolationBuilderTest.php98 $this->assertSame($expectedViolation->getPlural(), $violation->getPlural());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/
H A DConstraintViolationInterface.php80 public function getPlural(); function
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/
H A DConstraintViolationInterface.php80 public function getPlural(); function
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/
H A DConstraintViolationInterface.php80 public function getPlural(); function
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/
H A DConstraintViolationInterface.php80 public function getPlural(); function

1234