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.pyo
��
���Lc@sdZddkZddkZeid�Zeid�Zeid�Zeid�Zeid�Zeid�Z	eid	�Z
eid
�Zeid�Zeid�Z
eid
ei�Zeid	�Zeid�Zdefd��YZdeifd��YZdS(sA 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*>tHTMLParseErrorcBs#eZdZdd�Zd�ZRS(s&Exception raised for all parse errors.cCs'||_|d|_|d|_dS(Nii(tmsgtlinenotoffset(tselfRtposition((s"/usr/lib64/python2.6/HTMLParser.pyt__init__4s	
cCs[|i}|idj	o|d|i}n|idj	o|d|id}n|S(Ns, at line %ds, column %di(RRtNoneR(Rtresult((s"/usr/lib64/python2.6/HTMLParser.pyt__str__:s	N(NN(t__name__t
__module__t__doc__RRR
(((s"/usr/lib64/python2.6/HTMLParser.pyR1st
HTMLParsercBs�eZdZdZd�Zd�Zd�Zd�Zd�ZdZ
d�Zd	�Zd
�Z
d�Zd�Zd
�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�ZdZd�ZRS(s�Find tags and other markup and call handler functions.

    Usage:
        p = HTMLParser()
        p.feed(data)
        ...
        p.close()

    Start tags are handled by calling self.handle_starttag() or
    self.handle_startendtag(); end tags by self.handle_endtag().  The
    data between tags is passed from the parser to the derived class
    by calling self.handle_data() with the data as argument (the data
    may be split up in arbitrary chunks).  Entity references are
    passed by calling self.handle_entityref() with the entity
    reference as the argument.  Numeric character references are
    passed to self.handle_charref() with the string containing the
    reference as the argument.
    tscripttstylecCs|i�dS(s#Initialize and reset this instance.N(treset(R((s"/usr/lib64/python2.6/HTMLParser.pyRZscCs/d|_d|_t|_tii|�dS(s1Reset this instance.  Loses all unprocessed data.ts???N(trawdatatlasttagtinteresting_normaltinterestingt
markupbaset
ParserBaseR(R((s"/usr/lib64/python2.6/HTMLParser.pyR^s			cCs!|i||_|id�dS(s�Feed data to the parser.

        Call this as often as you want, with as little or as much text
        as you want (may include '
').
        iN(Rtgoahead(Rtdata((s"/usr/lib64/python2.6/HTMLParser.pytfeedescCs|id�dS(sHandle any buffered data.iN(R(R((s"/usr/lib64/python2.6/HTMLParser.pytclosenscCst||i���dS(N(Rtgetpos(Rtmessage((s"/usr/lib64/python2.6/HTMLParser.pyterrorrscCs|iS(s)Return full source of start tag: '<...>'.(t_HTMLParser__starttag_text(R((s"/usr/lib64/python2.6/HTMLParser.pytget_starttag_textwscCs
t|_dS(N(tinteresting_cdataR(R((s"/usr/lib64/python2.6/HTMLParser.pytset_cdata_mode{scCs
t|_dS(N(RR(R((s"/usr/lib64/python2.6/HTMLParser.pytclear_cdata_mode~sc
Cs|i}d}t|�}x�||jo�|ii||�}|o|i�}n|}||jo|i|||!�n|i||�}||joPn|i}|d|�oti	||�o|i
|�}n�|d|�o|i|�}n�|d|�o|i|�}nt|d|�o|i
|�}nQ|d|�o|i|�}n.|d|jo|id�|d}nP|djo|o|id�nPn|i||�}q|d	|�o�ti	||�}|og|i�d
d!}	|i|	�|i�}|d|d�p|d}n|i||�}qq�d||jo*|i|dd
!�|i|d
�}nPq|d
|�oti	||�}|oc|id�}	|i|	�|i�}|d|d�p|d}n|i||�}qnti	||�}|o4|o(|i�||jo|id�nPq�|d|jo'|id
�|i||d�}q�PqqW|o7||jo*|i|||!�|i||�}n|||_dS(Nit<s</s<!--s<?s<!isEOF in middle of constructs&#ii����t;t&s#EOF in middle of entity or char ref(RtlenRtsearchtstartthandle_datat	updatepost
startswithtstarttagopentmatchtparse_starttagtparse_endtagt
parse_commenttparse_pitparse_declarationRtcharreftgroupthandle_charreftendt	entityrefthandle_entityreft
incomplete(
RR8RtitnR/tjR-tktname((s"/usr/lib64/python2.6/HTMLParser.pyR�s�	


	




cCs_|i}ti||d�}|pdS|i�}|i||d|!�|i�}|S(Nii����(RtpicloseR)R*t	handle_piR8(RR<RR/R>((s"/usr/lib64/python2.6/HTMLParser.pyR3�s	c
Cs�d|_|i|�}|djo|S|i}|||!|_g}ti||d�}|i�}||d|!i�|_}x�||jo�t	i||�}|pPn|i
ddd�\}	}
}|
p
d}nm|d djo|djnp&|d djo|djno |dd!}|i|�}n|i|	i�|f�|i�}q�W|||!i
�}|d
jo�|i�\}
}d
|ijo9|
|iid
�}
t|i�|iid
�}n|t|i�}|id|||!d f�n|id	�o|i||�n/|i||�||ijo|i�n|S(Niiiis'i����t"Rs/>s
s junk characters in start tag: %ri(Rs/>(RR tcheck_for_whole_start_tagRttagfindR/R8tlowerRtattrfindR6tunescapetappendtstripRtcountR(trfindRtendswiththandle_startendtagthandle_starttagtCDATA_CONTENT_ELEMENTSR#(RR<tendposRtattrsR/R?ttagtmtattrnametrestt	attrvalueR8RR((s"/usr/lib64/python2.6/HTMLParser.pyR0�sP	
	

&&

	cCs|i}ti||�}|o�|i�}|||d!}|djo	|dS|djoY|id|�o	|dS|id|�odS|i||d�|id�n|djodS|d	jodS|i||�|id
�ntd��dS(NiRt/s/>ii����smalformed empty start tagRs6abcdefghijklmnopqrstuvwxyz=/ABCDEFGHIJKLMNOPQRSTUVWXYZsmalformed start tagswe should not get here!(RtlocatestarttagendR/R8R-R,RtAssertionError(RR<RRTR>tnext((s"/usr/lib64/python2.6/HTMLParser.pyRDs*	
	
	

cCs�|i}ti||d�}|pdS|i�}ti||�}|p|id|||!f�n|id�}|i|i	��|i
�|S(Nii����sbad end tag: %r(Rt	endendtagR)R8t
endtagfindR/RR6t
handle_endtagRFR$(RR<RR/R>RS((s"/usr/lib64/python2.6/HTMLParser.pyR14s	
cCs!|i||�|i|�dS(N(ROR^(RRSRR((s"/usr/lib64/python2.6/HTMLParser.pyRNDscCsdS(N((RRSRR((s"/usr/lib64/python2.6/HTMLParser.pyROIscCsdS(N((RRS((s"/usr/lib64/python2.6/HTMLParser.pyR^MscCsdS(N((RR@((s"/usr/lib64/python2.6/HTMLParser.pyR7QscCsdS(N((RR@((s"/usr/lib64/python2.6/HTMLParser.pyR:UscCsdS(N((RR((s"/usr/lib64/python2.6/HTMLParser.pyR+YscCsdS(N((RR((s"/usr/lib64/python2.6/HTMLParser.pythandle_comment]scCsdS(N((Rtdecl((s"/usr/lib64/python2.6/HTMLParser.pythandle_declascCsdS(N((RR((s"/usr/lib64/python2.6/HTMLParser.pyRBescCs|id|f�dS(Nsunknown declaration: %r(R(RR((s"/usr/lib64/python2.6/HTMLParser.pytunknown_declhscs4d|jo|S�fd�}tid||�S(NR'cs|i�d}|ddjoI|d}|ddjot|dd�}n
t|�}t|�Sddk}tidjoHhdd	6}t_x1|ii�D]\}}t|�||<q�Wny�i|SWnt	j
od
|dSXdS(
Nit#itxtXii����u'taposR'R&(RdRe(
tgroupstinttunichrthtmlentitydefsRt
entitydefsRtname2codepointt	iteritemstKeyError(tstcRjRkR?tv(R(s"/usr/lib64/python2.6/HTMLParser.pytreplaceEntitiesps"
s#&(#?[xX]?(?:[0-9a-fA-F]+|\w{1,8}));(tretsub(RRoRr((Rs"/usr/lib64/python2.6/HTMLParser.pyRHms
(RRN(RRR
RPRRRRRRR R!R#R$RR3R0RDR1RNROR^R7R:R+R_RaRBRbRkRH(((s"/usr/lib64/python2.6/HTMLParser.pyRCs8										S		3												(R
RRstcompileRR"R;R9R5R.RAtcommentcloseRERGtVERBOSERYR\R]t	ExceptionRRR(((s"/usr/lib64/python2.6/HTMLParser.pyt<module>s&