GRAYBYTE WORDPRESS FILE MANAGER3390

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python313/lib/python3.13/site-packages/pip/_vendor/rich/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python313/lib/python3.13/site-packages/pip/_vendor/rich//default_styles.py
from typing import Dict

from .style import Style

DEFAULT_STYLES: Dict[str, Style] = {
    "none": Style.null(),
    "reset": Style(
        color="default",
        bgcolor="default",
        dim=False,
        bold=False,
        italic=False,
        underline=False,
        blink=False,
        blink2=False,
        reverse=False,
        conceal=False,
        strike=False,
    ),
    "dim": Style(dim=True),
    "bright": Style(dim=False),
    "bold": Style(bold=True),
    "strong": Style(bold=True),
    "code": Style(reverse=True, bold=True),
    "italic": Style(italic=True),
    "emphasize": Style(italic=True),
    "underline": Style(underline=True),
    "blink": Style(blink=True),
    "blink2": Style(blink2=True),
    "reverse": Style(reverse=True),
    "strike": Style(strike=True),
    "black": Style(color="black"),
    "red": Style(color="red"),
    "green": Style(color="green"),
    "yellow": Style(color="yellow"),
    "magenta": Style(color="magenta"),
    "cyan": Style(color="cyan"),
    "white": Style(color="white"),
    "inspect.attr": Style(color="yellow", italic=True),
    "inspect.attr.dunder": Style(color="yellow", italic=True, dim=True),
    "inspect.callable": Style(bold=True, color="red"),
    "inspect.async_def": Style(italic=True, color="bright_cyan"),
    "inspect.def": Style(italic=True, color="bright_cyan"),
    "inspect.class": Style(italic=True, color="bright_cyan"),
    "inspect.error": Style(bold=True, color="red"),
    "inspect.equals": Style(),
    "inspect.help": Style(color="cyan"),
    "inspect.doc": Style(dim=True),
    "inspect.value.border": Style(color="green"),
    "live.ellipsis": Style(bold=True, color="red"),
    "layout.tree.row": Style(dim=False, color="red"),
    "layout.tree.column": Style(dim=False, color="blue"),
    "logging.keyword": Style(bold=True, color="yellow"),
    "logging.level.notset": Style(dim=True),
    "logging.level.debug": Style(color="green"),
    "logging.level.info": Style(color="blue"),
    "logging.level.warning": Style(color="red"),
    "logging.level.error": Style(color="red", bold=True),
    "logging.level.critical": Style(color="red", bold=True, reverse=True),
    "log.level": Style.null(),
    "log.time": Style(color="cyan", dim=True),
    "log.message": Style.null(),
    "log.path": Style(dim=True),
    "repr.ellipsis": Style(color="yellow"),
    "repr.indent": Style(color="green", dim=True),
    "repr.error": Style(color="red", bold=True),
    "repr.str": Style(color="green", italic=False, bold=False),
    "repr.brace": Style(bold=True),
    "repr.comma": Style(bold=True),
    "repr.ipv4": Style(bold=True, color="bright_green"),
    "repr.ipv6": Style(bold=True, color="bright_green"),
    "repr.eui48": Style(bold=True, color="bright_green"),
    "repr.eui64": Style(bold=True, color="bright_green"),
    "repr.tag_start": Style(bold=True),
    "repr.tag_name": Style(color="bright_magenta", bold=True),
    "repr.tag_contents": Style(color="default"),
    "repr.tag_end": Style(bold=True),
    "repr.attrib_name": Style(color="yellow", italic=False),
    "repr.attrib_equal": Style(bold=True),
    "repr.attrib_value": Style(color="magenta", italic=False),
    "repr.number": Style(color="cyan", bold=True, italic=False),
    "repr.number_complex": Style(color="cyan", bold=True, italic=False),  # same
    "repr.bool_true": Style(color="bright_green", italic=True),
    "repr.bool_false": Style(color="bright_red", italic=True),
    "repr.none": Style(color="magenta", italic=True),
    "repr.url": Style(underline=True, color="bright_blue", italic=False, bold=False),
    "repr.uuid": Style(color="bright_yellow", bold=False),
    "repr.call": Style(color="magenta", bold=True),
    "repr.path": Style(color="magenta"),
    "repr.filename": Style(color="bright_magenta"),
    "rule.line": Style(color="bright_green"),
    "rule.text": Style.null(),
    "json.brace": Style(bold=True),
    "json.bool_true": Style(color="bright_green", italic=True),
    "json.bool_false": Style(color="bright_red", italic=True),
    "json.null": Style(color="magenta", italic=True),
    "json.number": Style(color="cyan", bold=True, italic=False),
    "json.str": Style(color="green", italic=False, bold=False),
    "json.key": Style(color="blue", bold=True),
    "prompt": Style.null(),
    "prompt.choices": Style(color="magenta", bold=True),
    "prompt.default": Style(color="cyan", bold=True),
    "prompt.invalid": Style(color="red"),
    "prompt.invalid.choice": Style(color="red"),
    "pretty": Style.null(),
    "scope.border": Style(color="blue"),
    "scope.key": Style(color="yellow", italic=True),
    "scope.key.special": Style(color="yellow", italic=True, dim=True),
    "scope.equals": Style(color="red"),
    "table.header": Style(bold=True),
    "table.footer": Style(bold=True),
    "table.cell": Style.null(),
    "table.title": Style(italic=True),
    "table.caption": Style(italic=True, dim=True),
    "traceback.error": Style(color="red", italic=True),
    "traceback.border.syntax_error": Style(color="bright_red"),
    "traceback.border": Style(color="red"),
    "traceback.text": Style.null(),
    "traceback.title": Style(color="red", bold=True),
    "traceback.exc_type": Style(color="bright_red", bold=True),
    "traceback.exc_value": Style.null(),
    "traceback.offset": Style(color="bright_red", bold=True),
    "bar.back": Style(color="grey23"),
    "bar.complete": Style(color="rgb(249,38,114)"),
    "bar.finished": Style(color="rgb(114,156,31)"),
    "bar.pulse": Style(color="rgb(249,38,114)"),
    "progress.description": Style.null(),
    "progress.filesize": Style(color="green"),
    "progress.filesize.total": Style(color="green"),
    "progress.download": Style(color="green"),
    "progress.elapsed": Style(color="yellow"),
    "progress.percentage": Style(color="magenta"),
    "progress.remaining": Style(color="cyan"),
    "progress.data.speed": Style(color="red"),
    "progress.spinner": Style(color="green"),
    "status.spinner": Style(color="green"),
    "tree": Style(),
    "tree.line": Style(),
    "markdown.paragraph": Style(),
    "markdown.text": Style(),
    "markdown.em": Style(italic=True),
    "markdown.emph": Style(italic=True),  # For commonmark backwards compatibility
    "markdown.strong": Style(bold=True),
    "markdown.code": Style(bold=True, color="cyan", bgcolor="black"),
    "markdown.code_block": Style(color="cyan", bgcolor="black"),
    "markdown.block_quote": Style(color="magenta"),
    "markdown.list": Style(color="cyan"),
    "markdown.item": Style(),
    "markdown.item.bullet": Style(color="yellow", bold=True),
    "markdown.item.number": Style(color="yellow", bold=True),
    "markdown.hr": Style(color="yellow"),
    "markdown.h1.border": Style(),
    "markdown.h1": Style(bold=True),
    "markdown.h2": Style(bold=True, underline=True),
    "markdown.h3": Style(bold=True),
    "markdown.h4": Style(bold=True, dim=True),
    "markdown.h5": Style(underline=True),
    "markdown.h6": Style(italic=True),
    "markdown.h7": Style(italic=True, dim=True),
    "markdown.link": Style(color="bright_blue"),
    "markdown.link_url": Style(color="blue", underline=True),
    "markdown.s": Style(strike=True),
    "iso8601.date": Style(color="blue"),
    "iso8601.time": Style(color="magenta"),
    "iso8601.timezone": Style(color="yellow"),
}


if __name__ == "__main__":  # pragma: no cover
    import argparse
    import io

    from pip._vendor.rich.console import Console
    from pip._vendor.rich.table import Table
    from pip._vendor.rich.text import Text

    parser = argparse.ArgumentParser()
    parser.add_argument("--html", action="store_true", help="Export as HTML table")
    args = parser.parse_args()
    html: bool = args.html
    console = Console(record=True, width=70, file=io.StringIO()) if html else Console()

    table = Table("Name", "Styling")

    for style_name, style in DEFAULT_STYLES.items():
        table.add_row(Text(style_name, style=style), str(style))

    console.print(table)
    if html:
        print(console.export_html(inline_styles=True))

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 15 2025 09:40:17
root / linksafe
0755
__pycache__
--
January 15 2025 09:40:17
root / linksafe
0755
__init__.py
5.947 KB
December 01 2024 12:47:36
root / linksafe
0644
__main__.py
8.279 KB
December 01 2024 12:47:36
root / linksafe
0644
_cell_widths.py
9.859 KB
December 01 2024 12:47:36
root / linksafe
0644
_emoji_codes.py
136.948 KB
December 01 2024 12:47:36
root / linksafe
0644
_emoji_replace.py
1.039 KB
December 01 2024 12:47:36
root / linksafe
0644
_export_format.py
2.051 KB
December 01 2024 12:47:36
root / linksafe
0644
_extension.py
0.259 KB
December 01 2024 12:47:36
root / linksafe
0644
_fileno.py
0.78 KB
December 01 2024 12:47:36
root / linksafe
0644
_inspect.py
9.468 KB
December 01 2024 12:47:36
root / linksafe
0644
_log_render.py
3.149 KB
December 01 2024 12:47:36
root / linksafe
0644
_loop.py
1.207 KB
December 01 2024 12:47:36
root / linksafe
0644
_null_file.py
1.354 KB
December 01 2024 12:47:36
root / linksafe
0644
_palettes.py
6.897 KB
December 01 2024 12:47:36
root / linksafe
0644
_pick.py
0.413 KB
December 01 2024 12:47:36
root / linksafe
0644
_ratio.py
5.344 KB
December 01 2024 12:47:36
root / linksafe
0644
_spinners.py
19.452 KB
December 01 2024 12:47:36
root / linksafe
0644
_stack.py
0.343 KB
December 01 2024 12:47:36
root / linksafe
0644
_timer.py
0.407 KB
December 01 2024 12:47:36
root / linksafe
0644
_win32_console.py
22.285 KB
December 01 2024 12:47:36
root / linksafe
0644
_windows.py
1.881 KB
December 01 2024 12:47:36
root / linksafe
0644
_windows_renderer.py
2.718 KB
December 01 2024 12:47:36
root / linksafe
0644
_wrap.py
1.797 KB
December 01 2024 12:47:36
root / linksafe
0644
abc.py
0.869 KB
December 01 2024 12:47:36
root / linksafe
0644
align.py
10.125 KB
December 01 2024 12:47:36
root / linksafe
0644
ansi.py
6.744 KB
December 01 2024 12:47:36
root / linksafe
0644
bar.py
3.188 KB
December 01 2024 12:47:36
root / linksafe
0644
box.py
9.611 KB
December 01 2024 12:47:36
root / linksafe
0644
cells.py
4.403 KB
December 01 2024 12:47:36
root / linksafe
0644
color.py
17.797 KB
December 01 2024 12:47:36
root / linksafe
0644
color_triplet.py
1.029 KB
December 01 2024 12:47:36
root / linksafe
0644
columns.py
6.964 KB
December 01 2024 12:47:36
root / linksafe
0644
console.py
96.893 KB
December 01 2024 12:47:36
root / linksafe
0644
constrain.py
1.258 KB
December 01 2024 12:47:36
root / linksafe
0644
containers.py
5.368 KB
December 01 2024 12:47:36
root / linksafe
0644
control.py
6.475 KB
December 01 2024 12:47:36
root / linksafe
0644
default_styles.py
7.893 KB
December 01 2024 12:47:36
root / linksafe
0644
diagnose.py
0.949 KB
December 01 2024 12:47:36
root / linksafe
0644
emoji.py
2.442 KB
December 01 2024 12:47:36
root / linksafe
0644
errors.py
0.627 KB
December 01 2024 12:47:36
root / linksafe
0644
file_proxy.py
1.644 KB
December 01 2024 12:47:36
root / linksafe
0644
filesize.py
2.449 KB
December 01 2024 12:47:36
root / linksafe
0644
highlighter.py
9.359 KB
December 01 2024 12:47:36
root / linksafe
0644
json.py
4.914 KB
December 01 2024 12:47:36
root / linksafe
0644
jupyter.py
3.176 KB
December 01 2024 12:47:36
root / linksafe
0644
layout.py
13.679 KB
December 01 2024 12:47:36
root / linksafe
0644
live.py
13.938 KB
December 01 2024 12:47:36
root / linksafe
0644
live_render.py
3.581 KB
December 01 2024 12:47:36
root / linksafe
0644
logging.py
11.624 KB
December 01 2024 12:47:36
root / linksafe
0644
markup.py
8.006 KB
December 01 2024 12:47:36
root / linksafe
0644
measure.py
5.181 KB
December 01 2024 12:47:36
root / linksafe
0644
padding.py
4.854 KB
December 01 2024 12:47:36
root / linksafe
0644
pager.py
0.809 KB
December 01 2024 12:47:36
root / linksafe
0644
palette.py
3.316 KB
December 01 2024 12:47:36
root / linksafe
0644
panel.py
10.326 KB
December 01 2024 12:47:36
root / linksafe
0644
pretty.py
35.012 KB
December 01 2024 12:47:36
root / linksafe
0644
progress.py
58.307 KB
December 01 2024 12:47:36
root / linksafe
0644
progress_bar.py
7.974 KB
December 01 2024 12:47:36
root / linksafe
0644
prompt.py
11.038 KB
December 01 2024 12:47:36
root / linksafe
0644
protocol.py
1.358 KB
December 01 2024 12:47:36
root / linksafe
0644
py.typed
0 KB
December 01 2024 12:47:36
root / linksafe
0644
region.py
0.162 KB
December 01 2024 12:47:36
root / linksafe
0644
repr.py
4.327 KB
December 01 2024 12:47:36
root / linksafe
0644
rule.py
4.494 KB
December 01 2024 12:47:36
root / linksafe
0644
scope.py
2.776 KB
December 01 2024 12:47:36
root / linksafe
0644
screen.py
1.554 KB
December 01 2024 12:47:36
root / linksafe
0644
segment.py
23.679 KB
December 01 2024 12:47:36
root / linksafe
0644
spinner.py
4.237 KB
December 01 2024 12:47:36
root / linksafe
0644
status.py
4.321 KB
December 01 2024 12:47:36
root / linksafe
0644
style.py
26.438 KB
December 01 2024 12:47:36
root / linksafe
0644
styled.py
1.229 KB
December 01 2024 12:47:36
root / linksafe
0644
syntax.py
34.349 KB
December 01 2024 12:47:36
root / linksafe
0644
table.py
38.754 KB
December 01 2024 12:47:36
root / linksafe
0644
terminal_theme.py
3.291 KB
December 01 2024 12:47:36
root / linksafe
0644
text.py
44.458 KB
December 01 2024 12:47:36
root / linksafe
0644
theme.py
3.688 KB
December 01 2024 12:47:36
root / linksafe
0644
themes.py
0.1 KB
December 01 2024 12:47:36
root / linksafe
0644
traceback.py
28.91 KB
December 01 2024 12:47:36
root / linksafe
0644
tree.py
8.954 KB
December 01 2024 12:47:36
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF