Home
last modified time | relevance | path

Searched refs:WordIndexList (Results 1 – 8 of 8) sorted by relevance

/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/Qsci/
H A Dqsciapis.h185 typedef QList<WordIndex> WordIndexList; typedef
199 const WordIndexList *wordIndexOf(const QString &word) const;
204 void addAPIEntries(const WordIndexList &wl, bool complete,
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/Qsci/
H A Dqsciapis.h185 typedef QList<WordIndex> WordIndexList; typedef
199 const WordIndexList *wordIndexOf(const QString &word) const;
204 void addAPIEntries(const WordIndexList &wl, bool complete,
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/Qsci/
H A Dqsciapis.h185 typedef QList<WordIndex> WordIndexList; typedef
199 const WordIndexList *wordIndexOf(const QString &word) const;
204 void addAPIEntries(const WordIndexList &wl, bool complete,
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/Qsci/
H A Dqsciapis.h185 typedef QList<WordIndex> WordIndexList; typedef
199 const WordIndexList *wordIndexOf(const QString &word) const;
204 void addAPIEntries(const WordIndexList &wl, bool complete,
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/
H A Dqsciapis.cpp49 QMap<QString, QsciAPIs::WordIndexList> wdict;
181 QsciAPIs::WordIndexList wil = prepared->wdict[word]; in run()
501 const QsciAPIs::WordIndexList *QsciAPIs::wordIndexOf(const QString &word) const in wordIndexOf()
518 const WordIndexList *wl = &prep->wdict[csword]; in wordIndexOf()
531 const WordIndexList *wl = wordIndexOf(word); in lastCompleteWord()
543 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.lowerBound(word); in lastPartialWord()
618 void QsciAPIs::addAPIEntries(const WordIndexList &wl, bool complete, in addAPIEntries()
743 const WordIndexList *wil = wordIndexOf(fname); in callTips()
892 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.begin(); in loadPrepared()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A Dqsciapis.cpp51 QMap<QString, QsciAPIs::WordIndexList> wdict;
183 QsciAPIs::WordIndexList wil = prepared->wdict[word]; in run()
503 const QsciAPIs::WordIndexList *QsciAPIs::wordIndexOf(const QString &word) const in wordIndexOf()
520 const WordIndexList *wl = &prep->wdict[csword]; in wordIndexOf()
533 const WordIndexList *wl = wordIndexOf(word); in lastCompleteWord()
545 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.lowerBound(word); in lastPartialWord()
614 void QsciAPIs::addAPIEntries(const WordIndexList &wl, bool complete, in addAPIEntries()
739 const WordIndexList *wil = wordIndexOf(fname); in callTips()
888 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.begin(); in loadPrepared()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A Dqsciapis.cpp51 QMap<QString, QsciAPIs::WordIndexList> wdict;
183 QsciAPIs::WordIndexList wil = prepared->wdict[word]; in run()
503 const QsciAPIs::WordIndexList *QsciAPIs::wordIndexOf(const QString &word) const in wordIndexOf()
520 const WordIndexList *wl = &prep->wdict[csword]; in wordIndexOf()
533 const WordIndexList *wl = wordIndexOf(word); in lastCompleteWord()
545 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.lowerBound(word); in lastPartialWord()
614 void QsciAPIs::addAPIEntries(const WordIndexList &wl, bool complete, in addAPIEntries()
739 const WordIndexList *wil = wordIndexOf(fname); in callTips()
888 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.begin(); in loadPrepared()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A Dqsciapis.cpp51 QMap<QString, QsciAPIs::WordIndexList> wdict;
183 QsciAPIs::WordIndexList wil = prepared->wdict[word]; in run()
503 const QsciAPIs::WordIndexList *QsciAPIs::wordIndexOf(const QString &word) const in wordIndexOf()
520 const WordIndexList *wl = &prep->wdict[csword]; in wordIndexOf()
533 const WordIndexList *wl = wordIndexOf(word); in lastCompleteWord()
545 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.lowerBound(word); in lastPartialWord()
614 void QsciAPIs::addAPIEntries(const WordIndexList &wl, bool complete, in addAPIEntries()
739 const WordIndexList *wil = wordIndexOf(fname); in callTips()
888 QMap<QString, WordIndexList>::const_iterator it = prep->wdict.begin(); in loadPrepared()