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) 2007-2009: Joachim Faulhaber Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +-----------------------------------------------------------------------------*/ #ifndef BOOST_ICL_SPLIT_INTERVAL_SET_HPP_JOFA_990223 #define BOOST_ICL_SPLIT_INTERVAL_SET_HPP_JOFA_990223 #include #include #include namespace boost{namespace icl { /** \brief implements a set as a set of intervals - on insertion overlapping intervals are split */ template < typename DomainT, ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT), ICL_INTERVAL(ICL_COMPARE) Interval = ICL_INTERVAL_INSTANCE(ICL_INTERVAL_DEFAULT, DomainT, Compare), ICL_ALLOC Alloc = std::allocator > class split_interval_set: public interval_base_set, DomainT,Compare,Interval,Alloc> { public: typedef split_interval_set type; typedef interval_base_set base_type; typedef interval_set joint_type; typedef type overloadable_type; typedef type key_object_type; /// The domain type of the set typedef DomainT domain_type; /// The codomaintype is the same as domain_type typedef DomainT codomain_type; /// The element type of the set typedef DomainT element_type; /// The interval type of the set typedef ICL_INTERVAL_TYPE(Interval,DomainT,Compare) interval_type; /// The segment type of the set typedef interval_type segment_type; /// Comparison functor for domain values typedef ICL_COMPARE_DOMAIN(Compare,DomainT) domain_compare; /// Comparison functor for intervals typedef exclusive_less_than interval_compare; /// Comparison functor for keys typedef exclusive_less_than key_compare; /// The allocator type of the set typedef Alloc allocator_type; /// allocator type of the corresponding element set typedef Alloc domain_allocator_type; /// The corresponding atomized type representing this interval container of elements typedef typename base_type::atomized_type atomized_type; /// Container type for the implementation typedef typename base_type::ImplSetT ImplSetT; /// key type of the implementing container typedef typename ImplSetT::key_type key_type; /// data type of the implementing container typedef typename ImplSetT::value_type data_type; /// value type of the implementing container typedef typename ImplSetT::value_type value_type; /// iterator for iteration over intervals typedef typename ImplSetT::iterator iterator; /// const_iterator for iteration over intervals typedef typename ImplSetT::const_iterator const_iterator; enum { fineness = 3 }; public: //========================================================================== //= Construct, copy, destruct //========================================================================== /// Default constructor for the empty object split_interval_set(): base_type() {} /// Copy constructor split_interval_set(const split_interval_set& src): base_type(src) {} /// Copy constructor for base_type template split_interval_set (const interval_base_set& src) { this->assign(src); } /// Constructor for a single element explicit split_interval_set(const interval_type& elem): base_type() { this->add(elem); } /// Constructor for a single interval explicit split_interval_set(const domain_type& itv): base_type() { this->add(itv); } /// Assignment from a base interval_set. template void assign(const interval_base_set& src) { this->clear(); this->_set.insert(src.begin(), src.end()); } /// Assignment operator for base type template split_interval_set& operator = (const interval_base_set& src) { this->assign(src); return *this; } # ifndef BOOST_ICL_NO_CXX11_RVALUE_REFERENCES //========================================================================== //= Move semantics //========================================================================== /// Move constructor split_interval_set(split_interval_set&& src) : base_type(boost::move(src)) {} /// Move assignment operator split_interval_set& operator = (split_interval_set src) { base_type::operator=(boost::move(src)); return *this; } //========================================================================== # else /// Assignment operator split_interval_set& operator = (const split_interval_set& src) { base_type::operator=(src); return *this; } # endif // BOOST_ICL_NO_CXX11_RVALUE_REFERENCES private: // Private functions that shall be accessible by the baseclass: friend class interval_base_set, DomainT,Compare,Interval,Alloc>; iterator handle_inserted(iterator inserted_) { return inserted_; } iterator add_over(const interval_type& addend, iterator last_) { iterator first_ = this->_set.lower_bound(addend); //BOOST_ASSERT(next(last_) == this->_set.upper_bound(inter_val)); iterator it_ = first_; interval_type rest_interval = addend; this->add_front(rest_interval, it_); this->add_main (rest_interval, it_, last_); this->add_rear (rest_interval, it_); return it_; } iterator add_over(const interval_type& addend) { std::pair overlap = this->equal_range(addend); iterator first_ = overlap.first, end_ = overlap.second, last_ = end_; --last_; iterator it_ = first_; interval_type rest_interval = addend; this->add_front(rest_interval, it_); this->add_main (rest_interval, it_, last_); this->add_rear (rest_interval, it_); return it_; } } ; //----------------------------------------------------------------------------- // type traits //----------------------------------------------------------------------------- template struct is_set > { typedef is_set > type; BOOST_STATIC_CONSTANT(bool, value = true); }; template struct is_interval_container > { typedef is_interval_container > type; BOOST_STATIC_CONSTANT(bool, value = true); }; template struct is_interval_splitter > { typedef is_interval_splitter > type; BOOST_STATIC_CONSTANT(bool, value = true); }; //----------------------------------------------------------------------------- // type representation //----------------------------------------------------------------------------- template struct type_to_string > { static std::string apply() { return "sp_itv_set<"+ type_to_string::apply() +">"; } }; }} // namespace icl boost #endif // BOOST_ICL_SPLIT_INTERVAL_SET_HPP_JOFA_990223