Home
last modified time | relevance | path

Searched defs:hasDictionary (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/google-translate-cli/translate-shell-0.9.6.12/include/
H A DLanguages.awk1961 function hasDictionary(code) { function
/dports/science/cdk/cdk-cdk-2.3/base/dict/src/main/java/org/openscience/cdk/dict/
H A DDictionaryDatabase.java171 public boolean hasDictionary(String name) { in hasDictionary() method in DictionaryDatabase
/dports/print/lyx/lyx-2.3.4.2/src/
H A DAppleSpellChecker.cpp149 bool AppleSpellChecker::hasDictionary(Language const * lang) const in hasDictionary() function in lyx::AppleSpellChecker
H A DEnchantChecker.cpp195 bool EnchantChecker::hasDictionary(Language const * lang) const in hasDictionary() function in lyx::EnchantChecker
H A DHunspellChecker.cpp459 bool HunspellChecker::hasDictionary(Language const * lang) const in hasDictionary() function in lyx::HunspellChecker
H A DAspellChecker.cpp506 bool AspellChecker::hasDictionary(Language const * lang) const in hasDictionary() function in lyx::AspellChecker
/dports/devel/spark/spark-2.1.1/sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/
H A DColumnVector.java960 public boolean hasDictionary() { return this.dictionary != null; } in hasDictionary() method in ColumnVector