| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/pygments/formatters/__pycache__/ |
Upload File : |
a
SҼa� � @ s d Z ddddddddd d
ddd
ddddd�Zedk�r�ddlZddlZg Zg Zej�dej� ej�
e�dd�� ddlm
Z
e�d�D ]�\ZZZeD ]�Ze�d�r�e�d�s�dedd� �dd�edd� f Zee� eedddg�ZejD ]<Zeee�Ze�d eeeje ej!�e ej"�e
e�ff � q�q�q�e�#� e$e��$Z%e%�&� Z'e'�d!d"�Z'W d � n1 �sl0 Y e'de'�(d#�� Z)e'e'�(d$�d� Z*e$ed%��8Z%e%�+e)� e%�+d&d'� e� � e%�+e*� W d � n1 �s�0 Y ed(e,e� � dS ))a�
pygments.formatters._mapping
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Formatter mapping definitions. This file is generated by itself. Everytime
you change something on a builtin formatter definition, run this script from
the formatters folder to update it.
Do not alter the FORMATTERS dictionary by hand.
:copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
)zpygments.formatters.bbcodeZBBCode)ZbbcodeZbb� z�Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.)�pygments.formatters.imgZimg_bmp)ZbmpZbitmap)z*.bmpzwCreate a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)r Zimg_gif)Zgif)z*.gifztCreate a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)zpygments.formatters.htmlZHTML)Zhtml)z*.htmlz*.htmz�Format tokens as HTML 4 ``<span>`` tags within a ``<pre>`` tag, wrapped in a ``<div>`` tag. The ``<div>``'s CSS class can be set by the `cssclass` option.)zpygments.formatters.irc�IRC)Zircr r z&Format tokens with IRC color sequences)r �img)r ZIMGZpng)z*.pngztCreate a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)r Zimg_jpg)ZjpgZjpeg)z*.jpgzuCreate a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)zpygments.formatters.latexZLaTeX)ZlatexZtex)z*.texzUFormat tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.)�pygments.formatters.otherz Text only)�textZnull)z*.txtz1Output the text unchanged without any formatting.)zpygments.formatters.pangomarkupzPango Markup)ZpangoZpangomarkupr zFFormat tokens as Pango Markup code. It can then be rendered to an SVG.)r z
Raw tokens)�raw�tokens)z*.rawz@Format tokens as a raw representation for storing token streams.)zpygments.formatters.rtfZRTF)Zrtf)z*.rtfz�Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.)zpygments.formatters.svgZSVG)Zsvg)z*.svgz�Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ``<text>`` element with explicit ``x`` and ``y`` coordinates containing ``<tspan>`` elements with the individual token styles.)�pygments.formatters.terminal256ZTerminal256)Zterminal256Z
console256Z256r z�Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.)zpygments.formatters.terminalZTerminal)ZterminalZconsoler z�Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.)r ZTerminalTrueColor)Zterminal16mZ
console16mZ16mr z�Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.)r ZTestcase)Ztestcaser z0Format tokens as appropriate for a new testcase.)ZBBCodeFormatterZBmpImageFormatterZGifImageFormatterZ
HtmlFormatterZIRCFormatterZImageFormatterZJpgImageFormatterZLatexFormatterZ
NullFormatterZPangoMarkupFormatterZRawTokenFormatterZRtfFormatterZSvgFormatterZTerminal256FormatterZTerminalFormatterZTerminalTrueColorFormatterZTestcaseFormatter�__main__� Nz..)�docstring_headline�.z.py�_zpygments.formatters%s.%s� �/���� z%r: %rz
�
zFORMATTERS = {zif __name__ == '__main__':�wzFORMATTERS = {
%s
}
z,
z=== %d formatters processed.)-�__doc__Z
FORMATTERS�__name__�sys�osZfound_formattersZimports�path�insert�join�dirname�__file__Z
pygments.utilr �walk�root�dirs�files�filename�endswith�
startswith�replaceZmodule_name�print�
__import__�module�__all__Zformatter_name�getattr� formatter�append�name�tuple�aliases� filenames�sort�open�fp�readZcontent�find�headerZfooter�write�lenr r r �@/usr/lib/python3.9/site-packages/pygments/formatters/_mapping.py�<module> sp �
"�
���
,
*