Home
last modified time | relevance | path

Searched refs:highlightWord (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/joomla3/joomla3-3.9.24/components/com_search/views/search/
H A Dview.html.php227 foreach ($searchWords as $highlightWord)
233 $lowerCaseHighlightWord = mb_strtolower($highlightWord);
246 $lowerCaseHighlightWord = StringHelper::strtolower($highlightWord);
266 $posCollector[$pos] = $highlightWord;
277 foreach ($posCollector as $pos => $highlightWord)
294 $highlightWordLen = mb_strlen($highlightWord);
300 $highlightWordLen = StringHelper::strlen($highlightWord);
302 . $hl1 . StringHelper::substr($row, $pos, StringHelper::strlen($highlightWord))
303 . $hl2 . StringHelper::substr($row, $pos + StringHelper::strlen($highlightWord));
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/components/PanelEditor/
H A DOptionsPaneItemDescriptor.tsx48 categories.push(this.highlightWord(this.parent.parent.props.title, searchQuery));
52 categories.push(this.highlightWord(this.parent.props.title, searchQuery));
56 …<Label description={description && this.highlightWord(description, searchQuery)} category={categor…
57 {this.highlightWord(title, searchQuery)}
63 highlightWord(word: string, query: string) {
/dports/games/tanglet/tanglet-1.6.0/src/
H A Dboard.cpp445 highlightWord(); in gameStarted()
481 highlightWord(); in guess()
590 highlightWord(); in guessChanged()
641 highlightWord(); in wordSelected()
663 highlightWord(); in letterClicked()
686 highlightWord(); in letterClicked()
721 void Board::highlightWord() in highlightWord() function in Board
736 highlightWord(m_positions, QColor(0xff, 0xaa, 0)); in highlightWord()
738 highlightWord(m_positions, QColor(0xbf, 0xd9, 0xff)); in highlightWord()
740 highlightWord(m_positions, QColor(0x80, 0xb3, 0xff)); in highlightWord()
[all …]
H A Dboard.h170 void highlightWord(const QList<QPoint>& positions, const QColor& color);
176 void highlightWord();
/dports/net-im/beebeep/beebeep-code-r1476/src/utils/
H A DSpellCheckerHighlighter.cpp42 void SpellCheckerHighlighter::highlightWord( const QString& all_text, const QString& word ) in highlightWord() function in SpellCheckerHighlighter
82 highlightWord( txt, w ); in highlightBlock()
H A DSpellCheckerHighlighter.h37 void highlightWord( const QString& all_text, const QString& word );
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/app/
H A Docrresedit.cpp214 emit highlightWord(r); in slotUpdateHighlight() local
219 emit highlightWord(QRect()); // no valid word selection, in slotUpdateHighlight() local
H A Docrresedit.h49 void highlightWord(const QRect &r);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/scripttools/debugging/
H A Dqscriptsyntaxhighlighter_p.h76 void highlightWord(int currentPos, const QString &buffer);
H A Dqscriptsyntaxhighlighter.cpp356 highlightWord(i, buffer); in highlightBlock()
488 highlightWord(text.length(), buffer); in highlightBlock()
518 void QScriptSyntaxHighlighter::highlightWord(int currentPos, const QString &buffer) in highlightWord() function in QScriptSyntaxHighlighter
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptsyntaxhighlighter_p.h74 void highlightWord(int currentPos, const QString &buffer);
H A Dqscriptsyntaxhighlighter.cpp359 highlightWord(i, buffer); in highlightBlock()
491 highlightWord(text.length(), buffer); in highlightBlock()
521 void QScriptSyntaxHighlighter::highlightWord(int currentPos, const QString &buffer) in highlightWord() function in QScriptSyntaxHighlighter
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptsyntaxhighlighter_p.h74 void highlightWord(int currentPos, const QString &buffer);
H A Dqscriptsyntaxhighlighter.cpp359 highlightWord(i, buffer); in highlightBlock()
491 highlightWord(text.length(), buffer); in highlightBlock()
521 void QScriptSyntaxHighlighter::highlightWord(int currentPos, const QString &buffer) in highlightWord() function in QScriptSyntaxHighlighter
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcpphighlighter.h49 void highlightWord(QStringView word, int position, int length);
H A Dcpphighlighter.cpp217 highlightWord(Utils::midView(text, tk.utf16charsBegin(), tk.utf16chars()), in highlightBlock()
355 void CppHighlighter::highlightWord(QStringView word, int position, int length) in highlightWord() function in CppHighlighter
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/golangedit/
H A Dgolanghighlighter.h44 void highlightWord(QStringRef word, int position, int length);
/dports/x11-toolkits/kf5-ktextwidgets/ktextwidgets-5.89.0/src/widgets/
H A Dktextedit.h119 void highlightWord(int length, int pos);
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/texteditor/plaintexteditor/
H A Dplaintexteditor.h110 void highlightWord(int length, int pos);
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/texteditor/richtexteditor/
H A Drichtexteditor.h132 void highlightWord(int length, int pos);
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/disassembler/listing/
H A Dlistingrenderer.cpp38 this->highlightWord(rl, word); in render()
231 void ListingRenderer::highlightWord(RendererLine &rl, const std::string word) in highlightWord() function in REDasm::ListingRenderer
H A Dlistingrenderer.h125 void highlightWord(RendererLine& rl, const std::string word);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/CommonPlugin/vendor/jdorn/sql-formatter/lib/
H A DSqlFormatter.php873 return self::highlightWord($token);
1016 protected static function highlightWord($value) function in SqlFormatter
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jdorn/sql-formatter/lib/
H A DSqlFormatter.php873 return self::highlightWord($token);
1016 protected static function highlightWord($value) function in SqlFormatter
/dports/net-mgmt/observium/observium/libs/
H A DSqlFormatter.php878 return self::highlightWord($token);
1021 protected static function highlightWord($value) function in SqlFormatter

12