1:45 PM 11/12/2025 ���� 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�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

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 C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// tuple_io.hpp -------------------------------------------------------------- // Copyright (C) 2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // 2001 Gary Powell (gary.powell@sierra.com) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // For more information, see http://www.boost.org // ---------------------------------------------------------------------------- #ifndef BOOST_TUPLE_IO_HPP #define BOOST_TUPLE_IO_HPP #include #include #include #include // This is ugly: one should be using twoargument isspace since whitspace can // be locale dependent, in theory at least. // not all libraries implement have the two-arg version, so we need to // use the one-arg one, which one should get with but there seem // to be exceptions to this. #if !defined (BOOST_NO_STD_LOCALE) #include // for two-arg isspace #else #include // for one-arg (old) isspace #include // Metrowerks does not find one-arg isspace from cctype #endif namespace boost { namespace tuples { namespace detail { class format_info { public: enum manipulator_type { open, close, delimiter }; BOOST_STATIC_CONSTANT(int, number_of_manipulators = delimiter + 1); private: static int get_stream_index (int m) { static const int stream_index[number_of_manipulators] = { std::ios::xalloc(), std::ios::xalloc(), std::ios::xalloc() }; return stream_index[m]; } format_info(const format_info&); format_info(); public: template static CharType get_manipulator(std::basic_ios& i, manipulator_type m) { // The manipulators are stored as long. // A valid instanitation of basic_stream allows CharType to be any POD, // hence, the static_cast may fail (it fails if long is not convertible // to CharType CharType c = static_cast(i.iword(get_stream_index(m)) ); // parentheses and space are the default manipulators if (!c) { switch(m) { case detail::format_info::open : c = i.widen('('); break; case detail::format_info::close : c = i.widen(')'); break; case detail::format_info::delimiter : c = i.widen(' '); break; } } return c; } template static void set_manipulator(std::basic_ios& i, manipulator_type m, CharType c) { // The manipulators are stored as long. // A valid instanitation of basic_stream allows CharType to be any POD, // hence, the static_cast may fail (it fails if CharType is not // convertible long. i.iword(get_stream_index(m)) = static_cast(c); } }; } // end of namespace detail template class tuple_manipulator { const detail::format_info::manipulator_type mt; CharType f_c; public: explicit tuple_manipulator(detail::format_info::manipulator_type m, CharType c = CharType()) : mt(m), f_c(c) {} template void set(std::basic_ios &io) const { detail::format_info::set_manipulator(io, mt, f_c); } }; template inline std::basic_ostream& operator<<(std::basic_ostream& o, const tuple_manipulator& m) { m.set(o); return o; } template inline std::basic_istream& operator>>(std::basic_istream& i, const tuple_manipulator& m) { m.set(i); return i; } template inline tuple_manipulator set_open(const CharType c) { return tuple_manipulator(detail::format_info::open, c); } template inline tuple_manipulator set_close(const CharType c) { return tuple_manipulator(detail::format_info::close, c); } template inline tuple_manipulator set_delimiter(const CharType c) { return tuple_manipulator(detail::format_info::delimiter, c); } // ------------------------------------------------------------- // printing tuples to ostream in format (a b c) // parentheses and space are defaults, but can be overriden with manipulators // set_open, set_close and set_delimiter namespace detail { // Note: The order of the print functions is critical // to let a conforming compiler find and select the correct one. template inline std::basic_ostream& print(std::basic_ostream& o, const cons& t) { return o << t.head; } template inline std::basic_ostream& print(std::basic_ostream& o, const null_type&) { return o; } template inline std::basic_ostream& print(std::basic_ostream& o, const cons& t) { const CharType d = format_info::get_manipulator(o, format_info::delimiter); o << t.head; o << d; return print(o, t.tail); } template inline bool handle_width(std::basic_ostream& o, const T& t) { std::streamsize width = o.width(); if(width == 0) return false; std::basic_ostringstream ss; ss.copyfmt(o); ss.tie(0); ss.width(0); ss << t; o << ss.str(); return true; } } // namespace detail template inline std::basic_ostream& operator<<(std::basic_ostream& o, const null_type& t) { if (!o.good() ) return o; if (detail::handle_width(o, t)) return o; const CharType l = detail::format_info::get_manipulator(o, detail::format_info::open); const CharType r = detail::format_info::get_manipulator(o, detail::format_info::close); o << l; o << r; return o; } template inline std::basic_ostream& operator<<(std::basic_ostream& o, const cons& t) { if (!o.good() ) return o; if (detail::handle_width(o, t)) return o; const CharType l = detail::format_info::get_manipulator(o, detail::format_info::open); const CharType r = detail::format_info::get_manipulator(o, detail::format_info::close); o << l; detail::print(o, t); o << r; return o; } // ------------------------------------------------------------- // input stream operators namespace detail { template inline std::basic_istream& extract_and_check_delimiter( std::basic_istream &is, format_info::manipulator_type del) { const CharType d = format_info::get_manipulator(is, del); #if defined (BOOST_NO_STD_LOCALE) const bool is_delimiter = !isspace(d); #elif defined ( BOOST_BORLANDC ) const bool is_delimiter = !std::use_facet< std::ctype< CharType > > (is.getloc() ).is( std::ctype_base::space, d); #else const bool is_delimiter = (!std::isspace(d, is.getloc()) ); #endif CharType c; if (is_delimiter) { is >> c; if (is.good() && c!=d) { is.setstate(std::ios::failbit); } } else { is >> std::ws; } return is; } template inline std::basic_istream & read (std::basic_istream &is, cons& t1) { if (!is.good()) return is; return is >> t1.head; } template inline std::basic_istream& read(std::basic_istream &is, cons& t1) { if (!is.good()) return is; is >> t1.head; extract_and_check_delimiter(is, format_info::delimiter); return read(is, t1.tail); } } // end namespace detail template inline std::basic_istream& operator>>(std::basic_istream &is, null_type&) { if (!is.good() ) return is; detail::extract_and_check_delimiter(is, detail::format_info::open); detail::extract_and_check_delimiter(is, detail::format_info::close); return is; } template inline std::basic_istream& operator>>(std::basic_istream& is, cons& t1) { if (!is.good() ) return is; detail::extract_and_check_delimiter(is, detail::format_info::open); detail::read(is, t1); detail::extract_and_check_delimiter(is, detail::format_info::close); return is; } } // end of namespace tuples } // end of namespace boost #endif // BOOST_TUPLE_IO_HPP