Home
last modified time | relevance | path

Searched refs:strip_indent (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/
H A Dstatemachine.py806 def get_indented(self, until_blank=False, strip_indent=True): argument
824 self.line_offset, until_blank, strip_indent)
832 def get_known_indented(self, indent, until_blank=False, strip_indent=True): argument
854 self.line_offset, until_blank, strip_indent,
863 strip_indent=True, strip_top=True): argument
886 self.line_offset, until_blank, strip_indent,
1369 def get_indented(self, start=0, until_blank=False, strip_indent=True, argument
1425 if indent and strip_indent:
1429 def get_2D_block(self, top, left, bottom, right, strip_indent=True): argument
1446 if strip_indent and 0 < indent < right:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/
H A Dstatemachine.py806 def get_indented(self, until_blank=False, strip_indent=True): argument
824 self.line_offset, until_blank, strip_indent)
832 def get_known_indented(self, indent, until_blank=False, strip_indent=True): argument
854 self.line_offset, until_blank, strip_indent,
863 strip_indent=True, strip_top=True): argument
886 self.line_offset, until_blank, strip_indent,
1369 def get_indented(self, start=0, until_blank=False, strip_indent=True, argument
1425 if indent and strip_indent:
1429 def get_2D_block(self, top, left, bottom, right, strip_indent=True): argument
1446 if strip_indent and 0 < indent < right:
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/
H A Dstatemachine.py796 def get_indented(self, until_blank=False, strip_indent=True): argument
814 self.line_offset, until_blank, strip_indent)
822 def get_known_indented(self, indent, until_blank=False, strip_indent=True): argument
844 self.line_offset, until_blank, strip_indent,
853 strip_indent=True, strip_top=True): argument
876 self.line_offset, until_blank, strip_indent,
1363 def get_indented(self, start=0, until_blank=False, strip_indent=True, argument
1419 if indent and strip_indent:
1423 def get_2D_block(self, top, left, bottom, right, strip_indent=True): argument
1440 if strip_indent and 0 < indent < right:
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/
H A Dstatemachine.py796 def get_indented(self, until_blank=False, strip_indent=True): argument
814 self.line_offset, until_blank, strip_indent)
822 def get_known_indented(self, indent, until_blank=False, strip_indent=True): argument
844 self.line_offset, until_blank, strip_indent,
853 strip_indent=True, strip_top=True): argument
876 self.line_offset, until_blank, strip_indent,
1363 def get_indented(self, start=0, until_blank=False, strip_indent=True, argument
1419 if indent and strip_indent:
1423 def get_2D_block(self, top, left, bottom, right, strip_indent=True): argument
1440 if strip_indent and 0 < indent < right:
/dports/textproc/py-docutils/docutils-0.17.1/docutils/
H A Dstatemachine.py796 def get_indented(self, until_blank=False, strip_indent=True): argument
814 self.line_offset, until_blank, strip_indent)
822 def get_known_indented(self, indent, until_blank=False, strip_indent=True): argument
844 self.line_offset, until_blank, strip_indent,
853 strip_indent=True, strip_top=True): argument
876 self.line_offset, until_blank, strip_indent,
1363 def get_indented(self, start=0, until_blank=False, strip_indent=True, argument
1419 if indent and strip_indent:
1423 def get_2D_block(self, top, left, bottom, right, strip_indent=True): argument
1440 if strip_indent and 0 < indent < right:
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dview.py127 cursortools.strip_indent(cursor)
135 cursortools.strip_indent(cursor)
H A Dcursortools.py172 def strip_indent(cursor): function
H A Deditinplace.py110 cursortools.strip_indent(c)
/dports/textproc/py-docutils/docutils-0.17.1/docs/dev/
H A Dsemantics.txt52 - `strip_indent`: Strip common leading indent if true (1,
72 `strip_indent` : boolean
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/quickinsert/
H A Dspanners.py124 cursortools.strip_indent(c)
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dx-java.c701 strip_indent (mixed_string_ty *ms) in strip_indent() function
1264 strip_indent (block_content); in phase5_get()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dx-java.c701 strip_indent (mixed_string_ty *ms) in strip_indent() function
1264 strip_indent (block_content); in phase5_get()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dx-java.c701 strip_indent (mixed_string_ty *ms) in strip_indent() function
1264 strip_indent (block_content); in phase5_get()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dx-java.c701 strip_indent (mixed_string_ty *ms) in strip_indent() function
1264 strip_indent (block_content); in phase5_get()
/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Ddoc_test.ex556 stripped_line = strip_indent(line, indent)
596 stripped_line = strip_indent(line, indent)
619 defp strip_indent(line, indent) do function
/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/ex_unit/
H A Ddoc_test.ex556 stripped_line = strip_indent(line, indent)
596 stripped_line = strip_indent(line, indent)
619 defp strip_indent(line, indent) do function
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/parsers/rst/
H A Dstates.py1892 match.end(), until_blank=True, strip_indent=False)
1975 strip_indent=False)
2235 self.state_machine.get_first_known_indented(0, strip_indent=False)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/parsers/rst/
H A Dstates.py1890 match.end(), until_blank=True, strip_indent=False)
1973 strip_indent=False)
2233 self.state_machine.get_first_known_indented(0, strip_indent=False)
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/parsers/rst/
H A Dstates.py1932 match.end(), until_blank=True, strip_indent=False)
2017 strip_indent=False)
2278 self.state_machine.get_first_known_indented(0, strip_indent=False)
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/parsers/rst/
H A Dstates.py1932 match.end(), until_blank=True, strip_indent=False)
2017 strip_indent=False)
2278 self.state_machine.get_first_known_indented(0, strip_indent=False)
/dports/textproc/py-docutils/docutils-0.17.1/docutils/parsers/rst/
H A Dstates.py1932 match.end(), until_blank=True, strip_indent=False)
2017 strip_indent=False)
2278 self.state_machine.get_first_known_indented(0, strip_indent=False)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/docwriter/
H A Dhtml.py93 template_string = strip_indent(template_string)
158 def strip_indent(s): function
/dports/textproc/py-docutils/docutils-0.17.1/
H A DHISTORY.txt2339 - Renamed ``StringList.strip_indent`` to ``.trim_left``.
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.11.2.api11576 docutils.statemachine.StateMachineWS.get_first_known_indented?4(indent, until_blank=0, strip_indent
11577 docutils.statemachine.StateMachineWS.get_indented?4(until_blank=0, strip_indent=1)
11578 docutils.statemachine.StateMachineWS.get_known_indented?4(indent, until_blank=0, strip_indent=1)
11592 docutils.statemachine.StringList.get_2D_block?4(top, left, bottom, right, strip_indent=1)
11593 docutils.statemachine.StringList.get_indented?4(start=0, until_blank=0, strip_indent=1, block_inden…
H A Dzope-2.10.7.api12504 docutils.statemachine.StateMachineWS.get_first_known_indented?4(indent, until_blank=0, strip_indent
12505 docutils.statemachine.StateMachineWS.get_indented?4(until_blank=0, strip_indent=1)
12506 docutils.statemachine.StateMachineWS.get_known_indented?4(indent, until_blank=0, strip_indent=1)
12520 docutils.statemachine.StringList.get_2D_block?4(top, left, bottom, right, strip_indent=1)
12521 docutils.statemachine.StringList.get_indented?4(start=0, until_blank=0, strip_indent=1, block_inden…

12