Home
last modified time | relevance | path

Searched refs:commentLength (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/math/cantor/cantor-21.12.3/src/backends/scilab/
H A Dscilabhighlighter.cpp52 int commentLength; in highlightBlock() local
55 commentLength = text.length() - startIndex; in highlightBlock()
58 commentLength = endMatch.capturedEnd(0) - startIndex; in highlightBlock()
60 setFormat(startIndex, commentLength, commentFormat()); in highlightBlock()
61 startIndex = text.indexOf(commentStartExpression, startIndex + commentLength); in highlightBlock()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/doc/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp91 int commentLength; variable
94 commentLength = text.length() - startIndex;
96 commentLength = endIndex - startIndex
99 setFormat(startIndex, commentLength, multiLineCommentFormat);
101 startIndex + commentLength);
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/xmlpatterns/shared/
H A Dxmlsyntaxhighlighter.cpp93 int commentLength; in highlightBlock() local
96 commentLength = text.length() - startIndex; in highlightBlock()
98 commentLength = endIndex - startIndex in highlightBlock()
101 setFormat(startIndex, commentLength, commentFormat); in highlightBlock()
103 startIndex + commentLength); in highlightBlock()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtxmlpatterns/examples/xmlpatterns/shared/
H A Dxmlsyntaxhighlighter.cpp103 int commentLength; in highlightBlock() local
106 commentLength = text.length() - startIndex; in highlightBlock()
108 commentLength = endIndex - startIndex in highlightBlock()
111 setFormat(startIndex, commentLength, commentFormat); in highlightBlock()
113 startIndex + commentLength); in highlightBlock()
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/QCodeEditor/src/internal/
H A DQJSHighlighter.cpp83 int commentLength = 0; local
88 commentLength = text.length() - startIndex;
92 commentLength = endIndex - startIndex + match.capturedLength();
95 setFormat(startIndex, commentLength, syntaxStyle()->getFormat("Comment"));
96 startIndex = text.indexOf(m_commentStartPattern, startIndex + commentLength);
H A DQJavaHighlighter.cpp84 int commentLength = 0; local
89 commentLength = text.length() - startIndex;
93 commentLength = endIndex - startIndex + match.capturedLength();
96 setFormat(startIndex, commentLength, syntaxStyle()->getFormat("Comment"));
97 startIndex = text.indexOf(m_commentStartPattern, startIndex + commentLength);
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Dsrc_gui_text_qsyntaxhighlighter.cpp81 int commentLength; variable
84 commentLength = text.length() - startIndex;
86 commentLength = endIndex - startIndex
89 setFormat(startIndex, commentLength, multiLineCommentFormat);
91 startIndex + commentLength);

1234567891011