Home
last modified time | relevance | path

Searched defs:ignoredWords (Results 1 – 9 of 9) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/spelling/
H A DSpellingContext.java65 ArrayList<String> ignoredWords = new ArrayList<>(); in readDictionary() local
80 public void writeDictionary(ArrayList<String> ignoredWords) in writeDictionary()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dhyphenator.h74 QSet<QString> ignoredWords; variable
H A Dprefsstructs.h298 QSet<QString> ignoredWords; //! List of words the hyphenator ignores member
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dspellerutility.h59 QSet<QString> ignoredWords; variable
/dports/editors/texmaker/texmaker-5.0.3/
H A Dlatexhighlighter.cpp19 LatexHighlighter::LatexHighlighter(QTextDocument *parent,bool spelling,QString ignoredWords,Hunspel… in LatexHighlighter()
65 void LatexHighlighter::SetAlwaysIgnoredWords(QString ignoredWords) in SetAlwaysIgnoredWords()
H A Dspellerdialog.cpp26 SpellerDialog::SpellerDialog(QWidget *parent,LatexEditor *ed,QString ignoredWords) in SpellerDialog()
H A Dlatexeditorview.cpp20 …List<QColor> edcolors, QList<QColor> hicolors,bool inlinespelling,QString ignoredWords,Hunspell *s… in LatexEditorView()
H A Dlatexeditor.cpp461 …List<QColor> edcolors, QList<QColor> hicolors,bool inlinespelling,QString ignoredWords,Hunspell *s… in LatexEditor()
/dports/textproc/htdig/htdig-3.2.0b6/htsearch/
H A Dparser.cc411 static int ignoredWords = 0; in perform_phrase() local