GRAYBYTE WORDPRESS FILE MANAGER1936

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/pygments/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python313/lib/python3.13/site-packages/pip/_vendor/pygments//console.py
"""
    pygments.console
    ~~~~~~~~~~~~~~~~

    Format colored console output.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
"""

esc = "\x1b["

codes = {}
codes[""] = ""
codes["reset"] = esc + "39;49;00m"

codes["bold"] = esc + "01m"
codes["faint"] = esc + "02m"
codes["standout"] = esc + "03m"
codes["underline"] = esc + "04m"
codes["blink"] = esc + "05m"
codes["overline"] = esc + "06m"

dark_colors = ["black", "red", "green", "yellow", "blue",
               "magenta", "cyan", "gray"]
light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue",
                "brightmagenta", "brightcyan", "white"]

x = 30
for d, l in zip(dark_colors, light_colors):
    codes[d] = esc + "%im" % x
    codes[l] = esc + "%im" % (60 + x)
    x += 1

del d, l, x

codes["white"] = codes["bold"]


def reset_color():
    return codes["reset"]


def colorize(color_key, text):
    return codes[color_key] + text + codes["reset"]


def ansiformat(attr, text):
    """
    Format ``text`` with a color and/or some attributes::

        color       normal color
        *color*     bold color
        _color_     underlined color
        +color+     blinking color
    """
    result = []
    if attr[:1] == attr[-1:] == '+':
        result.append(codes['blink'])
        attr = attr[1:-1]
    if attr[:1] == attr[-1:] == '*':
        result.append(codes['bold'])
        attr = attr[1:-1]
    if attr[:1] == attr[-1:] == '_':
        result.append(codes['underline'])
        attr = attr[1:-1]
    result.append(codes[attr])
    result.append(text)
    result.append(codes['reset'])
    return ''.join(result)

[ 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
filters
--
January 15 2025 09:40:17
root / linksafe
0755
formatters
--
January 15 2025 09:40:17
root / linksafe
0755
lexers
--
January 15 2025 09:40:17
root / linksafe
0755
styles
--
January 15 2025 09:40:17
root / linksafe
0755
__init__.py
2.913 KB
December 01 2024 12:47:36
root / linksafe
0644
__main__.py
0.345 KB
December 01 2024 12:47:36
root / linksafe
0644
cmdline.py
23.13 KB
December 01 2024 12:47:36
root / linksafe
0644
console.py
1.657 KB
December 01 2024 12:47:36
root / linksafe
0644
filter.py
1.893 KB
December 01 2024 12:47:36
root / linksafe
0644
formatter.py
4.08 KB
December 01 2024 12:47:36
root / linksafe
0644
lexer.py
33.807 KB
December 01 2024 12:47:36
root / linksafe
0644
modeline.py
0.963 KB
December 01 2024 12:47:36
root / linksafe
0644
plugin.py
2.53 KB
December 01 2024 12:47:36
root / linksafe
0644
regexopt.py
3 KB
December 01 2024 12:47:36
root / linksafe
0644
scanner.py
3.02 KB
December 01 2024 12:47:36
root / linksafe
0644
sphinxext.py
6.721 KB
December 01 2024 12:47:36
root / linksafe
0644
style.py
6.11 KB
December 01 2024 12:47:36
root / linksafe
0644
token.py
6.039 KB
December 01 2024 12:47:36
root / linksafe
0644
unistring.py
61.741 KB
December 01 2024 12:47:36
root / linksafe
0644
util.py
9.99 KB
December 01 2024 12:47:36
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF