All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.motd.maven.sphinx.dist.pygments.formatters.svg$py.class Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
????1?f$0R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;__doc__?
    pygments.formatters.svg
    ~~~~~~~~~~~~~~~~~~~~~~~

    Formatter for SVG output.

    :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
org/python/core/PyStringfromInterned.(Ljava/lang/String;)Lorg/python/core/PyString;	

org/python/core/PyFrame
	setglobal/(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline(I)V
pygments.formatterjava/lang/String	Formatterorg/python/core/imp
importFrom\(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; 
!setlocal#
$
pygments.util&get_bool_opt(get_int_opt*org/python/core/PyList,org/python/core/PyObject.SvgFormatter0([Lorg/python/core/PyObject;)V23
-4__all__6org/python/core/Py8EmptyObjectsorg/python/core/PyObject;:;	9<org/python/core/PyFunction>	f_globalsLorg/python/core/PyObject;@A	B
escape_html$1 as well as single and double quotes for HTML.Egetlocal(I)Lorg/python/core/PyObject;GH
IreplaceK__getattr__.(Ljava/lang/String;)Lorg/python/core/PyObject;MN
/O&Q&S__call__m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;UV
/W<Y<[>]>_"a"c'e'gf_lastiIij	kpygments/formatters/svg$pymLorg/python/core/PyCode;Do	npj(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V2r
?sescape_htmluorg/python/core/PyDictionaryw
x4class2stylezgetname|N
}SvgFormatter$2
__module__?__name__?k
    Format tokens as an SVG graphics file.  This formatter is still experimental.
    Each line of code is a ```` element with explicit ``x`` and ``y``
    coordinates containing ```` elements with the individual token styles.

    By default, this formatter outputs a full SVG document including doctype
    declaration and the ```` root element.

    .. versionadded:: 0.9

    Additional options accepted:

    `nowrap`
        Don't wrap the SVG ```` elements in ```` elements and
        don't add a XML declaration and a doctype.  If true, the `fontfamily`
        and `fontsize` options are ignored.  Defaults to ``False``.

    `fontfamily`
        The value to give the wrapping ```` element's ``font-family``
        attribute, defaults to ``"monospace"``.

    `fontsize`
        The value to give the wrapping ```` element's ``font-size``
        attribute, defaults to ``"14px"``.

    `xoffset`
        Starting offset in X direction, defaults to ``0``.

    `yoffset`
        Starting offset in Y direction, defaults to the font size if it is given
        in pixels, or ``20`` else.  (This is necessary since text coordinates
        refer to the text baseline, not the top edge.)

    `ystep`
        Offset to add to the Y coordinate for each subsequent line.  This should
        roughly be the text size plus 5.  It defaults to that value if the text
        size is given in pixels, or ``25`` else.

    `spacehack`
        Convert spaces in the source to `` ``, which are non-breaking
        spaces.  SVG provides the ``xml:space`` attribute to control how
        whitespace inside tags is handled, in theory, the ``preserve`` value
        could be used to keep all whitespace as-is.  However, many current SVG
        viewers don't obey that rule, so this option is provided as a workaround
        and defaults to ``True``.
    �?�SVG�?�name�?�svg�?�aliases�?�*.svg�?�	filenames�?�
__init__$3�	getglobal�?�N
��?�__init__�?�
_callextra�~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;�?�?
�/�?�nowrap�?�False�?�?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;�U�?
�/�?�__setattr__�?�
�/�?�get�?�
fontfamily�?�	monospace�?�fontsize�?�14px�?�xoffset�?�
newInteger�(I)Lorg/python/core/PyInteger;�?�?
�9�?�strip�?�9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;�U�?
�/�?�(ILorg/python/core/PyObject;)V�#�?
��?�endswith�?�px�?�S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;�U�?
�/�?�__nonzero__�()Z�?�?
�/�?�__getslice__�j(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;�?�?
�/�?�int�?�setException�M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException;�?�?
�9�?�java/lang/Throwable�?�yoffset�?�ystep�?�_add�6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;�?�?
�/�?�	spacehack�?�True�?�_stylecache�?�None�?�A	�9�?�?�o	�n�?�format_unencoded$4�?
        Format ``tokensource``, an iterable of ``(tokentype, tokenstring)``
        tuples and write it into ``outfile``.

        For our implementation we put all lines in their own 'line group'.
        �?�__not__�()Lorg/python/core/PyObject;�?�?
�/�?�encoding�?�write�?�$
�?�_mod�?�?
�/�?�
�?�k
�?�)
�?�$
�?�org/python/core/PyTuple�
�4�)�__iter__�?
�/�unpackSequence�8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject;	
�9
�
_get_style��
expandtabs� � �split�
�_iadd�?
�/�1
!�__iternext__#�?
�/$�__getitem__&�?
�/'�)�
+�?�o	�n-�format_unencoded/�_get_style$5�_in2�?
�/3�parent5�style7�styles_token9�style_for_token;�color=� fill="#?�boldA� font-weight="bold"C�italicE� font-style="italic"G�__setitem__�7(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)VIJ
�/K1�o	�nM�getf_localsO�?
�P��o	�nR�	makeClass�a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject;TU
�9V�java/util/ArraysX�fill�(([Ljava/lang/Object;Ljava/lang/Object;)VZ[
Y\�(Ljava/lang/String;)V�org/python/core/PyFunctionTable_�()V�2a
`b�self�Lpygments/formatters/svg$py;de	�nf�h�newCode�?(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable;I[Ljava/lang/String;[Ljava/lang/String;II)Lorg/python/core/PyCode;jk
�9l��o	�nn�textpd�optionss�fsu�int_fsw�tokensourcey�outfile{�x}�y�ttype?�value?�tspan?�tspanend?�parts?�part?�	tokentype?�
otokentype?�result?�getMain�()Lorg/python/core/PyCode;�main�([Ljava/lang/String;)V�m�2^
�n???
�n?�org/python/core/CodeLoader?�createSimpleBootstrap�9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;??
??�runMain�5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V??
�9?�getCodeBootstrap�!()Lorg/python/core/CodeBootstrap;�#org/python/core/PyRunnableBootstrap?�)getFilenameConstructorReflectionBootstrap�2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;??
??�
call_function�S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;��
�n?�D�
�n?��
�n?�?�
�n?�?�
�n?1�
�n?�org/python/core/PyRunnable?� Lorg/python/compiler/APIVersion;���%�Lorg/python/compiler/MTime;��`9??�Lorg/python/compiler/Filename;�a/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/pygments/formatters/svg.py�org/python/core/ThreadState?�[Ljava/lang/String;?�org/python/core/PyException?�Code�LineNumberTable�StackMap�
SourceFile�RuntimeVisibleAnnotations�!�n`�?��de�����o����D�o�����o����?�o����?�o���1�o�������?��M����+?�?�+
?�?�W+?�?�N-S-+?�"N-2:+?�%:+
?�'?�N-)S-+S-+?�"N-2:+)?�%:-2:++?�%:+?�?�-Y?�/Y1?�S?�5N+7-?�%N+?�?�=N?�?Y+?�C-?�qF?�?�tN+v-?�%N+?�?�xY?�=?�yN+{-?�%N+?�?�/N+?�~-__S1-?S?W:+1?�%:-?]+?�l?�?���?�������
������
��������������D��?���?�����~+?�F?�W+?�+?�JL?�P,R?�T?�?�XL?�P,Z?�\?�?�XL?�P,^?�`?�?�XL?�P,b?�d?�?�XL?�P,f?�h?�?�XN+?�l-?���?���
�����������?��&�����?+?+??�~?�%+??�?�%+K?�??�W+L?�??�N+?-?�%N+M?�?�-Y?�/Y??�S?�5N+?-?�%N+N?�?�-Y?�/Y??�S?�5N+?-?�%N+P?�?�=N?�?Y+?�C-?�??�tN+?-?�%N+a?�?�=N?�?Y+?�C-?.?�?�tN+0-?�%N+�??�?�=N?�?Y+?�C-?N?�tN+
-?�%N+?Q?���?�������K���L���M���N���P���a���?��?��?��?����L+Q?�+?�???�P?�/N+?�J-__S?�:+?�J-^X?�?NW+R?�+)?�?,+?�J??�+??�??�?N+?�J?-?�?N+S?�+?�J??�P,??�??�?�XN+?�J?-?�?N+T?�+?�J??�P,??�??�?�XN+?�J?-?�?N+U?�++?�?,+?�J??�?�??�?N+?�J?-?�?N+V?�+?�J??�P??�P,?�?N+-?�?N+W?�+?�J??�P,??�?�Ķ�ș�-+W?�+?�J??�??�???�P,?�?N+-?�?N?�+Y?�+ζ�?,+?�J?�?N+-?�?N?�$+?�?N+[?�?�?:+?�?:?��?+\?�++?�?,+?�Jָ�+?�J?�?N+?�J?-?�?N+]?�++?�?,+?�Jظ�+?�J?�??�ܶ�?N+?�J?-?�?N+^?�+)?�?,+?�J޸�+?�??�?N+?�J?-?�?N+_?�?�xY?�=?�yN+?�J?-?�?N+?�l?�?�Tru�?�?���:����Q���R���S���T���U���V���W���W���Y���[���\���]���^���_?���I�T��n�??��u��n�??��??����??��n�???����?��?��?�
���G+g?�?�W+h?�+?�J??�PN+-?�?N+i?�+?�Jֶ�PN+-?�?N+j?�+?�J??�P?�?�ș�?+k?�+?�J?�P?�ș�-+l?�+?�J?�P,??�+?�J?�P?�??�?W?�+o?�+?�J?�P,??�?�?W+p?�+?�J?�P,??�?�?W+s?�+?�J?�P,??�?�?W+t?�+?�J?�P,??�?Y?�/Y+?�J??�PSY+?�J??�PS??�??�?W?�+v?�+?�J?�P,?�?Y?�/Y+?�JSY+?�JS??�??�?W+w?�+?�J?N?f?:2:+?�?:2:+?�?:+x?�+?�J
?�P,+?�J?�?:+?�?:+y?�+?�JY?�ș�W?�+?�J?�?^?�?�?Y?�Ț�
W?�:+?�?:+z?�+?�JY?�ș�
W?�Y?�Ț�
W?�:+	?�?:+{?�+v?�?,+?�J?�?:+?�?:+|?�+?�J޶�P?�ș�>+}?�+?�J?�P,?�?L?�P,?�?�?�X:+?�?:?�+~?�+?�J?�P,?�?�?:+
?�?:+?�+
?�J?�??�̶:?�?+?�?+�??�+?�J?�P,+?�J+?�J?�?+	?�J?�ܶ�?W+�??�+?�J:+?�Jض�P_? :+?�?+�??�+?�J?�P,"?�?Y?�/Y+?�JSY+?�JS??�??�?W+?�?%:??Z+�??�+?�J?�P,+?�J+
?�J?�??(?�?+	?�J?�ܶ�?W+w?�-?%:???+�??�+?�J?�P,*?�?�?W+�??�+?�J??�P?�?�ș�"+�??�+?�J?�P,,?�?�?W?�+?�l?�?���?���v����g���h���i���j���k���l���o���p���s���t���v���w���x���y���z���{���|���}���~������?���?���?������?���w���?���?���??��#�
�?��n�?���?��n�?��*��n�?��u��n�?�/�/��?��n�?�/�/��/?��n�?�/�/��/%��n�?�/�/��/3��n�?�/�/��/?��n�?�/�/��?��n�?�/�/�/�/��?��n�?�/�/�/�/��?��n�?�/��>��n�?�/�/���1��?��?����?+�??�+?�JN+?�J?�P-_?4N?�ș�$+�??�+?�J?�P+?�J?(N+?�l-?+�??�+?�J:+?�?:?�!+�??�+?�J6?�P:+?�?:+�??�+?�J8?�P:?�P,+?�J?�Ķ�?�Ț??+�??�+?�J8?�P?�?(?�ș�8+�??�@?�+?�J>?�?(?�?b?�?�?:+?�?:?�+�??�+?�JB?�?(?�ș�)+�??�+?�J:D?�_? :+?�??�+�??�+?�JF?�?(?�ș�)+�??�+?�J:H?�_? :+?�??�+�??�+?�J:+?�J?�P+?�J?L:+�??�+?�JN+?�l-?���?���>����?���?���?���?���?���?���?���?���?���?���?���?���?���?���??���k��E��n�?���`��n�?���~��n�?��>��n�?����n�?�/��?��n�?�/����2^�?��W�
���K*?c*?g?�M,+i?g�?m?o?�M,qS,+v?g?m?�q?�M,+1?g�?m?S?�M,rS,tS,vS,xS,+?P?g?m?�??�M,rS,zS,|S,~S,?S,?S,?S,8S,?S,	?S,
?S,?S,+0a?g?m?.?�M,rS,?S,?S,?S,?S,+
�??g?m?N?�����??�?��������?o?�����	??�?���!�����?�nY???????*???�����	??�?���������n???�����??�?��	�����F*,-?������@����������(���,���0���4���8���




© 2015 - 2024 Weber Informatics LLC | Privacy Policy