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/fnmatch.pyo
��
���Lc@sadZddkZddddgZhZdZd�Zd	�Zd
�Zd�Zd�Z	dS(
s�Filename matching with shell patterns.

fnmatch(FILENAME, PATTERN) matches according to the local convention.
fnmatchcase(FILENAME, PATTERN) always takes case in account.

The functions operate by translating the pattern into a regular
expression.  They cache the compiled regular expressions for speed.

The function translate(PATTERN) returns a regular expression
corresponding to PATTERN.  (It does not compile it.)
i����Ntfiltertfnmatchtfnmatchcaset	translateidcCsti�dS(sClear the pattern cacheN(t_cachetclear(((s/usr/lib64/python2.6/fnmatch.pyt_purgescCs=ddk}|ii|�}|ii|�}t||�S(s�Test whether FILENAME matches PATTERN.

    Patterns are Unix shell style:

    *       matches everything
    ?       matches any single character
    [seq]   matches any character in seq
    [!seq]  matches any char not in seq

    An initial period in FILENAME is not special.
    Both FILENAME and PATTERN are first case-normalized
    if the operating system requires it.
    If you don't want this, use fnmatchcase(FILENAME, PATTERN).
    i����N(tostpathtnormcaseR(tnametpatR((s/usr/lib64/python2.6/fnmatch.pyRscCsddk}ddk}g}|ii|�}|tjoDt|�}tt�tjoti�nt	i
|�t|<nt|i}|i|jo3xk|D]$}||�o|i|�q�q�Wn<x8|D]0}||ii|��o|i|�q�q�W|S(s2Return the subset of the list NAMES that match PATi����N(
Rt	posixpathRR	RRtlent	_MAXCACHERtretcompiletmatchtappend(tnamesRRRtresulttresRR
((s/usr/lib64/python2.6/fnmatch.pyR-s&


cCsh|tjoDt|�}tt�tjoti�nti|�t|<nt|i|�dj	S(s�Test whether FILENAME matches PATTERN, including case.

    This is a version of fnmatch() which doesn't case-normalize
    its arguments.
    N(	RRR
RRRRRtNone(R
RR((s/usr/lib64/python2.6/fnmatch.pyRCs
cCs�dt|�}}d}x�||jo�||}|d}|djo|d}q|djo|d}q|djo"|}||jo||d	jo|d}n||jo||d
jo|d}nx-||jo||d
jo|d}q�W||jo|d}q�|||!idd
�}|d}|dd	jod|d}n |ddjod|}nd||f}q|ti|�}qW|dS(sfTranslate a shell PATTERN to a regular expression.

    There is no way to quote meta-characters.
    itit*s.*t?t.t[t!t]s\[s\s\\t^s%s[%s]s\Z(?ms)(R
treplaceRtescape(RtitnRtctjtstuff((s/usr/lib64/python2.6/fnmatch.pyRQs<







(
t__doc__Rt__all__RRRRRRR(((s/usr/lib64/python2.6/fnmatch.pyt<module>s