Home
last modified time | relevance | path

Searched refs:JustifyMethod (Results 1 – 18 of 18) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dtabulate.py4 from rich.console import JustifyMethod
16 title_justify: Optional[JustifyMethod] = None, argument
17 caption_justify: Optional[JustifyMethod] = None, argument
H A Dmarkdown.py8 from .console import Console, ConsoleOptions, JustifyMethod, RenderResult, Segment
107 justify: JustifyMethod
113 def __init__(self, justify: JustifyMethod) -> None: argument
422 justify: JustifyMethod = None, argument
H A Dconsole.py62 JustifyMethod = Literal["default", "left", "center", "right", "full"]
122 justify: Optional[JustifyMethod] = None
156 justify: Union[Optional[JustifyMethod], NoChange] = NO_CHANGE,
1196 justify: JustifyMethod = None,
1279 justify: JustifyMethod = None,
1424 justify: JustifyMethod = None,
1595 justify: JustifyMethod = None,
H A Dcontainers.py15 JustifyMethod,
H A Dsyntax.py26 from .console import Console, ConsoleOptions, JustifyMethod, RenderResult, Segment
366 justify: JustifyMethod = (
H A Dprogress.py28 JustifyMethod,
265 justify: JustifyMethod = "left", argument
H A Dpretty.py38 JustifyMethod,
H A Dtable.py29 JustifyMethod,
H A Dtext.py32 from .console import Console, ConsoleOptions, JustifyMethod, OverflowMethod
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dtabulate.py5 from rich.console import JustifyMethod
17 title_justify: Optional[JustifyMethod] = None, argument
18 caption_justify: Optional[JustifyMethod] = None, argument
H A Dmarkdown.py8 from .console import Console, ConsoleOptions, JustifyMethod, RenderResult
108 justify: JustifyMethod
114 def __init__(self, justify: JustifyMethod) -> None: argument
423 justify: Optional[JustifyMethod] = None, argument
433 self.justify: Optional[JustifyMethod] = justify
H A Dconsole.py75 JustifyMethod = Literal["default", "left", "center", "right", "full"] variable
137 justify: Optional[JustifyMethod] = None
170 justify: Union[Optional[JustifyMethod], NoChange] = NO_CHANGE, argument
1323 justify: Optional[JustifyMethod] = None, argument
1413 justify: Optional[JustifyMethod] = None, argument
1551 justify: Optional[JustifyMethod] = None, argument
1835 justify: Optional[JustifyMethod] = None, argument
H A Dcontainers.py17 JustifyMethod,
H A Dprogress.py27 from .console import Console, JustifyMethod, RenderableType, Group
268 justify: JustifyMethod = "left", argument
274 self.justify: JustifyMethod = justify
H A Dsyntax.py27 from .console import Console, ConsoleOptions, JustifyMethod, RenderResult
365 justify: JustifyMethod = (
H A Dpretty.py49 JustifyMethod,
H A Dtable.py30 JustifyMethod,
H A Dtext.py33 from .console import Console, ConsoleOptions, JustifyMethod, OverflowMethod