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) 2009-2011 Artyom Beilis (Tonkikh) // Copyright (c) 2025 Alexander Grund // // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_LOCALE_ENCODING_HPP_INCLUDED #define BOOST_LOCALE_ENCODING_HPP_INCLUDED #include #include #include #include #include #include #include #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif namespace boost { namespace locale { /// \brief Namespace that contains all functions related to character set conversion namespace conv { /// \defgroup Charset conversion functions /// /// @{ /// convert text in range [begin,end) encoded with \a charset to UTF according to policy \a how /// /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template BOOST_LOCALE_DECL std::basic_string to_utf(const char* begin, const char* end, const std::string& charset, method_type how = default_method); /// convert UTF text in range [begin,end) to text encoded with \a charset according to policy \a how /// /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template BOOST_LOCALE_DECL std::string from_utf(const CharType* begin, const CharType* end, const std::string& charset, method_type how = default_method); /// convert \a text encoded with \a charset to UTF according to policy \a how /// /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::basic_string to_utf(const std::string& text, const std::string& charset, method_type how = default_method) { return to_utf(text.c_str(), text.c_str() + text.size(), charset, how); } /// Convert \a text encoded with \a charset to UTF according to policy \a how /// /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::basic_string to_utf(const char* text, const std::string& charset, method_type how = default_method) { return to_utf(text, util::str_end(text), charset, how); } /// convert text in range [begin,end) in locale encoding given by \a loc to UTF according to /// policy \a how /// /// \throws std::bad_cast: \a loc does not have \ref info facet installed /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::basic_string to_utf(const char* begin, const char* end, const std::locale& loc, method_type how = default_method) { return to_utf(begin, end, std::use_facet(loc).encoding(), how); } /// Convert \a text in locale encoding given by \a loc to UTF according to policy \a how /// /// \throws std::bad_cast: \a loc does not have \ref info facet installed /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::basic_string to_utf(const std::string& text, const std::locale& loc, method_type how = default_method) { return to_utf(text, std::use_facet(loc).encoding(), how); } /// Convert \a text in locale encoding given by \a loc to UTF according to policy \a how /// /// \throws std::bad_cast: \a loc does not have \ref info facet installed /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::basic_string to_utf(const char* text, const std::locale& loc, method_type how = default_method) { return to_utf(text, std::use_facet(loc).encoding(), how); } /// convert \a text from UTF to text encoded with \a charset according to policy \a how /// /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::string from_utf(const std::basic_string& text, const std::string& charset, method_type how = default_method) { return from_utf(text.c_str(), text.c_str() + text.size(), charset, how); } /// Convert \a text from UTF to \a charset according to policy \a how /// /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::string from_utf(const CharType* text, const std::string& charset, method_type how = default_method) { return from_utf(text, util::str_end(text), charset, how); } /// Convert UTF text in range [begin,end) to text in locale encoding given by \a loc according to policy \a how /// /// \throws std::bad_cast: \a loc does not have \ref info facet installed /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::string from_utf(const CharType* begin, const CharType* end, const std::locale& loc, method_type how = default_method) { return from_utf(begin, end, std::use_facet(loc).encoding(), how); } /// Convert \a text from UTF to locale encoding given by \a loc according to policy \a how /// /// \throws std::bad_cast: \a loc does not have \ref info facet installed /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::string from_utf(const std::basic_string& text, const std::locale& loc, method_type how = default_method) { return from_utf(text, std::use_facet(loc).encoding(), how); } /// Convert \a text from UTF to locale encoding given by \a loc according to policy \a how /// /// \throws std::bad_cast: \a loc does not have \ref info facet installed /// \throws invalid_charset_error: Character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) template std::string from_utf(const CharType* text, const std::locale& loc, method_type how = default_method) { return from_utf(text, std::use_facet(loc).encoding(), how); } /// Convert a text in range [begin,end) to \a to_encoding from \a from_encoding according to /// policy \a how /// /// \throws invalid_charset_error: Either character set is not supported /// \throws conversion_error: when the conversion fails (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) BOOST_LOCALE_DECL std::string between(const char* begin, const char* end, const std::string& to_encoding, const std::string& from_encoding, method_type how = default_method); /// Convert \a text to \a to_encoding from \a from_encoding according to /// policy \a how /// /// \throws invalid_charset_error: Either character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) inline std::string between(const char* text, const std::string& to_encoding, const std::string& from_encoding, method_type how = default_method) { return between(text, util::str_end(text), to_encoding, from_encoding, how); } /// Convert \a text to \a to_encoding from \a from_encoding according to /// policy \a how /// /// \throws invalid_charset_error: Either character set is not supported /// \throws conversion_error: Conversion failed (e.g. \a how is \c stop and any character cannot be /// encoded or decoded) inline std::string between(const std::string& text, const std::string& to_encoding, const std::string& from_encoding, method_type how = default_method) { return between(text.c_str(), text.c_str() + text.size(), to_encoding, from_encoding, how); } /// @} /// Converter class to decode a narrow string using a local encoding and encode it with UTF template class utf_encoder { std::unique_ptr> impl_; public: using char_type = CharType; using string_type = std::basic_string; /// Create an instance to convert text encoded with \a charset to UTF according to policy \a how /// /// Note: When converting only a single text \ref to_utf is likely faster. /// \throws invalid_charset_error: Character set is not supported utf_encoder(const std::string& charset, method_type how = default_method) : impl_(detail::make_utf_encoder(charset, how)) {} /// Convert text in range [begin,end) to UTF /// /// \throws conversion_error: Conversion failed string_type convert(const char* begin, const char* end) const { return impl_->convert(begin, end); } /// Convert \a text to UTF /// /// \throws conversion_error: Conversion failed string_type convert(const core::string_view text) const { return impl_->convert(text); } /// Convert \a text to UTF /// /// \throws conversion_error: Conversion failed string_type operator()(const core::string_view text) const { return convert(text); } }; /// Converter class to decode an UTF string and encode it using a local encoding template class utf_decoder { std::unique_ptr> impl_; public: using char_type = CharType; using stringview_type = core::basic_string_view; /// Create an instance to convert UTF text to text encoded with \a charset according to policy \a how /// /// Note: When converting only a single text \ref from_utf is likely faster. /// \throws invalid_charset_error: Character set is not supported utf_decoder(const std::string& charset, method_type how = default_method) : impl_(detail::make_utf_decoder(charset, how)) {} /// Convert UTF text in range [begin,end) to local encoding /// /// \throws conversion_error: Conversion failed std::string convert(const CharType* begin, const CharType* end) const { return impl_->convert(begin, end); } /// Convert \a text from UTF to local encoding /// /// \throws conversion_error: Conversion failed std::string convert(const stringview_type& text) const { return impl_->convert(text); } /// Convert \a text from UTF to local encoding /// /// \throws conversion_error: Conversion failed std::string operator()(const stringview_type& text) const { return convert(text); } }; class narrow_converter { std::unique_ptr impl_; public: /// Create converter to convert text from \a src_encoding to \a target_encoding according to policy \a how /// /// \throws invalid_charset_error: Either character set is not supported narrow_converter(const std::string& src_encoding, const std::string& target_encoding, method_type how = default_method) : impl_(detail::make_narrow_converter(src_encoding, target_encoding, how)) {} /// Convert text in range [begin,end) /// /// \throws conversion_error: Conversion failed std::string convert(const char* begin, const char* end) const { return impl_->convert(begin, end); } /// Convert \a text /// /// \throws conversion_error: Conversion failed std::string convert(const core::string_view text) const { return impl_->convert(text); } /// Convert \a text /// /// \throws conversion_error: Conversion failed std::string operator()(const core::string_view text) const { return convert(text); } }; } // namespace conv }} // namespace boost::locale #ifdef BOOST_MSVC # pragma warning(pop) #endif #endif