Home
last modified time | relevance | path

Searched refs:loadDictionary (Results 1 – 25 of 111) sorted by relevance

12345

/dports/net/kea/kea-2.0.1/src/lib/log/tests/
H A Dmessage_initializer_1_unittest.cc90 MessageInitializer::loadDictionary(); in messageTest()
122 MessageInitializer::loadDictionary(); in TEST()
180 MessageInitializer::loadDictionary(); in TEST()
200 MessageInitializer::loadDictionary(); in TEST()
231 MessageInitializer::loadDictionary(); in TEST()
241 MessageInitializer::loadDictionary(false); in TEST()
249 MessageInitializer::loadDictionary(true); in TEST()
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/
H A DArcanistSpellingLinter.php48 $this->loadDictionary($dictionary);
56 public function loadDictionary($path) { function in ArcanistSpellingLinter
110 $this->loadDictionary($root.'/resources/spelling/english.json');
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/
H A DArcanistSpellingLinter.php48 $this->loadDictionary($dictionary);
56 public function loadDictionary($path) { function in ArcanistSpellingLinter
110 $this->loadDictionary($root.'/resources/spelling/english.json');
/dports/japanese/kiten/kiten-21.12.3/lib/
H A Ddictfile.h77 virtual bool loadDictionary( const QString &file, const QString &name ) = 0;
88 { return loadDictionary( file, name ); } in loadNewDictionary()
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DSpellCheck.cpp94 loadDictionary(settings.dictionary()); in SpellCheck()
96 loadDictionary(settings.secondary_dictionary()); in SpellCheck()
201 loadDictionary(dname); in spell()
306 void SpellCheck::loadDictionary(const QString &dname) in loadDictionary() function in SpellCheck
392 loadDictionary(dname); in setDictionary()
410 loadDictionary(dname); in getWordChars()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/micro/org/openjdk/bench/java/util/stream/tasks/PhoneCode/
H A DPhoneCodeProblem.java68 WORD_CODES = loadDictionary();
79 private static Map<String, List<String>> loadDictionary() { in loadDictionary() method in PhoneCodeProblem
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/util/stream/tasks/PhoneCode/
H A DPhoneCodeProblem.java68 WORD_CODES = loadDictionary();
79 private static Map<String, List<String>> loadDictionary() { in loadDictionary() method in PhoneCodeProblem
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/util/stream/tasks/PhoneCode/
H A DPhoneCodeProblem.java68 WORD_CODES = loadDictionary();
79 private static Map<String, List<String>> loadDictionary() { in loadDictionary() method in PhoneCodeProblem
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/util/stream/tasks/PhoneCode/
H A DPhoneCodeProblem.java68 WORD_CODES = loadDictionary();
79 private static Map<String, List<String>> loadDictionary() { in loadDictionary() method in PhoneCodeProblem
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/java/util/stream/tasks/PhoneCode/
H A DPhoneCodeProblem.java68 WORD_CODES = loadDictionary();
79 private static Map<String, List<String>> loadDictionary() { in loadDictionary() method in PhoneCodeProblem
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/util/stream/tasks/PhoneCode/
H A DPhoneCodeProblem.java68 WORD_CODES = loadDictionary();
79 private static Map<String, List<String>> loadDictionary() { in loadDictionary() method in PhoneCodeProblem
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/
H A Dgamarchive.cpp32 loadDictionary(); in GamArchive()
48 void GamArchive::loadDictionary() { in loadDictionary() function in Illusions::GamArchive
H A Dgamarchive.h57 void loadDictionary();
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/
H A Dgamarchive.cpp32 loadDictionary(); in GamArchive()
49 void GamArchive::loadDictionary() { in loadDictionary() function in Illusions::GamArchive
H A Dgamarchive.h57 void loadDictionary();
/dports/audio/pianod2/pianod2-329/src/parsnip/
H A Dparsnip.h112 inline void loadDictionary (){}; in loadDictionary() function
116 void loadDictionary (const char *name, SerialData &&value, More&&... remainder) { in loadDictionary() function
118 loadDictionary (std::forward <More> (remainder)...); in loadDictionary()
190 loadDictionary (std::forward <T> (params)...); in SerialData()
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/plugin_launchers/python/
H A Dpluginhunspell.py75 def loadDictionary(self, affpath, dpath): member in HunspellChecker
141 hsp.loadDictionary(affpath, dpath)
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php51 $this->loadDictionary();
174 private function loadDictionary() function in Mpdf\\Hyphenator
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/ELUTE/KeystrokeToWordConverter/
H A DKeystrokeToWordConverter.h16 bool loadDictionary(string& dicFilePath);
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/ELUTE/KeystrokeToWordConverter/
H A DKeystrokeToWordConverter.h16 bool loadDictionary(string& dicFilePath);
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/tcime/3rdparty/tcime/tools/
H A Ddict2qt.java118 dictionary = loadDictionary(new FileInputStream(inputFile)); in main()
167 static char[][] loadDictionary(InputStream ins) { in loadDictionary() method in dict2qt
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A DmonomerDictionary.hpp83 bool loadDictionary ();
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/gui/
H A DseqToolsDlg.hpp87 void loadDictionary ();
/dports/games/eboard/eboard-1.1.3/
H A Dlangs.h66 bool loadDictionary(FILE *f);
/dports/net/kea/kea-2.0.1/src/lib/log/
H A Dmessage_initializer.h117 static void loadDictionary(bool ignore_duplicates = false);

12345