Searched refs:break_long_words (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/ |
D | textwrap.py | 122 break_long_words=True, argument 131 self.break_long_words = break_long_words 227 if self.break_long_words:
|
/external/python/cpython3/Lib/ |
D | textwrap.py | 122 break_long_words=True, argument 135 self.break_long_words = break_long_words 217 if self.break_long_words:
|
/external/python/cpython3/Lib/test/ |
D | test_textwrap.py | 190 self.check_wrap(text, 1, expect, break_long_words=False) 208 self.check_wrap(text, 1, text.split(), break_long_words=False) 216 self.check_wrap(text, 1, text.split(), break_long_words=False) 620 self.wrapper.break_long_words = 0 631 result = wrap(self.text, width=30, break_long_words=0)
|
/external/libvpx/libvpx/tools/ |
D | wrap-commit-msg.py | 38 return textwrap.fill(text, break_long_words=False) + '\n'
|
/external/libaom/libaom/tools/ |
D | wrap-commit-msg.py | 40 return textwrap.fill(text, break_long_words=False) + '\n'
|
/external/python/cpython2/Doc/library/ |
D | textwrap.rst | 50 :attr:`TextWrapper.break_long_words` is set to false. 189 .. attribute:: break_long_words 203 for line breaks, but you need to set :attr:`break_long_words` to false if
|
/external/libchrome/third_party/jinja2/ |
D | filters.py | 615 def do_wordwrap(environment, s, width=79, break_long_words=True, argument 633 break_long_words=break_long_words))
|
/external/python/cpython3/Doc/library/ |
D | textwrap.rst | 128 :attr:`TextWrapper.break_long_words` is set to false. 244 .. attribute:: break_long_words 258 for line breaks, but you need to set :attr:`break_long_words` to false if
|
/external/python/cpython2/Lib/test/ |
D | test_textwrap.py | 485 self.wrapper.break_long_words = 0 496 result = wrap(self.text, width=30, break_long_words=0)
|
/external/perfetto/tools/ |
D | gen_build | 256 break_long_words=False,
|
/external/libchrome/base/android/jni_generator/ |
D | jni_generator.py | 55 break_long_words=False)
|