Home
last modified time | relevance | path

Searched refs:line_indent (Results 1 – 25 of 65) sorted by relevance

123

/dports/math/viennacl/ViennaCL-1.7.1/viennacl/ocl/
H A Ddevice.hpp997 std::string line_indent(indent, indent_char); in info() local
999 oss << line_indent << "Name: " << name() << std::endl; in info()
1000 oss << line_indent << "Vendor: " << vendor() << std::endl; in info()
1002 oss << line_indent << "Available: " << available() << std::endl; in info()
1003 oss << line_indent << "Max Compute Units: " << max_compute_units() << std::endl; in info()
1005 oss << line_indent << "Global Mem Size: " << global_mem_size() << std::endl; in info()
1006 oss << line_indent << "Local Mem Size: " << local_mem_size() << std::endl; in info()
1007 oss << line_indent << "Local Mem Type: " << local_mem_type() << std::endl; in info()
1022 std::string line_indent(indent, indent_char); in full_info() local
1066 oss << line_indent << "Name: " << name() << std::endl; in full_info()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/indentation-c-style/
H A Dindentation.c193 line_indent++; in get_line_indentation()
198 return line_indent; in get_line_indentation()
594 gint line_indent = 0; in get_line_indentation_base() local
825 line_indent = 0; in get_line_indentation_base()
857 line_indent = 0; in get_line_indentation_base()
983 return line_indent; in get_line_indentation_base()
1054 gint line_indent = 0; in get_line_auto_indentation() local
1174 line_indent = 0; in get_line_auto_indentation()
1188 return line_indent; in get_line_auto_indentation()
1267 gint line_indent; in cpp_java_indentation_char_added() local
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/indentation-python-style/
H A Dpython-indentation.c125 gint line_indent = 0; in get_line_indentation() local
156 line_indent += TAB_SIZE; in get_line_indentation()
158 line_indent++; in get_line_indentation()
163 return line_indent; in get_line_indentation()
436 gint line_indent = 0; in get_line_indentation_base() local
485 return line_indent; in get_line_indentation_base()
516 gint line_indent = 0; in get_line_auto_indentation() local
562 line_indent += INDENT_SIZE; in get_line_auto_indentation()
578 return line_indent; in get_line_auto_indentation()
605 gint line_indent; in python_indent() local
[all …]
/dports/devel/py-astor/astor-0.8.1/astor/
H A Dstring_repr.py34 def _properly_indented(s, line_indent): argument
41 return counts and min(counts) >= line_indent
90 line_indent = len_current - len(current_line.lstrip())
97 if total_len < max_line and not _properly_indented(s, line_indent):
/dports/devel/py-fs2/fs-2.4.11/fs/
H A Dtree.py78 line_indent = char_vertline + " " * 3
148 "".join(indent if last else line_indent for last in levels)
162 prefix = "".join(indent if last else line_indent for last in levels)
/dports/www/firefox/firefox-99.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py213 def __init__(self, type, indent, line_indent=None): argument
216 self.line_indent = line_indent
328 expected = context['stack'][-1].line_indent
380 line_indent=context['cur_line_indent']))
430 line_indent=context['cur_line_indent']))
/dports/devel/py-yamllint/yamllint-1.26.3/yamllint/rules/
H A Dindentation.py223 def __init__(self, type, indent, line_indent=None): argument
226 self.line_indent = line_indent
338 expected = context['stack'][-1].line_indent
390 line_indent=context['cur_line_indent']))
440 line_indent=context['cur_line_indent']))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py213 def __init__(self, type, indent, line_indent=None): argument
216 self.line_indent = line_indent
328 expected = context['stack'][-1].line_indent
380 line_indent=context['cur_line_indent']))
430 line_indent=context['cur_line_indent']))
/dports/lang/rust/rustc-1.58.1-src/vendor/expect-test-1.0.1/src/
H A Dlib.rs270 let (literal_start, line_indent) = target_line.unwrap(); in locate()
274 Location { line_indent, literal_range } in locate()
381 let patch = format_patch(loc.line_indent.clone(), actual); in update()
389 line_indent: usize, field
423 fn format_patch(line_indent: usize, patch: &str) -> String { in format_patch()
435 let indent = &" ".repeat(line_indent); in format_patch()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py213 def __init__(self, type, indent, line_indent=None): argument
216 self.line_indent = line_indent
328 expected = context['stack'][-1].line_indent
380 line_indent=context['cur_line_indent']))
430 line_indent=context['cur_line_indent']))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/yamllint/yamllint/rules/
H A Dindentation.py213 def __init__(self, type, indent, line_indent=None): argument
216 self.line_indent = line_indent
328 expected = context['stack'][-1].line_indent
380 line_indent=context['cur_line_indent']))
430 line_indent=context['cur_line_indent']))
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/expect-test-1.1.0/src/
H A Dlib.rs269 let (literal_start, line_indent) = target_line.unwrap(); in locate()
273 Location { line_indent, literal_range } in locate()
384 let patch = format_patch(loc.line_indent.clone(), actual); in update()
392 line_indent: usize, field
426 fn format_patch(line_indent: usize, patch: &str) -> String { in format_patch()
438 let indent = &" ".repeat(line_indent); in format_patch()
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py124 line_indent = len(line) - len(line.lstrip(" "))
125 if key and line_indent > key_indent:
136 key_indent = line_indent
/dports/www/firefox/firefox-99.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py124 line_indent = len(line) - len(line.lstrip(" "))
125 if key and line_indent > key_indent:
136 key_indent = line_indent
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/manifestparser/
H A Dini.py108 line_indent = len(line) - len(line.lstrip(' '))
109 if key and line_indent > key_indent:
120 key_indent = line_indent
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py124 line_indent = len(line) - len(line.lstrip(" "))
125 if key and line_indent > key_indent:
136 key_indent = line_indent
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py113 line_indent = len(line) - len(line.lstrip(' '))
114 if key and line_indent > key_indent:
125 key_indent = line_indent
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/
H A Dtext.rb80 line_indent = line =~ /\S/ || 9999
81 indent = line_indent if indent > line_indent
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/manifestparser/manifestparser/
H A Dini.py110 line_indent = len(line) - len(line.lstrip(' '))
111 if key and line_indent > key_indent:
122 key_indent = line_indent
/dports/textproc/miller/miller-5.10.2/c/output/
H A Dlrec_writer_json.c13 char* line_indent; member
50 pstate->line_indent = wrap_json_output_in_outer_list ? "" : ""; in lrec_writer_json_alloc()
144 pstate->line_indent, line_term, output_stream); in lrec_writer_json_process()
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dannotationparser.py1393 line_indent = None
1485 part_indent = line_indent
1525 part_indent = line_indent
1603 part_indent = line_indent
1610 if result and line_indent <= part_indent:
1611 part_indent = line_indent
2288 line_indent = indent + ' '
2291 line_indent = indent
2294 line_indent = ' '
2302 lines[i] = '%s*\n' % (line_indent, )
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/common/
H A Dconfig.py241 line_indent = match.start(1)
243 if line_indent < indents[-1]:
244 while indents[-1] > line_indent:
247 if line_indent > indents[-1]:
248 indents.append(line_indent)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/
H A Dconfig.py246 line_indent = match.start(1)
248 if line_indent < indents[-1]:
249 while indents[-1] > line_indent:
252 if line_indent > indents[-1]:
253 indents.append(line_indent)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/
H A Dconfig.py246 line_indent = match.start(1)
248 if line_indent < indents[-1]:
249 while indents[-1] > line_indent:
252 if line_indent > indents[-1]:
253 indents.append(line_indent)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/
H A Dconfig.py252 line_indent = match.start(1)
254 if line_indent < indents[-1]:
255 while indents[-1] > line_indent:
258 if line_indent > indents[-1]:
259 indents.append(line_indent)

123