Searched refs:wrap_text (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/distutils/ |
D | fancy_getopt.py | 335 text = wrap_text(help, text_width) 375 def wrap_text(text, width): function 456 print("\n".join(wrap_text(text, w)))
|
/third_party/flutter/flutter/dev/tools/ |
D | update_icons.dart | 147 'wrap_text',
|
/third_party/cef/tools/ |
D | cef_parser.py | 22 def wrap_text(text, indent='', maxchars=80): function 175 result += wrap_text(wrapme, indent + '// ', maxchars) 203 result += wrap_text(wrapme, indent + '// ', maxchars)
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | icons.dart | 3008 /// <i class="material-icons md-36">wrap_text</i> — material icon named "wrap text". 3009 …static const IconData wrap_text = IconData(0xe25b, fontFamily: 'MaterialIcons', matchTextDirection…
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 1371 .. function:: wrap_text(text, width)
|