Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/HTMLParser.pyc |
��
���Lc @ s d Z d d k Z d d k Z e i d � Z e i d � Z e i d � Z e i d � Z e i d � Z e i d � Z e i d � Z
e i d
� Z e i d � Z e i d � Z
e i d
e i � Z e i d � Z e i d � Z d e f d � � YZ d e i f d � � YZ d S( s A parser for HTML and XHTML.i����Ns [&<]s <(/|\Z)s
&[a-zA-Z#]s% &([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]s) &#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]s <[a-zA-Z]t >s --\s*>s [a-zA-Z][-.a-zA-Z0-9:_]*s_ \s*([a-zA-Z_][-.:a-zA-Z_0-9]*)(\s*=\s*(\'[^\']*\'|"[^"]*"|[-a-zA-Z0-9./,:;+*%?!&$\(\)_#=~@]*))?s�
<[a-zA-Z][-.a-zA-Z0-9:_]* # tag name
(?:\s+ # whitespace before attribute name
(?:[a-zA-Z_][-.:a-zA-Z0-9_]* # attribute name
(?:\s*=\s* # value indicator
(?:'[^']*' # LITA-enclosed value
|\"[^\"]*\" # LIT-enclosed value
|[^'\">\s]+ # bare value
)
)?
)
)*
\s* # trailing whitespace
s# </\s*([a-zA-Z][-.a-zA-Z0-9:_]*)\s*>t HTMLParseErrorc B s# e Z d Z d d � Z d � Z RS( s&