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@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.cCs5|pt�||_|d|_|d|_dS(Nii(tAssertionErrortmsgtlinenotoffset(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__R	RR(((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�Pqdp
td�qW|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 refsinteresting.search() lied(RtlenRtsearchtstartthandle_datat	updatepost
startswithtstarttagopentmatchtparse_starttagtparse_endtagt
parse_commenttparse_pitparse_declarationR tcharreftgroupthandle_charreftendt	entityrefthandle_entityreft
incompleteR(
RR9RtitnR0tjR.tktname((s"/usr/lib64/python2.6/HTMLParser.pyR�s�	


	




cCs�|i}|||d!djp
td�ti||d�}|pdS|i�}|i||d|!�|i�}|S(Nis<?sunexpected call to parse_pi()i����(RRtpicloseR*R+t	handle_piR9(RR=RR0R?((s"/usr/lib64/python2.6/HTMLParser.pyR4�s	"c
Cs�d|_|i|�}|djo|S|i}|||!|_g}ti||d�}|p
td�|i�}||d|!i�|_	}x�||jo�t
i||�}|pPn|iddd�\}	}
}|
p
d}nm|d djo|djnp&|d djo|djno |dd!}|i|�}n|i
|	i�|f�|i�}q�W|||!i�}|djo�|i�\}
}d|ijo9|
|iid�}
t|i�|iid�}n|t|i�}|id|||!d
 f�n|id
�o|i||�n/|i||�||ijo|i�n|S(Niis#unexpected call to parse_starttag()iis'i����t"Rs/>s
s junk characters in start tag: %ri(Rs/>(R	R!tcheck_for_whole_start_tagRttagfindR0RR9tlowerRtattrfindR7tunescapetappendtstripRtcountR)trfindR tendswiththandle_startendtagthandle_starttagtCDATA_CONTENT_ELEMENTSR$(RR=tendposRtattrsR0R@ttagtmtattrnametrestt	attrvalueR9RR((s"/usr/lib64/python2.6/HTMLParser.pyR1�sR	
	

&&

	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!(RtlocatestarttagendR0R9R.R-R R(RR=RRUR?tnext((s"/usr/lib64/python2.6/HTMLParser.pyREs*	
	
	

cCs�|i}|||d!djp
td�ti||d�}|pdS|i�}ti||�}|p|id|||!f�n|id�}|i	|i
��|i�|S(Nis</sunexpected call to parse_endtagii����sbad end tag: %r(RRt	endendtagR*R9t
endtagfindR0R R7t
handle_endtagRGR%(RR=RR0R?RT((s"/usr/lib64/python2.6/HTMLParser.pyR24s	"
cCs!|i||�|i|�dS(N(RPR^(RRTRS((s"/usr/lib64/python2.6/HTMLParser.pyRODscCsdS(N((RRTRS((s"/usr/lib64/python2.6/HTMLParser.pyRPIscCsdS(N((RRT((s"/usr/lib64/python2.6/HTMLParser.pyR^MscCsdS(N((RRA((s"/usr/lib64/python2.6/HTMLParser.pyR8QscCsdS(N((RRA((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.pyRCescCs|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
entitydefsR	tname2codepointt	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.pyRIms
(RRN(RR
RRQRRRRR R	R!R"R$R%RR4R1RER2RORPR^R8R;R,R_RaRCRbRkRI(((s"/usr/lib64/python2.6/HTMLParser.pyRCs8										S		3												(RRRstcompileRR#R<R:R6R/RBtcommentcloseRFRHtVERBOSERZR\R]t	ExceptionRRR(((s"/usr/lib64/python2.6/HTMLParser.pyt<module>s&