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
// boost/endian/buffers.hpp ----------------------------------------------------------// // (C) Copyright Darin Adler 2000 // (C) Copyright Beman Dawes 2006, 2009, 2014 // (C) Copyright Peter Dimov 2019 // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt // See library home page at http://www.boost.org/libs/endian //--------------------------------------------------------------------------------------// // Original design developed by Darin Adler based on classes developed by Mark // Borgerding. Four original class templates were combined into a single endian // class template by Beman Dawes, who also added the unrolled_byte_loops sign // partial specialization to correctly extend the sign when cover integer size // differs from endian representation size. // TODO: When a compiler supporting constexpr becomes available, try possible uses. #ifndef BOOST_ENDIAN_BUFFERS_HPP #define BOOST_ENDIAN_BUFFERS_HPP #if defined(_MSC_VER) # pragma warning(push) # pragma warning(disable: 4127) // conditional expression is constant #endif #include #include #include #include #include #include #include #include #if defined(BOOST_BORLANDC) || defined(BOOST_CODEGEARC) # pragma pack(push, 1) #endif # if CHAR_BIT != 8 # error Platforms with CHAR_BIT != 8 are not supported # endif //---------------------------------- synopsis ----------------------------------------// namespace boost { namespace endian { enum class align {no, yes # ifdef BOOST_ENDIAN_DEPRECATED_NAMES , unaligned = no, aligned = yes # endif }; template class endian_buffer; // aligned big endian signed integer buffers typedef endian_buffer big_int8_buf_at; typedef endian_buffer big_int16_buf_at; typedef endian_buffer big_int32_buf_at; typedef endian_buffer big_int64_buf_at; // aligned big endian unsigned integer buffers typedef endian_buffer big_uint8_buf_at; typedef endian_buffer big_uint16_buf_at; typedef endian_buffer big_uint32_buf_at; typedef endian_buffer big_uint64_buf_at; // aligned little endian signed integer buffers typedef endian_buffer little_int8_buf_at; typedef endian_buffer little_int16_buf_at; typedef endian_buffer little_int32_buf_at; typedef endian_buffer little_int64_buf_at; // aligned little endian unsigned integer buffers typedef endian_buffer little_uint8_buf_at; typedef endian_buffer little_uint16_buf_at; typedef endian_buffer little_uint32_buf_at; typedef endian_buffer little_uint64_buf_at; // aligned floating point buffers typedef endian_buffer big_float32_buf_at; typedef endian_buffer big_float64_buf_at; typedef endian_buffer little_float32_buf_at; typedef endian_buffer little_float64_buf_at; // aligned native endian typedefs are not provided because // types are superior for this use case // unaligned big endian signed integer buffers typedef endian_buffer big_int8_buf_t; typedef endian_buffer big_int16_buf_t; typedef endian_buffer big_int24_buf_t; typedef endian_buffer big_int32_buf_t; typedef endian_buffer big_int40_buf_t; typedef endian_buffer big_int48_buf_t; typedef endian_buffer big_int56_buf_t; typedef endian_buffer big_int64_buf_t; // unaligned big endian unsigned integer buffers typedef endian_buffer big_uint8_buf_t; typedef endian_buffer big_uint16_buf_t; typedef endian_buffer big_uint24_buf_t; typedef endian_buffer big_uint32_buf_t; typedef endian_buffer big_uint40_buf_t; typedef endian_buffer big_uint48_buf_t; typedef endian_buffer big_uint56_buf_t; typedef endian_buffer big_uint64_buf_t; // unaligned little endian signed integer buffers typedef endian_buffer little_int8_buf_t; typedef endian_buffer little_int16_buf_t; typedef endian_buffer little_int24_buf_t; typedef endian_buffer little_int32_buf_t; typedef endian_buffer little_int40_buf_t; typedef endian_buffer little_int48_buf_t; typedef endian_buffer little_int56_buf_t; typedef endian_buffer little_int64_buf_t; // unaligned little endian unsigned integer buffers typedef endian_buffer little_uint8_buf_t; typedef endian_buffer little_uint16_buf_t; typedef endian_buffer little_uint24_buf_t; typedef endian_buffer little_uint32_buf_t; typedef endian_buffer little_uint40_buf_t; typedef endian_buffer little_uint48_buf_t; typedef endian_buffer little_uint56_buf_t; typedef endian_buffer little_uint64_buf_t; // unaligned native endian signed integer buffers typedef endian_buffer native_int8_buf_t; typedef endian_buffer native_int16_buf_t; typedef endian_buffer native_int24_buf_t; typedef endian_buffer native_int32_buf_t; typedef endian_buffer native_int40_buf_t; typedef endian_buffer native_int48_buf_t; typedef endian_buffer native_int56_buf_t; typedef endian_buffer native_int64_buf_t; // unaligned native endian unsigned integer buffers typedef endian_buffer native_uint8_buf_t; typedef endian_buffer native_uint16_buf_t; typedef endian_buffer native_uint24_buf_t; typedef endian_buffer native_uint32_buf_t; typedef endian_buffer native_uint40_buf_t; typedef endian_buffer native_uint48_buf_t; typedef endian_buffer native_uint56_buf_t; typedef endian_buffer native_uint64_buf_t; // unaligned floating point buffers typedef endian_buffer big_float32_buf_t; typedef endian_buffer big_float64_buf_t; typedef endian_buffer little_float32_buf_t; typedef endian_buffer little_float64_buf_t; typedef endian_buffer native_float32_buf_t; typedef endian_buffer native_float64_buf_t; // Stream inserter template std::basic_ostream& operator<<(std::basic_ostream& os, const endian_buffer& x) { return os << x.value(); } // Stream extractor template std::basic_istream& operator>>(std::basic_istream& is, endian_buffer& x) { T i; if (is >> i) x = i; return is; } //---------------------------------- end synopsis ------------------------------------// // endian_buffer class template specializations --------------------------------------// // Specializations that represent unaligned bytes. // Taking an integer type as a parameter provides a nice way to pass both // the size and signedness of the desired integer and get the appropriate // corresponding integer type for the interface. // Q: Should endian_buffer supply "value_type operator value_type() const noexcept"? // A: No. The rationale for endian_buffers is to prevent high-cost hidden // conversions. If an implicit conversion operator is supplied, hidden conversions // can occur. // unaligned endian_buffer specialization template< order Order, class T, std::size_t n_bits > class endian_buffer { #ifdef BOOST_ENDIAN_NO_CTORS public: #endif BOOST_ENDIAN_STATIC_ASSERT( (n_bits/8)*8 == n_bits ); unsigned char value_[ n_bits / 8 ]; public: typedef T value_type; #ifndef BOOST_ENDIAN_NO_CTORS endian_buffer() = default; explicit endian_buffer( T val ) BOOST_NOEXCEPT { boost::endian::endian_store( value_, val ); } #endif endian_buffer& operator=( T val ) BOOST_NOEXCEPT { boost::endian::endian_store( value_, val ); return *this; } value_type value() const BOOST_NOEXCEPT { return boost::endian::endian_load( value_ ); } unsigned char const * data() const BOOST_NOEXCEPT { return value_; } unsigned char * data() BOOST_NOEXCEPT { return value_; } }; // aligned specializations; only n_bits == 16/32/64 supported // aligned endian_buffer specialization template< order Order, class T, std::size_t n_bits > class endian_buffer { private: BOOST_ENDIAN_STATIC_ASSERT( (n_bits/8)*8 == n_bits ); BOOST_ENDIAN_STATIC_ASSERT( sizeof(T) == n_bits/8 ); union { unsigned char value_[ n_bits / 8 ]; T align_; }; public: typedef T value_type; #ifndef BOOST_ENDIAN_NO_CTORS endian_buffer() = default; explicit endian_buffer( T val ) BOOST_NOEXCEPT { boost::endian::endian_store( value_, val ); } #endif endian_buffer& operator=( T val ) BOOST_NOEXCEPT { boost::endian::endian_store( value_, val ); return *this; } value_type value() const BOOST_NOEXCEPT { return boost::endian::endian_load( value_ ); } unsigned char const * data() const BOOST_NOEXCEPT { return value_; } unsigned char * data() BOOST_NOEXCEPT { return value_; } }; // aligned native endian_buffer specialization template< class T, std::size_t n_bits > class endian_buffer { private: BOOST_ENDIAN_STATIC_ASSERT( (n_bits/8)*8 == n_bits ); BOOST_ENDIAN_STATIC_ASSERT( sizeof(T) == n_bits/8 ); T value_; public: typedef T value_type; #ifndef BOOST_ENDIAN_NO_CTORS endian_buffer() = default; explicit endian_buffer( T val ) BOOST_NOEXCEPT: value_( val ) { } #endif endian_buffer& operator=( T val ) BOOST_NOEXCEPT { value_ = val; return *this; } value_type value() const BOOST_NOEXCEPT { return value_; } unsigned char const * data() const BOOST_NOEXCEPT { return reinterpret_cast< unsigned char const* >( &value_ ); } unsigned char * data() BOOST_NOEXCEPT { return reinterpret_cast< unsigned char* >( &value_ ); } }; } // namespace endian } // namespace boost #if defined(BOOST_BORLANDC) || defined(BOOST_CODEGEARC) # pragma pack(pop) #endif #if defined(_MSC_VER) # pragma warning(pop) #endif #endif // BOOST_ENDIAN_BUFFERS_HPP