?PNG  IHDR ? f ??C1 sRGB ?? gAMA ? a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]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@s1dZdZddkZddkZddkZddkZddklZddkl Z ddk l Z ddk l Z ddklZd Zd Zd Zd ad ZdZddZdaaadZdZdd d dZdZd d dddd ddZdZdS(sudistutils.util Miscellaneous utility functions -- anything that doesn't fit into one of the other *util.py modules. s6$Id: util.py 83588 2010-08-02 21:35:06Z ezio.melotti $iN(tDistutilsPlatformError(tnewer(tspawn(tlog(tDistutilsByteCompileErrorcCstidjod}titi|}|djotiStitid|}ti|t||!i}|djodS|djodStiStid jpt td  otiSti \}}}}}ti|}ti |d d }ti |d d}ti |d d}|d djod||fS|d djoA|ddjo,d}dt |dd|df}qn*|d djod||fS|d djod|||fS|d djo?d}t id } | i|} | o| i}qn|d d!jodd"kl} | } tiid#} | p| id#} n| }ytd$}Wntj on^Xt id%d&|i} |i| d<j o)d'i| id(id'd }n| p |} n| odd"kl} | }d)}|d'd*jod+| id,d ijod-}| id,}t id.|}tt t!|}t|d(jo|d}q|d=jo d-}q|d>jo d2}q|d?jo d3}q|d@jo d5}q|dAjo d6}qt"d7|fq|d/joti#dBjo d1}qq|dCjo$d0}ti#dDjo d4}qqqnd;|||fS(EsReturn a string that identifies the current platform. This is used mainly to distinguish platform-specific build directories and platform-specific built distributions. Typically includes the OS name and version and the architecture (as supplied by 'os.uname()'), although the exact information included depends on the OS; eg. for IRIX the architecture isn't particularly important (IRIX only runs on SGI hardware), but for Linux the kernel version isn't particularly important. Examples of returned values: linux-i586 linux-alpha (?) solaris-2.6-sun4u irix-5.3 irix64-6.2 Windows will return one of: win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) win-ia64 (64bit Windows on Itanium) win32 (all others - specifically, sys.platform is returned) For other non-POSIX platforms, currently just returns 'sys.platform'. tnts bit (it)tamd64s win-amd64titaniumswin-ia64tposixtunamet/tt t_t-itlinuxs%s-%stsunosit5tsolariss%d.%siiitirixtaixs%s-%s.%sitcygwins[\d.]+tdarwin(tget_config_varstMACOSX_DEPLOYMENT_TARGETs0/System/Library/CoreServices/SystemVersion.plists'ProductUserVisibleVersion\s*s(.*?)t.itmacosxs10.4.s-archtCFLAGStfats -arch\s+(\S+)ti386tppctx86_64tinteltfat3tppc64tfat64t universals%Don't know machine value for archs=%ri tPowerPCtPower_Macintoshs%s-%s-%sN(RR(RR (RRR (R#R (RRR#R I(R&R'I($tostnametstringtfindtsystversiontplatformtlentlowerthasattrR treplacetinttretcompiletmatchtgrouptdistutils.sysconfigRtenvirontgettopentIOErrortsearchtreadtclosetNonetjointsplittstriptfindallttupletsortedtsett ValueErrortmaxint(tprefixtitjtlooktosnamethosttreleaseR-tmachinetrel_retmRtcfgvarstmacvert macreleasetftcflagstarchs((s&/usr/lib64/python2.6/distutils/util.pyt get_platforms    !*   ) "            cCstidjo|S|p|S|ddjotd|n|ddjotd|nti|d}xd|jo|idqzW|ptiStii|S(sReturn 'pathname' as a name that will work on the native filesystem, i.e. split it on '/' and put it back together again using the current directory separator. Needed because filenames in the setup script are always supplied in Unix style, and have to be converted to the local convention before we can actually use them in the filesystem. Raises ValueError on non-Unix-ish systems if 'pathname' either starts or ends with a slash. R ispath '%s' cannot be absoluteispath '%s' cannot end with '/'R( R(tsepRHR*RBtremovetcurdirtpathRA(tpathnametpaths((s&/usr/lib64/python2.6/distutils/util.pyt convert_paths  cCstidjoBtii|ptii||Stii||dSn;tidjoKtii|\}}|ddjo|d}ntii||StidjoNtii|\}}|dtijo|d}ntii||Stidjoatii|ptii||Sti|dd}d|d}tii||Snt d tid S( s Return 'pathname' with 'new_root' prepended. If 'pathname' is relative, this is equivalent to "os.path.join(new_root,pathname)". Otherwise, it requires making 'pathname' relative and then joining the two, which is tricky on DOS/Windows and Mac OS. R iRis\tos2tmact:s!nothing known about platform '%s'N( R(R)R^tisabsRAt splitdriveR[R*RBR(tnew_rootR_tdriveR^telements((s&/usr/lib64/python2.6/distutils/util.pyt change_roots,icCstodStidjo@dtijo0ddk}|itidtids00  &     ?