Home
last modified time | relevance | path

Searched refs:scanLocales (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/intl/Data/Util/
H A DLocaleScanner.php41 public function scanLocales(string $sourceDir): array function in Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner
66 $locales = $this->scanLocales($sourceDir);
87 $locales = $this->scanLocales($sourceDir);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/intl/Data/Util/
H A DLocaleScanner.php41 public function scanLocales(string $sourceDir): array function in Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner
66 $locales = $this->scanLocales($sourceDir);
87 $locales = $this->scanLocales($sourceDir);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/
H A DLocaleScanner.php43 public function scanLocales($sourceDir) function in Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner
70 $locales = $this->scanLocales($sourceDir);
/dports/www/bolt/bolt-2.2.24/vendor/symfony/intl/Symfony/Component/Intl/Data/Util/
H A DLocaleScanner.php43 public function scanLocales($sourceDir) function in Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner
70 $locales = $this->scanLocales($sourceDir, '.txt');
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/
H A DLocaleScanner.php43 public function scanLocales($sourceDir) function in Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner
70 $locales = $this->scanLocales($sourceDir);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/intl/Data/Util/
H A DLocaleScanner.php43 public function scanLocales($sourceDir) function in Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner
70 $locales = $this->scanLocales($sourceDir);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/
H A DScriptDataGenerator.php37 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator
39 return $scanner->scanLocales($sourceDir.'/lang');
H A DRegionDataGenerator.php68 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\RegionDataGenerator
70 return $scanner->scanLocales($sourceDir.'/region');
H A DLanguageDataGenerator.php97 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\LanguageDataGenerator
99 return $scanner->scanLocales($sourceDir.'/lang');
H A DCurrencyDataGenerator.php54 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\CurrencyDataGenerator
56 return $scanner->scanLocales($sourceDir.'/curr');
H A DAbstractDataGenerator.php57 $locales = $this->scanLocales($localeScanner, $config->getSourceDir());
98 abstract protected function scanLocales(LocaleScanner $scanner, $sourceDir); function in Symfony\\Component\\Intl\\Data\\Generator\\AbstractDataGenerator
/dports/www/bolt/bolt-2.2.24/vendor/symfony/intl/Symfony/Component/Intl/Data/Generator/
H A DScriptDataGenerator.php37 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator
39 return $scanner->scanLocales($sourceDir.'/lang');
H A DRegionDataGenerator.php72 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\RegionDataGenerator
74 return $scanner->scanLocales($sourceDir.'/region');
H A DLanguageDataGenerator.php96 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\LanguageDataGenerator
98 return $scanner->scanLocales($sourceDir.'/lang');
H A DAbstractDataGenerator.php66 $locales = $this->scanLocales($localeScanner, $config->getSourceDir());
108 abstract protected function scanLocales(LocaleScanner $scanner, $sourceDir); function in Symfony\\Component\\Intl\\Data\\Generator\\AbstractDataGenerator
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/
H A DScriptDataGenerator.php37 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator
39 return $scanner->scanLocales($sourceDir.'/lang');
H A DRegionDataGenerator.php68 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\RegionDataGenerator
70 return $scanner->scanLocales($sourceDir.'/region');
H A DLanguageDataGenerator.php97 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\LanguageDataGenerator
99 return $scanner->scanLocales($sourceDir.'/lang');
H A DAbstractDataGenerator.php57 $locales = $this->scanLocales($localeScanner, $config->getSourceDir());
98 abstract protected function scanLocales(LocaleScanner $scanner, $sourceDir); function in Symfony\\Component\\Intl\\Data\\Generator\\AbstractDataGenerator
H A DCurrencyDataGenerator.php54 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\CurrencyDataGenerator
56 return $scanner->scanLocales($sourceDir.'/curr');
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/intl/Data/Generator/
H A DScriptDataGenerator.php37 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator
39 return $scanner->scanLocales($sourceDir.'/lang');
H A DRegionDataGenerator.php68 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\RegionDataGenerator
70 return $scanner->scanLocales($sourceDir.'/region');
H A DLanguageDataGenerator.php96 protected function scanLocales(LocaleScanner $scanner, $sourceDir) function in Symfony\\Component\\Intl\\Data\\Generator\\LanguageDataGenerator
98 return $scanner->scanLocales($sourceDir.'/lang');
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/intl/Data/Generator/
H A DScriptDataGenerator.php41 protected function scanLocales(LocaleScanner $scanner, string $sourceDir): array function in Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator
43 return $scanner->scanLocales($sourceDir.'/lang');
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/intl/Data/Generator/
H A DScriptDataGenerator.php41 protected function scanLocales(LocaleScanner $scanner, string $sourceDir): array function in Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator
43 return $scanner->scanLocales($sourceDir.'/lang');

12