Home
last modified time | relevance | path

Searched refs:commentEndExpression (Results 1 – 25 of 107) sorted by relevance

12345

/dports/converters/wkhtmltopdf/qt-5db36ec/examples/xmlpatterns/shared/
H A Dxmlsyntaxhighlighter.cpp71 commentEndExpression = QRegExp("-->"); in XmlSyntaxHighlighter()
92 int endIndex = text.indexOf(commentEndExpression, startIndex); in highlightBlock()
99 + commentEndExpression.matchedLength(); in highlightBlock()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtxmlpatterns/examples/xmlpatterns/shared/
H A Dxmlsyntaxhighlighter.cpp81 commentEndExpression = QRegExp("-->"); in XmlSyntaxHighlighter()
102 int endIndex = text.indexOf(commentEndExpression, startIndex); in highlightBlock()
109 + commentEndExpression.matchedLength(); in highlightBlock()
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/highlighter/
H A Dhighlighter-html.cpp379 commentEndExpression = htmlSubcommetEnd; in htmlCSSHighlighter()
441 commentStartExpression, commentEndExpression, in htmlCSSHighlighter()
501 commentEndExpression = htmlCommetEnd; in htmlCSSHighlighter()
504 commentEndExpression = htmlSubcommetEnd; in htmlCSSHighlighter()
523 commentEndExpression = htmlCommetEnd; in htmlCSSHighlighter()
540 commentEndExpression = htmlSubcommetEnd; in htmlJavascript()
602 commentStartExpression, commentEndExpression, in htmlJavascript()
612 commentStartExpression, commentEndExpression, in htmlJavascript()
702 commentEndExpression = htmlCommetEnd; in htmlJavascript()
706 commentEndExpression = htmlSubcommetEnd; in htmlJavascript()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/richtext/syntaxhighlighter/
H A Dhighlighter.cpp106 commentEndExpression = QRegExp("\\*/"); in Highlighter()
134 int endIndex = commentEndExpression.indexIn(text, startIndex); in highlightBlock()
141 + commentEndExpression.matchedLength(); in highlightBlock()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DScriptHighlighter.cpp83 commentEndExpression = QRegExp("\\*/"); in ScriptHighlighter()
104 int endIndex = commentEndExpression.indexIn(text, startIndex); in highlightBlock()
110 commentLength = endIndex - startIndex + commentEndExpression.matchedLength(); in highlightBlock()
/dports/math/cantor/cantor-21.12.3/src/backends/scilab/
H A Dscilabhighlighter.cpp31 commentEndExpression = QRegularExpression(QStringLiteral("\\*/")); in ScilabHighlighter()
51 const int endIndex = text.indexOf(commentEndExpression, startIndex, &endMatch); in highlightBlock()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()
/dports/devel/py-qt5-dbus/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py164 self.commentEndExpression = QRegExp("\\*/")
182 endIndex = self.commentEndExpression.indexIn(text, startIndex)
188 commentLength = endIndex - startIndex + self.commentEndExpression.matchedLength()

12345