Home
last modified time | relevance | path

Searched refs:indentation (Results 351 – 375 of 23446) sorted by relevance

1...<<11121314151617181920>>...938

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dir_print_visitor.cpp91 indentation = 0; in ir_print_visitor()
232 indentation++; in visit()
239 indentation++; in visit()
246 indentation--; in visit()
254 indentation++; in visit()
261 indentation--; in visit()
264 indentation--; in visit()
272 indentation++; in visit()
278 indentation--; in visit()
596 indentation++; in visit()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/
H A Dir_print_visitor.cpp91 indentation = 0; in ir_print_visitor()
246 indentation++; in visit()
253 indentation++; in visit()
260 indentation--; in visit()
268 indentation++; in visit()
275 indentation--; in visit()
278 indentation--; in visit()
286 indentation++; in visit()
292 indentation--; in visit()
601 indentation++; in visit()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/preprocessor/
H A Dmzpp.rkt13 (define current-indentation (make-parameter '()))
21 (provide push-indentation pop-indentation)
22 (define (push-indentation i)
23 (current-indentation (cons i (current-indentation))))
24 (define (pop-indentation)
25 (current-indentation (cdr (current-indentation)))
35 (let ([i (current-indentation)] [s (current-spaces)])
110 (writeln `(thunk (push-indentation
115 (close) (writeln `(thunk (pop-indentation)))]
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/src/nodes/
H A Dconfig_node_object.cc132 shared_node_list config_node_object::indentation() const { in indentation() function in hocon::config_node_object
134 shared_node_list indentation; in indentation() local
136 return indentation; in indentation()
143indentation.push_back(make_shared<config_node_single_token>(make_shared<line>(nullptr))); in indentation()
152 indentation.push_back(children()[i]); in indentation()
153 return indentation; in indentation()
159 if (indentation.empty()) { in indentation()
173 indentation.push_back(make_shared<config_node_single_token>( in indentation()
175 return indentation; in indentation()
179 return indentation; in indentation()
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/test/cpp/
H A Dtools.cpp25 testSuite::run(unsigned int const indentation) { in run() argument
27 cout << string(indentation*2, ' ') in run()
29 this->runtests(indentation); in run()
36 cout << string(indentation*2, ' ') in run()
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/autocreatescripts/
H A Dsievescriptblockwidget.cpp163 QString indentation; in generatedScript() local
165 indentation = AutoCreateScriptUtil::indentation(); in generatedScript()
182 blockStr = indentation + QStringLiteral("if "); in generatedScript()
208 script += indentation + QLatin1String("{\n"); in generatedScript()
210 script += indentation + QStringLiteral(")\n%1{\n").arg(indentation); in generatedScript()
215 script += indentation + QLatin1String("} "); in generatedScript()
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-table.c1289 indent (int indentation) in indent() argument
1310 indent (indentation); in pivot_table_dump_value()
1322 indent (indentation); in pivot_table_dump_string()
1330 indent (indentation); in pivot_category_dump()
1350 indent (indentation); in pivot_dimension_dump()
1361 indent (indentation); in area_style_dump()
1373 indent (indentation); in table_border_style_dump()
1441 indent (indentation); in pivot_table_sizing_dump()
1497 indent (indentation); in pivot_table_dump()
1504 indent (indentation); in pivot_table_dump()
[all …]
/dports/deskutils/gnote/gnote-41.1/src/plugins/printnotes/
H A Dprintnotesnoteaddin.cpp120 int & indentation, in get_paragraph_attributes() argument
125 indentation = 0; in get_paragraph_attributes()
157 indentation = (int)(tag->property_left_margin() / screen_dpiX * dpiX); in get_paragraph_attributes()
215 int & indentation) in create_layout_for_paragraph() argument
222 indentation = 0; in create_layout_for_paragraph()
251 indentation += ((int) (dpiX / 3)) * depth->get_depth(); in create_layout_for_paragraph()
341 int indentation = 0; in on_begin_print() local
343 context, position, line_end, indentation); in on_begin_print()
403 int indentation; in on_draw_page() local
435 cr->move_to (m_margin_left + indentation, curY); in on_draw_page()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DInstructionPrinter.java131 int indentation = out.indentationLevel(); in printInstructionListing() local
132 …llTo(BCI.position + indentation, ' ').print(0).fillTo(USE.position + indentation, ' ').print("0").… in printInstructionListing()
134 INSTRUCTION.position + indentation, ' '); in printInstructionListing()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DInstructionPrinter.java131 int indentation = out.indentationLevel(); in printInstructionListing() local
132 …llTo(BCI.position + indentation, ' ').print(0).fillTo(USE.position + indentation, ' ').print("0").… in printInstructionListing()
134 INSTRUCTION.position + indentation, ' '); in printInstructionListing()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Deasy_xml.py68 indentation = ' ' * level
71 indentation = ''
77 xml_parts.append(indentation + '<' + name)
98 if multi_line and indentation:
99 xml_parts.append(indentation)
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Support/
H A DPerfTimer.cs97 static string GetHeader(string indentation, string label) in GetHeader() argument
99 return string.Concat(new string(' ', Digits + FormatSeperation.Length), indentation, label); in GetHeader()
102 static string GetFooter(string indentation) in GetFooter() argument
104 return string.Concat(indentation, new string('-', Math.Max(15, 50 - indentation.Length))); in GetFooter()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cmakeprojectmanager/
H A Dcmakeindenter.cpp112 int indentation = tabSettings.indentationColumn(previousLine); in indentFor() local
115 indentation += tabSettings.m_indentSize; in indentFor()
117 indentation = qMax(0, indentation - tabSettings.m_indentSize); in indentFor()
120 return qMax(0, indentation + tabSettings.m_indentSize * paranthesesLevel(previousLine)); in indentFor()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Deasy_xml.py68 indentation = ' ' * level
71 indentation = ''
77 xml_parts.append(indentation + '<' + name)
98 if multi_line and indentation:
99 xml_parts.append(indentation)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DInstructionPrinter.java131 int indentation = out.indentationLevel(); in printInstructionListing() local
132 …llTo(BCI.position + indentation, ' ').print(0).fillTo(USE.position + indentation, ' ').print("0").… in printInstructionListing()
134 INSTRUCTION.position + indentation, ' '); in printInstructionListing()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DInstructionPrinter.java131 int indentation = out.indentationLevel(); in printInstructionListing() local
132 …llTo(BCI.position + indentation, ' ').print(0).fillTo(USE.position + indentation, ' ').print("0").… in printInstructionListing()
134 INSTRUCTION.position + indentation, ' '); in printInstructionListing()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DInstructionPrinter.java131 int indentation = out.indentationLevel(); in printInstructionListing() local
132 …llTo(BCI.position + indentation, ' ').print(0).fillTo(USE.position + indentation, ' ').print("0").… in printInstructionListing()
134 INSTRUCTION.position + indentation, ' '); in printInstructionListing()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DInstructionPrinter.java131 int indentation = out.indentationLevel(); in printInstructionListing() local
132 …llTo(BCI.position + indentation, ' ').print(0).fillTo(USE.position + indentation, ' ').print("0").… in printInstructionListing()
134 INSTRUCTION.position + indentation, ' '); in printInstructionListing()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DInstructionPrinter.java131 int indentation = out.indentationLevel(); in printInstructionListing() local
132 …llTo(BCI.position + indentation, ' ').print(0).fillTo(USE.position + indentation, ' ').print("0").… in printInstructionListing()
134 INSTRUCTION.position + indentation, ' '); in printInstructionListing()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Curve/
H A DCurveStyle.cpp80 void CurveStyle::printStream(QString indentation, in printStream() argument
83 str << indentation << "CurveStyle\n"; in printStream()
85 indentation += INDENTATION_DELTA; in printStream()
87 m_pointStyle.printStream (indentation, in printStream()
89 m_lineStyle.printStream (indentation, in printStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/stylelint/lib/rules/indentation/
H A DREADME.md1 # indentation chapter
3 Specify indentation.
14 * The indentation at these three points */
172indentation (of your specified type) is expected after newlines inside parentheses, and the closin…
174 If you would like to change the quantity of extra indentation inside parentheses, use this option.
176 … inside parentheses, and expect the closing parenthesis to have one extra indentation. For example:
210 If `true`, the closing brace of a block (rule or at-rule) will be expected at the same indentation
288 Ignore the indentation inside parentheses.
308 Ignore the indentation of at-rule params.
324 Ignore the indentation of values.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/docs/rules/
H A Dindent.md1 # Enforce consistent indentation (`indent`)
8 console.log('Each next indentation will increase on 4 spaces');
21 This rule enforces a consistent indentation style. The default style is `4 spaces`.
27 For example, for 2-space indentation:
37 Or for tabbed indentation:
79 - `"outerIIFEBody"` (default: 1) enforces indentation level for file-level IIFEs.
80 …nforces indentation level for multi-line property chains. This can also be set to `"off"` to disab…
83 - `body` (default: 1) enforces indentation level for the body of a function declaration.
86 - `body` (default: 1) enforces indentation level for the body of a function expression.
96 Level of indentation denotes the multiple of the indent specified. Example:
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Java/com/axiosys/bento4/
H A DHdlrAtom.java72 public String toString(String indentation) { in toString() argument
73 StringBuffer result = new StringBuffer(super.toString(indentation)); in toString()
74 result.append("\n" + indentation + " handler_type = " + Atom.typeString(handlerType)); in toString()
75 result.append("\n" + indentation + " handler_name = " + handlerName); in toString()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Dfmt.cpp112 if ( at_line_start && indentation > 0 ) in operator <<()
208 if ( at_line_start && indentation > 0 ) in operator <<()
305 if ( at_line_start && indentation > 0 ) in operator <<()
397 if ( at_line_start && indentation > 0 ) in operator <<()
495 if ( at_line_start && indentation > 0 ) in operator <<()
581 if ( at_line_start && indentation > 0 ) in operator <<()
757 indentation += num_tabs; in indent()
758 if ( indentation < 0 ) in indent()
759 indentation = 0; in indent()
781 , indentation ( 0 ) in Fmt()
[all …]
/dports/devel/slf4j/slf4j-1.7.21/slf4j-ext/src/main/java/org/slf4j/profiler/
H A DProfiler.java227 …String buildProfilerString(DurationUnit du, String firstPrefix, String label, String indentation) { in buildProfilerString() argument
237 buildStopWatchString(buf, du, ELAPSED_TIME, indentation, (StopWatch) child); in buildProfilerString()
240 …iler.buildProfilerString(du, NESTED_PROFILER_FIRST_PREFIX, SUBTOTAL_ELAPSED, indentation + " "); in buildProfilerString()
242 buildStopWatchString(buf, du, ELAPSED_TIME, indentation, profiler.globalStopWatch); in buildProfilerString()
245 buildStopWatchString(buf, du, label, indentation, globalStopWatch); in buildProfilerString()
249 …pWatchString(StringBuilder buf, DurationUnit du, String prefix, String indentation, StopWatch sw) { in buildStopWatchString() argument
251 buf.append(indentation); in buildStopWatchString()

1...<<11121314151617181920>>...938