Home
last modified time | relevance | path

Searched refs:ANSI_COLOR_NAMES (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/styles/
H A Dbase.py45 ANSI_COLOR_NAMES = [ variable
75 assert set(ANSI_COLOR_NAMES_ALIASES.values()).issubset(set(ANSI_COLOR_NAMES))
76 assert not (set(ANSI_COLOR_NAMES_ALIASES.keys()) & set(ANSI_COLOR_NAMES))
H A Ddefaults.py8 from .base import ANSI_COLOR_NAMES
154 (name, 'fg:' + name) for name in ANSI_COLOR_NAMES
H A Dstyle_transformation.py23 from .base import ANSI_COLOR_NAMES
322 assert set(OPPOSITE_ANSI_COLOR_NAMES.keys()) == set(ANSI_COLOR_NAMES)
323 assert set(OPPOSITE_ANSI_COLOR_NAMES.values()) == set(ANSI_COLOR_NAMES)
H A Dstyle.py13 ANSI_COLOR_NAMES,
40 if text in ANSI_COLOR_NAMES:
58 if col in ANSI_COLOR_NAMES:
H A D__init__.py7 ANSI_COLOR_NAMES,
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/styles/
H A Dbase.py45 ANSI_COLOR_NAMES = [ variable
75 assert set(ANSI_COLOR_NAMES_ALIASES.values()).issubset(set(ANSI_COLOR_NAMES))
76 assert not (set(ANSI_COLOR_NAMES_ALIASES.keys()) & set(ANSI_COLOR_NAMES))
H A Ddefaults.py8 from .base import ANSI_COLOR_NAMES
154 (name, 'fg:' + name) for name in ANSI_COLOR_NAMES
H A Dstyle_transformation.py23 from .base import ANSI_COLOR_NAMES
322 assert set(OPPOSITE_ANSI_COLOR_NAMES.keys()) == set(ANSI_COLOR_NAMES)
323 assert set(OPPOSITE_ANSI_COLOR_NAMES.values()) == set(ANSI_COLOR_NAMES)
H A Dstyle.py13 ANSI_COLOR_NAMES,
40 if text in ANSI_COLOR_NAMES:
58 if col in ANSI_COLOR_NAMES:
H A D__init__.py7 ANSI_COLOR_NAMES,
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/styles/
H A Dbase.py65 ANSI_COLOR_NAMES = [ variable
105 assert set(ANSI_COLOR_NAMES_ALIASES.values()).issubset(set(ANSI_COLOR_NAMES))
106 assert not (set(ANSI_COLOR_NAMES_ALIASES.keys()) & set(ANSI_COLOR_NAMES))
H A Ddefaults.py6 from .base import ANSI_COLOR_NAMES, BaseStyle
129 COLORS_STYLE = [(name, "fg:" + name) for name in ANSI_COLOR_NAMES] + [
H A Dstyle_transformation.py20 from .base import ANSI_COLOR_NAMES, Attrs
336 assert set(OPPOSITE_ANSI_COLOR_NAMES.keys()) == set(ANSI_COLOR_NAMES)
337 assert set(OPPOSITE_ANSI_COLOR_NAMES.values()) == set(ANSI_COLOR_NAMES)
H A Dstyle.py13 ANSI_COLOR_NAMES,
39 if text in ANSI_COLOR_NAMES:
57 if col in ANSI_COLOR_NAMES:
H A D__init__.py5 ANSI_COLOR_NAMES,
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/styles/
H A Dfrom_dict.py14 from .base import Style, DEFAULT_ATTRS, ANSI_COLOR_NAMES
33 if col in ANSI_COLOR_NAMES:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/styles/
H A Dfrom_dict.py11 from .base import Style, DEFAULT_ATTRS, ANSI_COLOR_NAMES
30 if col in ANSI_COLOR_NAMES:
H A Dbase.py39 ANSI_COLOR_NAMES = [ variable
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/terminal/
H A Dvt100_output.py14 from prompt_toolkit.styles import ANSI_COLOR_NAMES
101 assert set(FG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
102 assert set(BG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
103 assert set(ANSI_COLORS_TO_RGB) == set(ANSI_COLOR_NAMES)
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/output/
H A Dvt100.py20 from prompt_toolkit.styles.base import ANSI_COLOR_NAMES
103 assert set(FG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
104 assert set(BG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
105 assert set(ANSI_COLORS_TO_RGB) == set(ANSI_COLOR_NAMES)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/terminal/
H A Dvt100_output.py14 from prompt_toolkit.styles import ANSI_COLOR_NAMES
101 assert set(FG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
102 assert set(BG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
103 assert set(ANSI_COLORS_TO_RGB) == set(ANSI_COLOR_NAMES)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/output/
H A Dvt100.py20 from prompt_toolkit.styles.base import ANSI_COLOR_NAMES
103 assert set(FG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
104 assert set(BG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
105 assert set(ANSI_COLORS_TO_RGB) == set(ANSI_COLOR_NAMES)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dcolor.py39 ANSI_COLOR_NAMES = {
399 color_number = ANSI_COLOR_NAMES.get(color)
564 colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items())
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/output/
H A Dvt100.py33 from prompt_toolkit.styles import ANSI_COLOR_NAMES, Attrs
115 assert set(FG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
116 assert set(BG_ANSI_COLORS) == set(ANSI_COLOR_NAMES)
117 assert set(ANSI_COLORS_TO_RGB) == set(ANSI_COLOR_NAMES)
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dcolor.py46 ANSI_COLOR_NAMES = { variable
406 color_number = ANSI_COLOR_NAMES.get(color)
570 colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items())

12