Home
last modified time | relevance | path

Searched refs:catalogues (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/dports/www/bolt/bolt-2.2.24/vendor/symfony/translation/Symfony/Component/Translation/
H A DTranslator.php30 protected $catalogues = array(); variable in Symfony\\Component\\Translation\\Translator
123 $this->catalogues = array();
125 unset($this->catalogues[$locale]);
178 $this->catalogues = array();
250 if (!isset($this->catalogues[$locale])) {
254 return $this->catalogues[$locale];
319 if (isset($this->catalogues[$locale])) {
373 $this->catalogues[$locale] = include $cache;
397 $current = $this->catalogues[$locale];
400 if (!isset($this->catalogues[$fallback])) {
[all …]
H A DCHANGELOG.md7 * added possibility to cache catalogues
22 * added classes to make operations on catalogues (like making a diff or a merge on 2 catalogues)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Translation/
H A DTranslator.php34 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
137 $this->catalogues = [];
139 unset($this->catalogues[$locale]);
170 $this->catalogues = [];
240 if (!isset($this->catalogues[$locale])) {
244 return $this->catalogues[$locale];
291 if (isset($this->catalogues[$locale])) {
303 if (isset($this->catalogues[$locale])) {
309 $this->catalogues[$locale] = include $cache->getPath();
392 $current = $this->catalogues[$locale];
[all …]
H A DCHANGELOG.md59 * added possibility to cache catalogues
74 * added classes to make operations on catalogues (like making a diff or a merge on 2 catalogues)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Translation/
H A DTranslator.php34 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
137 $this->catalogues = [];
139 unset($this->catalogues[$locale]);
170 $this->catalogues = [];
240 if (!isset($this->catalogues[$locale])) {
244 return $this->catalogues[$locale];
291 if (isset($this->catalogues[$locale])) {
303 if (isset($this->catalogues[$locale])) {
309 $this->catalogues[$locale] = include $cache->getPath();
392 $current = $this->catalogues[$locale];
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/translation/
H A DTranslator.php34 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
137 $this->catalogues = [];
139 unset($this->catalogues[$locale]);
170 $this->catalogues = [];
240 if (!isset($this->catalogues[$locale])) {
244 return $this->catalogues[$locale];
291 if (isset($this->catalogues[$locale])) {
303 if (isset($this->catalogues[$locale])) {
309 $this->catalogues[$locale] = include $cache->getPath();
392 $current = $this->catalogues[$locale];
[all …]
H A DCHANGELOG.md59 * added possibility to cache catalogues
74 * added classes to make operations on catalogues (like making a diff or a merge on 2 catalogues)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/translation/
H A DTranslator.php38 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
141 $this->catalogues = [];
143 unset($this->catalogues[$locale]);
174 $this->catalogues = [];
239 if (!isset($this->catalogues[$locale])) {
243 return $this->catalogues[$locale];
281 if (isset($this->catalogues[$locale])) {
293 if (isset($this->catalogues[$locale])) {
299 $this->catalogues[$locale] = include $cache->getPath();
385 $current = $this->catalogues[$locale];
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/i18n/
H A DsfMessageSource_File.class.php95 $catalogues = array($source);
104 $catalogues[] = $catalogue.$this->dataSeparator.$variant.$this->dataExt;
109 $catalogues = array_merge($byDir, array_reverse($catalogues));
111 return $catalogues;
125 $catalogues = array();
134 $catalogues[] = $variant.'/'.$catalogue.$this->dataExt;
138 return array_reverse($catalogues);
148 public function catalogues() function in sfMessageSource_File
H A DsfMessageFormat.class.php58 protected $catalogues = array(); variable in sfMessageFormat
134 if (in_array($catalogue, $this->catalogues))
142 $this->catalogues[] = $catalogue;
H A DsfMessageSource_Database.class.php199 $catalogues = array($catalogue);
208 $catalogues[] = $catalogue.'.'.$variant;
212 return array_reverse($catalogues);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/translation/
H A DTranslatorBag.php20 private $catalogues = []; variable in Symfony\\Component\\Translation\\TranslatorBag
28 $this->catalogues[$catalogue->getLocale()] = $catalogue;
43 if (null === $locale || !isset($this->catalogues[$locale])) {
44 $this->catalogues[$locale] = new MessageCatalogue($locale);
47 return $this->catalogues[$locale];
55 return array_values($this->catalogues);
62 foreach ($this->catalogues as $locale => $catalogue) {
87 foreach ($this->catalogues as $locale => $catalogue) {
H A DTranslator.php37 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
151 $this->catalogues = [];
153 unset($this->catalogues[$locale]);
186 $this->catalogues = [];
291 if (!isset($this->catalogues[$locale])) {
295 return $this->catalogues[$locale];
339 if (isset($this->catalogues[$locale])) {
351 if (isset($this->catalogues[$locale])) {
357 $this->catalogues[$locale] = include $cache->getPath();
443 $current = $this->catalogues[$locale];
[all …]
H A DCHANGELOG.md98 * added possibility to cache catalogues
113 * added classes to make operations on catalogues (like making a diff or a merge on 2 catalogues)
/dports/www/owncloud/owncloud/lib/composer/symfony/translation/
H A DTranslator.php37 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
150 $this->catalogues = [];
152 unset($this->catalogues[$locale]);
187 $this->catalogues = [];
292 if (!isset($this->catalogues[$locale])) {
296 return $this->catalogues[$locale];
340 if (isset($this->catalogues[$locale])) {
352 if (isset($this->catalogues[$locale])) {
358 $this->catalogues[$locale] = include $cache->getPath();
444 $current = $this->catalogues[$locale];
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/translation/
H A DTranslator.php37 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
150 $this->catalogues = [];
152 unset($this->catalogues[$locale]);
187 $this->catalogues = [];
292 if (!isset($this->catalogues[$locale])) {
296 return $this->catalogues[$locale];
340 if (isset($this->catalogues[$locale])) {
352 if (isset($this->catalogues[$locale])) {
358 $this->catalogues[$locale] = include $cache->getPath();
444 $current = $this->catalogues[$locale];
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/symfony/translation/
H A DTranslator.php37 protected $catalogues = []; variable in Symfony\\Component\\Translation\\Translator
151 $this->catalogues = [];
153 unset($this->catalogues[$locale]);
186 $this->catalogues = [];
291 if (!isset($this->catalogues[$locale])) {
295 return $this->catalogues[$locale];
339 if (isset($this->catalogues[$locale])) {
351 if (isset($this->catalogues[$locale])) {
357 $this->catalogues[$locale] = include $cache->getPath();
443 $current = $this->catalogues[$locale];
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dredirector.php51 $catalogues = self::getRedirectionFiles();
56 'selections' => $catalogues,
72 $catalogues = array();
76 $catalogues[basename($file)] = $file;
79 return $catalogues;
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.bl.uk15 Disallow: /catalogues/dbases/subscribed_dbases.html
16 Disallow: /catalogues/dbases/subscribed_others.html
17 Disallow: /catalogues/dbases/free_dbases.html
18 Disallow: /catalogues/indiaofficeselect/
H A Dwww.coles.com.au2 Disallow: /catalogues/*
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Translation/
H A DTranslatorLanguageTrait.php42 return !empty($this->catalogues[$locale]);
50 unset($this->catalogues[$locale]);
/dports/x11-fonts/xfs/xfs-1.2.0/difs/
H A Ddispatch.c479 char *catalogues; in ProcListCatalogues() local
491 &catalogues, &len); in ProcListCatalogues()
496 (void) WriteToClient(client, len, (char *) catalogues); in ProcListCatalogues()
497 fsfree((char *) catalogues); in ProcListCatalogues()
529 if (client->catalogues) in ProcSetCatalogues()
530 fsfree((char *) client->catalogues); in ProcSetCatalogues()
531 client->catalogues = new_cat; in ProcSetCatalogues()
547 for (i = 0, len = 0, cp = client->catalogues; in ProcGetCatalogues()
564 (void) WriteToClient(client, len, client->catalogues); in ProcGetCatalogues()
1105 client->catalogues = NULL; in InitClient()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/
H A DTranslator.php109 if (isset($this->catalogues[$locale])) {
110 unset($this->catalogues[$locale]);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/
H A DTranslator.php109 if (isset($this->catalogues[$locale])) {
110 unset($this->catalogues[$locale]);
/dports/astro/kstars/kstars-3.5.6/po/fr/docs/kstars/
H A Depoch.docbook21 > dans les catalogues d'astronomie, puisque les coordonnées équatoriales d'un objet spatial changen…
27 >&kstars; prend en charge les catalogues relatifs aux périodes J2000.0 et B1950.0. </para>

12345678910>>...35