?¡ë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@sfdZddkZeidedƒdd d„ƒYZddd„Zd „Zd Zd ZdZ dS( 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ÿÿÿÿNsIThe posixfile module is deprecated; fcntl.lockf() provides better lockingit _posixfile_cBsheZdZddgZd„Zddd„Zd„Zd„Zd „Zd „Z d „Z d „Z RS( s;File wrapper class that provides extra POSIX file routines.topentclosedcCs=|i}d|i|i|i|itt|ƒƒdfS(Ns$<%s posixfile '%s', mode '%s' at %s>i(t_file_tstatesRtnametmodethextid(tselftfile((s!/usr/lib64/python2.6/posixfile.pyt__repr__Cs triÿÿÿÿcCs(ddk}|i|i|||ƒƒS(Niÿÿÿÿ(t __builtin__tfileopenR(R RRtbufsizeR ((s!/usr/lib64/python2.6/posixfile.pyRLs cCs ddk}tt|ƒƒdjo td‚n||_x^t|ƒD]P}|idƒp:t||ƒ}t||i ƒot |||ƒq˜qHqHW|S(Niÿÿÿÿs s,posixfile.fileopen() arg must be file objectt_( ttypestreprttypet TypeErrorRtdirt startswithtgetattrt isinstancetBuiltinMethodTypetsetattr(R R Rt maybemethodtattr((s!/usr/lib64/python2.6/posixfile.pyRPs    cCs|iS(N(R(R ((s!/usr/lib64/python2.6/posixfile.pyR `scCsQddk}t|dƒp td‚n|i|i|iiƒƒ|iiƒS(Niÿÿÿÿtfdopensdup() method unavailable(tposixthasattrtAttributeErrorRtdupRtfilenoR(R R((s!/usr/lib64/python2.6/posixfile.pyR!cs  cCsXddk}t|dƒp td‚n|i|iiƒ|ƒ|i||iiƒS(NiÿÿÿÿRsdup() method unavailable(RRR tdup2RR"RR(R tfdR((s!/usr/lib64/python2.6/posixfile.pyR#ks   cGs)ddk}ddk}|o.t|ƒdjo td‚n|d}nd}d}d|jo||iB}nd|jo||iB}nd|jo||iB}n|i}d |joH|i|iƒ|i dƒ}d |jo||@}q||B}n|i|iƒ|i |ƒ}d |jo.d |j}|i|iƒ|i |ƒ}nd|jo®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|SdS( NiÿÿÿÿisToo many argumentsit?tntatst=t!tct( tfcntltostlenRtO_NDELAYtO_APPENDtO_SYNCRR"tF_GETFLtF_SETFLtF_SETFDtF_GETFD(R twhichR-R.tl_flagsR tcur_fltarg((s!/usr/lib64/python2.6/posixfile.pytflagstsF         " #cGs;ddk}ddk}d|jo |i}n>d|jo |i}n$d|jo |i}n td‚d|jo |i}n$d|jo |i}n |i}d}d}d} t |ƒd jo|d} njt |ƒd jo|\} }nGt |ƒd jo|\} }}n!t |ƒd jo td ‚nddk } ddk } | i djo(|i d|| | iƒ||ƒ} nZ| i d jo(|i d|||| dddƒ} n"|i d|||| ddƒ} |i|iiƒ|| ƒ} d|jo| i d!jo%|id| ƒ\}} } }}n˜| i d"jo+|id| ƒ\}}}} }} }n]| i djo(|id| ƒ\}}}} } }n%|id| ƒ\}}}} }} ||ijo;||ijod| ||| fSd| ||| fSq7ndS(#NiÿÿÿÿtwR tusno type of lock specifiedt|R%iiiistoo many argumentstnetbsd1topenbsd2tfreebsd2tfreebsd3tfreebsd4tfreebsd5tfreebsd6tfreebsd7tfreebsd8tbsdos2tbsdos3tbsdos4t lxxxxlxxxxlhhtaix3taix4thhllliithhllhhtlinux2( R?R@RARBRCRDRERFRGRHRIRJ(RLRM( R?R@RARBRCRDRHRIRJ(RLRM(tstructR-tF_WRLCKtF_RDLCKtF_UNLCKRtF_SETLKWtF_GETLKtF_SETLKR/tsysR.tplatformtpacktgetpidRR"tunpack(R thowtargsRQR-tl_typetcmdtl_whencetl_starttl_lenRXR.tflocktl_pidtl_sysidtl_vfs((s!/usr/lib64/python2.6/posixfile.pytlock™sj              %+($( t__name__t __module__t__doc__RR RRR R!R#R;Rh(((s!/usr/lib64/python2.6/posixfile.pyR;s      %R cCstƒi|||ƒS(s4Public routine to open a file as a posixfile object.(RR(RRR((s!/usr/lib64/python2.6/posixfile.pyRÜscCstƒi|ƒS(sCPublic routine to get a posixfile object from a Python file object.(RR(R ((s!/usr/lib64/python2.6/posixfile.pyRàsii(( RktwarningstwarntDeprecationWarningRRRtSEEK_SETtSEEK_CURtSEEK_END(((s!/usr/lib64/python2.6/posixfile.pyt6s   ¡