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
// Boost.Signals2 library // Copyright Frank Mori Hess 2007-2008. // Use, modification and // distribution is subject to 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) // For more information, see http://www.boost.org #ifndef BOOST_SIGNALS2_SLOT_GROUPS_HPP #define BOOST_SIGNALS2_SLOT_GROUPS_HPP #include #include #include #include #include namespace boost { namespace signals2 { namespace detail { enum slot_meta_group {front_ungrouped_slots, grouped_slots, back_ungrouped_slots}; template struct group_key { typedef std::pair > type; }; template class group_key_less { public: group_key_less() {} group_key_less(const GroupCompare &group_compare): _group_compare(group_compare) {} bool operator ()(const typename group_key::type &key1, const typename group_key::type &key2) const { if(key1.first != key2.first) return key1.first < key2.first; if(key1.first != grouped_slots) return false; return _group_compare(key1.second.get(), key2.second.get()); } private: GroupCompare _group_compare; }; template class grouped_list { public: typedef group_key_less group_key_compare_type; private: typedef std::list list_type; typedef std::map < typename group_key::type, typename list_type::iterator, group_key_compare_type > map_type; typedef typename map_type::iterator map_iterator; typedef typename map_type::const_iterator const_map_iterator; public: typedef typename list_type::iterator iterator; typedef typename list_type::const_iterator const_iterator; typedef typename group_key::type group_key_type; grouped_list(const group_key_compare_type &group_key_compare): _group_key_compare(group_key_compare) {} grouped_list(const grouped_list &other): _list(other._list), _group_map(other._group_map), _group_key_compare(other._group_key_compare) { // fix up _group_map typename map_type::const_iterator other_map_it; typename list_type::iterator this_list_it = _list.begin(); typename map_type::iterator this_map_it = _group_map.begin(); for(other_map_it = other._group_map.begin(); other_map_it != other._group_map.end(); ++other_map_it, ++this_map_it) { BOOST_ASSERT(this_map_it != _group_map.end()); this_map_it->second = this_list_it; typename list_type::const_iterator other_list_it = other.get_list_iterator(other_map_it); typename map_type::const_iterator other_next_map_it = other_map_it; ++other_next_map_it; typename list_type::const_iterator other_next_list_it = other.get_list_iterator(other_next_map_it); while(other_list_it != other_next_list_it) { ++other_list_it; ++this_list_it; } } } iterator begin() { return _list.begin(); } iterator end() { return _list.end(); } iterator lower_bound(const group_key_type &key) { map_iterator map_it = _group_map.lower_bound(key); return get_list_iterator(map_it); } iterator upper_bound(const group_key_type &key) { map_iterator map_it = _group_map.upper_bound(key); return get_list_iterator(map_it); } void push_front(const group_key_type &key, const ValueType &value) { map_iterator map_it; if(key.first == front_ungrouped_slots) {// optimization map_it = _group_map.begin(); }else { map_it = _group_map.lower_bound(key); } m_insert(map_it, key, value); } void push_back(const group_key_type &key, const ValueType &value) { map_iterator map_it; if(key.first == back_ungrouped_slots) {// optimization map_it = _group_map.end(); }else { map_it = _group_map.upper_bound(key); } m_insert(map_it, key, value); } void erase(const group_key_type &key) { map_iterator map_it = _group_map.lower_bound(key); iterator begin_list_it = get_list_iterator(map_it); iterator end_list_it = upper_bound(key); if(begin_list_it != end_list_it) { _list.erase(begin_list_it, end_list_it); _group_map.erase(map_it); } } iterator erase(const group_key_type &key, const iterator &it) { BOOST_ASSERT(it != _list.end()); map_iterator map_it = _group_map.lower_bound(key); BOOST_ASSERT(map_it != _group_map.end()); BOOST_ASSERT(weakly_equivalent(map_it->first, key)); if(map_it->second == it) { iterator next = it; ++next; // if next is in same group if(next != upper_bound(key)) { _group_map[key] = next; }else { _group_map.erase(map_it); } } return _list.erase(it); } void clear() { _list.clear(); _group_map.clear(); } private: /* Suppress default assignment operator, since it has the wrong semantics. */ grouped_list& operator=(const grouped_list &other); bool weakly_equivalent(const group_key_type &arg1, const group_key_type &arg2) { if(_group_key_compare(arg1, arg2)) return false; if(_group_key_compare(arg2, arg1)) return false; return true; } void m_insert(const map_iterator &map_it, const group_key_type &key, const ValueType &value) { iterator list_it = get_list_iterator(map_it); iterator new_it = _list.insert(list_it, value); if(map_it != _group_map.end() && weakly_equivalent(key, map_it->first)) { _group_map.erase(map_it); } map_iterator lower_bound_it = _group_map.lower_bound(key); if(lower_bound_it == _group_map.end() || weakly_equivalent(lower_bound_it->first, key) == false) { /* doing the following instead of just _group_map[key] = new_it; to avoid bogus error when enabling checked iterators with g++ */ _group_map.insert(typename map_type::value_type(key, new_it)); } } iterator get_list_iterator(const const_map_iterator &map_it) { iterator list_it; if(map_it == _group_map.end()) { list_it = _list.end(); }else { list_it = map_it->second; } return list_it; } const_iterator get_list_iterator(const const_map_iterator &map_it) const { const_iterator list_it; if(map_it == _group_map.end()) { list_it = _list.end(); }else { list_it = map_it->second; } return list_it; } list_type _list; // holds iterators to first list item in each group map_type _group_map; group_key_compare_type _group_key_compare; }; } // end namespace detail enum connect_position { at_back, at_front }; } // end namespace signals2 } // end namespace boost #endif // BOOST_SIGNALS2_SLOT_GROUPS_HPP