?¡ë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] d Z d d k l Z l Z d d k Z e i d ƒ Z d d d „ Z d d d „ ƒ YZ d S(
sÓ Manage HTTP Response Headers
Much of this module is red-handedly pilfered from email.message in the stdlib,
so portions are Copyright (C) 2001,2002 Python Software Foundation, and were
written by Barry Warsaw.
iÿÿÿÿ( t ListTypet TupleTypeNs [ \(\)<>@,;:\\"/\[\]\?=]i c C s~ | d j oi t | ƒ d j oV | p t i | ƒ o- | i d d ƒ i d d ƒ } d | | f Sd | | f Sn | Sd S( s~ Convenience function to format and return a key=value pair.
This will quote the value if needed or if quote is true.
i s \s \\t "s \"s %s="%s"s %s=%sN( t Nonet lent tspecialst searcht replace( t paramt valuet quote( ( s' /usr/lib64/python2.6/wsgiref/headers.pyt _formatparam s t Headersc B sž e Z d Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z e Z d „ Z
d d „ Z d „ Z
d
„ Z d „ Z d „ Z d
„ Z d „ Z d „ Z RS( s, Manage a collection of HTTP response headersc C s0 t | ƒ t j o t d ƒ ‚ n | | _ d S( Ns+ Headers must be a list of name/value tuples( t typeR t TypeErrort _headers( t selft headers( ( s' /usr/lib64/python2.6/wsgiref/headers.pyt __init__. s c C s
t | i ƒ S( s9 Return the total number of headers, including duplicates.( R R ( R ( ( s' /usr/lib64/python2.6/wsgiref/headers.pyt __len__3 s c C s! | | =| i i | | f ƒ d S( s Set the value of a header.N( R t append( R t namet val( ( s' /usr/lib64/python2.6/wsgiref/headers.pyt __setitem__7 s c C sS | i ƒ } g } | i D]( } | d i ƒ | j o | | q q ~ | i (d S( sy Delete all occurrences of a header, if present.
Does *not* raise an exception if the header is missing.
i N( t lowerR ( R R t _[1]t kv( ( s' /usr/lib64/python2.6/wsgiref/headers.pyt __delitem__<