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/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
i fa @ s d Z d d d d g Z d Z d Z d Z d Z y d d
l m Z m Z Wn e k
rj d Z d Z Yn Xd d
Z
d d Z d d d Z d d d d Z
d d d Z d d d Z d d Z d d Z d d Z e d k r e n d S)zHConversions to/from quoted-printable transport encoding as per RFC 1521.encodedecodeencodestringdecodestring =L s 0123456789ABCDEF )a2b_qpb2a_qpNc C sG | d k r | S| d k r | S| t k pF d | k oC d k n S)zDecide whether a particular byte ordinal needs to be quoted.
The 'quotetabs' flag indicates whether embedded tabs and spaces should be
quoted. Note that line-ending tabs and spaces are always encoded, as per
RFC 1521.
s _ ~)ESCAPE)c quotetabsheader r +/opt/alt/python34/lib64/python3.4/quopri.pyneedsquoting s
r c C s0 t | } t t t | d t | d f S)zQuote a single character. )ordr bytesHEX)r r r r quote$ s r Fc
C s t d k rA | j } t | d | d | } | j | d S| d d d } d } x>| j } | sr Pn g } d }
| d
d d k r | d d } d }
n xm | D]e } t | f } t | | | r t | } n | r| d k r| j d
q | j | q W| d k r6| | n t j | } xH t
| t k r| | d t d d d | t d d } qHW| } q\ W| d k r| | d |
n d S)av Read 'input', apply quoted-printable encoding, and write to 'output'.
'input' and 'output' are binary file objects. The 'quotetabs' flag
indicates whether embedded tabs and spaces should be quoted. Note that
line-ending tabs and spaces are always encoded, as per RFC 1521.
The 'header' flag indicates whether we are encoding spaces as _ as per RFC
1522.Nr r s
c S s | rN | d d d k rN | j | d d t | d d | n7 | d k rt | j t | | n | j | | d S)N s .r r )writer )soutputlineEndr r r r ; s
2zencode..writer r r r r s =
r r )r
readr readliner r r appendEMPTYSTRINGjoinlenMAXLINESIZE)
inputr r r dataodatar ZprevlinelineZoutlineZstrippedr Zthisliner r r r , s@
c C sd t d k r" t | d | d | Sd d l m } | | } | } t | | | | | j S)Nr r r )BytesIO)r
ior, r getvalue)r r r r, infpoutfpr r r r j s c C s t d k r; | j } t | d | } | j | d Sd } x4| j } | sZ Pn d t | } } | d k r | | d | d k r d } | d } x= | d k r | | d | d k r | d } q Wn d } xn| | k rS| | | d }
|
d k r/| r/| d } | d } q |
t k rR| |
} | d } q | d | k rs| rsd } Pq | d | k r| | d | d
t k r| t } | d
} q | d
| k r<t | | d | d
r<t | | d
| d r<| t t | | d | d f } | d } q | |
} | d } q W| sD | j | d d } qD qD W| r| j | n d S)zRead 'input', apply quoted-printable decoding, and write to 'output'.
'input' and 'output' are binary file objects.
If 'header' is true, decode underscore as space (per RFC 1522).Nr r r r s
s
r r ) r r! r r" r&