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 2016-2024 Joaquin M Lopez Munoz. * 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) * * See http://www.boost.org/libs/poly_collection for library home page. */ #ifndef BOOST_POLY_COLLECTION_DETAIL_SEGMENT_SPLIT_HPP #define BOOST_POLY_COLLECTION_DETAIL_SEGMENT_SPLIT_HPP #if defined(_MSC_VER) #pragma once #endif #include #include #include #include #if defined(BOOST_MSVC) #pragma warning(push) #pragma warning(disable:4714) /* marked as __forceinline not inlined */ #endif namespace boost{ namespace poly_collection{ namespace detail{ /* breakdown of an iterator range into local_base_iterator segments */ template class segment_splitter { using traits=iterator_traits; using local_base_iterator=typename traits::local_base_iterator; using base_segment_info_iterator=typename traits::base_segment_info_iterator; using type_index=typename traits::type_index; public: struct info { const type_index& type_info()const noexcept{return info_;} local_base_iterator begin()const noexcept{return begin_;} local_base_iterator end()const noexcept{return end_;} const type_index& info_; local_base_iterator begin_,end_; }; struct iterator:iterator_facade { iterator()=default; private: friend class segment_splitter; friend class boost::iterator_core_access; iterator( base_segment_info_iterator it, const PolyCollectionIterator& first,const PolyCollectionIterator& last): it{it},pfirst{&first},plast{&last}{} iterator( const PolyCollectionIterator& first,const PolyCollectionIterator& last): it{traits::base_segment_info_iterator_from(first)}, pfirst{&first},plast{&last} {} info dereference()const noexcept { return { it->type_info(), it==traits::base_segment_info_iterator_from(*pfirst)? traits::local_base_iterator_from(*pfirst):it->begin(), it==traits::base_segment_info_iterator_from(*plast)? traits::local_base_iterator_from(*plast):it->end() }; } bool equal(const iterator& x)const noexcept{return it==x.it;} void increment()noexcept{++it;} base_segment_info_iterator it; const PolyCollectionIterator* pfirst; const PolyCollectionIterator* plast; }; segment_splitter( const PolyCollectionIterator& first,const PolyCollectionIterator& last): pfirst{&first},plast{&last}{} iterator begin()const noexcept{return {*pfirst,*plast};} iterator end()const noexcept { auto slast=traits::base_segment_info_iterator_from(*plast); if(slast!=traits::end_base_segment_info_iterator_from(*plast))++slast; return {slast,*plast,*plast}; } private: const PolyCollectionIterator* pfirst; const PolyCollectionIterator* plast; }; template segment_splitter segment_split( const PolyCollectionIterator& first,const PolyCollectionIterator& last) { return {first,last}; } #if 1 /* equivalent to for(auto i:segment_split(first,last))f(i) */ template BOOST_FORCEINLINE void for_each_segment( const PolyCollectionIterator& first,const PolyCollectionIterator& last,F&& f) { using traits=iterator_traits; using info=typename segment_splitter::info; auto sfirst=traits::base_segment_info_iterator_from(first), slast=traits::base_segment_info_iterator_from(last), send=traits::end_base_segment_info_iterator_from(last); auto lbfirst=traits::local_base_iterator_from(first), lblast=traits::local_base_iterator_from(last); if(sfirst!=slast){ for(;;){ f(info{sfirst->type_info(),lbfirst,sfirst->end()}); ++sfirst; if(sfirst==slast)break; lbfirst=sfirst->begin(); } if(sfirst!=send)f(info{sfirst->type_info(),sfirst->begin(),lblast}); } else if(sfirst!=send){ f(info{sfirst->type_info(),lbfirst,lblast}); } } #else template BOOST_FORCEINLINE void for_each_segment( const PolyCollectionIterator& first,const PolyCollectionIterator& last,F&& f) { for(auto i:segment_split(first,last))f(i); } #endif } /* namespace poly_collection::detail */ } /* namespace poly_collection */ } /* namespace boost */ #if defined(BOOST_MSVC) #pragma warning(pop) /* C4714 */ #endif #endif