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 2013-2025 Antony Polukhin. // // // 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_TYPE_INDEX_TYPE_INDEX_FACADE_HPP #define BOOST_TYPE_INDEX_TYPE_INDEX_FACADE_HPP #include #if !defined(BOOST_USE_MODULES) || defined(BOOST_TYPE_INDEX_INTERFACE_UNIT) #if !defined(BOOST_TYPE_INDEX_INTERFACE_UNIT) #include #include #include #include // for std::basic_ostream #include #include #endif #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif namespace boost { namespace typeindex { BOOST_TYPE_INDEX_BEGIN_MODULE_EXPORT /// \class type_index_facade /// /// This class takes care about the comparison operators, hash functions and /// ostream operators. Use this class as a public base class for defining new /// type_info-conforming classes. /// /// \b Example: /// \code /// class stl_type_index: public type_index_facade /// { /// public: /// typedef std::type_info type_info_t; /// private: /// const type_info_t* data_; /// /// public: /// stl_type_index(const type_info_t& data) noexcept /// : data_(&data) /// {} /// // ... /// }; /// \endcode /// /// \tparam Derived Class derived from type_index_facade. /// \tparam TypeInfo Class that will be used as a base type_info class. /// \note Take a look at the protected methods. They are \b not \b defined in type_index_facade. /// Protected member functions raw_name() \b must be defined in Derived class. All the other /// methods are mandatory. /// \see 'Making a custom type_index' section for more information about /// creating your own type_index using type_index_facade. template class type_index_facade { private: /// @cond BOOST_CXX14_CONSTEXPR const Derived & derived() const noexcept { return *static_cast(this); } /// @endcond public: typedef TypeInfo type_info_t; /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. /// \return Name of a type. By default returns Derived::raw_name(). inline const char* name() const noexcept { return derived().raw_name(); } /// \b Override: This function \b may be redefined in Derived class. Overrides may throw. /// \return Human readable type name. By default returns Derived::name(). inline std::string pretty_name() const { return derived().name(); } /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. /// \return True if two types are equal. By default compares types by raw_name(). inline bool equal(const Derived& rhs) const noexcept { const char* const left = derived().raw_name(); const char* const right = rhs.raw_name(); return left == right || !std::strcmp(left, right); } /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. /// \return True if rhs is greater than this. By default compares types by raw_name(). inline bool before(const Derived& rhs) const noexcept { const char* const left = derived().raw_name(); const char* const right = rhs.raw_name(); return left != right && std::strcmp(left, right) < 0; } /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. /// \return Hash code of a type. By default hashes types by raw_name(). /// \note Derived class header \b must include , \b unless this function is redefined in /// Derived class to not use boost::hash_range(). inline std::size_t hash_code() const noexcept { const char* const name_raw = derived().raw_name(); return boost::hash_range(name_raw, name_raw + std::strlen(name_raw)); } #if defined(BOOST_TYPE_INDEX_DOXYGEN_INVOKED) protected: /// \b Override: This function \b must be redefined in Derived class. Overrides \b must not throw. /// \return Pointer to unredable/raw type name. inline const char* raw_name() const noexcept; /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. /// \return Const reference to underlying low level type_info_t. inline const type_info_t& type_info() const noexcept; /// This is a factory method that is used to create instances of Derived classes. /// boost::typeindex::type_id() will call this method, if Derived has same type as boost::typeindex::type_index. /// /// \b Override: This function \b may be redefined and made public in Derived class. Overrides \b must not throw. /// Overrides \b must remove const, volatile && and & modifiers from T. /// \tparam T Type for which type_index must be created. /// \return type_index for type T. template static Derived type_id() noexcept; /// This is a factory method that is used to create instances of Derived classes. /// boost::typeindex::type_id_with_cvr() will call this method, if Derived has same type as boost::typeindex::type_index. /// /// \b Override: This function \b may be redefined and made public in Derived class. Overrides \b must not throw. /// Overrides \b must \b not remove const, volatile && and & modifiers from T. /// \tparam T Type for which type_index must be created. /// \return type_index for type T. template static Derived type_id_with_cvr() noexcept; /// This is a factory method that is used to create instances of Derived classes. /// boost::typeindex::type_id_runtime(const T&) will call this method, if Derived has same type as boost::typeindex::type_index. /// /// \b Override: This function \b may be redefined and made public in Derived class. /// \param variable Variable which runtime type will be stored in type_index. /// \return type_index with runtime type of variable. template static Derived type_id_runtime(const T& variable) noexcept; #endif }; /// @cond template BOOST_CXX14_CONSTEXPR inline bool operator == (const type_index_facade& lhs, const type_index_facade& rhs) noexcept { return static_cast(lhs).equal(static_cast(rhs)); } template BOOST_CXX14_CONSTEXPR inline bool operator < (const type_index_facade& lhs, const type_index_facade& rhs) noexcept { return static_cast(lhs).before(static_cast(rhs)); } template BOOST_CXX14_CONSTEXPR inline bool operator > (const type_index_facade& lhs, const type_index_facade& rhs) noexcept { return rhs < lhs; } template BOOST_CXX14_CONSTEXPR inline bool operator <= (const type_index_facade& lhs, const type_index_facade& rhs) noexcept { return !(lhs > rhs); } template BOOST_CXX14_CONSTEXPR inline bool operator >= (const type_index_facade& lhs, const type_index_facade& rhs) noexcept { return !(lhs < rhs); } template BOOST_CXX14_CONSTEXPR inline bool operator != (const type_index_facade& lhs, const type_index_facade& rhs) noexcept { return !(lhs == rhs); } // ######################### COMPARISONS with Derived ############################ // template inline bool operator == (const TypeInfo& lhs, const type_index_facade& rhs) noexcept { return Derived(lhs) == rhs; } template inline bool operator < (const TypeInfo& lhs, const type_index_facade& rhs) noexcept { return Derived(lhs) < rhs; } template inline bool operator > (const TypeInfo& lhs, const type_index_facade& rhs) noexcept { return rhs < Derived(lhs); } template inline bool operator <= (const TypeInfo& lhs, const type_index_facade& rhs) noexcept { return !(Derived(lhs) > rhs); } template inline bool operator >= (const TypeInfo& lhs, const type_index_facade& rhs) noexcept { return !(Derived(lhs) < rhs); } template inline bool operator != (const TypeInfo& lhs, const type_index_facade& rhs) noexcept { return !(Derived(lhs) == rhs); } template inline bool operator == (const type_index_facade& lhs, const TypeInfo& rhs) noexcept { return lhs == Derived(rhs); } template inline bool operator < (const type_index_facade& lhs, const TypeInfo& rhs) noexcept { return lhs < Derived(rhs); } template inline bool operator > (const type_index_facade& lhs, const TypeInfo& rhs) noexcept { return Derived(rhs) < lhs; } template inline bool operator <= (const type_index_facade& lhs, const TypeInfo& rhs) noexcept { return !(lhs > Derived(rhs)); } template inline bool operator >= (const type_index_facade& lhs, const TypeInfo& rhs) noexcept { return !(lhs < Derived(rhs)); } template inline bool operator != (const type_index_facade& lhs, const TypeInfo& rhs) noexcept { return !(lhs == Derived(rhs)); } // ######################### COMPARISONS with Derived END ############################ // /// @endcond #if defined(BOOST_TYPE_INDEX_DOXYGEN_INVOKED) /// noexcept comparison operators for type_index_facade classes. bool operator ==, !=, <, ... (const type_index_facade& lhs, const type_index_facade& rhs) noexcept; /// noexcept comparison operators for type_index_facade and it's TypeInfo classes. bool operator ==, !=, <, ... (const type_index_facade& lhs, const TypeInfo& rhs) noexcept; /// noexcept comparison operators for type_index_facade's TypeInfo and type_index_facade classes. bool operator ==, !=, <, ... (const TypeInfo& lhs, const type_index_facade& rhs) noexcept; #endif #ifndef BOOST_NO_IOSTREAM /// Ostream operator that will output demangled name. template inline std::basic_ostream& operator<<( std::basic_ostream& ostr, const type_index_facade& ind) { ostr << static_cast(ind).pretty_name(); return ostr; } #endif // BOOST_NO_IOSTREAM /// This free function is used by Boost's unordered containers. /// \note has to be included if this function is used. template inline std::size_t hash_value(const type_index_facade& lhs) noexcept { return static_cast(lhs).hash_code(); } BOOST_TYPE_INDEX_END_MODULE_EXPORT }} // namespace boost::typeindex #endif // #if !defined(BOOST_USE_MODULES) || defined(BOOST_TYPE_INDEX_INTERFACE_UNIT) #endif // BOOST_TYPE_INDEX_TYPE_INDEX_FACADE_HPP