?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Ñò
§ÚêLc @ sf d Z d d k Z e i d e d ƒ d d d „ ƒ YZ d d d „ Z d „ Z d
Z d Z d Z d S(
s: Extended file operations available in POSIX.
f = posixfile.open(filename, [mode, [bufsize]])
will create a new posixfile object
f = posixfile.fileopen(fileobject)
will create a posixfile object from a builtin file object
f.file()
will return the original builtin file object
f.dup()
will return a new file object based on a new filedescriptor
f.dup2(fd)
will return a new file object based on the given filedescriptor
f.flags(mode)
will turn on the associated flag (merge)
mode can contain the following characters:
(character representing a flag)
a append only flag
c close on exec flag
n no delay flag
s synchronization flag
(modifiers)
! turn flags 'off' instead of default 'on'
= copy flags 'as is' instead of default 'merge'
? return a string in which the characters represent the flags
that are set
note: - the '!' and '=' modifiers are mutually exclusive.
- the '?' modifier will return the status of the flags after they
have been changed by other characters in the mode string
f.lock(mode [, len [, start [, whence]]])
will (un)lock a region
mode can contain the following characters:
(character representing type of lock)
u unlock
r read lock
w write lock
(modifiers)
| wait until the lock can be granted
? return the first lock conflicting with the requested lock
or 'None' if there is no conflict. The lock returned is in the
format (mode, len, start, whence, pid) where mode is a
character representing the type of lock ('r' or 'w')
note: - the '?' modifier prevents a region from being locked; it is
query only
iÿÿÿÿNsI The posixfile module is deprecated; fcntl.lockf() provides better lockingi t _posixfile_c B sh e Z d Z d d g Z d „ Z d d d „ Z d „ Z d „ Z d „ Z d
„ Z d „ Z
d „ Z RS(
s; File wrapper class that provides extra POSIX file routines.t opent closedc C s= | i } d | i | i | i | i t t | ƒ ƒ d f S( Ns$ <%s posixfile '%s', mode '%s' at %s>i ( t _file_t statesR t namet modet hext id( t selft file( ( s! /usr/lib64/python2.6/posixfile.pyt __repr__C s t riÿÿÿÿc C s( d d k } | i | i | | | ƒ ƒ S( Niÿÿÿÿ( t __builtin__t fileopenR ( R R R t bufsizeR
( ( s! /usr/lib64/python2.6/posixfile.pyR L s c C s d d k } t t | ƒ ƒ d j o
t d ‚ n | | _ x^ t | ƒ D]P } | i d ƒ p: t | | ƒ } t | | i ƒ o t
| | | ƒ q˜ qH qH W| S( Niÿÿÿÿs
s, posixfile.fileopen() arg must be file objectt _( t typest reprt typet TypeErrorR t dirt
startswitht getattrt
isinstancet BuiltinMethodTypet setattr( R R
R t maybemethodt attr( ( s! /usr/lib64/python2.6/posixfile.pyR P s
c C s | i S( N( R ( R ( ( s! /usr/lib64/python2.6/posixfile.pyR
` s c C sQ d d k } t | d ƒ p
t d ‚ n | i | i | i i ƒ ƒ | i i ƒ S( Niÿÿÿÿt fdopens dup() method unavailable( t posixt hasattrt AttributeErrorR t dupR t filenoR ( R R ( ( s! /usr/lib64/python2.6/posixfile.pyR! c s
c C sX d d k } t | d ƒ p
t d ‚ n | i | i i ƒ | ƒ | i | | i i ƒ S( NiÿÿÿÿR s dup() method unavailable( R R R t dup2R R" R R ( R t fdR ( ( s! /usr/lib64/python2.6/posixfile.pyR# k s
c G s) d d k } d d k } | o. t | ƒ d j o
t d ‚ n | d } n d } d } d | j o | | i B} n d | j o | | i B} n d | j o | | i B} n | i } d | j oH | i | i ƒ | i d ƒ } d
| j o | | @} q| | B} n | i | i ƒ | i
| ƒ } d | j o. d
| j } | i | i ƒ | i | ƒ } n d | j o® d } | i | i ƒ | i d ƒ } | i | @o | d } n | i | i ƒ | i d ƒ d @o | d } n | i | @o | d } n | i | @o | d } n | Sd S(
Niÿÿÿÿi s Too many argumentsi t ?t nt at st =t !t ct (
t fcntlt ost lenR t O_NDELAYt O_APPENDt O_SYNCR R" t F_GETFLt F_SETFLt F_SETFDt F_GETFD( R t whichR- R. t l_flagsR
t cur_flt arg( ( s! /usr/lib64/python2.6/posixfile.pyt flagst sF
"
# c G s; d d k } d d k } d | j o
| i } n> d | j o
| i } n$ d | j o
| i } n
t d ‚ d | j o
| i } n$ d | j o
| i } n
| i } d } d } d } t | ƒ d j o | d } nj t | ƒ d
j o | \ } } nG t | ƒ d j o | \ } } } n! t | ƒ d j o
t d ‚ n d d k
}
d d k } |
i d j o( | i
d | | | i ƒ | | ƒ } nZ |
i d j o( | i
d | | | | d d d ƒ } n" | i
d | | | | d d ƒ } | i | i i ƒ | | ƒ } d | j o|
i d! j o% | i d | ƒ \ } } }
} } n˜ |
i d" j o+ | i d | ƒ \ } } } } } }
} n] |
i d j o( | i d | ƒ \ } } } } }
} n% | i d | ƒ \ } } } } } }
| | i j o; | | i j o d | | | |
f Sd | | | |
f Sq7n d S(# Niÿÿÿÿt wR t us no type of lock specifiedt |R% i i i i s too many argumentst netbsd1t openbsd2t freebsd2t freebsd3t freebsd4t freebsd5t freebsd6t freebsd7t freebsd8t bsdos2t bsdos3t bsdos4t
lxxxxlxxxxlhht aix3t aix4t hhllliit hhllhht linux2( R? R@ RA RB RC RD RE RF RG RH RI RJ ( RL RM ( R? R@ RA RB RC RD RH RI RJ ( RL RM ( t structR- t F_WRLCKt F_RDLCKt F_UNLCKR t F_SETLKWt F_GETLKt F_SETLKR/ t sysR. t platformt packt getpidR R" t unpack( R t howt argsRQ R- t l_typet cmdt l_whencet l_startt l_lenRX R. t flockt l_pidt l_sysidt l_vfs( ( s! /usr/lib64/python2.6/posixfile.pyt lock™ sj
%+($( t __name__t
__module__t __doc__R R R R R
R! R# R; Rh ( ( ( s! /usr/lib64/python2.6/posixfile.pyR ; s %R c C s t ƒ i | | | ƒ S( s4 Public routine to open a file as a posixfile object.( R R ( R R R ( ( s! /usr/lib64/python2.6/posixfile.pyR Ü s c C s t ƒ i | ƒ S( sC Public routine to get a posixfile object from a Python file object.( R R ( R
( ( s! /usr/lib64/python2.6/posixfile.pyR à s i i ( (
Rk t warningst warnt DeprecationWarningR R R t SEEK_SETt SEEK_CURt SEEK_END( ( ( s! /usr/lib64/python2.6/posixfile.pyt 6 s
¡