Home
last modified time | relevance | path

Searched refs:availableLanguages (Results 101 – 125 of 169) sorted by relevance

1234567

/dports/www/mediawiki136/mediawiki-1.36.3/includes/media/
H A DMediaHandler.php886 * @param string[] $availableLanguages Languages present in the file
889 public function getMatchedLanguage( $userPreferredLanguage, array $availableLanguages ) { argument
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/Widgets/
H A DLanguageSelectionWidget.cpp41 _code2name(LanguageSettings::availableLanguages()) in LanguageSelectionWidget()
/dports/www/osticket/upload/include/staff/
H A Dsystem.inc.php186 foreach (Internationalization::availableLanguages() as $info) {
H A Dtemplate.inc.php141 $langs = Internationalization::availableLanguages(); ?>
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DTranslator.cpp107 QList<QPair<QString, QString>> Translator::availableLanguages() in availableLanguages() function in Translator
/dports/textproc/kf5-sonnet/sonnet-5.89.0/autotests/
H A Dtest_autodetect.cpp79 if (!speller.availableLanguages().contains(correct_lang)) { in autodetect()
/dports/editors/calligra/calligra-3.2.1/plugins/textediting/spellcheck/
H A DSpellCheck.cpp146 QStringList SpellCheck::availableLanguages() const in availableLanguages() function in SpellCheck
148 return m_speller.availableLanguages(); in availableLanguages()
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A DAppleSpeller.m67 if ([NSSpellChecker instancesRespondToSelector:@selector(availableLanguages)]) {
68 NSArray * languages = [speller->checker availableLanguages];
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/
H A DPageLayoutController.php379 …$availableLanguages = $currentSite->getAvailableLanguages($this->getBackendUser(), false, $this->i…
417 if (isset($availableLanguages[$languageId])) {
418 … $this->MOD_MENU['language'][$languageId] = $availableLanguages[$languageId]->getTitle();
422 if (isset($availableLanguages[0])) {
423 $this->MOD_MENU['language'][0] = $availableLanguages[0]->getTitle();
H A DEditDocumentController.php2260 $availableLanguages = $this->getLanguages(
2265 $availableLanguages = $this->getLanguages((int)$pid, $table);
2268 if (count($availableLanguages) > 1) {
2331 foreach ($availableLanguages as $language) {
2508 $availableLanguages = [];
2511 $availableLanguages = [
2519 $availableLanguages[$languageId] = $allLanguages[$languageId];
2522 return $availableLanguages;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSSpellChecker.inc112 function availableLanguages: NSArray; message 'availableLanguages';
/dports/www/mediawiki137/mediawiki-1.37.1/includes/media/
H A DMediaHandler.php1037 * @param string[] $availableLanguages Languages present in the file
1040 public function getMatchedLanguage( $userPreferredLanguage, array $availableLanguages ) { argument
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/
H A Dmain.cpp130 QString availableLanguages(langList.join(", ")); in showHelp() local
162 helpMessage += "-language Language selection " + availableLanguages + "\n"; in showHelp()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/
H A DHunspellDictionaryManager.cpp136 Error HunspellDictionaryManager::availableLanguages( in availableLanguages() function in rstudio::core::spelling::HunspellDictionaryManager
/dports/www/xoops/XoopsCore25-2.5.10/upgrade/class/
H A Dcontrol.php59 public function availableLanguages() function in UpgradeControl
/dports/graphics/aseprite/aseprite-1.2.9/src/app/i18n/
H A Dstrings.cpp49 std::set<std::string> Strings::availableLanguages() const in availableLanguages() function in app::Strings
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/config/
H A Dmainwindowconfig.h168 Q_INVOKABLE static QStringList availableLanguages();
H A Dmainwindowconfig.cpp194 QStringList MainWindowConfig::availableLanguages() in availableLanguages() function in MainWindowConfig
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/config/
H A Dmainwindowconfig.h168 Q_INVOKABLE static QStringList availableLanguages();
H A Dmainwindowconfig.cpp194 QStringList MainWindowConfig::availableLanguages() in availableLanguages() function in MainWindowConfig
/dports/editors/gedit/gedit-40.1/build-aux/osx/build/updater/patches/
H A Denchant-applespell.patch256 + languages = [checker availableLanguages];
320 + languages = [checker availableLanguages];
/dports/editors/gedit/gedit-40.1/build-aux/osx/build/modulesets/patches/enchant/
H A Denchant-applespell.patch256 + languages = [checker availableLanguages];
320 + languages = [checker availableLanguages];
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/settingsdialogs/
H A Dbtfontsettings.cpp45 CLanguageMgr::LangMap langMap = CLanguageMgr::instance()->availableLanguages(); in BtFontSettingsPage()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/util/
H A Dtranslation_util.cpp152 TranslationUtil::LanguageList TranslationUtil::availableLanguages() in availableLanguages() function in OpenOrienteering::TranslationUtil
/dports/misc/parley/parley-21.12.3/src/practice/
H A Dwrittenpracticevalidator.cpp68 …qDebug() << "Available dictionaries: " << m_speller->availableLanguages() << "\n names: " << m_spe… in setLanguage()

1234567