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_DETAIL_FORMAT_SQL_HPP #define BOOST_MYSQL_DETAIL_FORMAT_SQL_HPP #include #include #include #include #include #include #include namespace boost { namespace mysql { // Forward decls template struct formatter; class format_context_base; class formattable_ref; class format_arg; namespace detail { class format_state; struct formatter_is_unspecialized { }; template constexpr bool has_specialized_formatter() { return !std::is_base_of::type>>::value; } template struct is_writable_field_ref : is_writable_field::type> { }; template struct is_formattable_ref : std::is_same::type, formattable_ref> { }; // Is T suitable for being the element type of a formattable range? template constexpr bool is_formattable_range_elm_type() { return is_writable_field_ref::value || has_specialized_formatter() || is_formattable_ref::value; } template struct is_formattable_range : std::false_type { }; // Note: T might be a reference. // Using T& + reference collapsing gets the right semantics for non-const ranges template struct is_formattable_range< T, typename std::enable_if< // std::begin and std::end can be called on it, and we can compare values std::is_convertible()) != std::end(std::declval())), bool>:: value && // value_type is either a writable field or a type with a specialized formatter. // We don't support sequences of sequences out of the box (no known use case) is_formattable_range_elm_type()))>() // end of conditions >::type> : std::true_type { }; template constexpr bool is_formattable_type() { return is_formattable_range_elm_type() || is_formattable_range::value; } #ifdef BOOST_MYSQL_HAS_CONCEPTS // If you're getting an error referencing this concept, // it means that you are attempting to format a type that doesn't support it. template concept formattable = // This covers basic types and optionals is_writable_field_ref::value || // This covers custom types that specialized boost::mysql::formatter has_specialized_formatter() || // This covers ranges of formattable types is_formattable_range::value || // This covers passing formattable_ref as a format argument is_formattable_ref::value; #define BOOST_MYSQL_FORMATTABLE ::boost::mysql::detail::formattable #else #define BOOST_MYSQL_FORMATTABLE class #endif // A type-erased argument passed to format. Built-in types are passed // directly in the struct (as a field_view), instead of by pointer, // to reduce the number of do_format instantiations struct formattable_ref_impl { enum class type_t { field, field_with_specs, fn_and_ptr }; struct fn_and_ptr { const void* obj; bool (*format_fn)(const void*, const char*, const char*, format_context_base&); }; union data_t { field_view fv; fn_and_ptr custom; data_t(field_view fv) noexcept : fv(fv) {} data_t(fn_and_ptr v) noexcept : custom(v) {} }; type_t type; data_t data; }; // Create a type-erased formattable_ref_impl from a formattable value template formattable_ref_impl make_formattable_ref(T&& v); BOOST_MYSQL_DECL void vformat_sql_to(format_context_base& ctx, constant_string_view format_str, span args); } // namespace detail } // namespace mysql } // namespace boost #endif