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_RESULTS_IMPL_IPP #define BOOST_MYSQL_IMPL_RESULTS_IMPL_IPP #pragma once #include #include boost::mysql::detail::per_resultset_data& boost::mysql::detail::resultset_container::emplace_back() { if (!first_has_data_) { first_ = per_resultset_data(); first_has_data_ = true; return first_; } else { rest_.emplace_back(); return rest_.back(); } } boost::mysql::row_view boost::mysql::detail::results_impl::get_out_params() const noexcept { BOOST_ASSERT(is_complete()); for (std::size_t i = 0; i < per_result_.size(); ++i) { if (per_result_[i].is_out_params) { auto res = get_rows(i); return res.empty() ? row_view() : res[0]; } } return row_view(); } void boost::mysql::detail::results_impl::reset_impl() noexcept { meta_.clear(); per_result_.clear(); info_.clear(); rows_.clear(); num_fields_at_batch_start_ = no_batch; } void boost::mysql::detail::results_impl::on_num_meta_impl(std::size_t num_columns) { auto& resultset_data = add_resultset(); meta_.reserve(meta_.size() + num_columns); resultset_data.num_columns = num_columns; } boost::mysql::error_code boost::mysql::detail::results_impl:: on_head_ok_packet_impl(const ok_view& pack, diagnostics&) { add_resultset(); on_ok_packet_impl(pack); return error_code(); } boost::mysql::error_code boost::mysql::detail::results_impl:: on_meta_impl(const coldef_view& coldef, bool, diagnostics&) { meta_.push_back(create_meta(coldef)); return error_code(); } boost::mysql::error_code boost::mysql::detail::results_impl:: on_row_impl(span msg, const output_ref&, std::vector&) { BOOST_ASSERT(has_active_batch()); // add row storage std::size_t num_fields = current_resultset().num_columns; span storage = rows_.add_fields(num_fields); ++current_resultset().num_rows; // deserialize the row auto err = deserialize_row(encoding(), msg, current_resultset_meta(), storage); if (err) return err; return error_code(); } boost::mysql::error_code boost::mysql::detail::results_impl::on_row_ok_packet_impl(const ok_view& pack) { on_ok_packet_impl(pack); return error_code(); } void boost::mysql::detail::results_impl::on_row_batch_start_impl() { BOOST_ASSERT(!has_active_batch()); num_fields_at_batch_start_ = rows_.fields().size(); } void boost::mysql::detail::results_impl::on_row_batch_finish_impl() { finish_batch(); } void boost::mysql::detail::results_impl::finish_batch() { if (has_active_batch()) { rows_.copy_strings_as_offsets( num_fields_at_batch_start_, rows_.fields().size() - num_fields_at_batch_start_ ); num_fields_at_batch_start_ = no_batch; } } boost::mysql::detail::per_resultset_data& boost::mysql::detail::results_impl::add_resultset() { // Allocate a new per-resultset object auto& resultset_data = per_result_.emplace_back(); resultset_data.meta_offset = meta_.size(); resultset_data.field_offset = rows_.fields().size(); resultset_data.info_offset = info_.size(); return resultset_data; } void boost::mysql::detail::results_impl::on_ok_packet_impl(const ok_view& pack) { auto& resultset_data = current_resultset(); resultset_data.affected_rows = pack.affected_rows; resultset_data.last_insert_id = pack.last_insert_id; resultset_data.warnings = pack.warnings; resultset_data.info_size = pack.info.size(); resultset_data.has_ok_packet_data = true; resultset_data.is_out_params = pack.is_out_params(); info_.insert(info_.end(), pack.info.begin(), pack.info.end()); if (!pack.more_results()) { finish_batch(); rows_.offsets_to_string_views(); } } #endif