Home
last modified time | relevance | path

Searched refs:TextWrapper (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/interface/
H A DLabel.h19 TextWrapper textWrapper;
22 TextWrapper displayTextWrapper;
25 TextWrapper::Index selectionIndex0;
26 TextWrapper::Index selectionIndex1;
27 TextWrapper::Index selectionIndexL;
28 TextWrapper::Index selectionIndexH;
H A DTextWrapper.cpp12 int TextWrapper::Update(String const &text, bool do_wrapping, int max_width) in Update()
214 TextWrapper::Index TextWrapper::Point2Index(int x, int y) const in Point2Index()
266 int TextWrapper::Index2Point(Index index, int &x, int &y) const in Index2Point()
283 TextWrapper::Index TextWrapper::Clear2Index(int clear_index) const in Clear2Index()
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dtextwrap.rst16 :func:`fill`, as well as :class:`TextWrapper`, the class that does all the work,
19 otherwise, you should use an instance of :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
43 Both :func:`wrap` and :func:`fill` work by creating a :class:`TextWrapper`
46 to create your own :class:`TextWrapper` object.
50 :attr:`TextWrapper.break_long_words` is set to false.
84 .. class:: TextWrapper(...)
86 The :class:`TextWrapper` constructor accepts a number of optional keyword
90 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dtextwrap.rst16 :func:`fill`, as well as :class:`TextWrapper`, the class that does all the work,
19 otherwise, you should use an instance of :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
43 Both :func:`wrap` and :func:`fill` work by creating a :class:`TextWrapper`
46 to create your own :class:`TextWrapper` object.
50 :attr:`TextWrapper.break_long_words` is set to false.
84 .. class:: TextWrapper(...)
86 The :class:`TextWrapper` constructor accepts a number of optional keyword
90 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
61 :class:`TextWrapper`, documented below. Note that the whitespace is
124 :class:`TextWrapper` instance and calling a single method on it. That
127 create your own :class:`TextWrapper` object.
131 :attr:`TextWrapper.break_long_words` is set to false.
133 .. class:: TextWrapper(**kwargs)
139 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
61 :class:`TextWrapper`, documented below. Note that the whitespace is
124 :class:`TextWrapper` instance and calling a single method on it. That
127 create your own :class:`TextWrapper` object.
131 :attr:`TextWrapper.break_long_words` is set to false.
133 .. class:: TextWrapper(**kwargs)
139 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
61 :class:`TextWrapper`, documented below. Note that the whitespace is
124 :class:`TextWrapper` instance and calling a single method on it. That
127 create your own :class:`TextWrapper` object.
131 :attr:`TextWrapper.break_long_words` is set to false.
133 .. class:: TextWrapper(**kwargs)
139 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
61 :class:`TextWrapper`, documented below. Note that the whitespace is
124 :class:`TextWrapper` instance and calling a single method on it. That
127 create your own :class:`TextWrapper` object.
131 :attr:`TextWrapper.break_long_words` is set to false.
133 .. class:: TextWrapper(**kwargs)
139 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
61 :class:`TextWrapper`, documented below. Note that the whitespace is
124 :class:`TextWrapper` instance and calling a single method on it. That
127 create your own :class:`TextWrapper` object.
131 :attr:`TextWrapper.break_long_words` is set to false.
133 .. class:: TextWrapper(**kwargs)
139 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
27 :class:`TextWrapper`, documented below. *width* defaults to ``70``.
29 See the :meth:`TextWrapper.wrap` method for additional details on how
61 :class:`TextWrapper`, documented below. Note that the whitespace is
124 :class:`TextWrapper` instance and calling a single method on it. That
127 create your own :class:`TextWrapper` object.
131 :attr:`TextWrapper.break_long_words` is set to false.
133 .. class:: TextWrapper(**kwargs)
139 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
31 :class:`TextWrapper`, documented below.
33 See the :meth:`TextWrapper.wrap` method for additional details on how
72 :class:`TextWrapper`, documented below. Note that the whitespace is
134 :class:`TextWrapper` instance and calling a single method on it. That
137 create your own :class:`TextWrapper` object.
141 :attr:`TextWrapper.break_long_words` is set to false.
143 .. class:: TextWrapper(**kwargs)
149 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
31 :class:`TextWrapper`, documented below.
33 See the :meth:`TextWrapper.wrap` method for additional details on how
72 :class:`TextWrapper`, documented below. Note that the whitespace is
134 :class:`TextWrapper` instance and calling a single method on it. That
137 create your own :class:`TextWrapper` object.
141 :attr:`TextWrapper.break_long_words` is set to false.
143 .. class:: TextWrapper(**kwargs)
149 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dtextwrap.rst15 as well as :class:`TextWrapper`, the class that does all the work.
18 :class:`TextWrapper` for efficiency.
31 :class:`TextWrapper`, documented below.
33 See the :meth:`TextWrapper.wrap` method for additional details on how
72 :class:`TextWrapper`, documented below. Note that the whitespace is
134 :class:`TextWrapper` instance and calling a single method on it. That
137 create your own :class:`TextWrapper` object.
141 :attr:`TextWrapper.break_long_words` is set to false.
143 .. class:: TextWrapper(**kwargs)
149 wrapper = TextWrapper(initial_indent="* ")
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/scripting/
H A Ddriver_help.py99 wrapper = textwrap.TextWrapper()
113 wrapper = textwrap.TextWrapper()
131 wrapper = textwrap.TextWrapper()
172 wrapper = textwrap.TextWrapper()
196 wrapper = textwrap.TextWrapper(replace_whitespace=False)
206 wrapper = textwrap.TextWrapper(subsequent_indent=' '*(n+9))
211 wrapper = textwrap.TextWrapper(subsequent_indent='')
259 wrapper = textwrap.TextWrapper(
265 wrapper = textwrap.TextWrapper(subsequent_indent='')
/dports/textproc/py-jc/jc-1.17.5/jc/
H A Dutils.py7 from textwrap import TextWrapper
30 first_wrapper = TextWrapper(width=columns, subsequent_indent=' ' * 15)
31 next_wrapper = TextWrapper(width=columns, initial_indent=' ' * 15,
62 first_wrapper = TextWrapper(width=columns, subsequent_indent=' ' * 13)
63 next_wrapper = TextWrapper(width=columns, initial_indent=' ' * 13,
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/contrib/
H A Drediscli.py24 class TextWrapper(str): class
173 return TextWrapper(help)
181 return TextWrapper('Command does not have any help.')
183 return TextWrapper(help)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp17 void TextWrapper::lookAhead(SkScalar maxWidth, Cluster* endOfClusters) { in lookAhead()
82 void TextWrapper::moveForward(bool hasEllipsis) { in moveForward()
108 void TextWrapper::trimEndSpaces(TextAlign align) { in trimEndSpaces()
120 SkScalar TextWrapper::getClustersTrimmedWidth() { in getClustersTrimmedWidth()
138 std::tuple<Cluster*, size_t, SkScalar> TextWrapper::trimStartSpaces(Cluster* endOfClusters) { in trimStartSpaces()
168 void TextWrapper::breakTextIntoLines(ParagraphImpl* parent, in breakTextIntoLines()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dutextwrap.py34 class UTextWrapper(textwrap.TextWrapper):
72 textwrap.TextWrapper.__init__(self, width, **kwargs)
252 chunks = textwrap.TextWrapper._split(self, osutils.safe_unicode(text))
268 return textwrap.TextWrapper.wrap(self, osutils.safe_unicode(text))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp24 void TextWrapper::lookAhead(SkScalar maxWidth, Cluster* endOfClusters) { in lookAhead()
125 void TextWrapper::moveForward(bool hasEllipsis) { in moveForward()
151 void TextWrapper::trimEndSpaces(TextAlign align) { in trimEndSpaces()
163 SkScalar TextWrapper::getClustersTrimmedWidth() { in getClustersTrimmedWidth()
184 std::tuple<Cluster*, size_t, SkScalar> TextWrapper::trimStartSpaces(Cluster* endOfClusters) { in trimStartSpaces()
214 void TextWrapper::breakTextIntoLines(ParagraphImpl* parent, in breakTextIntoLines()
/dports/math/py-yt/yt-4.0.1/doc/helper_scripts/
H A Dparse_object_list.py2 from textwrap import TextWrapper
18 tw = TextWrapper(initial_indent=" ", subsequent_indent=" ", width=60)
H A Dparse_dq_list.py2 from textwrap import TextWrapper
19 tw = TextWrapper(initial_indent=" ", subsequent_indent=" ", width=60)
H A Dparse_cb_list.py2 from textwrap import TextWrapper
20 tw = TextWrapper(initial_indent=" ", subsequent_indent=" ", width=60)
/dports/mail/mailman3/mailman-3.3.1/src/mailman/utilities/
H A Dstring.py27 from textwrap import TextWrapper, dedent
144 wrapper = TextWrapper(width=column,
149 iwrapper = TextWrapper(width=column,
/dports/databases/py-caterva/caterva-0.7.0/caterva/
H A Dinfo.py9 from textwrap import TextWrapper
17 wrapper = TextWrapper(
/dports/www/firefox/firefox-99.0/python/mach/mach/commands/
H A Dsettings.py7 from textwrap import TextWrapper
31 wrapper = TextWrapper(initial_indent="# ", subsequent_indent="# ")

12345678910>>...19