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 Andrey Semashev 2007 - 2015. * 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) */ /*! * \file formatter_parser.hpp * \author Andrey Semashev * \date 07.04.2008 * * The header contains definition of a formatter parser function, along with facilities to * add support for custom formatters. */ #ifndef BOOST_LOG_UTILITY_SETUP_FORMATTER_PARSER_HPP_INCLUDED_ #define BOOST_LOG_UTILITY_SETUP_FORMATTER_PARSER_HPP_INCLUDED_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef BOOST_HAS_PRAGMA_ONCE #pragma once #endif namespace boost { BOOST_LOG_OPEN_NAMESPACE /*! * Formatter factory base interface. */ template< typename CharT > struct formatter_factory { //! Character type typedef CharT char_type; //! String type typedef std::basic_string< char_type > string_type; //! The formatter function object typedef basic_formatter< char_type > formatter_type; /*! * Type of the map of formatter factory arguments [argument name -> argument value]. * This type of maps will be passed to formatter factories on attempt to create a formatter. */ typedef std::map< string_type, string_type > args_map; /*! * Default constructor */ BOOST_DEFAULTED_FUNCTION(formatter_factory(), {}) /*! * Virtual destructor */ virtual ~formatter_factory() {} /*! * The function creates a formatter for the specified attribute. * * \param name Attribute name * \param args Formatter arguments */ virtual formatter_type create_formatter(attribute_name const& name, args_map const& args) = 0; BOOST_DELETED_FUNCTION(formatter_factory(formatter_factory const&)) BOOST_DELETED_FUNCTION(formatter_factory& operator= (formatter_factory const&)) }; /*! * Base class for formatter factories. This class provides default implementation of formatter expressions for * types supporting stream output. The factory does not take into account any additional parameters that may be specified. */ template< typename CharT, typename AttributeValueT > class basic_formatter_factory : public formatter_factory< CharT > { private: typedef formatter_factory< CharT > base_type; public: //! Attribute value type typedef AttributeValueT value_type; // Type imports from the base class typedef typename base_type::formatter_type formatter_type; typedef typename base_type::args_map args_map; /*! * The function creates a formatter for the specified attribute. * * \param name Attribute name * \param args Formatter arguments */ formatter_type create_formatter(attribute_name const& name, args_map const& args) { return formatter_type(expressions::stream << expressions::attr< value_type >(name)); } }; /*! * \brief The function registers a user-defined formatter factory * * The function registers a user-defined formatter factory. The registered factory function will be * called when the formatter parser detects the specified attribute name in the formatter string. * * \pre !!attr_name && !!factory. * * \param attr_name Attribute name * \param factory Pointer to the formatter factory */ template< typename CharT > BOOST_LOG_SETUP_API void register_formatter_factory( attribute_name const& attr_name, shared_ptr< formatter_factory< CharT > > const& factory); /*! * \brief The function registers a user-defined formatter factory * * The function registers a user-defined formatter factory. The registered factory function will be * called when the formatter parser detects the specified attribute name in the formatter string. * * \pre !!attr_name && !!factory. * * \param attr_name Attribute name * \param factory Pointer to the formatter factory */ template< typename FactoryT > inline typename boost::enable_if_c< is_base_and_derived< formatter_factory< typename FactoryT::char_type >, FactoryT >::value >::type register_formatter_factory(attribute_name const& attr_name, shared_ptr< FactoryT > const& factory) { typedef formatter_factory< typename FactoryT::char_type > factory_base; register_formatter_factory(attr_name, boost::static_pointer_cast< factory_base >(factory)); } /*! * \brief The function registers a simple formatter factory * * The function registers a simple formatter factory. The registered factory will generate formatters * that will be equivalent to the log::expressions::attr formatter (i.e. that will use the * native \c operator<< to format the attribute value). The factory does not use any arguments from the format string, * if specified. * * \pre !!attr_name. * * \param attr_name Attribute name */ template< typename AttributeValueT, typename CharT > inline void register_simple_formatter_factory(attribute_name const& attr_name) { shared_ptr< formatter_factory< CharT > > factory = boost::make_shared< basic_formatter_factory< CharT, AttributeValueT > >(); register_formatter_factory(attr_name, factory); } /*! * The function parses a formatter from the sequence of characters * * \pre begin <= end, both pointers must not be NULL * \param begin Pointer to the first character of the sequence * \param end Pointer to the after-the-last character of the sequence * \return The parsed formatter. * * \b Throws: An std::exception-based exception, if a formatter cannot be recognized in the character sequence. */ template< typename CharT > BOOST_LOG_SETUP_API basic_formatter< CharT > parse_formatter(const CharT* begin, const CharT* end); /*! * The function parses a formatter from the string * * \param str A string that contains format description * \return The parsed formatter. * * \b Throws: An std::exception-based exception, if a formatter cannot be recognized in the character sequence. */ template< typename CharT, typename TraitsT, typename AllocatorT > inline basic_formatter< CharT > parse_formatter(std::basic_string< CharT, TraitsT, AllocatorT > const& str) { const CharT* p = str.c_str(); return parse_formatter(p, p + str.size()); } /*! * The function parses a formatter from the string * * \pre str != NULL, str points to a zero-terminated string * \param str A string that contains format description. * \return The parsed formatter. * * \b Throws: An std::exception-based exception, if a formatter cannot be recognized in the character sequence. */ template< typename CharT > inline basic_formatter< CharT > parse_formatter(const CharT* str) { return parse_formatter(str, str + std::char_traits< CharT >::length(str)); } BOOST_LOG_CLOSE_NAMESPACE // namespace log } // namespace boost #include #endif // BOOST_LOG_UTILITY_SETUP_FORMATTER_PARSER_HPP_INCLUDED_