���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��403
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/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php on line 116

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php on line 243

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php on line 244

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php on line 245

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php on line 246

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/IXR/index.php on line 248
 {fc@s5dZddlZddlZdddYZdS(s File-like objects that read from or write to a bsddb record. This implements (nearly) all stdio methods. f = DBRecIO(db, key, txn=None) f.close() # explicitly release resources held flag = f.isatty() # always false pos = f.tell() # get current position f.seek(pos) # set current position f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF buf = f.read() # read until EOF buf = f.read(n) # read up to n bytes f.truncate([size]) # truncate file at to at most size (default: current pos) f.write(buf) # write at current position f.writelines(list) # for line in list: f.write(line) Notes: - fileno() is left unimplemented so that code which uses it triggers an exception early. - There's a simple test set (see end of this file) - not yet updated for DBRecIO. - readline() is not implemented yet. From: Itamar Shtull-Trauring iNtDBRecIOcBsteZd dZdZdZddZdZddZdZ d d Z d Z d Z d Z RS(cCsC||_||_||_d|_d|_d|_d|_dS(Ni(tdbtkeyttxntNonetlentpostclosedt softspace(tselfRRR((s%/usr/lib64/python2.7/bsddb/dbrecio.pyt__init__#s      cCs%|js!d|_|`|`ndS(Ni(RRR(R ((s%/usr/lib64/python2.7/bsddb/dbrecio.pytclose,s  cCs|jrtdndS(NsI/O operation on closed filei(Rt ValueError(R ((s%/usr/lib64/python2.7/bsddb/dbrecio.pytisatty1s  icCsc|jrtdn|dkr1||j}n|dkrM||j}ntd||_dS(NsI/O operation on closed fileiii(RR RRtmax(R Rtmode((s%/usr/lib64/python2.7/bsddb/dbrecio.pytseek6s    cCs|jrtdn|jS(NsI/O operation on closed file(RR R(R ((s%/usr/lib64/python2.7/bsddb/dbrecio.pyttell?s  icCs|jrtdn|dkr-|j}nt|j||j}||j}|jj|jd|jd|d|j}||_|S(NsI/O operation on closed fileiRtdlentdoff( RR RtminRRtgetRR(R tntnewposRtr((s%/usr/lib64/python2.7/bsddb/dbrecio.pytreadDs     - s| def readline(self, length=None): if self.closed: raise ValueError, "I/O operation on closed file" if self.buflist: self.buf = self.buf + string.joinfields(self.buflist, '') self.buflist = [] i = string.find(self.buf, ' ', self.pos) if i < 0: newpos = self.len else: newpos = i+1 if length is not None: if self.pos + length < newpos: newpos = self.pos + length r = self.buf[self.pos:newpos] self.pos = newpos return r def readlines(self, sizehint = 0): total = 0 lines = [] line = self.readline() while line: lines.append(line) total += len(line) if 0 < sizehint <= total: break line = self.readline() return lines c Cs|jrtdn|dkr-|j}n<|dkrNttjdn||jkri||_n|jj|j dd|j d|j |d|dS(NsI/O operation on closed fileisNegative size not allowedtRRR( RR RRtIOErrorterrnotEINVALRtputRRR(R tsize((s%/usr/lib64/python2.7/bsddb/dbrecio.pyttruncaters        c Cs|jrtdn|sdS|j|jkr^|jjd|j|j|j|_n|jt|}|jj|j|d|j dt|d|j||_dS(NsI/O operation on closed filesRRR( RR RRtbuflisttappendRRRR(R tsR((s%/usr/lib64/python2.7/bsddb/dbrecio.pytwrite~s  4cCs|jtj|ddS(NR(R$tstringt joinfields(R tlist((s%/usr/lib64/python2.7/bsddb/dbrecio.pyt writelinesscCs|jrtdndS(NsI/O operation on closed file(RR (R ((s%/usr/lib64/python2.7/bsddb/dbrecio.pytflushs N(t__name__t __module__RR R R RRRt_DBRecIO__fixmeR R$R(R)(((s%/usr/lib64/python2.7/bsddb/dbrecio.pyR"s    , ((t__doc__RR%R(((s%/usr/lib64/python2.7/bsddb/dbrecio.pyts