Home
last modified time | relevance | path

Searched refs:initial_indent (Results 601 – 618 of 618) sorted by relevance

1...<<2122232425

/dports/devel/py-argparse/argparse-1.4.0/
H A Dargparse.py647 return _textwrap.fill(text, width, initial_indent=indent,
/dports/devel/brz/breezy-3.2.0/breezy/tests/test_patches_data/
H A Ddiff978 + initial_indent=key.rjust(maxlen)+" : ",
H A Dmod2143 initial_indent=key.rjust(maxlen)+" : ",
/dports/lang/python39/Python-3.9.9/Lib/
H A Dargparse.py650 initial_indent=indent,
/dports/lang/python310/Python-3.10.1/Lib/
H A Dargparse.py650 initial_indent=indent,
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dargparse.py650 initial_indent=indent,
/dports/databases/py-apsw/apsw-3.35.4-r1/tools/
H A Dshell.py1117 …self.write(self.stdout, textwrap.fill(s, 78, initial_indent="-- ", subsequent_indent="-- ") + "\n")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/
H A Dautopep8.py2776 initial_indent=indentation,
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/
H A Dautopep8.py2952 initial_indent=indentation,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/
H A Dautopep8.py2952 initial_indent=indentation,
/dports/textproc/py-autopep8/autopep8-1.4.4/
H A Dautopep8.py3307 initial_indent=indentation,
/dports/devel/R-cran-gdata/gdata/inst/perl/XML/
H A DTwig.pm8571 { my( $initial_indent)= $line=~ m{^(\s*)};
8572 my $wrapped_line= Text::Wrap::wrap( '', $initial_indent . $INDENT, $line) . "\n";
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm8815 { my( $initial_indent)= $line=~ m{^(\s*)};
8816 my $wrapped_line= Text::Wrap::wrap( '', $initial_indent . $INDENT, $line) . "\n";
H A DTwig_pm.slow8815 { my( $initial_indent)= $line=~ m{^(\s*)};
8816 my $wrapped_line= Text::Wrap::wrap( '', $initial_indent . $INDENT, $line) . "\n";
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/
H A Dbigquery_client.py745 textwrap.fill(msg, initial_indent=' - ', subsequent_indent=' ')
/dports/devel/osc/osc-0.175.0/osc/
H A Dcore.py3012 lines.append(textwrap.fill(self.description, width=80, initial_indent=' Descr: ',
3014 lines.append(textwrap.fill(self.state.comment, width=80, initial_indent=' Comment: ',
/dports/devel/pythontidy/
H A DPythonTidy-1.23.python482 initial_indent=NULL,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgit_cl.py1169 wrapper.initial_indent = wrapper.subsequent_indent = ' '

1...<<2122232425