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
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2015-2015. 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/container for documentation. // ////////////////////////////////////////////////////////////////////////////// #ifndef BOOST_CONTAINER_PMR_POLYMORPHIC_ALLOCATOR_HPP #define BOOST_CONTAINER_PMR_POLYMORPHIC_ALLOCATOR_HPP #if defined (_MSC_VER) # pragma once #endif #include #include #include #include #include #include #include #include #include namespace boost { namespace container { namespace pmr { //! A specialization of class template `polymorphic_allocator` conforms to the Allocator requirements. //! Constructed with different memory resources, different instances of the same specialization of //! `polymorphic_allocator` can exhibit entirely different allocation behavior. This runtime //! polymorphism allows objects that use polymorphic_allocator to behave as if they used different //! allocator types at run time even though they use the same static allocator type. template class polymorphic_allocator { public: typedef T value_type; //! Effects: Sets m_resource to //! `get_default_resource()`. polymorphic_allocator() BOOST_NOEXCEPT : m_resource(::boost::container::pmr::get_default_resource()) {} //! Requires: r is non-null. //! //! Effects: Sets m_resource to r. //! //! Throws: Nothing //! //! Notes: This constructor provides an implicit conversion from memory_resource*. polymorphic_allocator(memory_resource* r) BOOST_NOEXCEPT : m_resource(r) { BOOST_ASSERT(r != 0); } //! Effects: Sets m_resource to //! other.resource(). polymorphic_allocator(const polymorphic_allocator& other) BOOST_NOEXCEPT : m_resource(other.m_resource) {} //! Effects: Sets m_resource to //! other.resource(). template polymorphic_allocator(const polymorphic_allocator& other) BOOST_NOEXCEPT : m_resource(other.resource()) {} //! Effects: Sets m_resource to //! other.resource(). polymorphic_allocator& operator=(const polymorphic_allocator& other) BOOST_NOEXCEPT { m_resource = other.m_resource; return *this; } //! Returns: Equivalent to //! `static_cast(m_resource->allocate(n * sizeof(T), alignof(T)))`. T* allocate(size_t n) { return static_cast(m_resource->allocate(n*sizeof(T), ::boost::move_detail::alignment_of::value)); } //! Requires: p was allocated from a memory resource, x, equal to *m_resource, //! using `x.allocate(n * sizeof(T), alignof(T))`. //! //! Effects: Equivalent to m_resource->deallocate(p, n * sizeof(T), alignof(T)). //! //! Throws: Nothing. void deallocate(T* p, size_t n) BOOST_NOEXCEPT { m_resource->deallocate(p, n*sizeof(T), ::boost::move_detail::alignment_of::value); } #if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) || defined(BOOST_CONTAINER_DOXYGEN_INVOKED) //! Requires: Uses-allocator construction of T with allocator //! `*this` and constructor arguments `std::forward(args)...` //! is well-formed. [Note: uses-allocator construction is always well formed for //! types that do not use allocators. - end note] //! //! Effects: Construct a T object at p by uses-allocator construction with allocator //! `*this` and constructor arguments `std::forward(args)...`. //! //! Throws: Nothing unless the constructor for T throws. template < typename U, class ...Args> void construct(U* p, BOOST_FWD_REF(Args)...args) { new_allocator na; dtl::dispatch_uses_allocator (na, *this, p, ::boost::forward(args)...); } #else // #if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) || defined(BOOST_CONTAINER_DOXYGEN_INVOKED) //Disable this overload if the first argument is pair as some compilers have //overload selection problems when the first parameter is a pair. #define BOOST_CONTAINER_PMR_POLYMORPHIC_ALLOCATOR_CONSTRUCT_CODE(N) \ template < typename U BOOST_MOVE_I##N BOOST_MOVE_CLASSQ##N >\ void construct(U* p BOOST_MOVE_I##N BOOST_MOVE_UREFQ##N)\ {\ new_allocator na;\ dtl::dispatch_uses_allocator\ (na, *this, p BOOST_MOVE_I##N BOOST_MOVE_FWDQ##N);\ }\ // BOOST_MOVE_ITERATE_0TO9(BOOST_CONTAINER_PMR_POLYMORPHIC_ALLOCATOR_CONSTRUCT_CODE) #undef BOOST_CONTAINER_PMR_POLYMORPHIC_ALLOCATOR_CONSTRUCT_CODE #endif //#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) || defined(BOOST_CONTAINER_DOXYGEN_INVOKED) //! Effects: //! p->~U(). template void destroy(U* p) { (void)p; p->~U(); } //! Returns: Equivalent to //! `polymorphic_allocator()`. polymorphic_allocator select_on_container_copy_construction() const BOOST_NOEXCEPT { return polymorphic_allocator(); } //! Returns: //! m_resource. memory_resource* resource() const BOOST_NOEXCEPT { return m_resource; } private: memory_resource* m_resource; }; //! Returns: //! `*a.resource() == *b.resource()`. template bool operator==(const polymorphic_allocator& a, const polymorphic_allocator& b) BOOST_NOEXCEPT { return *a.resource() == *b.resource(); } //! Returns: //! `! (a == b)`. template bool operator!=(const polymorphic_allocator& a, const polymorphic_allocator& b) BOOST_NOEXCEPT { return *a.resource() != *b.resource(); } } //namespace pmr { } //namespace container { } //namespace boost { #endif //BOOST_CONTAINER_PMR_POLYMORPHIC_ALLOCATOR_HPP