Home
last modified time | relevance | path

Searched refs:dicFile (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-im/licq-qt-gui/licq-f271d55/qt-gui/src/widgets/
H A Dspellchecker.cpp33 SpellChecker::SpellChecker(QTextDocument* parent, const QString& dicFile) in SpellChecker() argument
37 setDictionary(dicFile); in SpellChecker()
46 void SpellChecker::setDictionary(const QString& dicFile) in setDictionary() argument
48 if (dicFile == myDicFile) in setDictionary()
50 myDicFile = dicFile; in setDictionary()
59 if (dicFile.isEmpty() || !QFileInfo(dicFile).isReadable()) in setDictionary()
62 QString affFile = dicFile.left(dicFile.lastIndexOf('.')) + ".aff"; in setDictionary()
63 mySpeller = new Hunspell(affFile.toLatin1(), dicFile.toLatin1()); in setDictionary()
H A Dspellchecker.h45 SpellChecker(QTextDocument* parent, const QString& dicFile);
74 void setDictionary(const QString& dicFile);
H A Dmledit.cpp92 void MLEdit::setSpellingDictionary(const QString& dicFile) in setSpellingDictionary() argument
94 mySpellingDictionary = dicFile; in setSpellingDictionary()
96 mySpellChecker->setDictionary(dicFile); in setSpellingDictionary()
H A Dmledit.h78 void setSpellingDictionary(const QString& dicFile);
/dports/net-im/licq-icq/licq-f271d55/qt-gui/src/widgets/
H A Dspellchecker.cpp33 SpellChecker::SpellChecker(QTextDocument* parent, const QString& dicFile) in SpellChecker() argument
37 setDictionary(dicFile); in SpellChecker()
46 void SpellChecker::setDictionary(const QString& dicFile) in setDictionary() argument
48 if (dicFile == myDicFile) in setDictionary()
50 myDicFile = dicFile; in setDictionary()
59 if (dicFile.isEmpty() || !QFileInfo(dicFile).isReadable()) in setDictionary()
62 QString affFile = dicFile.left(dicFile.lastIndexOf('.')) + ".aff"; in setDictionary()
63 mySpeller = new Hunspell(affFile.toLatin1(), dicFile.toLatin1()); in setDictionary()
H A Dspellchecker.h45 SpellChecker(QTextDocument* parent, const QString& dicFile);
74 void setDictionary(const QString& dicFile);
H A Dmledit.cpp92 void MLEdit::setSpellingDictionary(const QString& dicFile) in setSpellingDictionary() argument
94 mySpellingDictionary = dicFile; in setSpellingDictionary()
96 mySpellChecker->setDictionary(dicFile); in setSpellingDictionary()
H A Dmledit.h78 void setSpellingDictionary(const QString& dicFile);
/dports/net-im/licq-osd/licq-f271d55/qt-gui/src/widgets/
H A Dspellchecker.cpp33 SpellChecker::SpellChecker(QTextDocument* parent, const QString& dicFile) in SpellChecker() argument
37 setDictionary(dicFile); in SpellChecker()
46 void SpellChecker::setDictionary(const QString& dicFile) in setDictionary() argument
48 if (dicFile == myDicFile) in setDictionary()
50 myDicFile = dicFile; in setDictionary()
59 if (dicFile.isEmpty() || !QFileInfo(dicFile).isReadable()) in setDictionary()
62 QString affFile = dicFile.left(dicFile.lastIndexOf('.')) + ".aff"; in setDictionary()
63 mySpeller = new Hunspell(affFile.toLatin1(), dicFile.toLatin1()); in setDictionary()
H A Dspellchecker.h45 SpellChecker(QTextDocument* parent, const QString& dicFile);
74 void setDictionary(const QString& dicFile);
H A Dmledit.cpp92 void MLEdit::setSpellingDictionary(const QString& dicFile) in setSpellingDictionary() argument
94 mySpellingDictionary = dicFile; in setSpellingDictionary()
96 mySpellChecker->setDictionary(dicFile); in setSpellingDictionary()
H A Dmledit.h78 void setSpellingDictionary(const QString& dicFile);
/dports/net-im/licq/licq-f271d55/qt-gui/src/widgets/
H A Dspellchecker.cpp33 SpellChecker::SpellChecker(QTextDocument* parent, const QString& dicFile) in SpellChecker() argument
37 setDictionary(dicFile); in SpellChecker()
46 void SpellChecker::setDictionary(const QString& dicFile) in setDictionary() argument
48 if (dicFile == myDicFile) in setDictionary()
50 myDicFile = dicFile; in setDictionary()
59 if (dicFile.isEmpty() || !QFileInfo(dicFile).isReadable()) in setDictionary()
62 QString affFile = dicFile.left(dicFile.lastIndexOf('.')) + ".aff"; in setDictionary()
63 mySpeller = new Hunspell(affFile.toLatin1(), dicFile.toLatin1()); in setDictionary()
H A Dspellchecker.h45 SpellChecker(QTextDocument* parent, const QString& dicFile);
74 void setDictionary(const QString& dicFile);
H A Dmledit.cpp92 void MLEdit::setSpellingDictionary(const QString& dicFile) in setSpellingDictionary() argument
94 mySpellingDictionary = dicFile; in setSpellingDictionary()
96 mySpellChecker->setDictionary(dicFile); in setSpellingDictionary()
H A Dmledit.h78 void setSpellingDictionary(const QString& dicFile);
/dports/net-im/licq-jabber/licq-f271d55/qt-gui/src/widgets/
H A Dspellchecker.cpp33 SpellChecker::SpellChecker(QTextDocument* parent, const QString& dicFile) in SpellChecker() argument
37 setDictionary(dicFile); in SpellChecker()
46 void SpellChecker::setDictionary(const QString& dicFile) in setDictionary() argument
48 if (dicFile == myDicFile) in setDictionary()
50 myDicFile = dicFile; in setDictionary()
59 if (dicFile.isEmpty() || !QFileInfo(dicFile).isReadable()) in setDictionary()
62 QString affFile = dicFile.left(dicFile.lastIndexOf('.')) + ".aff"; in setDictionary()
63 mySpeller = new Hunspell(affFile.toLatin1(), dicFile.toLatin1()); in setDictionary()
H A Dspellchecker.h45 SpellChecker(QTextDocument* parent, const QString& dicFile);
74 void setDictionary(const QString& dicFile);
H A Dmledit.cpp92 void MLEdit::setSpellingDictionary(const QString& dicFile) in setSpellingDictionary() argument
94 mySpellingDictionary = dicFile; in setSpellingDictionary()
96 mySpellChecker->setDictionary(dicFile); in setSpellingDictionary()
H A Dmledit.h78 void setSpellingDictionary(const QString& dicFile);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/zendframework/zendsearch/library/ZendSearch/Lucene/Index/SegmentWriter/
H A DAbstractSegmentWriter.php493 protected function _dumpTermDictEntry(File\FileInterface $dicFile, argument
531 $dicFile->writeVInt($prefixChars);
533 $dicFile->writeString(substr($term->text, $prefixBytes));
536 $dicFile->writeVInt(0);
538 $dicFile->writeString($term->text);
541 $dicFile->writeVInt($term->field);
543 $dicFile->writeVInt($termInfo->docFreq);
549 $dicFile->writeVInt($termInfo->freqPointer);
551 $dicFile->writeVInt($termInfo->proxPointer);
554 $dicFile->writeVInt($termInfo->freqPointer - $prevTermInfo->freqPointer);
[all …]
/dports/accessibility/kmouth/kmouth-21.12.3/wordcompletion/
H A Ddictionarycreationwizard.cpp129 QString dicFile; in createDictionary() local
134 dicFile.clear(); in createDictionary()
136 dicFile.clear(); in createDictionary()
141 dicFile = fileWidget->ooDictURL->url().path(); in createDictionary()
159 dicFile = dirWidget->ooDictURL->url().path(); in createDictionary()
176 dicFile = kdeDocWidget->ooDictURL->url().path(); in createDictionary()
180 if (!dicFile.isEmpty() && !dicFile.isNull()) in createDictionary()
181 map = WordList::spellCheck(map, dicFile, pdlg); in createDictionary()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dspellerutility.cpp29 QString dicFile = base + ".dic"; in loadDictionary() local
31 if (!QFileInfo(dicFile).exists() || !QFileInfo(affFile).exists()) { in loadDictionary()
40 pChecker = new Hunspell(affFile.toLocal8Bit(), dicFile.toLocal8Bit()); in loadDictionary()
232 QString dicFile; in isOxtDictionary() local
238 dicFile = f; in isOxtDictionary()
241 if (affFile.length() <= 4 || dicFile.length() <= 4) return false; in isOxtDictionary()
242 …if (affFile.left(affFile.length() - 4) != dicFile.left(dicFile.length() - 4)) return false; // dif… in isOxtDictionary()
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DSpellChecker.py112 dicFile = Preferences.getEditor("SpellCheckingPersonalExcludeList")
113 if not dicFile:
114 dicFile = SpellChecker.getDefaultPath(True)
116 dicFile = Preferences.getEditor("SpellCheckingPersonalWordList")
117 if not dicFile:
118 dicFile = SpellChecker.getDefaultPath()
119 return dicFile
/dports/editors/yudit/yudit-3.0.7/stoolkit/syntax/
H A DSHunspellPattern.h62 SString dicFile; variable

12