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
// // Copyright (c) 2019-2025 Ruben Perez Hidalgo (rubenperez038 at gmail dot 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) // #ifndef BOOST_MYSQL_IMPL_FIELD_VIEW_HPP #define BOOST_MYSQL_IMPL_FIELD_VIEW_HPP #pragma once #include #include #include #include #include #include namespace boost { namespace mysql { namespace detail { inline bool blobs_equal(blob_view b1, blob_view b2) { if (b1.size() != b2.size()) return false; return b1.empty() || std::memcmp(b1.data(), b2.data(), b2.size()) == 0; } } // namespace detail } // namespace mysql } // namespace boost BOOST_CXX14_CONSTEXPR inline boost::mysql::field_kind boost::mysql::field_view::kind() const noexcept { switch (impl_.ikind) { case internal_kind::null: return field_kind::null; case internal_kind::int64: return field_kind::int64; case internal_kind::uint64: return field_kind::uint64; case internal_kind::string: return field_kind::string; case internal_kind::blob: return field_kind::blob; case internal_kind::float_: return field_kind::float_; case internal_kind::double_: return field_kind::double_; case internal_kind::date: return field_kind::date; case internal_kind::datetime: return field_kind::datetime; case internal_kind::time: return field_kind::time; case internal_kind::field_ptr: return impl_.repr.field_ptr->kind(); // sv_offset values must be converted via offset_to_string_view before calling any other fn default: return field_kind::null; } } BOOST_CXX14_CONSTEXPR std::int64_t boost::mysql::field_view::as_int64() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::int64); return impl_.repr.int64; } BOOST_CXX14_CONSTEXPR std::uint64_t boost::mysql::field_view::as_uint64() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::uint64); return impl_.repr.uint64; } BOOST_CXX14_CONSTEXPR boost::mysql::string_view boost::mysql::field_view::as_string() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::string); return impl_.repr.string; } BOOST_CXX14_CONSTEXPR boost::mysql::blob_view boost::mysql::field_view::as_blob() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::blob); return impl_.repr.blob; } BOOST_CXX14_CONSTEXPR float boost::mysql::field_view::as_float() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::float_); return impl_.repr.float_; } BOOST_CXX14_CONSTEXPR double boost::mysql::field_view::as_double() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::double_); return impl_.repr.double_; } BOOST_CXX14_CONSTEXPR boost::mysql::date boost::mysql::field_view::as_date() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::date); return impl_.repr.date_; } BOOST_CXX14_CONSTEXPR boost::mysql::datetime boost::mysql::field_view::as_datetime() const { if (is_field_ptr()) return impl_.repr.field_ptr->as(); check_kind(internal_kind::datetime); return impl_.repr.datetime_; } BOOST_CXX14_CONSTEXPR boost::mysql::time boost::mysql::field_view::as_time() const { if (is_field_ptr()) return impl_.repr.field_ptr->as