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) 2010-2010: Joachim Faulhaber +------------------------------------------------------------------------------+ 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_CONCEPT_INTERVAL_MAP_HPP_JOFA_100920 #define BOOST_ICL_CONCEPT_INTERVAL_MAP_HPP_JOFA_100920 #include #include #include #include #include #include #include #include #include namespace boost{ namespace icl { template inline typename enable_if, typename Type::segment_type>::type make_segment(const typename Type::element_type& element) { typedef typename Type::interval_type interval_type; typedef typename Type::segment_type segment_type; return segment_type(icl::singleton(element.key), element.data); } //============================================================================== //= Containedness //============================================================================== //------------------------------------------------------------------------------ //- bool contains(c T&, c P&) T:{M} P:{b p M} fragment_types //------------------------------------------------------------------------------ template typename enable_if, bool>::type contains(const Type& super, const typename Type::element_type& key_value_pair) { typedef typename Type::const_iterator const_iterator; const_iterator it_ = icl::find(super, key_value_pair.key); return it_ != super.end() && (*it_).second == key_value_pair.data; } template typename enable_if, bool>::type contains(const Type& super, const typename Type::segment_type& sub_segment) { typedef typename Type::interval_type interval_type; typedef typename Type::const_iterator const_iterator; interval_type sub_interval = sub_segment.first; if(icl::is_empty(sub_interval)) return true; std::pair exterior = super.equal_range(sub_interval); if(exterior.first == exterior.second) return false; const_iterator last_overlap = prior(exterior.second); if(!(sub_segment.second == exterior.first->second) ) return false; return icl::contains(hull(exterior.first->first, last_overlap->first), sub_interval) && Interval_Map::is_joinable(super, exterior.first, last_overlap); } template typename enable_if, bool>::type contains(const Type& super, const CoType& sub) { return Interval_Set::within(sub, super); } //------------------------------------------------------------------------------ //- bool contains(c T&, c P&) T:{M} P:{e i S} key_types : total //------------------------------------------------------------------------------ template typename enable_if< mpl::and_< is_interval_map , is_total , is_cross_derivative > , bool>::type contains(const Type&, const CoType&) { return true; } //------------------------------------------------------------------------------ //- bool contains(c T&, c P&) T:{M} P:{e i S} key_types : partial //------------------------------------------------------------------------------ template typename enable_if< mpl::and_< is_interval_map , mpl::not_ > > , bool>::type contains(const Type& super, const typename Type::domain_type& key) { return icl::find(super, key) != super.end(); } template typename enable_if< mpl::and_< is_interval_map , mpl::not_ > > , bool>::type contains(const Type& super, const typename Type::interval_type& sub_interval) { typedef typename Type::const_iterator const_iterator; if(icl::is_empty(sub_interval)) return true; std::pair exterior = super.equal_range(sub_interval); if(exterior.first == exterior.second) return false; const_iterator last_overlap = prior(exterior.second); return icl::contains(hull(exterior.first->first, last_overlap->first), sub_interval) && Interval_Set::is_joinable(super, exterior.first, last_overlap); } template typename enable_if< mpl::and_< is_concept_combinable , mpl::not_ > > , bool>::type contains(const Type& super, const KeyT& sub) { return Interval_Set::within(sub, super); } //============================================================================== //= Addition //============================================================================== //------------------------------------------------------------------------------ //- T& add(T&, c P&) T:{M} P:{b p} fragment_types //------------------------------------------------------------------------------ template typename enable_if, Type>::type& add(Type& object, const typename Type::segment_type& operand) { return object.add(operand); } template typename enable_if, Type>::type& add(Type& object, const typename Type::element_type& operand) { return icl::add(object, make_segment(operand)); } //------------------------------------------------------------------------------ //- T& add(T&, J, c P&) T:{M} P:{p} segment_type //------------------------------------------------------------------------------ template typename enable_if, typename Type::iterator >::type add(Type& object, typename Type::iterator prior_, const typename Type::segment_type& operand) { return object.add(prior_, operand); } //============================================================================== //= Insertion //============================================================================== //------------------------------------------------------------------------------ //- T& insert(T&, c P&) T:{M} P:{b p} fragment_types //------------------------------------------------------------------------------ template typename enable_if, Type>::type& insert(Type& object, const typename Type::segment_type& operand) { return object.insert(operand); } template inline typename enable_if, Type>::type& insert(Type& object, const typename Type::element_type& operand) { return icl::insert(object, make_segment(operand)); } //------------------------------------------------------------------------------ //- T& insert(T&, J, c P&) T:{M} P:{p} with hint //------------------------------------------------------------------------------ template typename enable_if, typename Type::iterator>::type insert(Type& object, typename Type::iterator prior, const typename Type::segment_type& operand) { return object.insert(prior, operand); } //============================================================================== //= Erasure //============================================================================== //------------------------------------------------------------------------------ //- T& erase(T&, c P&) T:{M} P:{e i} key_types //------------------------------------------------------------------------------ template typename enable_if, Type>::type& erase(Type& object, const typename Type::interval_type& operand) { return object.erase(operand); } template typename enable_if, Type>::type& erase(Type& object, const typename Type::domain_type& operand) { typedef typename Type::interval_type interval_type; return icl::erase(object, icl::singleton(operand)); } //------------------------------------------------------------------------------ //- T& erase(T&, c P&) T:{M} P:{b p} fragment_types //------------------------------------------------------------------------------ template typename enable_if, Type>::type& erase(Type& object, const typename Type::segment_type& operand) { return object.erase(operand); } template inline typename enable_if, Type>::type& erase(Type& object, const typename Type::element_type& operand) { return icl::erase(object, make_segment(operand)); } //============================================================================== //= Subtraction //============================================================================== //------------------------------------------------------------------------------ //- T& subtract(T&, c P&) T:{M} P:{b p} fragment_types //------------------------------------------------------------------------------ template typename enable_if, Type>::type& subtract(Type& object, const typename Type::segment_type& operand) { return object.subtract(operand); } template typename enable_if, Type>::type& subtract(Type& object, const typename Type::element_type& operand) { return icl::subtract(object, make_segment(operand)); } //------------------------------------------------------------------------------ //- T& subtract(T&, c P&) T:{M} P:{e i} key_types //------------------------------------------------------------------------------ template typename enable_if, Type>::type& subtract(Type& object, const typename Type::domain_type& operand) { return object.erase(operand); } template typename enable_if, Type>::type& subtract(Type& object, const typename Type::interval_type& operand) { return object.erase(operand); } //============================================================================== //= Selective Update //============================================================================== //------------------------------------------------------------------------------ //- T& set_at(T&, c P&) T:{M} P:{e i} //------------------------------------------------------------------------------ template typename enable_if, Type>::type& set_at(Type& object, const typename Type::segment_type& operand) { icl::erase(object, operand.first); return icl::insert(object, operand); } template typename enable_if, Type>::type& set_at(Type& object, const typename Type::element_type& operand) { return icl::set_at(object, make_segment(operand)); } //============================================================================== //= Intersection //============================================================================== //------------------------------------------------------------------------------ //- T& subtract(T&, c P&) T:{M} P:{b p} fragment_type //------------------------------------------------------------------------------ template typename enable_if, void>::type add_intersection(Type& section, const Type& object, const typename Type::element_type& operand) { //CL typedef typename Type::segment_type segment_type; object.add_intersection(section, make_segment(operand)); } template typename enable_if, void>::type add_intersection(Type& section, const Type& object, const typename Type::segment_type& operand) { object.add_intersection(section, operand); } //------------------------------------------------------------------------------ //- T& subtract(T&, c P&) T:{M} P:{M'} map fragment_type total //------------------------------------------------------------------------------ template typename enable_if < mpl::and_< is_total , is_concept_compatible > , void >::type add_intersection(Type& section, const Type& object, const MapT& operand) { section += object; section += operand; } //------------------------------------------------------------------------------ //- T& subtract(T&, c P&) T:{M} P:{M'} map fragment_type partial //------------------------------------------------------------------------------ template typename enable_if < mpl::and_< mpl::not_ > , is_concept_compatible > , void >::type add_intersection(Type& section, const Type& object, const MapT& operand) { //CL typedef typename Type::segment_type segment_type; //CL typedef typename Type::interval_type interval_type; typedef typename MapT::const_iterator const_iterator; if(operand.empty()) return; const_iterator common_lwb, common_upb; if(!Set::common_range(common_lwb, common_upb, operand, object)) return; const_iterator it_ = common_lwb; while(it_ != common_upb) add_intersection(section, object, *it_++); } //------------------------------------------------------------------------------ //- T& subtract(T&, c P&) T:{M} P:{e i S} key_type //------------------------------------------------------------------------------ template typename enable_if, void>::type add_intersection(Type& section, const Type& object, const typename Type::domain_type& key_value) { typedef typename Type::interval_type interval_type; typedef typename Type::segment_type segment_type; typedef typename Type::const_iterator const_iterator; const_iterator it_ = icl::find(object, key_value); if(it_ != object.end()) add(section, segment_type(interval_type(key_value),(*it_).second)); } template typename enable_if, void>::type add_intersection(Type& section, const Type& object, const typename Type::interval_type& inter_val) { typedef typename Type::interval_type interval_type; typedef typename Type::value_type value_type; typedef typename Type::const_iterator const_iterator; typedef typename Type::iterator iterator; if(icl::is_empty(inter_val)) return; std::pair exterior = object.equal_range(inter_val); if(exterior.first == exterior.second) return; iterator prior_ = section.end(); for(const_iterator it_=exterior.first; it_ != exterior.second; it_++) { interval_type common_interval = (*it_).first & inter_val; if(!icl::is_empty(common_interval)) prior_ = add(section, prior_, value_type(common_interval, (*it_).second) ); } } template typename enable_if, void>::type add_intersection(Type& section, const Type& object, const KeySetT& key_set) { typedef typename KeySetT::const_iterator const_iterator; if(icl::is_empty(key_set)) return; const_iterator common_lwb, common_upb; if(!Set::common_range(common_lwb, common_upb, key_set, object)) return; const_iterator it_ = common_lwb; while(it_ != common_upb) add_intersection(section, object, *it_++); } //------------------------------------------------------------------------------ //- intersects fragment_types //------------------------------------------------------------------------------ template typename enable_if , is_total , boost::is_same< OperandT , typename segment_type_of::type> >, bool>::type intersects(const Type&, const OperandT&) { return true; } template typename enable_if , mpl::not_ > , boost::is_same::type> >, bool>::type intersects(const Type& object, const OperandT& operand) { Type intersection; icl::add_intersection(intersection, object, operand); return !icl::is_empty(intersection); } template typename enable_if , boost::is_same::type> >, bool>::type intersects(const Type& object, const OperandT& operand) { return icl::intersects(object, make_segment(operand)); } //============================================================================== //= Symmetric difference //============================================================================== //------------------------------------------------------------------------------ //- T& flip(T&, c P&) T:{M} P:{b p} fragment_types //------------------------------------------------------------------------------ template typename enable_if, Type>::type& flip(Type& object, const typename Type::segment_type& operand) { return object.flip(operand); } template inline typename enable_if, Type>::type& flip(Type& object, const typename Type::element_type& operand) { return icl::flip(object, make_segment(operand)); } //------------------------------------------------------------------------------ //- T& flip(T&, c P&) T:{M} P:{M'} total absorber //------------------------------------------------------------------------------ template typename enable_if< mpl::and_< is_total , absorbs_identities , is_concept_compatible > , Type>::type& flip(Type& object, const OperandT&) { object.clear(); return object; } //------------------------------------------------------------------------------ //- T& flip(T&, c P&) T:{M} P:{M'} total enricher //------------------------------------------------------------------------------ #ifdef BOOST_MSVC #pragma warning(push) #pragma warning(disable:4127) // conditional expression is constant #endif template typename enable_if< mpl::and_< is_total , mpl::not_ > , is_concept_compatible > , Type>::type& flip(Type& object, const OperandT& operand) { typedef typename Type::codomain_type codomain_type; object += operand; ICL_FORALL(typename Type, it_, object) (*it_).second = identity_element::value(); if(mpl::not_ >::value) icl::join(object); return object; } #ifdef BOOST_MSVC #pragma warning(pop) #endif //------------------------------------------------------------------------------ //- T& flip(T&, c P&) T:{M} P:{M'} partial //------------------------------------------------------------------------------ template typename enable_if< mpl::and_< mpl::not_ > , is_concept_compatible > , Type>::type& flip(Type& object, const OperandT& operand) { typedef typename OperandT::const_iterator const_iterator; //CL typedef typename Type::codomain_type codomain_type; const_iterator common_lwb, common_upb; if(!Set::common_range(common_lwb, common_upb, operand, object)) return object += operand; const_iterator it_ = operand.begin(); // All elements of operand left of the common range are added while(it_ != common_lwb) icl::add(object, *it_++); // All elements of operand in the common range are symmetrically subtracted while(it_ != common_upb) icl::flip(object, *it_++); // All elements of operand right of the common range are added while(it_ != operand.end()) icl::add(object, *it_++); return object; } //============================================================================== //= Set selection //============================================================================== template typename enable_if, SetT>::type& domain(SetT& result, const Type& object) { typedef typename SetT::iterator set_iterator; result.clear(); set_iterator prior_ = result.end(); ICL_const_FORALL(typename Type, it_, object) prior_ = icl::insert(result, prior_, (*it_).first); return result; } template typename enable_if, SetT>::type& between(SetT& in_between, const Type& object) { typedef typename Type::const_iterator const_iterator; typedef typename SetT::iterator set_iterator; in_between.clear(); const_iterator it_ = object.begin(), pred_; set_iterator prior_ = in_between.end(); if(it_ != object.end()) pred_ = it_++; while(it_ != object.end()) prior_ = icl::insert(in_between, prior_, between((*pred_++).first, (*it_++).first)); return in_between; } //============================================================================== //= Manipulation by predicates //============================================================================== template typename enable_if, MapT>::type& erase_if(const Predicate& pred, MapT& object) { typename MapT::iterator it_ = object.begin(); while(it_ != object.end()) if(pred(*it_)) object.erase(it_++); else ++it_; return object; } template inline typename enable_if, MapT>::type& add_if(const Predicate& pred, MapT& object, const MapT& src) { typename MapT::const_iterator it_ = src.begin(); while(it_ != src.end()) if(pred(*it_)) icl::add(object, *it_++); return object; } template inline typename enable_if, MapT>::type& assign_if(const Predicate& pred, MapT& object, const MapT& src) { icl::clear(object); return add_if(object, src, pred); } //============================================================================== //= Morphisms //============================================================================== template typename enable_if , absorbs_identities >, Type>::type& absorb_identities(Type& object) { return object; } template typename enable_if , mpl::not_ > >, Type>::type& absorb_identities(Type& object) { typedef typename Type::segment_type segment_type; return icl::erase_if(content_is_identity_element(), object); } //============================================================================== //= Streaming //============================================================================== template typename enable_if, std::basic_ostream >::type& operator << (std::basic_ostream& stream, const Type& object) { stream << "{"; ICL_const_FORALL(typename Type, it_, object) stream << "(" << (*it_).first << "->" << (*it_).second << ")"; return stream << "}"; } }} // namespace boost icl #endif