Home
last modified time | relevance | path

Searched refs:_textwrap (Results 1 – 25 of 69) sorted by relevance

123

/dports/science/py-obspy/obspy-1.2.2/obspy/clients/nrl/
H A Dclient.py28 from obspy.core.inventory.util import _textwrap
78 lines = _textwrap("'" + "', '".join(keys) + "'",
89 lines = _textwrap("'" + "', '".join(keys) + "'",
244 info.extend(_textwrap(", ".join(texts), initial_indent=' ',
/dports/www/firefox/firefox-99.0/third_party/python/click/click-7.1.2.dist-info/
H A DRECORD5 click/_textwrap.py,sha256=ajCzkzFly5tjm9foQ5N9_MOeaYJMBjAltuFa69n4iXY,1197
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Click/Click-7.0.dist-info/
H A DRECORD10 click/_textwrap.py,sha256=gwS4m7bdQiJnzaDG8osFcRb-5vn4t4l2qSCy-5csCEc,1198
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Click/Click-7.0.dist-info/
H A DRECORD10 click/_textwrap.py,sha256=gwS4m7bdQiJnzaDG8osFcRb-5vn4t4l2qSCy-5csCEc,1198
/dports/science/py-obspy/obspy-1.2.2/obspy/core/inventory/
H A Dinventory.py30 from .util import _unified_content_strings, _textwrap, _response_plot_label
283 ret_str += "\n".join(_textwrap(
294 ret_str += "\n".join(_textwrap(
H A Dstation.py29 Longitude, _unified_content_strings, _textwrap, Site)
188 ret += "\n".join(_textwrap(
H A Dnetwork.py26 BaseNode, Operator, _unified_content_strings, _textwrap,
175 ret += "\n".join(_textwrap(", ".join(
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/click/
H A Dformatting.py45 from ._textwrap import TextWrapper
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Click/click/
H A Dformatting.py45 from ._textwrap import TextWrapper
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Click/click/
H A Dformatting.py45 from ._textwrap import TextWrapper
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/click/
H A Dformatting.py45 from ._textwrap import TextWrapper
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/click/
H A Dformatting.py45 from ._textwrap import TextWrapper
/dports/devel/py-click6/click-6.7/click/
H A Dformatting.py45 from ._textwrap import TextWrapper
/dports/devel/re2c/re2c-2.2/
H A Drun_tests.py.in14 import textwrap as _textwrap namespace
84 formatted_paragraph = _textwrap.fill(
/dports/www/firefox/firefox-99.0/third_party/python/click/click/
H A Dformatting.py46 from ._textwrap import TextWrapper
/dports/devel/py-click7/click-7.1.2/src/click/
H A Dformatting.py46 from ._textwrap import TextWrapper
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click/
H A Dformatting.py46 from ._textwrap import TextWrapper
/dports/devel/py-click/click-8.0.3/src/click/
H A Dformatting.py54 from ._textwrap import TextWrapper
/dports/mail/notmuch/notmuch-0.34.2/devel/nmbug/
H A Dnmbug45 import textwrap as _textwrap
751 doc = _textwrap.dedent(func.__doc__).strip().replace('%', '%%')
/dports/mail/notmuch-mutt/notmuch-0.34.2/devel/nmbug/
H A Dnmbug45 import textwrap as _textwrap
751 doc = _textwrap.dedent(func.__doc__).strip().replace('%', '%%')
/dports/mail/notmuch-emacs/notmuch-0.34.2/devel/nmbug/
H A Dnmbug45 import textwrap as _textwrap
751 doc = _textwrap.dedent(func.__doc__).strip().replace('%', '%%')
/dports/mail/py-notmuch2/notmuch-0.34.2/devel/nmbug/
H A Dnmbug45 import textwrap as _textwrap
751 doc = _textwrap.dedent(func.__doc__).strip().replace('%', '%%')
/dports/mail/py-notmuch/notmuch-0.34.2/devel/nmbug/
H A Dnmbug45 import textwrap as _textwrap
751 doc = _textwrap.dedent(func.__doc__).strip().replace('%', '%%')
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/
H A Dcompiler.py1316 def _textwrap(self, txt, width=70): member in Compilation
1442 … header_string = (nl + tb * (i + nesting)).join(self._textwrap(header_string))
1475 value = (nl + tb + tb).join(self._textwrap(value))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/utils/
H A Dargparse.py96 import textwrap as _textwrap namespace
645 return _textwrap.wrap(text, width)
649 return _textwrap.fill(text, width, initial_indent=indent,

123