Home
last modified time | relevance | path

Searched defs:with_indent (Results 1 – 5 of 5) sorted by relevance

/dports/devel/stylua/StyLua-0.11.0/src/
H A Dshape.rs119 pub fn with_indent(&self, indent: Indent) -> Self { in with_indent() method
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/opc/unitdata/
H A Drels.py25 def with_indent(self, indent): member in BaseBuilder
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-flowtext.cpp340 bool with_indent = false; in _buildLayoutInput() local
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dattr_line.hh351 text_wrap_settings &with_indent(int indent) { in with_indent() function
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/serde_json-0.8.6/src/
H A Dser.rs800 pub fn with_indent(indent: &'a [u8]) -> Self { in with_indent() method