?¡ë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 @s‹dZdZddkZddkZddkTddklZddkTddkl Z ddk l Z d„Z d efd „ƒYZ dS( s´distutils.command.build_clib Implements the Distutils 'build_clib' command, to build a C/C++ library that is included in the module distribution and needed by an extension module.s6$Id: build_clib.py 37828 2004-11-10 22:23:15Z loewis $iÿÿÿÿN(t*(tCommand(tcustomize_compiler(tlogcCsddkl}|ƒdS(Niÿÿÿÿ(tshow_compilers(tdistutils.ccompilerR(R((s4/usr/lib64/python2.6/distutils/command/build_clib.pyRst build_clibcBsƒeZdZdddddgZdd gZdddefgZd„Zd„Z d„Z d„Z d„Z d„Z d„ZRS(s/build C/C++ libraries used by Python extensionss build-clibtbs%directory to build C/C++ libraries tos build-temptts,directory to put temporary build by-productstdebugtgs"compile with debugging informationtforcetfs2forcibly build everything (ignore file timestamps)s compiler=tcsspecify the compiler types help-compilerslist available compilerscCsUd|_d|_d|_d|_d|_d|_d|_d|_d|_ dS(Ni( tNoneRt build_tempt librariest include_dirstdefinetundefR R tcompiler(tself((s4/usr/lib64/python2.6/distutils/command/build_clib.pytinitialize_options9s        cCs¬|idddd d d ƒ|ii|_|io|i|iƒn|idjo|iipg|_nt|iƒtjoti |it i ƒ|_ndS( NtbuildRRRR R (s build_temps build_clib(s build_temps build_temp(scompilerscompiler(sdebugsdebug(sforcesforce( tset_undefined_optionst distributionRtcheck_library_listRRttypet StringTypetstringtsplittostpathsep(R((s4/usr/lib64/python2.6/distutils/command/build_clib.pytfinalize_optionsKs   cCs|ipdSddkl}|d|id|id|iƒ|_t|iƒ|idj o|ii |iƒn|i dj o1x.|i D]\}}|ii ||ƒq”Wn|i dj o(x%|i D]}|ii |ƒqÕWn|i|iƒdS(Niÿÿÿÿ(t new_compilerRtdry_runR (RRR"RR#R RRRtset_include_dirsRt define_macroRtundefine_macrotbuild_libraries(RR"tnametvaluetmacro((s4/usr/lib64/python2.6/distutils/command/build_clib.pytrunis$     cCst|ƒtj o td‚nxß|D]×}t|ƒtj o t|ƒdjo td‚nt|dƒtj otdd‚nd|djp$tidjo-ti|djotdd |d‚nt|d ƒtj otd d ‚q'q'Wd S(s:Ensure that the list of libraries (presumably provided as a command option 'libraries') is valid, i.e. it is a list of 2-tuples, where the tuples are (library_name, build_info_dict). Raise DistutilsSetupError if the structure is invalid anywhere; just returns otherwise.s+'libraries' option must be a list of tuplesis*each element of 'libraries' must a 2-tupleis+first element of each tuple in 'libraries' s#must be a string (the library name)t/sbad library name '%s': s$may not contain directory separatorsis,second element of each tuple in 'libraries' s!must be a dictionary (build info)N( RtListTypetDistutilsSetupErrort TupleTypetlenRRtseptDictionaryType(RRtlib((s4/usr/lib64/python2.6/distutils/command/build_clib.pyR„s*  &  5cCs@|ipdSg}x$|iD]\}}|i|ƒqW|S(N(RRtappend(Rt lib_namestlib_namet build_info((s4/usr/lib64/python2.6/distutils/command/build_clib.pytget_library_namesªs  cCs‡|i|iƒg}xj|iD]_\}}|idƒ}|djpt|ƒttfjotd|‚n|i|ƒq W|S(Ntsourcessfin 'libraries' option (library '%s'), 'sources' must be present and must be a list of source filenames( RRtgetRRR-R/R.textend(Rt filenamesR6R7R9((s4/usr/lib64/python2.6/distutils/command/build_clib.pytget_source_files¹s   c Csøxñ|D]é\}}|idƒ}|djpt|ƒttfjotddd|‚nt|ƒ}tid|ƒ|idƒ}|idƒ}|i i |d|i d|d|d |i ƒ}|i i ||d|id |i ƒqWdS( NR9s&in 'libraries' option (library '%s'), s&'sources' must be present and must be sa list of source filenamessbuilding '%s' librarytmacrosRt output_dirR (R:RRR-R/R.tlistRtinfoRtcompileRR tcreate_static_libR(RRR6R7R9R>Rtobjects((s4/usr/lib64/python2.6/distutils/command/build_clib.pyR'Ës& &    (s build-clibRs%directory to build C/C++ libraries to(s build-tempRs,directory to put temporary build by-products(sdebugR s"compile with debugging information(sforceR s2forcibly build everything (ignore file timestamps)(s compiler=R sspecify the compiler typeN(t__name__t __module__t descriptiont user_optionstboolean_optionsRRt help_optionsRR!R+RR8R=R'(((s4/usr/lib64/python2.6/distutils/command/build_clib.pyR!s*      &  (t__doc__t __revision__RRttypestdistutils.coreRtdistutils.errorstdistutils.sysconfigRt distutilsRRR(((s4/usr/lib64/python2.6/distutils/command/build_clib.pyts