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) 2012 Artyom Beilis (Tonkikh) // // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_NOWIDE_FSTREAM_HPP_INCLUDED #define BOOST_NOWIDE_FSTREAM_HPP_INCLUDED #include #include #include #include #include #include namespace boost { namespace nowide { /// \cond INTERNAL namespace detail { // clang-format off struct StreamTypeIn { static std::ios_base::openmode mode() { return std::ios_base::in; } static std::ios_base::openmode mode_modifier() { return mode(); } template struct stream_base{ using type = std::basic_istream; }; }; struct StreamTypeOut { static std::ios_base::openmode mode() { return std::ios_base::out; } static std::ios_base::openmode mode_modifier() { return mode(); } template struct stream_base{ using type = std::basic_ostream; }; }; struct StreamTypeInOut { static std::ios_base::openmode mode() { return std::ios_base::in | std::ios_base::out; } static std::ios_base::openmode mode_modifier() { return std::ios_base::openmode(); } template struct stream_base{ using type = std::basic_iostream; }; }; // clang-format on /// Base class for all basic_*fstream classes /// Contains basic_filebuf instance so its pointer can be used to construct basic_*stream /// Provides common functions to reduce boilerplate code including inheriting from /// the correct std::basic_[io]stream class and initializing it /// \tparam T_StreamType One of StreamType* above. /// Class used instead of value, because openmode::operator| may not be constexpr /// \tparam FileBufType Discriminator to force a differing ABI if depending on the contained filebuf template class fstream_impl; } // namespace detail /// \endcond /// /// \brief Same as std::basic_ifstream but accepts UTF-8 strings under Windows /// /// Affected by #BOOST_NOWIDE_USE_FILEBUF_REPLACEMENT and #BOOST_NOWIDE_USE_WCHAR_OVERLOADS template> class basic_ifstream : public detail::fstream_impl { using fstream_impl = detail::fstream_impl; public: basic_ifstream() {} explicit basic_ifstream(const char* file_name, std::ios_base::openmode mode = std::ios_base::in) { open(file_name, mode); } #if BOOST_NOWIDE_USE_WCHAR_OVERLOADS explicit basic_ifstream(const wchar_t* file_name, std::ios_base::openmode mode = std::ios_base::in) { open(file_name, mode); } #endif explicit basic_ifstream(const std::string& file_name, std::ios_base::openmode mode = std::ios_base::in) { open(file_name, mode); } template explicit basic_ifstream(const Path& file_name, detail::enable_if_path_t mode = std::ios_base::in) { open(file_name, mode); } using fstream_impl::open; using fstream_impl::is_open; using fstream_impl::close; using fstream_impl::rdbuf; using fstream_impl::swap; basic_ifstream(const basic_ifstream&) = delete; basic_ifstream& operator=(const basic_ifstream&) = delete; basic_ifstream(basic_ifstream&& other) noexcept : fstream_impl(std::move(other)) {} basic_ifstream& operator=(basic_ifstream&& rhs) noexcept { fstream_impl::operator=(std::move(rhs)); return *this; } }; /// /// \brief Same as std::basic_ofstream but accepts UTF-8 strings under Windows /// /// Affected by #BOOST_NOWIDE_USE_FILEBUF_REPLACEMENT and #BOOST_NOWIDE_USE_WCHAR_OVERLOADS template> class basic_ofstream : public detail::fstream_impl { using fstream_impl = detail::fstream_impl; public: basic_ofstream() {} explicit basic_ofstream(const char* file_name, std::ios_base::openmode mode = std::ios_base::out) { open(file_name, mode); } #if BOOST_NOWIDE_USE_WCHAR_OVERLOADS explicit basic_ofstream(const wchar_t* file_name, std::ios_base::openmode mode = std::ios_base::out) { open(file_name, mode); } #endif explicit basic_ofstream(const std::string& file_name, std::ios_base::openmode mode = std::ios_base::out) { open(file_name, mode); } template explicit basic_ofstream(const Path& file_name, detail::enable_if_path_t mode = std::ios_base::out) { open(file_name, mode); } using fstream_impl::open; using fstream_impl::is_open; using fstream_impl::close; using fstream_impl::rdbuf; using fstream_impl::swap; basic_ofstream(const basic_ofstream&) = delete; basic_ofstream& operator=(const basic_ofstream&) = delete; basic_ofstream(basic_ofstream&& other) noexcept : fstream_impl(std::move(other)) {} basic_ofstream& operator=(basic_ofstream&& rhs) { fstream_impl::operator=(std::move(rhs)); return *this; } }; #ifdef BOOST_MSVC #pragma warning(push) #pragma warning(disable : 4250) // : inherits via dominance #endif /// /// \brief Same as std::basic_fstream but accepts UTF-8 strings under Windows /// /// Affected by #BOOST_NOWIDE_USE_FILEBUF_REPLACEMENT and #BOOST_NOWIDE_USE_WCHAR_OVERLOADS template> class basic_fstream : public detail::fstream_impl { using fstream_impl = detail::fstream_impl; public: basic_fstream() {} explicit basic_fstream(const char* file_name, std::ios_base::openmode mode = std::ios_base::in | std::ios_base::out) { open(file_name, mode); } #if BOOST_NOWIDE_USE_WCHAR_OVERLOADS explicit basic_fstream(const wchar_t* file_name, std::ios_base::openmode mode = std::ios_base::in | std::ios_base::out) { open(file_name, mode); } #endif explicit basic_fstream(const std::string& file_name, std::ios_base::openmode mode = std::ios_base::in | std::ios_base::out) { open(file_name, mode); } template explicit basic_fstream(const Path& file_name, detail::enable_if_path_t mode = std::ios_base::in | std::ios_base::out) { open(file_name, mode); } using fstream_impl::open; using fstream_impl::is_open; using fstream_impl::close; using fstream_impl::rdbuf; using fstream_impl::swap; basic_fstream(const basic_fstream&) = delete; basic_fstream& operator=(const basic_fstream&) = delete; basic_fstream(basic_fstream&& other) noexcept : fstream_impl(std::move(other)) {} basic_fstream& operator=(basic_fstream&& rhs) { fstream_impl::operator=(std::move(rhs)); return *this; } }; template void swap(basic_ifstream& lhs, basic_ifstream& rhs) { lhs.swap(rhs); } template void swap(basic_ofstream& lhs, basic_ofstream& rhs) { lhs.swap(rhs); } template void swap(basic_fstream& lhs, basic_fstream& rhs) { lhs.swap(rhs); } /// /// Same as std::filebuf but accepts UTF-8 strings under Windows /// using filebuf = basic_filebuf; /// /// Same as std::ifstream but accepts UTF-8 strings under Windows /// and *\::filesystem::path on all systems /// using ifstream = basic_ifstream; /// /// Same as std::ofstream but accepts UTF-8 strings under Windows /// and *\::filesystem::path on all systems /// using ofstream = basic_ofstream; /// /// Same as std::fstream but accepts UTF-8 strings under Windows /// and *\::filesystem::path on all systems /// using fstream = basic_fstream; // Implementation namespace detail { /// Holds an instance of T /// Required to make sure this is constructed first before passing it to sibling classes template struct buf_holder { T buf_; }; template class fstream_impl : private buf_holder>, // must be first due to init order public T_StreamType::template stream_base::type { using internal_buffer_type = basic_filebuf; using base_buf_holder = buf_holder; using stream_base = typename T_StreamType::template stream_base::type; public: using stream_base::setstate; using stream_base::clear; protected: using base_buf_holder::buf_; fstream_impl() : stream_base(&buf_) {} fstream_impl(const fstream_impl&) = delete; fstream_impl& operator=(const fstream_impl&) = delete; // coverity[exn_spec_violation] fstream_impl(fstream_impl&& other) noexcept : base_buf_holder(std::move(other)), stream_base(std::move(other)) { this->set_rdbuf(rdbuf()); } fstream_impl& operator=(fstream_impl&& rhs) noexcept { base_buf_holder::operator=(std::move(rhs)); stream_base::operator=(std::move(rhs)); return *this; } void swap(fstream_impl& other) { stream_base::swap(other); rdbuf()->swap(*other.rdbuf()); } void open(const std::string& file_name, std::ios_base::openmode mode = T_StreamType::mode()) { open(file_name.c_str(), mode); } template detail::enable_if_path_t open(const Path& file_name, std::ios_base::openmode mode = T_StreamType::mode()) { open(file_name.c_str(), mode); } void open(const char* file_name, std::ios_base::openmode mode = T_StreamType::mode()) { if(!rdbuf()->open(file_name, mode | T_StreamType::mode_modifier())) setstate(std::ios_base::failbit); else clear(); } #if BOOST_NOWIDE_USE_WCHAR_OVERLOADS void open(const wchar_t* file_name, std::ios_base::openmode mode = T_StreamType::mode()) { if(!rdbuf()->open(file_name, mode | T_StreamType::mode_modifier())) setstate(std::ios_base::failbit); else clear(); } #endif bool is_open() { return rdbuf()->is_open(); } bool is_open() const { return rdbuf()->is_open(); } void close() { if(!rdbuf()->close()) setstate(std::ios_base::failbit); } internal_buffer_type* rdbuf() const { return const_cast(&buf_); } }; #ifdef BOOST_MSVC #pragma warning(pop) #endif } // namespace detail } // namespace nowide } // namespace boost #endif