Home
last modified time | relevance | path

Searched refs:currentIndentation (Results 1 – 25 of 45) sorted by relevance

12

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/py/
H A Dparse.py43 currentIndentation = len(l)-len(l.lstrip())
56 if newIndent and currentIndentation>indentNumber[-1]:
58 indentNumber.append(currentIndentation)
61 elif not newIndent and currentIndentation in indentNumber:
62 while currentIndentation<indentNumber[-1]:
/dports/deskutils/syncthingtray/c++utilities/application/
H A Dargumentparserprivate.h48 Wrapper(const char *str, Indentation currentIndentation = Indentation());
55 inline Wrapper::Wrapper(const char *str, Indentation currentIndentation) in Wrapper() argument
57 , m_indentation(currentIndentation) in Wrapper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
117 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
118 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
121 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
123 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
127 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
129 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
115 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
116 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
119 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
121 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
125 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
127 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java109 int currentIndentation = 0; in formatMessage() local
115 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY); in formatMessage()
116 buf.append(indent(lines[0], currentIndentation)); //summary in formatMessage()
119 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS); in formatMessage()
121 buf.append("\n" + indent(lines[i], currentIndentation)); in formatMessage()
125 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS); in formatMessage()
127 buf.append("\n" + indent(sub, currentIndentation)); in formatMessage()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtextindenter.cpp134 int currentIndentation = tabSettings.indentationColumn(block.text()); in reindent() local
135 int delta = currentIndentation - previousIndentation; in reindent()
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/symfony/yaml/Symfony/Component/Yaml/
H A DParser.php496 $currentIndentation = $this->getCurrentLineIndentation();
508 if ($this->getCurrentLineIndentation() > $currentIndentation) {
595 $currentIndentation = $this->getCurrentLineIndentation();
608 $this->getCurrentLineIndentation() == $currentIndentation
/dports/textproc/pear-Symfony_Component_Yaml/Yaml-2.4.4/Symfony/Component/Yaml/
H A DParser.php504 $currentIndentation = $this->getCurrentLineIndentation();
516 if ($this->getCurrentLineIndentation() > $currentIndentation) {
603 $currentIndentation = $this->getCurrentLineIndentation();
616 $this->getCurrentLineIndentation() == $currentIndentation
/dports/www/bolt/bolt-2.2.24/vendor/symfony/yaml/Symfony/Component/Yaml/
H A DParser.php564 $currentIndentation = $this->getCurrentLineIndentation();
576 if ($this->getCurrentLineIndentation() > $currentIndentation) {
663 $currentIndentation = $this->getCurrentLineIndentation();
676 $this->getCurrentLineIndentation() == $currentIndentation
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/symfony/yaml/
H A DParser.php708 $currentIndentation = $this->getCurrentLineIndentation();
720 if ($this->getCurrentLineIndentation() > $currentIndentation) {
812 $currentIndentation = $this->getCurrentLineIndentation();
825 $this->getCurrentLineIndentation() == $currentIndentation
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/symfony/yaml/
H A DParser.php672 $currentIndentation = $this->getCurrentLineIndentation();
683 $ret = $this->getCurrentLineIndentation() > $currentIndentation;
773 $currentIndentation = $this->getCurrentLineIndentation();
784 …$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedColl…
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/symfony/yaml/
H A DParser.php672 $currentIndentation = $this->getCurrentLineIndentation();
683 $ret = $this->getCurrentLineIndentation() > $currentIndentation;
773 $currentIndentation = $this->getCurrentLineIndentation();
784 …$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedColl…
/dports/devel/gitlist/gitlist/vendor/symfony/yaml/
H A DParser.php916 $currentIndentation = $this->getCurrentLineIndentation();
931 $ret = $this->getCurrentLineIndentation() > $currentIndentation;
1023 $currentIndentation = $this->getCurrentLineIndentation();
1038 …$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedColl…
/dports/textproc/pear-YAML/YAML-1.0.6/lib/
H A DsfYamlParser.php500 $currentIndentation = $this->getCurrentLineIndentation();
514 if ($this->getCurrentLineIndentation() <= $currentIndentation)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Parser/sfYaml/
H A DsfYamlParser.php522 $currentIndentation = $this->getCurrentLineIndentation();
536 if ($this->getCurrentLineIndentation() <= $currentIndentation)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/yaml/
H A DsfYamlParser.class.php525 $currentIndentation = $this->getCurrentLineIndentation();
539 if ($this->getCurrentLineIndentation() <= $currentIndentation)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Yaml/
H A DParser.php919 $currentIndentation = $this->getCurrentLineIndentation();
934 $ret = $this->getCurrentLineIndentation() > $currentIndentation;
1026 $currentIndentation = $this->getCurrentLineIndentation();
1041 …$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedColl…
/dports/www/phpbb3/phpBB3/vendor/symfony/yaml/
H A DParser.php919 $currentIndentation = $this->getCurrentLineIndentation();
934 $ret = $this->getCurrentLineIndentation() > $currentIndentation;
1026 $currentIndentation = $this->getCurrentLineIndentation();
1041 …$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedColl…

12