Home
last modified time | relevance | path

Searched refs:reversed_chunks (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/click/
H A D_textwrap.py7 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
11 last = reversed_chunks[-1]
15 reversed_chunks[-1] = res
17 cur_line.append(reversed_chunks.pop())
/dports/www/firefox/firefox-99.0/third_party/python/click/click/
H A D_textwrap.py6 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
10 last = reversed_chunks[-1]
14 reversed_chunks[-1] = res
16 cur_line.append(reversed_chunks.pop())
/dports/devel/py-click6/click-6.7/click/
H A D_textwrap.py7 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
11 last = reversed_chunks[-1]
15 reversed_chunks[-1] = res
17 cur_line.append(reversed_chunks.pop())
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Click/click/
H A D_textwrap.py7 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
11 last = reversed_chunks[-1]
15 reversed_chunks[-1] = res
17 cur_line.append(reversed_chunks.pop())
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Click/click/
H A D_textwrap.py7 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
11 last = reversed_chunks[-1]
15 reversed_chunks[-1] = res
17 cur_line.append(reversed_chunks.pop())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/click/
H A D_textwrap.py7 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
11 last = reversed_chunks[-1]
15 reversed_chunks[-1] = res
17 cur_line.append(reversed_chunks.pop())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/click/
H A D_textwrap.py7 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
11 last = reversed_chunks[-1]
15 reversed_chunks[-1] = res
17 cur_line.append(reversed_chunks.pop())
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click/
H A D_textwrap.py6 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
10 last = reversed_chunks[-1]
14 reversed_chunks[-1] = res
16 cur_line.append(reversed_chunks.pop())
/dports/devel/py-click7/click-7.1.2/src/click/
H A D_textwrap.py6 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
10 last = reversed_chunks[-1]
14 reversed_chunks[-1] = res
16 cur_line.append(reversed_chunks.pop())
/dports/devel/py-click/click-8.0.3/src/click/
H A D_textwrap.py9 reversed_chunks: t.List[str],
17 last = reversed_chunks[-1]
21 reversed_chunks[-1] = res
23 cur_line.append(reversed_chunks.pop())
/dports/textproc/py-cjkwrap/CJKwrap-2.2/
H A Dcjkwrap.py77 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
83 chunk_start, chunk_end = cjkslices(reversed_chunks[-1], space_left)
85 reversed_chunks[-1] = chunk_end
87 cur_line.append(reversed_chunks.pop())
/dports/devel/py-optik/optik-1.5.3/lib/
H A Dtextwrap.py165 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
178 cur_line.append(reversed_chunks[-1][:space_left])
179 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
185 cur_line.append(reversed_chunks.pop())
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtextwrap.py210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
228 cur_line.append(reversed_chunks[-1][:space_left])
229 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
235 cur_line.append(reversed_chunks.pop())
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtextwrap.py210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
228 cur_line.append(reversed_chunks[-1][:space_left])
229 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
235 cur_line.append(reversed_chunks.pop())
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtextwrap.py210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
228 cur_line.append(reversed_chunks[-1][:space_left])
229 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
235 cur_line.append(reversed_chunks.pop())
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtextwrap.py202 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
220 cur_line.append(reversed_chunks[-1][:space_left])
221 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
227 cur_line.append(reversed_chunks.pop())
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/
H A Dtextwrap.py174 def _handle_long_word(self, reversed_chunks: List[str],
194 cur_line.append(reversed_chunks[-1][:space_left])
195 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
201 cur_line.append(reversed_chunks.pop())
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/backports/
H A Dtextwrap3.py248 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
266 cur_line.append(reversed_chunks[-1][:space_left])
267 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
273 cur_line.append(reversed_chunks.pop())

12