Home
last modified time | relevance | path

Searched refs:base_indent (Results 1 – 25 of 68) sorted by relevance

123

/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Dparser.py82 self.base_indent = base_indent
123 base_indent=self.base_indent + self.indent,
135 super().__init__(snakefile, base_indent=base_indent, dedent=dedent, root=root)
209 super().__init__(snakefile, base_indent=base_indent, dedent=dedent, root=root)
332 super().__init__(snakefile, base_indent=base_indent, dedent=dedent, root=root)
499 super().__init__(snakefile, base_indent=base_indent, dedent=dedent, root=root)
538 snakefile, rulename, base_indent=base_indent, dedent=dedent, root=root
691 super().__init__(snakefile, base_indent=base_indent, dedent=dedent, root=root)
854 super().__init__(snakefile, base_indent=base_indent, dedent=dedent, root=root)
916 super().__init__(snakefile, base_indent=base_indent, dedent=dedent, root=root)
[all …]
/dports/devel/py-pudb/pudb-2020.1/test/
H A Dtest_lowlevel.py54 base_indent = 0
55 while lines[0][base_indent] in " \t":
56 base_indent += 1
59 if line[:base_indent].strip():
62 return "\n".join(line[base_indent:] for line in lines)
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Dpy_codegen.py224 base_indent = 0
225 while lines[0][base_indent] in " \t":
226 base_indent += 1
229 if line[:base_indent].strip():
232 return "\n".join(line[base_indent:] for line in lines)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp269 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
276 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
280 uint next_indent = base_indent + 1; in print_all_references()
293 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
300 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
302 uint const next_indent = base_indent + 1; in print_reference()
H A DreferenceProcessorPhaseTimes.hpp71 void print_reference(ReferenceType ref_type, uint base_indent) const;
103 void print_all_references(uint base_indent = 0, bool print_total = true) const;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp269 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
276 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
280 uint next_indent = base_indent + 1; in print_all_references()
293 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
300 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
302 uint const next_indent = base_indent + 1; in print_reference()
H A DreferenceProcessorPhaseTimes.hpp71 void print_reference(ReferenceType ref_type, uint base_indent) const;
103 void print_all_references(uint base_indent = 0, bool print_total = true) const;
/dports/www/firefox/firefox-99.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py229 def detect_indent(base_indent): argument
231 context['spaces'] = found_indent - base_indent
232 return base_indent + context['spaces']
317 def detect_indent(base_indent, next): argument
319 context['spaces'] = next.start_mark.column - base_indent
320 return base_indent + context['spaces']
/dports/devel/py-yamllint/yamllint-1.26.3/yamllint/rules/
H A Dindentation.py239 def detect_indent(base_indent): argument
241 context['spaces'] = found_indent - base_indent
242 return base_indent + context['spaces']
327 def detect_indent(base_indent, next): argument
329 context['spaces'] = next.start_mark.column - base_indent
330 return base_indent + context['spaces']
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py229 def detect_indent(base_indent): argument
231 context['spaces'] = found_indent - base_indent
232 return base_indent + context['spaces']
317 def detect_indent(base_indent, next): argument
319 context['spaces'] = next.start_mark.column - base_indent
320 return base_indent + context['spaces']
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp269 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
276 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
280 uint next_indent = base_indent + 1; in print_all_references()
293 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
300 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
302 uint const next_indent = base_indent + 1; in print_reference()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp271 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
278 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
282 uint next_indent = base_indent + 1; in print_all_references()
295 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
302 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
304 uint const next_indent = base_indent + 1; in print_reference()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp270 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
277 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
281 uint next_indent = base_indent + 1; in print_all_references()
294 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
301 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
303 uint const next_indent = base_indent + 1; in print_reference()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp269 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
276 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
280 uint next_indent = base_indent + 1; in print_all_references()
293 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
300 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
302 uint const next_indent = base_indent + 1; in print_reference()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py229 def detect_indent(base_indent): argument
231 context['spaces'] = found_indent - base_indent
232 return base_indent + context['spaces']
317 def detect_indent(base_indent, next): argument
319 context['spaces'] = next.start_mark.column - base_indent
320 return base_indent + context['spaces']
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp270 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
277 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
281 uint next_indent = base_indent + 1; in print_all_references()
294 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
301 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
303 uint const next_indent = base_indent + 1; in print_reference()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py229 def detect_indent(base_indent): argument
231 context['spaces'] = found_indent - base_indent
232 return base_indent + context['spaces']
317 def detect_indent(base_indent, next): argument
319 context['spaces'] = next.start_mark.column - base_indent
320 return base_indent + context['spaces']
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DreferenceProcessorPhaseTimes.cpp270 void ReferenceProcessorPhaseTimes::print_all_references(uint base_indent, bool print_total) const { in print_all_references() argument
277 Indents[base_indent], "Reference Processing", total_time_ms()); in print_all_references()
281 uint next_indent = base_indent + 1; in print_all_references()
294 void ReferenceProcessorPhaseTimes::print_reference(ReferenceType ref_type, uint base_indent) const { in print_reference()
301 ls.print_cr("%s%s:", Indents[base_indent], ref_type_2_string(ref_type)); in print_reference()
303 uint const next_indent = base_indent + 1; in print_reference()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/common/
H A Dlog.py136 def _wrap(self, msg, base_indent): argument
161 base_indent = (self.hang or '') + base_indent
168 paragraphs[i] = base_indent + par
171 par_indent = base_indent + indent
/dports/devel/py-oslo.reports/oslo.reports-2.3.0/oslo_reports/views/
H A Djinja_view.py65 base_indent = self._text[0:amt]
69 if line.startswith(base_indent):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/
H A Dutil.py217 base_indent = ' ' * indent_level * 4
219 lines.append(base_indent + var_name + ' = (')
229 lines.append(base_indent + ')')
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/
H A Dutil.py220 base_indent = ' ' * indent_level * 4
222 lines.append(base_indent + var_name + ' = (')
232 lines.append(base_indent + ')')
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/
H A Dutil.py220 base_indent = ' ' * indent_level * 4
222 lines.append(base_indent + var_name + ' = (')
232 lines.append(base_indent + ')')
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/
H A Dutil.py220 base_indent = ' ' * indent_level * 4
222 lines.append(base_indent + var_name + ' = (')
232 lines.append(base_indent + ')')
/dports/editors/xi-core/xi-editor-0.3.0/rust/syntect-plugin/src/
H A Dmain.rs307 let mut base_indent = if range.start > 0 { in bulk_autoindent() localVariable
323 let final_level = base_indent + increase - decrease; in bulk_autoindent()
324 base_indent = final_level; in bulk_autoindent()
327 if base_indent != current_line_indent { in bulk_autoindent()
335 if use_spaces { n_spaces(base_indent) } else { n_tabs(base_indent / tab_size) }; in bulk_autoindent()
358 let base_indent = self in autoindent_line() localVariable
366 let final_level = base_indent + increase - decrease; in autoindent_line()

123