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) Marshall Clow 2011-2012. 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) Thanks to Nevin for his comments/help. */ /* General problem - turn a sequence of integral types into a sequence of hexadecimal characters. - and back. */ /// \file hex.hpp /// \brief Convert sequence of integral types into a sequence of hexadecimal /// characters and back. Based on the MySQL functions HEX and UNHEX /// \author Marshall Clow #ifndef BOOST_ALGORITHM_HEXHPP #define BOOST_ALGORITHM_HEXHPP #include // for std::iterator_traits #include #include #include #include #include #include #include #include #include namespace boost { namespace algorithm { /*! \struct hex_decode_error \brief Base exception class for all hex decoding errors */ /*! \struct non_hex_input \brief Thrown when a non-hex value (0-9, A-F) encountered when decoding. Contains the offending character */ /*! \struct not_enough_input \brief Thrown when the input sequence unexpectedly ends */ struct BOOST_SYMBOL_VISIBLE hex_decode_error : virtual boost::exception, virtual std::exception {}; struct BOOST_SYMBOL_VISIBLE not_enough_input : virtual hex_decode_error {}; struct BOOST_SYMBOL_VISIBLE non_hex_input : virtual hex_decode_error {}; typedef boost::error_info bad_char; namespace detail { /// \cond DOXYGEN_HIDE template OutputIterator encode_one ( T val, OutputIterator out, const char * hexDigits ) { const std::size_t num_hex_digits = 2 * sizeof ( T ); char res [ num_hex_digits ]; char *p = res + num_hex_digits; for ( std::size_t i = 0; i < num_hex_digits; ++i, val >>= 4 ) *--p = hexDigits [ val & 0x0F ]; return std::copy ( res, res + num_hex_digits, out ); } template unsigned char hex_char_to_int ( T val ) { char c = static_cast ( val ); unsigned retval = 0; if ( c >= '0' && c <= '9' ) retval = c - '0'; else if ( c >= 'A' && c <= 'F' ) retval = c - 'A' + 10; else if ( c >= 'a' && c <= 'f' ) retval = c - 'a' + 10; else BOOST_THROW_EXCEPTION (non_hex_input() << bad_char (c)); return static_cast(retval); } // My own iterator_traits class. // It is here so that I can "reach inside" some kinds of output iterators // and get the type to write. template struct hex_iterator_traits { typedef typename std::iterator_traits::value_type value_type; }; template struct hex_iterator_traits< std::back_insert_iterator > { typedef typename Container::value_type value_type; }; template struct hex_iterator_traits< std::front_insert_iterator > { typedef typename Container::value_type value_type; }; template struct hex_iterator_traits< std::insert_iterator > { typedef typename Container::value_type value_type; }; // ostream_iterators have three template parameters. // The first one is the output type, the second one is the character type of // the underlying stream, the third is the character traits. // We only care about the first one. template struct hex_iterator_traits< std::ostream_iterator > { typedef T value_type; }; template bool iter_end ( Iterator current, Iterator last ) { return current == last; } template bool ptr_end ( const T* ptr, const T* /*end*/ ) { return *ptr == '\0'; } // What can we assume here about the inputs? // is std::iterator_traits::value_type always 'char' ? // Could it be wchar_t, say? Does it matter? // We are assuming ASCII for the values - but what about the storage? template typename boost::enable_if::value_type>, OutputIterator>::type decode_one ( InputIterator &first, InputIterator last, OutputIterator out, EndPred pred ) { typedef typename hex_iterator_traits::value_type T; T res (0); // Need to make sure that we get can read that many chars here. for ( std::size_t i = 0; i < 2 * sizeof ( T ); ++i, ++first ) { if ( pred ( first, last )) BOOST_THROW_EXCEPTION (not_enough_input ()); res = ( 16 * res ) + hex_char_to_int (*first); } *out = res; return ++out; } /// \endcond } /// \fn hex ( InputIterator first, InputIterator last, OutputIterator out ) /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters. /// /// \param first The start of the input sequence /// \param last One past the end of the input sequence /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template typename boost::enable_if::value_type>, OutputIterator>::type hex ( InputIterator first, InputIterator last, OutputIterator out ) { for ( ; first != last; ++first ) out = detail::encode_one ( *first, out, "0123456789ABCDEF" ); return out; } /// \fn hex_lower ( InputIterator first, InputIterator last, OutputIterator out ) /// \brief Converts a sequence of integral types into a lower case hexadecimal sequence of characters. /// /// \param first The start of the input sequence /// \param last One past the end of the input sequence /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template typename boost::enable_if::value_type>, OutputIterator>::type hex_lower ( InputIterator first, InputIterator last, OutputIterator out ) { for ( ; first != last; ++first ) out = detail::encode_one ( *first, out, "0123456789abcdef" ); return out; } /// \fn hex ( const T *ptr, OutputIterator out ) /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters. /// /// \param ptr A pointer to a 0-terminated sequence of data. /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template typename boost::enable_if, OutputIterator>::type hex ( const T *ptr, OutputIterator out ) { while ( *ptr ) out = detail::encode_one ( *ptr++, out, "0123456789ABCDEF" ); return out; } /// \fn hex_lower ( const T *ptr, OutputIterator out ) /// \brief Converts a sequence of integral types into a lower case hexadecimal sequence of characters. /// /// \param ptr A pointer to a 0-terminated sequence of data. /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template typename boost::enable_if, OutputIterator>::type hex_lower ( const T *ptr, OutputIterator out ) { while ( *ptr ) out = detail::encode_one ( *ptr++, out, "0123456789abcdef" ); return out; } /// \fn hex ( const Range &r, OutputIterator out ) /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters. /// /// \param r The input range /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template typename boost::enable_if::value_type>, OutputIterator>::type hex ( const Range &r, OutputIterator out ) { return hex (boost::begin(r), boost::end(r), out); } /// \fn hex_lower ( const Range &r, OutputIterator out ) /// \brief Converts a sequence of integral types into a lower case hexadecimal sequence of characters. /// /// \param r The input range /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template typename boost::enable_if::value_type>, OutputIterator>::type hex_lower ( const Range &r, OutputIterator out ) { return hex_lower (boost::begin(r), boost::end(r), out); } /// \fn unhex ( InputIterator first, InputIterator last, OutputIterator out ) /// \brief Converts a sequence of hexadecimal characters into a sequence of integers. /// /// \param first The start of the input sequence /// \param last One past the end of the input sequence /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template OutputIterator unhex ( InputIterator first, InputIterator last, OutputIterator out ) { while ( first != last ) out = detail::decode_one ( first, last, out, detail::iter_end ); return out; } /// \fn unhex ( const T *ptr, OutputIterator out ) /// \brief Converts a sequence of hexadecimal characters into a sequence of integers. /// /// \param ptr A pointer to a null-terminated input sequence. /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template OutputIterator unhex ( const T *ptr, OutputIterator out ) { // If we run into the terminator while decoding, we will throw a // malformed input exception. It would be nicer to throw a 'Not enough input' // exception - but how much extra work would that require? while ( *ptr ) out = detail::decode_one ( ptr, (const T *) NULL, out, detail::ptr_end ); return out; } /// \fn OutputIterator unhex ( const Range &r, OutputIterator out ) /// \brief Converts a sequence of hexadecimal characters into a sequence of integers. /// /// \param r The input range /// \param out An output iterator to the results into /// \return The updated output iterator /// \note Based on the MySQL function of the same name template OutputIterator unhex ( const Range &r, OutputIterator out ) { return unhex (boost::begin(r), boost::end(r), out); } /// \fn String hex ( const String &input ) /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters. /// /// \param input A container to be converted /// \return A container with the encoded text template String hex ( const String &input ) { String output; output.reserve (input.size () * (2 * sizeof (typename String::value_type))); (void) hex (input, std::back_inserter (output)); return output; } /// \fn String hex_lower ( const String &input ) /// \brief Converts a sequence of integral types into a lower case hexadecimal sequence of characters. /// /// \param input A container to be converted /// \return A container with the encoded text template String hex_lower ( const String &input ) { String output; output.reserve (input.size () * (2 * sizeof (typename String::value_type))); (void) hex_lower (input, std::back_inserter (output)); return output; } /// \fn String unhex ( const String &input ) /// \brief Converts a sequence of hexadecimal characters into a sequence of characters. /// /// \param input A container to be converted /// \return A container with the decoded text template String unhex ( const String &input ) { String output; output.reserve (input.size () / (2 * sizeof (typename String::value_type))); (void) unhex (input, std::back_inserter (output)); return output; } }} #endif // BOOST_ALGORITHM_HEXHPP