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) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) // // 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) // // Official repository: https://github.com/boostorg/beast // #ifndef BOOST_BEAST_IMPL_BUFFERS_PREFIX_HPP #define BOOST_BEAST_IMPL_BUFFERS_PREFIX_HPP #include #include #include #include #include #include #include #include namespace boost { namespace beast { template class buffers_prefix_view::const_iterator { friend class buffers_prefix_view; buffers_prefix_view const* b_ = nullptr; std::size_t remain_ = 0; iter_type it_{}; public: #if BOOST_WORKAROUND(BOOST_MSVC, < 1910) using value_type = typename std::conditional< boost::is_convertible::value_type, net::mutable_buffer>::value, net::mutable_buffer, net::const_buffer>::type; #else using value_type = buffers_type; #endif BOOST_CORE_STATIC_ASSERT(std::is_same< typename const_iterator::value_type, typename buffers_prefix_view::value_type>::value); using pointer = value_type const*; using reference = value_type; using difference_type = std::ptrdiff_t; using iterator_category = std::bidirectional_iterator_tag; const_iterator() = default; const_iterator( const_iterator const& other) = default; const_iterator& operator=( const_iterator const& other) = default; bool operator==(const_iterator const& other) const { return b_ == other.b_ && it_ == other.it_; } bool operator!=(const_iterator const& other) const { return !(*this == other); } reference operator*() const { value_type v(*it_); if(remain_ < v.size()) return {v.data(), remain_}; return v; } pointer operator->() const = delete; const_iterator& operator++() { value_type const v = *it_++; remain_ -= v.size(); return *this; } const_iterator operator++(int) { auto temp = *this; value_type const v = *it_++; remain_ -= v.size(); return temp; } const_iterator& operator--() { value_type const v = *--it_; remain_ += v.size(); return *this; } const_iterator operator--(int) { auto temp = *this; value_type const v = *--it_; remain_ += v.size(); return temp; } private: const_iterator( buffers_prefix_view const& b, std::true_type) : b_(&b) , remain_(b.remain_) , it_(b_->end_) { } const_iterator( buffers_prefix_view const& b, std::false_type) : b_(&b) , remain_(b_->size_) , it_(net::buffer_sequence_begin(b_->bs_)) { } }; //------------------------------------------------------------------------------ template void buffers_prefix_view:: setup(std::size_t size) { size_ = 0; remain_ = 0; end_ = net::buffer_sequence_begin(bs_); auto const last = bs_.end(); while(end_ != last) { auto const len = buffer_bytes(*end_++); if(len >= size) { size_ += size; // by design, this subtraction can wrap BOOST_CORE_STATIC_ASSERT(std::is_unsigned< decltype(remain_)>::value); remain_ = size - len; break; } size -= len; size_ += len; } } template buffers_prefix_view:: buffers_prefix_view( buffers_prefix_view const& other, std::size_t dist) : bs_(other.bs_) , size_(other.size_) , remain_(other.remain_) , end_(std::next(bs_.begin(), dist)) { } template buffers_prefix_view:: buffers_prefix_view(buffers_prefix_view const& other) : buffers_prefix_view(other, std::distance( net::buffer_sequence_begin(other.bs_), other.end_)) { } template auto buffers_prefix_view:: operator=(buffers_prefix_view const& other) -> buffers_prefix_view& { auto const dist = std::distance( net::buffer_sequence_begin(other.bs_), other.end_); bs_ = other.bs_; size_ = other.size_; remain_ = other.remain_; end_ = std::next( net::buffer_sequence_begin(bs_), dist); return *this; } template buffers_prefix_view:: buffers_prefix_view( std::size_t size, Buffers const& bs) : bs_(bs) { setup(size); } template template buffers_prefix_view:: buffers_prefix_view( std::size_t size, boost::in_place_init_t, Args&&... args) : bs_(std::forward(args)...) { setup(size); } template auto buffers_prefix_view:: begin() const -> const_iterator { return const_iterator{ *this, std::false_type{}}; } template auto buffers_prefix_view:: end() const -> const_iterator { return const_iterator{ *this, std::true_type{}}; } //------------------------------------------------------------------------------ template<> class buffers_prefix_view : public net::const_buffer { public: using net::const_buffer::const_buffer; buffers_prefix_view(buffers_prefix_view const&) = default; buffers_prefix_view& operator=(buffers_prefix_view const&) = default; buffers_prefix_view( std::size_t size, net::const_buffer buffer) : net::const_buffer( buffer.data(), std::min(size, buffer.size()) #if defined(BOOST_ASIO_ENABLE_BUFFER_DEBUGGING) , buffer.get_debug_check() #endif ) { } template buffers_prefix_view( std::size_t size, boost::in_place_init_t, Args&&... args) : buffers_prefix_view(size, net::const_buffer( std::forward(args)...)) { } }; //------------------------------------------------------------------------------ template<> class buffers_prefix_view : public net::mutable_buffer { public: using net::mutable_buffer::mutable_buffer; buffers_prefix_view(buffers_prefix_view const&) = default; buffers_prefix_view& operator=(buffers_prefix_view const&) = default; buffers_prefix_view( std::size_t size, net::mutable_buffer buffer) : net::mutable_buffer( buffer.data(), std::min(size, buffer.size()) #if defined(BOOST_ASIO_ENABLE_BUFFER_DEBUGGING) , buffer.get_debug_check() #endif ) { } template buffers_prefix_view( std::size_t size, boost::in_place_init_t, Args&&... args) : buffers_prefix_view(size, net::mutable_buffer( std::forward(args)...)) { } }; } // beast } // boost #endif