?¡ë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
Ñò
™ÙÊKc
@ s´ d Z d d g Z d d k Z d d k Z d d k Z d d k l Z l Z d d k l Z d „ Z
d „ Z d „ Z d h d
„ Z d „ Z d „ Z d
d d d d „ Z d d d „ Z d
d „ Z d „ Z d d d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z e i d j o
e Z n+ e i d j o
e Z n e d e i ‚ e d j oR e d d ƒ e d d ƒ e d d ƒ e d d ƒ e d d ƒ e d d ƒ n d S(! s¥
exec_command
Implements exec_command function that is (almost) equivalent to
commands.getstatusoutput function but on NT, DOS systems the
returned status is actually correct (though, the returned status
values may be different by a factor). In addition, exec_command
takes keyword arguments for (re-)defining environment variables.
Provides functions:
exec_command --- execute command in a specified directory and
in the modified environment.
find_executable --- locate a command using info from environment
variable PATH. Equivalent to posix `which`
command.
Author: Pearu Peterson
Created: 11 January 2003
Requires: Python 2.x
Succesfully tested on:
os.name | sys.platform | comments
--------+--------------+----------
posix | linux2 | Debian (sid) Linux, Python 2.1.3+, 2.2.3+, 2.3.3
PyCrust 0.9.3, Idle 1.0.2
posix | linux2 | Red Hat 9 Linux, Python 2.1.3, 2.2.2, 2.3.2
posix | sunos5 | SunOS 5.9, Python 2.2, 2.3.2
posix | darwin | Darwin 7.2.0, Python 2.3
nt | win32 | Windows Me
Python 2.3(EE), Idle 1.0, PyCrust 0.7.2
Python 2.1.1 Idle 0.8
nt | win32 | Windows 98, Python 2.1.1. Idle 0.8
nt | win32 | Cygwin 98-4.10, Python 2.1.1(MSC) - echo tests
fail i.e. redefining environment variables may
not work. FIXED: don't use cygwin echo!
Comment: also `cmd /c echo` will not work
but redefining environment variables do work.
posix | cygwin | Cygwin 98-4.10, Python 2.3.3(cygming special)
nt | win32 | Windows XP, Python 2.3.3
Known bugs:
- Tests, that send messages to stderr, fail when executed from MSYS prompt
because the messages are lost at some point.
t exec_commandt find_executableiÿÿÿÿN( t is_sequencet make_temp_file( t logc C s t ƒ \ } } | i ƒ | S( N( R t close( t fot name( ( sB /usr/lib64/python2.6/site-packages/numpy/distutils/exec_command.pyt temp_file_name9 s
c C sf t i } t i d j oI t i i | ƒ \ } } | i ƒ i d d ƒ } t i i | | ƒ } n | S( Nt ntt dost PYTHONWt PYTHON( s ntR
( t syst
executablet osR t patht splitt uppert replacet join( t pythonexet fdirt fn( ( sB /usr/lib64/python2.6/site-packages/numpy/distutils/exec_command.pyt
get_pythonexe> s c C s) d d k } | i d t ƒ t i | ƒ S( Niÿÿÿÿs+ splitcmdline is deprecated; use shlex.split( t warningst warnt DeprecationWarningt shlexR ( t lineR ( ( sB /usr/lib64/python2.6/site-packages/numpy/distutils/exec_command.pyt splitcmdlineG s c C s4 | | f } y | | SWn t j
o n Xt i d | ƒ | } | d j o t i i d t i ƒ } n t i d j o t i i
} n
d „ } | i d ƒ o | d d !} n d g } t i d j oH t i i | ƒ \ } } d d
d g } | i
ƒ | j o
| } qn t i i | ƒ o
d g }
n: g } | i t i ƒ D] } | t i i | ƒ qP~ }
xª |
D]¢ } t i i | | ƒ } x„ | D]| }
| |
} t i i | ƒ p | | ƒ } n t i i | ƒ o6 t i | t i ƒ o t i d | ƒ | | | <| Sq›WqyWt i d | ƒ d S( sT Return full path of a executable or None.
Symbolic links are not followed.
s find_executable(%r)t PATHt posixc S s | S( ( ( t a( ( sB /usr/lib64/python2.6/site-packages/numpy/distutils/exec_command.pyt _ s t "i iÿÿÿÿt R R
t os2s .exes .coms .bats Found executable %ss Could not locate executable %sN( s nts dosR% ( t KeyErrorR t debugt NoneR t environt gett defpathR R t realpatht
startswitht splitextt lowert isabsR t pathsept abspathR t islinkt isfilet accesst X_OKt goodR ( t exeR t _cachet keyt orig_exeR, t suffixesR t extt extra_suffixest pathst _[1]t pt st f_ext( ( sB /usr/lib64/python2.6/site-packages/numpy/distutils/exec_command.pyR M sJ
9
)
c C sB t i d | ƒ h } x$ | D] } t i i | ƒ | |