Home
last modified time | relevance | path

Searched refs:child_indent (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsystest/
H A Dmain_console.c59 char child_indent[16]; in print_menu() local
62 pj_ansi_snprintf(child_indent, sizeof(child_indent), "%s ", indent); in print_menu()
74 print_menu(child_indent, child_id, menu->submenus[i]); in print_menu()
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Detree.py207 child_indent = ' ' * min(
210 min_indent = min(child_indent, last_indent)
212 min_indent = child_indent = last_indent
217 lines = lines[:max_lines] + [child_indent + '...'] * 2 + lines[-1:]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/examples/
H A Ddwarf_die_tree.py58 child_indent = indent_level + ' '
60 die_info_rec(child, child_indent)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/examples/
H A Ddwarf_die_tree.py58 child_indent = indent_level + ' '
60 die_info_rec(child, child_indent)
/dports/devel/py-pyelftools/pyelftools-0.27/examples/
H A Ddwarf_die_tree.py58 child_indent = indent_level + ' '
60 die_info_rec(child, child_indent)
H A Ddwarf_pubnames_types.py103 child_indent = indent_level + ' '
105 die_info_rec(child, child_indent)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dtrie.cc58 auto child_indent = indent + " "; in Dump() local
59 std::cerr << child_indent << "|\n"; in Dump()
64 std::cerr << child_indent << "|-> '" << static_cast<char>(i) << "' (" << i in Dump()
66 Dump(child, child_indent); in Dump()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dtrie.cc58 auto child_indent = indent + " "; in Dump() local
59 std::cerr << child_indent << "|\n"; in Dump()
64 std::cerr << child_indent << "|-> '" << static_cast<char>(i) << "' (" << i in Dump()
66 Dump(child, child_indent); in Dump()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dtrie.cc58 auto child_indent = indent + " "; in Dump() local
59 std::cerr << child_indent << "|\n"; in Dump()
64 std::cerr << child_indent << "|-> '" << static_cast<char>(i) << "' (" << i in Dump()
66 Dump(child, child_indent); in Dump()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dutils.cpp223 string child_indent; in subtree_print_to() local
227 child_indent = indent + " "; in subtree_print_to()
228 child_indent += utf8_string_at(tree_style, last ? 2 : 1); in subtree_print_to()
232 subtree_print_to(child, child_indent, in subtree_print_to()
/dports/multimedia/aegisub/aegisub-3.2.2/tools/
H A Dstrip-icu.py121 child_indent = indent + ' '
129 write_dict(k, v, out, child_indent)
131 out.write(('%s%s{"%s"}\n' % (child_indent, k, v)).encode('utf-8'))
/dports/comms/gnuradio/gnuradio-3.8.4.0/docs/sphinx/hieroglyph/
H A Dnodes.py44 def __init__(self, indent, child_indent, name): argument
46 self.child_indent = child_indent
65 dedent = self.child_indent - self.indent
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/
H A DDumper.pm218 my $child_indent = $indent . $self->{indent_string};
220 $self->_dump( $child, $child_indent, $output );
/dports/textproc/py-yapf/yapf-0.31.0/yapf/yapflib/
H A Dcomment_splicer.py359 child_indent = pytree_utils.GetNodeAnnotation(
361 if child_indent is not None and child_indent != child.value:
/dports/textproc/p5-Makefile-DOM/Makefile-DOM-0.008/lib/MDOM/
H A DDumper.pm230 my $child_indent = $indent . $self->{indent_string};
232 $self->_dump( $child, $child_indent, $output );
/dports/net-mgmt/py-ciscoconfparse/ciscoconfparse-1.5.51/ciscoconfparse/
H A Dccp_abc.py50 self.child_indent = 0
143 self.child_indent,
220 self.child_indent = childobj.indent
231 myindent = self.parent.child_indent
/dports/devel/serd/serd-0.30.10/scripts/
H A Ddox_to_sphinx.py524 child_indent = 0 if kind == "namespace" else 1
538 markup += indent(child_header, child_indent)
539 markup += indent(child_record["briefdescription"], child_indent + 1)
540 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/scripts/
H A Ddox_to_sphinx.py510 child_indent = 0 if kind == "namespace" else 1
524 markup += indent(child_header, child_indent)
525 markup += indent(child_record["briefdescription"], child_indent + 1)
526 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/scripts/
H A Ddox_to_sphinx.py510 child_indent = 0 if kind == "namespace" else 1
524 markup += indent(child_header, child_indent)
525 markup += indent(child_record["briefdescription"], child_indent + 1)
526 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/lilv/lilv-0.24.12/scripts/
H A Ddox_to_sphinx.py527 child_indent = 0 if kind == "namespace" else 1
541 markup += indent(child_header, child_indent)
542 markup += indent(child_record["briefdescription"], child_indent + 1)
543 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/scripts/
H A Ddox_to_sphinx.py510 child_indent = 0 if kind == "namespace" else 1
524 markup += indent(child_header, child_indent)
525 markup += indent(child_record["briefdescription"], child_indent + 1)
526 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/scripts/
H A Ddox_to_sphinx.py524 child_indent = 0 if kind == "namespace" else 1
538 markup += indent(child_header, child_indent)
539 markup += indent(child_record["briefdescription"], child_indent + 1)
540 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/scripts/
H A Ddox_to_sphinx.py524 child_indent = 0 if kind == "namespace" else 1
538 markup += indent(child_header, child_indent)
539 markup += indent(child_record["briefdescription"], child_indent + 1)
540 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/scripts/
H A Ddox_to_sphinx.py524 child_indent = 0 if kind == "namespace" else 1
538 markup += indent(child_header, child_indent)
539 markup += indent(child_record["briefdescription"], child_indent + 1)
540 markup += indent(child_record["detaileddescription"], child_indent + 1)
/dports/audio/sratom/sratom-0.6.8/scripts/
H A Ddox_to_sphinx.py518 child_indent = 0 if kind == "namespace" else 1
532 markup += indent(child_header, child_indent)
533 markup += indent(child_record["briefdescription"], child_indent + 1)
534 markup += indent(child_record["detaileddescription"], child_indent + 1)

12