Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
Døªjw ã @ s¤ d d„ Z dd„ Zdd„ Zdd„ Zdd „ Zd
d„ Zedd
„ d(D ƒdd
„ d)D ƒ dd
„ d*D ƒ dd
„ d+D ƒ dd
„ d,D ƒ dd
„ d-D ƒ d!d
„ d"D ƒ d.d/d0g ƒZd'S )1c C s g }t | |jƒ dj|ƒS )aã Serialize nodes to CSS syntax.
This should be used for :term:`component values`
instead of just :meth:`tinycss2.ast.Node.serialize` on each node
as it takes care of corner cases such as ``;`` between declarations,
and consecutive identifiers
that would otherwise parse back as the same token.
:type nodes: :term:`iterable`
:param nodes: An iterable of :class:`tinycss2.ast.Node` objects.
:returns: A :obj:`string ` representing the nodes.
Ú )Ú
_serialize_toÚappendÚjoin)ÚnodesÚchunks© r ú7/tmp/pip-build-_d5lkt3n/tinycss2/tinycss2/serializer.pyÚ serialize s r c C sÎ | dkrdS | dd… dkr0dt | dd… ƒ S | d dkrNd}| dd… } nd}| d }||d kspt|ƒd
krt|n>|dkr€dn2|d
krŒdn&|dkr˜dn|dkr¬dt|ƒ nd| 7 }|t | dd… ƒ7 }|S )aX Serialize any string as a CSS identifier
:type value: :obj:`str`
:param value: A string representing a CSS value.
:returns:
A :obj:`string ` that would parse as an
:class:`tinycss2.ast.IdentToken` whose
:attr:`tinycss2.ast.IdentToken.value` attribute equals the passed
``value`` argument.
ú-z\-Né z--é é r Z5abcdefghijklmnopqrstuvwxyz_ABCDEFGHIJKLMNOPQRSTUVWXYZé Ú
z\A ú
z\D úz\C Ú
0123456789z\%X ú\)Úserialize_nameÚord)ÚvalueÚresultÚcr r r Úserialize_identifier s&