Home
last modified time | relevance | path

Searched refs:braceDepth (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/glsleditor/
H A Dglslhighlighter.cpp59 int braceDepth = initialBraceDepth; in highlightBlock() local
124 ++braceDepth; in highlightBlock()
137 --braceDepth; in highlightBlock()
138 if (braceDepth < foldingIndent) { in highlightBlock()
172 --braceDepth; in highlightBlock()
177 foldingIndent = qMin(braceDepth, foldingIndent); in highlightBlock()
205 ++braceDepth; in highlightBlock()
214 braceDepth = initialBraceDepth; in highlightBlock()
226 if (oldState == lex.state() && oldBraceDepth != braceDepth) { in highlightBlock()
227 int delta = braceDepth - oldBraceDepth; in highlightBlock()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsindenter.cpp234 int braceDepth = 0; in indentForContinuationLine() local
252 braceDepth++; in indentForContinuationLine()
255 braceDepth++; in indentForContinuationLine()
268 braceDepth--; in indentForContinuationLine()
273 if (braceDepth == -1) in indentForContinuationLine()
277 braceDepth--; in indentForContinuationLine()
284 if (braceDepth == -1) { in indentForContinuationLine()
321 if (braceDepth == 0 && delimDepth == 0 && in indentForContinuationLine()
354 if (braceDepth != 0) in indentForContinuationLine()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcpphighlighter.cpp59 int braceDepth = initialBraceDepth; in highlightBlock() local
77 setCurrentBlockState((braceDepth << 8) | lexerState); in highlightBlock()
119 ++braceDepth; in highlightBlock()
132 --braceDepth; in highlightBlock()
133 if (braceDepth < foldingIndent) { in highlightBlock()
188 --braceDepth; in highlightBlock()
193 foldingIndent = qMin(braceDepth, foldingIndent); in highlightBlock()
233 ++braceDepth; in highlightBlock()
243 braceDepth = initialBraceDepth; in highlightBlock()
258 int delta = braceDepth - oldBraceDepth; in highlightBlock()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/
H A Dyyindent.cpp305 int braceDepth; member
412 yyLinizerState->braceDepth += in readLine()
428 yyLinizerState->braceDepth++; in readLine()
432 yyLinizerState->braceDepth--; in readLine()
444 yyLinizerState->braceDepth = 0; in startLinizer()
449 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
696 int braceDepth = 0; in indentForContinuationLine() local
715 braceDepth++; in indentForContinuationLine()
728 braceDepth--; in indentForContinuationLine()
735 if ( braceDepth == -1 ) { in indentForContinuationLine()
[all …]
/dports/math/blahtexml/blahtexml-92f2c5f/Source/BlahtexCore/
H A DMacroProcessor.cpp97 int braceDepth = 1; in ReadArgument() local
104 braceDepth++; in ReadArgument()
105 else if (token == L"}" && --braceDepth == 0) in ReadArgument()
109 if (braceDepth > 0) in ReadArgument()
232 int braceDepth = 0; in Peek() local
234 (braceDepth > 0 || (*ptr).getValue() != L"]") in Peek()
239 braceDepth++; in Peek()
242 if (--braceDepth < 0) in Peek()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp292 int braceDepth; member
396 yyLinizerState->braceDepth += in readLine()
411 yyLinizerState->braceDepth++; in readLine()
414 yyLinizerState->braceDepth--; in readLine()
426 yyLinizerState->braceDepth = 0; in startLinizer()
431 yyBraceDepth = &yyLinizerState->braceDepth; in startLinizer()
677 int braceDepth = 0; in indentForContinuationLine() local
696 braceDepth++; in indentForContinuationLine()
709 braceDepth--; in indentForContinuationLine()
716 if (braceDepth == -1) { in indentForContinuationLine()
[all …]
/dports/graphics/tikzit/tikzit-2.1.6/src/data/
H A Ddelimitedstringvalidator.cpp27 int depth = braceDepth(input); in validate()
35 int depth = braceDepth(input); in fixup()
39 int DelimitedStringValidator::braceDepth(QString input) const in braceDepth() function in DelimitedStringValidator
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/golangedit/
H A Dgolanghighlighter.cpp163 int braceDepth = initialBraceDepth; in highlightBlockHelper() local
192 setCurrentBlockState((braceDepth << 8) | lexerState); in highlightBlockHelper()
237 ++braceDepth; in highlightBlockHelper()
250 --braceDepth; in highlightBlockHelper()
251 if (braceDepth < foldingIndent) { in highlightBlockHelper()
296 --braceDepth; in highlightBlockHelper()
301 foldingIndent = qMin(braceDepth, foldingIndent); in highlightBlockHelper()
321 --braceDepth; in highlightBlockHelper()
382 ++braceDepth; in highlightBlockHelper()
392 braceDepth = initialBraceDepth; in highlightBlockHelper()
[all …]
/dports/devel/py-cppheaderparser/CppHeaderParser-2.7.4/CppHeaderParser/
H A DCppHeaderParser.py1724 self._method_body = self.braceDepth + 1
1956 elif self.braceDepth != len(self.nameSpaces):
2197 self.braceDepth = 0
2261 self.braceDepth += 1
2264 if self.braceDepth == 0:
2271 elif self.braceDepth < 10:
2275 self.braceDepth -= 1
2279 …if (self.braceDepth == 0) or (self.curClass and self._classes_brace_level[self.curClass]==self.bra…
2289 …if self.braceDepth == 0 or (self.curStruct and self._structs_brace_level[self.curStruct['type']]==…
2459 if self.braceDepth > 0:
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgshaderrewriter.cpp210 int braceDepth = 1; in qsgShaderRewriter_insertZAttributes() local
217 braceDepth--; in qsgShaderRewriter_insertZAttributes()
218 if (braceDepth == 0) { in qsgShaderRewriter_insertZAttributes()
226 ++braceDepth; in qsgShaderRewriter_insertZAttributes()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgshaderrewriter.cpp210 int braceDepth = 1; in qsgShaderRewriter_insertZAttributes() local
217 braceDepth--; in qsgShaderRewriter_insertZAttributes()
218 if (braceDepth == 0) { in qsgShaderRewriter_insertZAttributes()
226 ++braceDepth; in qsgShaderRewriter_insertZAttributes()

1234567