GRAYBYTE WORDPRESS FILE MANAGER4643

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/python38/lib/python3.8/site-packages/pip/_vendor/pygments/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/pygments//formatter.py
"""
    pygments.formatter
    ~~~~~~~~~~~~~~~~~~

    Base formatter class.

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

import codecs

from pip._vendor.pygments.util import get_bool_opt
from pip._vendor.pygments.styles import get_style_by_name

__all__ = ['Formatter']


def _lookup_style(style):
    if isinstance(style, str):
        return get_style_by_name(style)
    return style


class Formatter:
    """
    Converts a token stream to text.

    Options accepted:

    ``style``
        The style to use, can be a string or a Style subclass
        (default: "default"). Not used by e.g. the
        TerminalFormatter.
    ``full``
        Tells the formatter to output a "full" document, i.e.
        a complete self-contained document. This doesn't have
        any effect for some formatters (default: false).
    ``title``
        If ``full`` is true, the title that should be used to
        caption the document (default: '').
    ``encoding``
        If given, must be an encoding name. This will be used to
        convert the Unicode token strings to byte strings in the
        output. If it is "" or None, Unicode strings will be written
        to the output file, which most file-like objects do not
        support (default: None).
    ``outencoding``
        Overrides ``encoding`` if given.
    """

    #: Name of the formatter
    name = None

    #: Shortcuts for the formatter
    aliases = []

    #: fn match rules
    filenames = []

    #: If True, this formatter outputs Unicode strings when no encoding
    #: option is given.
    unicodeoutput = True

    def __init__(self, **options):
        self.style = _lookup_style(options.get('style', 'default'))
        self.full = get_bool_opt(options, 'full', False)
        self.title = options.get('title', '')
        self.encoding = options.get('encoding', None) or None
        if self.encoding in ('guess', 'chardet'):
            # can happen for e.g. pygmentize -O encoding=guess
            self.encoding = 'utf-8'
        self.encoding = options.get('outencoding') or self.encoding
        self.options = options

    def get_style_defs(self, arg=''):
        """
        Return the style definitions for the current style as a string.

        ``arg`` is an additional argument whose meaning depends on the
        formatter used. Note that ``arg`` can also be a list or tuple
        for some formatters like the html formatter.
        """
        return ''

    def format(self, tokensource, outfile):
        """
        Format ``tokensource``, an iterable of ``(tokentype, tokenstring)``
        tuples and write it into ``outfile``.
        """
        if self.encoding:
            # wrap the outfile in a StreamWriter
            outfile = codecs.lookup(self.encoding)[3](outfile)
        return self.format_unencoded(tokensource, outfile)

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 22:49:50
root / linksafe
0755
__pycache__
--
March 03 2024 22:49:50
root / linksafe
0755
filters
--
March 03 2024 22:49:50
root / linksafe
0755
formatters
--
March 03 2024 22:49:50
root / linksafe
0755
lexers
--
March 03 2024 22:49:50
root / linksafe
0755
styles
--
March 03 2024 22:49:50
root / linksafe
0755
__init__.py
2.932 KB
November 13 2023 21:40:26
root / linksafe
0644
__main__.py
0.345 KB
November 13 2023 21:40:26
root / linksafe
0644
cmdline.py
22.859 KB
November 13 2023 21:40:26
root / linksafe
0644
console.py
1.657 KB
November 13 2023 21:40:26
root / linksafe
0644
filter.py
1.893 KB
November 13 2023 21:40:26
root / linksafe
0644
formatter.py
2.849 KB
November 13 2023 21:40:26
root / linksafe
0644
lexer.py
31.255 KB
November 13 2023 21:40:26
root / linksafe
0644
modeline.py
0.963 KB
November 13 2023 21:40:26
root / linksafe
0644
plugin.py
1.687 KB
November 13 2023 21:40:26
root / linksafe
0644
regexopt.py
3 KB
November 13 2023 21:40:26
root / linksafe
0644
scanner.py
3.02 KB
November 13 2023 21:40:26
root / linksafe
0644
sphinxext.py
4.521 KB
November 13 2023 21:40:26
root / linksafe
0644
style.py
6.11 KB
November 13 2023 21:40:26
root / linksafe
0644
token.py
5.999 KB
November 13 2023 21:40:26
root / linksafe
0644
unistring.py
61.706 KB
November 13 2023 21:40:26
root / linksafe
0644
util.py
8.896 KB
November 13 2023 21:40:26
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF