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 2005-2014 Daniel James. // Copyright 2021, 2022 Peter Dimov. // Copyright 2024 Ion Gaztanaga. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // // Based on Peter Dimov's proposal // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf // issue 6.18. // // The original C++11 implementation was done by Peter Dimov // The C++03 porting was done by Ion Gaztanaga. // // The goal of this header is to avoid Intrusive's hard dependency on ContainerHash, // which adds additional dependencies and the minimum supported C++ standard can // differ between both libraries. However, a compatibility protocol is used so that // users compatible with ContainerHash are also compatible with Intrusive: // // - If users define `hash_value` (as required by boost::hash) for their classes // are automatically compatible with Intrusive unordered containers. // // - If users include boost/container_hash/hash.hpp in their headers, Intrusive // unordered containers will take advantage of boost::hash compatibility hash functions // (such as hashing functions for range-compatible types, standard containers, etc.) // // See http://www.boost.org/libs/intrusive for documentation. // ///////////////////////////////////////////////////////////////////////////// #ifndef BOOST_INTRUSIVE_HASH_HASH_HPP #define BOOST_INTRUSIVE_HASH_HASH_HPP #include #include #include #include #include #include #include #include #include #include namespace boost { template struct hash; } //namespace boost //Fallback function to call boost::hash if scalar type and ADL fail. //The user must include boost/container_hash/hash.hpp when to make this call work, //this allows boost::intrusive to be compatible with boost::hash without //a mandatory physical (header inclusion) dependency namespace boost_intrusive_adl { template inline std::size_t hash_value(const T& v) { return boost::hash()(v); } } namespace boost { namespace intrusive { namespace detail { //ADL-based lookup hash call template inline typename detail::disable_if_c::value, std::size_t>::type hash_value_dispatch(const T& v) { //Try ADL lookup, if it fails, boost_intrusive_adl::hash_value will retry with boost::hash using boost_intrusive_adl::hash_value; return hash_value(v); } template typename enable_if_c::value, std::size_t>::type hash_value( T v ) { return static_cast( v ); } //////////////////////////////////////////////////////////// // // floating point types // //////////////////////////////////////////////////////////// template struct hash_float_impl; // float template struct hash_float_impl { static std::size_t fn( T v ) { boost::uint32_t w; std::memcpy( &w, &v, sizeof( v ) ); return w; } }; // double template struct hash_float_impl { static std::size_t fn( T v ) { boost::uint64_t w; std::memcpy( &w, &v, sizeof( v ) ); return hash_value( w ); } }; // 80 bit long double in 12 bytes template struct hash_float_impl { static std::size_t fn( T v ) { boost::uint64_t w[ 2 ] = {}; std::memcpy( &w, &v, 80 / CHAR_BIT ); std::size_t seed = 0; seed = hash_value( w[0] ) + (hash_mix)( seed ); seed = hash_value( w[1] ) + (hash_mix)( seed ); return seed; } }; #if (LDBL_MAX_10_EXP == 4932) // 80 bit long double in 16 bytes template struct hash_float_impl { static std::size_t fn( T v ) { boost::uint64_t w[ 2 ] = {}; std::memcpy( &w, &v, 80 / CHAR_BIT ); std::size_t seed = 0; seed = hash_value( w[0] ) + (hash_mix)( seed ); seed = hash_value( w[1] ) + (hash_mix)( seed ); return seed; } }; #elif (LDBL_MAX_10_EXP > 4932) // 128 bit long double template struct hash_float_impl { static std::size_t fn( T v ) { boost::uint64_t w[ 2 ]; std::memcpy( &w, &v, sizeof( v ) ); std::size_t seed = 0; #if defined(__FLOAT_WORD_ORDER__) && defined(__ORDER_BIG_ENDIAN__) && __FLOAT_WORD_ORDER__ == __ORDER_BIG_ENDIAN__ seed = hash_value( w[1] ) + (hash_mix)( seed ); seed = hash_value( w[0] ) + (hash_mix)( seed ); #else seed = hash_value( w[0] ) + (hash_mix)( seed ); seed = hash_value( w[1] ) + (hash_mix)( seed ); #endif return seed; } }; #endif //#if (LDBL_MAX_10_EXP == 4932) template typename enable_if_c::value, std::size_t>::type hash_value( T v ) { return boost::intrusive::detail::hash_float_impl::fn( v + 0 ); } //////////////////////////////////////////////////////////// // // pointer types // //////////////////////////////////////////////////////////// // `x + (x >> 3)` adjustment by Alberto Barbati and Dave Harris. template std::size_t hash_value( T* const& v ) { std::size_t x = reinterpret_cast( v ); return hash_value( x + (x >> 3) ); } //////////////////////////////////////////////////////////// // // std::nullptr_t // //////////////////////////////////////////////////////////// #if !defined(BOOST_NO_CXX11_NULLPTR) template typename enable_if_c::value, std::size_t>::type hash_value( T const &) { return (hash_value)( static_cast( nullptr ) ); } #endif //////////////////////////////////////////////////////////// // // Array types // //////////////////////////////////////////////////////////// //Forward declaration or internal hash functor, for array iteration template struct internal_hash_functor; template inline std::size_t hash_value_dispatch( T const (&x)[ N ] ) { std::size_t seed = 0; for(std::size_t i = 0; i != N; ++i){ hash_combine_size_t(seed, internal_hash_functor()(x[i])); } return seed; } template inline std::size_t hash_value_dispatch( T (&x)[ N ] ) { std::size_t seed = 0; for (std::size_t i = 0; i != N; ++i) { hash_combine_size_t(seed, internal_hash_functor()(x[i])); } return seed; } //////////////////////////////////////////////////////////// // // Scalar types, calls proper overload // //////////////////////////////////////////////////////////// template inline typename detail::enable_if_c::value, std::size_t>::type hash_value_dispatch(const T &v) { return boost::intrusive::detail::hash_value(v); } //Internal "anonymous" hash functor, first selects between "built-in" scalar/array types //and ADL-based lookup template struct internal_hash_functor { inline std::size_t operator()(T const& val) const { return ::boost::intrusive::detail::hash_value_dispatch(val); } }; } // namespace detail { } // namespace intrusive { } // namespace boost #include #endif // #ifndef BOOST_INTRUSIVE_HASH_HASH_HPP