Home
last modified time | relevance | path

Searched refs:translationDir (Results 1 – 25 of 26) sorted by relevance

12

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/
H A DTranslationUpdateCommandTest.php24 private $translationDir; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\Command\\TranslationUpdateCommandTest
36 $this->fs->remove($this->translationDir);
38 $this->fs->mkdir($this->translationDir.'/translations');
39 $this->fs->mkdir($this->translationDir.'/templates');
73 $this->fs->remove($this->translationDir);
75 $this->fs->mkdir($this->translationDir.'/translations');
76 $this->fs->mkdir($this->translationDir.'/templates');
96 $this->fs->mkdir($this->translationDir.'/translations');
97 $this->fs->mkdir($this->translationDir.'/templates');
102 $this->fs->remove($this->translationDir);
[all …]
H A DTranslationDebugCommandTest.php24 private $translationDir; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\Command\\TranslationDebugCommandTest
69 $this->fs->remove($this->translationDir);
72 $this->fs->mkdir($this->translationDir.'/translations');
73 $this->fs->mkdir($this->translationDir.'/templates');
87 ->with($this->equalTo($this->translationDir))
116 $this->fs->mkdir($this->translationDir.'/translations');
117 $this->fs->mkdir($this->translationDir.'/templates');
122 $this->fs->remove($this->translationDir);
161 ['foo', $this->getBundle($this->translationDir)],
180 ->willReturn($this->translationDir);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/
H A DTranslationUpdateCommandTest.php24 private $translationDir; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\Command\\TranslationUpdateCommandTest
36 $this->fs->remove($this->translationDir);
38 $this->fs->mkdir($this->translationDir.'/translations');
39 $this->fs->mkdir($this->translationDir.'/templates');
73 $this->fs->remove($this->translationDir);
75 $this->fs->mkdir($this->translationDir.'/translations');
76 $this->fs->mkdir($this->translationDir.'/templates');
96 $this->fs->mkdir($this->translationDir.'/translations');
97 $this->fs->mkdir($this->translationDir.'/templates');
102 $this->fs->remove($this->translationDir);
[all …]
H A DTranslationDebugCommandTest.php24 private $translationDir; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\Command\\TranslationDebugCommandTest
69 $this->fs->remove($this->translationDir);
72 $this->fs->mkdir($this->translationDir.'/translations');
73 $this->fs->mkdir($this->translationDir.'/templates');
87 ->with($this->equalTo($this->translationDir))
116 $this->fs->mkdir($this->translationDir.'/translations');
117 $this->fs->mkdir($this->translationDir.'/templates');
122 $this->fs->remove($this->translationDir);
161 ['foo', $this->getBundle($this->translationDir)],
180 ->willReturn($this->translationDir);
[all …]
/dports/textproc/pageedit/PageEdit-1.2.0/
H A DUILanguage.cpp63 QDir translationDir(path); in GetUILanguages() local
65 if (translationDir.exists() && !checked_dirs.contains(translationDir.absolutePath())) { in GetUILanguages()
69 translationDir.setNameFilters(filters); in GetUILanguages()
70 QStringList translation_files = translationDir.entryList(); in GetUILanguages()
77 checked_dirs.append(translationDir.absolutePath()); in GetUILanguages()
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DUILanguage.cpp67 QDir translationDir(path); in GetUILanguages() local
69 if (translationDir.exists() && !checked_dirs.contains(translationDir.absolutePath())) { in GetUILanguages()
73 translationDir.setNameFilters(filters); in GetUILanguages()
74 QStringList translation_files = translationDir.entryList(); in GetUILanguages()
81 checked_dirs.append(translationDir.absolutePath()); in GetUILanguages()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Translation/
H A DTranslatorLanguageLoader.php137 $translationDir = sprintf('%s/translations/%s', $modulePath, $locale);
138 if (!is_dir($translationDir)) {
150 ->in($translationDir);
/dports/deskutils/birdtray/birdtray-1.9.0/installer/
H A DbuildInstaller.bat91 set "translationDir=%%~di%%~pitranslations"
128 if not exist "%translationDir%" (
129 if exist "%translationDir%\..\..\translations" (
130 set "translationDir=%translationDir%\..\..\translations"
133 if exist "%translationDir%" (
134 xcopy "%translationDir%" "%deploymentFolder%\translations" /q /y 1>nul
136 echo Failed to copy the translations from "%translationDir%" 1>&2
141 echo Warning: Did not find translations directory at "%translationDir%"
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkLanguageComboBox.cpp221 QDir translationDir = QDir(d->LanguageDirectory); in setDirectory() local
223 QStringList fileNames = translationDir.entryList(QStringList("*.qm")); in setDirectory()
226 files << translationDir.filePath(fileName); in setDirectory()
/dports/x11/pcdm/pcdm-690fdbdfc9fe482514161df1cd2bd994790c8a2d/src-qt5/PCDM/src/
H A Dpcdm-gui.cpp119 translationDir = "/usr/local/share/PCDM/i18n/"; in createGUIfromTheme()
518 if(!QFile::exists(translationDir+"PCDM_"+langCode+".qm") && langCode!="en_US"){ in slotLocaleChanged()
520 if(!QFile::exists(translationDir+"PCDM_"+langCode+".qm")){ in slotLocaleChanged()
521 if(!QFile::exists(translationDir+"qt_"+langCode+".qm")){ in slotLocaleChanged()
525 translationFile = translationDir+"qt_"+langCode+".qm"; in slotLocaleChanged()
528 translationFile = translationDir+"PCDM_"+langCode+".qm"; in slotLocaleChanged()
531 translationFile = translationDir+"PCDM_"+langCode+".qm"; in slotLocaleChanged()
H A Dpcdm-gui.h89 QString translationDir; variable
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/card/base/command/
H A Dtest_TransmitCommand.cpp27 QTemporaryDir translationDir; in initTestCase() local
29 TestFileHelper::createTranslations(translationDir.path()); in initTestCase()
30 LanguageLoader::getInstance().setPath(translationDir.path()); in initTestCase()
/dports/math/convertall/ConvertAll/
H A Dinstall.py231 translationDir = os.path.join(pythonBuildDir, 'translations')
232 print(' Copying translation files to {0}'.format(translationDir))
233 copyDir('translations', translationDir)
/dports/print/posterazor/posterazor-1.9.7/src/
H A Dtst_posterazor.cpp64 const QDir translationDir(":/Translations/"); in screenShotterize() local
74 foreach (const QFileInfo &translation, translationDir.entryInfoList(QDir::Files)) { in screenShotterize()
H A Dmainwindow.cpp401 const QDir translationDir(QLatin1String(":/Translations/")); in populateUI() local
402 foreach (const QFileInfo &translation, translationDir.entryInfoList(QDir::Files)) { in populateUI()
/dports/deskutils/treeline/TreeLine/
H A Dinstall.py270 translationDir = os.path.join(pythonBuildDir, 'translations')
271 print(' Copying translation files to {0}'.format(translationDir))
272 copyDir('translations', translationDir)
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Language/
H A DLanguageUtils.cpp148 const auto translationDir = Util::translationsPath(); in getHomeTargetPath() local
150 .arg(translationDir) in getHomeTargetPath()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscpaths.h56 QString translationDir() const;
H A Dscribusapp.cpp490 QString path(ScPaths::instance().translationDir()); in installTranslators()
H A Dscpaths.cpp257 QString ScPaths::translationDir() const in translationDir() function in ScPaths
H A Dlangmgr.cpp654 QString path = ScPaths::instance().translationDir(); in generateInstalledGUILangList()
H A Dscribus.cpp8139 QString transPath = ScPaths::instance().translationDir(); in initHyphenator()
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DAjaxProcessor.php2394 $translationDir = $separator.'translations'.$separator;
2395 …$regexModule = '#'.$separator.'modules'.$separator.'.*'.$translationDir.'('.implode('|', $this->in…
2400 …} elseif (preg_match('#'.$translationDir.'('.implode('|', $this->installedLanguagesIso).')'.$separ…
2402 …} elseif (preg_match('#'.$translationDir.'('.implode('|', $this->installedLanguagesIso).')'.$separ…
2404 …} elseif (preg_match('#'.$translationDir.'('.implode('|', $this->installedLanguagesIso).')'.$separ…
2406 …} elseif (preg_match('#'.$translationDir.'('.implode('|', $this->installedLanguagesIso).')'.$separ…
/dports/astro/merkaartor/merkaartor-0.19.0/src/Preferences/
H A DPreferencesDialog.cpp164 for (const auto& translationDir : ((MainWindow*)parent())->translationPaths()) { in initLanguages()
165 const auto translationFiles = QDir(translationDir).entryList(nameFilter, QDir::Files); in initLanguages()
/dports/finance/prestashop/prestashop/classes/module/
H A DModule.php3590 $translationDir = sprintf('%s/translations/', $modulePath);
3591 if (!is_dir($translationDir)) {
3598 ->in($translationDir);

12