Home
last modified time | relevance | path

Searched refs:max_help_position (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/py-optik/optik-1.5.3/lib/
H A Dhelp.py66 max_help_position, argument
71 self.help_position = self.max_help_position = max_help_position
203 self.help_position = min(max_len + 2, self.max_help_position)
231 max_help_position=24, argument
235 self, indent_increment, max_help_position, width, short_first)
250 max_help_position=24, argument
254 self, indent_increment, max_help_position, width, short_first)
/dports/devel/pear-Horde_Argv/Horde_Argv-2.1.0/lib/Horde/Argv/
H A DIndentedHelpFormatter.php30 $indent_increment = 2, $max_help_position = 24, $width = null,
35 $indent_increment, $max_help_position, $width, $short_first, $color
H A DTitledHelpFormatter.php30 $indent_increment = 0, $max_help_position = 24, $width = null, argument
35 $indent_increment, $max_help_position, $width, $short_first, $color
H A DHelpFormatter.php75 $indent_increment, $max_help_position, $width = null,
84 $this->help_position = $this->max_help_position = $max_help_position;
293 $this->help_position = min($max_len + 2, $this->max_help_position);
/dports/devel/pylint/pylint-2.12.1/pylint/config/
H A Dman_help_formatter.py12 self, indent_increment=0, max_help_position=24, width=79, short_first=0 argument
14 super().__init__(indent_increment, max_help_position, width, short_first)
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/
H A Doptparse.py143 max_help_position, argument
147 self.help_position = self.max_help_position = max_help_position
151 self.help_width = width - max_help_position
225 self.help_position = min(max_len + 2, self.max_help_position)
250 max_help_position=24, argument
254 self, indent_increment, max_help_position, width, short_first)
269 max_help_position=24, argument
273 self, indent_increment, max_help_position, width, short_first)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Pygments/pygments/
H A Dcmdline.pyi7 …def __init__(self, prog, indent_increment: int = ..., max_help_position: int = ..., width: Optiona…
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Doptparse.py202 max_help_position, argument
214 self.help_position = self.max_help_position = \
215 min(max_help_position, max(width - 20, indent_increment * 2))
340 self.help_position = min(max_len + 2, self.max_help_position)
368 max_help_position=24, argument
372 self, indent_increment, max_help_position, width, short_first)
387 max_help_position=24, argument
391 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python37/Python-3.7.12/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python27/Python-2.7.18/Lib/
H A Doptparse.py202 max_help_position, argument
214 self.help_position = self.max_help_position = \
215 min(max_help_position, max(width - 20, indent_increment * 2))
340 self.help_position = min(max_len + 2, self.max_help_position)
368 max_help_position=24, argument
372 self, indent_increment, max_help_position, width, short_first)
387 max_help_position=24, argument
391 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python38/Python-3.8.12/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python39/Python-3.9.9/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Doptparse.py202 max_help_position, argument
207 self.help_position = self.max_help_position = max_help_position
339 self.help_position = min(max_len + 2, self.max_help_position)
367 max_help_position=24, argument
371 self, indent_increment, max_help_position, width, short_first)
386 max_help_position=24, argument
390 self, indent_increment, max_help_position, width, short_first)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Doptparse.py202 max_help_position, argument
207 self.help_position = self.max_help_position = max_help_position
339 self.help_position = min(max_len + 2, self.max_help_position)
367 max_help_position=24, argument
371 self, indent_increment, max_help_position, width, short_first)
386 max_help_position=24, argument
390 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python310/Python-3.10.1/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Doptparse.py208 max_help_position, argument
220 self.help_position = self.max_help_position = \
221 min(max_help_position, max(width - 20, indent_increment * 2))
346 self.help_position = min(max_len + 2, self.max_help_position)
374 max_help_position=24, argument
378 self, indent_increment, max_help_position, width, short_first)
393 max_help_position=24, argument
397 self, indent_increment, max_help_position, width, short_first)
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/compat/
H A D_scons_optparse.py214 max_help_position, argument
219 self.help_position = self.max_help_position = max_help_position
351 self.help_position = min(max_len + 2, self.max_help_position)
381 max_help_position=24, argument
385 self, indent_increment, max_help_position, width, short_first)
400 max_help_position=24, argument
404 self, indent_increment, max_help_position, width, short_first)
/dports/devel/py-testoob/testoob-1.15/src/testoob/commandline/
H A Dparsing.py36 formatter=optparse.TitledHelpFormatter(max_help_position=30)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Doptparse.pyi44 max_help_position: int
49 …def __init__(self, indent_increment: int, max_help_position: int, width: Optional[int], short_firs…
66 …self, indent_increment: int = ..., max_help_position: int = ..., width: Optional[int] = ..., short…
73 …self, indent_increment: int = ..., max_help_position: int = ..., width: Optional[int] = ..., short…
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Doptparse.pyi40 max_help_position: int
45 …def __init__(self, indent_increment: int, max_help_position: int, width: Optional[int], short_firs…
62 …self, indent_increment: int = ..., max_help_position: int = ..., width: Optional[int] = ..., short…
69 …self, indent_increment: int = ..., max_help_position: int = ..., width: Optional[int] = ..., short…
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Doptparse.pyi52 max_help_position: int
57 …def __init__(self, indent_increment: int, max_help_position: int, width: Optional[int], short_firs…
76 max_help_position: int = ...,
85 max_help_position: int = ...,

1234567