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_WITH_DIAGNOSTICS_HPP #define BOOST_MYSQL_IMPL_WITH_DIAGNOSTICS_HPP #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace boost { namespace mysql { namespace detail { struct with_diag_handler_fn { template void operator()(Handler&& handler, error_code ec, Args&&... args) { std::exception_ptr exc = ec ? std::make_exception_ptr(error_with_diagnostics(ec, diag)) : std::exception_ptr(); owning_diag.reset(); std::move(handler)(std::move(exc), std::forward(args)...); } // The diagnostics to use, taken from initiation const diagnostics& diag; // Keep alive any allocated diagnostics std::shared_ptr owning_diag; }; // By default, don't modify the signature. // This makes asio::as_tuple(with_diagnostics(X)) equivalent // to asio::as_tuple(X). template struct with_diag_signature { using type = Signature; }; template struct with_diag_signature { using type = R(std::exception_ptr, Args...); }; template struct with_diag_signature { using type = R(std::exception_ptr, Args...) &; }; template struct with_diag_signature { using type = R(std::exception_ptr, Args...) &&; }; #if defined(BOOST_ASIO_HAS_NOEXCEPT_FUNCTION_TYPE) template struct with_diag_signature { using type = R(std::exception_ptr, Args...) noexcept; }; template struct with_diag_signature { using type = R(std::exception_ptr, Args...) & noexcept; }; template struct with_diag_signature { using type = R(std::exception_ptr, Args...) && noexcept; }; #endif // defined(BOOST_ASIO_HAS_NOEXCEPT_FUNCTION_TYPE) // Inheriting from Initiation propagates its executor type, // if any. Required by tokens like asio::cancel_after template struct with_diag_init : public Initiation { template with_diag_init(I&& i) : Initiation(std::forward(i)) { } // We pass the inner token's initiation as 1st arg template void operator()(Handler&& handler, Args&&... args) && { // Find the diagnostics object in the list of arguments using types = mp11::mp_list::type...>; constexpr std::size_t pos = mp11::mp_find::value; // If you're getting an error here, it's because you're trying to use // with_diagnostics with an async function unrelated to Boost.MySQL. static_assert( pos < mp11::mp_size::value, "with_diagnostics only works with Boost.MySQL async functions" ); // Actually get the object diagnostics*& diag = std::get(std::tuple{args...}); // Some functions (e.g. connection_pool) may pass nullptr as diag. // When using this token, allocate a diagnostics instance and overwrite the passed value std::shared_ptr owning_diag; if (!diag) { // The allocator to use auto base_alloc = asio::get_associated_allocator(handler); using alloc_type = typename std::allocator_traits::template rebind_alloc; owning_diag = std::allocate_shared(alloc_type{std::move(base_alloc)}); diag = owning_diag.get(); } // Actually initiate static_cast(*this)( make_intermediate_handler( with_diag_handler_fn{*diag, std::move(owning_diag)}, std::forward(handler) ), std::forward(args)... ); } }; // Did with_diagnostics modify any of the signatures? // We really support only modifying all or none, and that's enough. template using with_diag_has_original_signature = std:: is_same::type>; template using with_diag_has_original_signatures = mp11:: mp_all_of, with_diag_has_original_signature>; template struct with_diagnostics_async_result; // async_result when the signature was modified template struct with_diagnostics_async_result : asio::async_result::type...> { template using maybe_const_token_t = typename std::conditional< std::is_const::type>::value, const CompletionToken, CompletionToken>::type; template static auto initiate(Initiation&& initiation, RawCompletionToken&& token, Args&&... args) -> decltype(asio::async_initiate< maybe_const_token_t, typename with_diag_signature::type...>( with_diag_init::type>{std::forward(initiation)}, access::get_impl(token), std::forward(args)... )) { return asio::async_initiate< maybe_const_token_t, typename with_diag_signature::type...>( with_diag_init::type>{std::forward(initiation)}, access::get_impl(token), std::forward(args)... ); } }; // async_result when the signature wasn't modified (pass-through) template struct with_diagnostics_async_result : asio::async_result { template using maybe_const_token_t = typename std::conditional< std::is_const::type>::value, const CompletionToken, CompletionToken>::type; template static auto initiate(Initiation&& initiation, RawCompletionToken&& token, Args&&... args) -> decltype(asio::async_initiate, Signatures...>( std::forward(initiation), access::get_impl(token), std::forward(args)... )) { return asio::async_initiate, Signatures...>( std::forward(initiation), access::get_impl(token), std::forward(args)... ); } }; } // namespace detail } // namespace mysql namespace asio { template struct async_result, Signatures...> : mysql::detail::with_diagnostics_async_result< CompletionToken, mysql::detail::with_diag_has_original_signatures::value, Signatures...> { }; } // namespace asio } // namespace boost #endif