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
////////////////////////////////////////////////////////////////////////////// // // This file is the adaptation for Interprocess of boost/weak_ptr.hpp // // (C) Copyright Peter Dimov 2001, 2002, 2003 // (C) Copyright Ion Gaztanaga 2006-2012. // 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/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// #ifndef BOOST_INTERPROCESS_WEAK_PTR_HPP_INCLUDED #define BOOST_INTERPROCESS_WEAK_PTR_HPP_INCLUDED #ifndef BOOST_CONFIG_HPP # include #endif # #if defined(BOOST_HAS_PRAGMA_ONCE) # pragma once #endif #include #include #include #include #include #include #include //!\file //!Describes the smart pointer weak_ptr. namespace boost{ namespace interprocess{ //!The weak_ptr class template stores a "weak reference" to an object //!that's already managed by a shared_ptr. To access the object, a weak_ptr //!can be converted to a shared_ptr using the shared_ptr constructor or the //!member function lock. When the last shared_ptr to the object goes away //!and the object is deleted, the attempt to obtain a shared_ptr from the //!weak_ptr instances that refer to the deleted object will fail: the constructor //!will throw an exception of type bad_weak_ptr, and weak_ptr::lock will //!return an empty shared_ptr. //! //!Every weak_ptr meets the CopyConstructible and Assignable requirements //!of the C++ Standard Library, and so can be used in standard library containers. //!Comparison operators are supplied so that weak_ptr works with the standard //!library's associative containers. //! //!weak_ptr operations never throw exceptions. //! //!The class template is parameterized on T, the type of the object pointed to. template class weak_ptr { #if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED) private: // Borland 5.5.1 specific workarounds typedef weak_ptr this_type; typedef typename boost::container:: allocator_traits::pointer alloc_ptr; typedef typename boost::intrusive:: pointer_traits::template rebind_pointer::type pointer; typedef typename ipcdetail::add_reference ::type reference; typedef typename ipcdetail::add_reference ::type const_reference; #endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED public: typedef T element_type; typedef T value_type; //!Effects: Constructs an empty weak_ptr. //!Postconditions: use_count() == 0. weak_ptr() : m_pn() // never throws {} // generated copy constructor, assignment, destructor are fine // // The "obvious" converting constructor implementation: // // template // weak_ptr(weak_ptr const & r): m_px(r.m_px), m_pn(r.m_pn) // never throws // { // } // // has a serious problem. // // r.m_px may already have been invalidated. The m_px(r.m_px) // conversion may require access to *r.m_px (virtual inheritance). // // It is not possible to avoid spurious access violations since // in multithreaded programs r.m_px may be invalidated at any point. //!Effects: If r is empty, constructs an empty weak_ptr; otherwise, //!constructs a weak_ptr that shares ownership with r as if by storing a //!copy of the pointer stored in r. //! //!Postconditions: use_count() == r.use_count(). //! //!Throws: nothing. template weak_ptr(weak_ptr const & r) : m_pn(r.m_pn) // never throws { //Construct a temporary shared_ptr so that nobody //can destroy the value while constructing this const shared_ptr &ref = r.lock(); m_pn.set_pointer(ref.get()); } //!Effects: If r is empty, constructs an empty weak_ptr; otherwise, //!constructs a weak_ptr that shares ownership with r as if by storing a //!copy of the pointer stored in r. //! //!Postconditions: use_count() == r.use_count(). //! //!Throws: nothing. template weak_ptr(shared_ptr const & r) : m_pn(r.m_pn) // never throws {} //!Effects: Equivalent to weak_ptr(r).swap(*this). //! //!Throws: nothing. //! //!Notes: The implementation is free to meet the effects (and the //!implied guarantees) via different means, without creating a temporary. template weak_ptr & operator=(weak_ptr const & r) // never throws { //Construct a temporary shared_ptr so that nobody //can destroy the value while constructing this const shared_ptr &ref = r.lock(); m_pn = r.m_pn; m_pn.set_pointer(ref.get()); return *this; } //!Effects: Equivalent to weak_ptr(r).swap(*this). //! //!Throws: nothing. //! //!Notes: The implementation is free to meet the effects (and the //!implied guarantees) via different means, without creating a temporary. template weak_ptr & operator=(shared_ptr const & r) // never throws { m_pn = r.m_pn; return *this; } //!Returns: expired()? shared_ptr(): shared_ptr(*this). //! //!Throws: nothing. shared_ptr lock() const // never throws { // optimization: avoid throw overhead if(expired()){ return shared_ptr(); } BOOST_INTERPROCESS_TRY{ return shared_ptr(*this); } BOOST_INTERPROCESS_CATCH(bad_weak_ptr const &){ // Q: how can we get here? // A: another thread may have invalidated r after the use_count test above. return shared_ptr(); } BOOST_INTERPROCESS_CATCH_END } //!Returns: 0 if *this is empty; otherwise, the number of shared_ptr objects //!that share ownership with *this. //! //!Throws: nothing. //! //!Notes: use_count() is not necessarily efficient. Use only for debugging and //!testing purposes, not for production code. long use_count() const // never throws { return m_pn.use_count(); } //!Returns: Returns: use_count() == 0. //! //!Throws: nothing. //! //!Notes: expired() may be faster than use_count(). bool expired() const // never throws { return m_pn.use_count() == 0; } //!Effects: Equivalent to: //!weak_ptr().swap(*this). void reset() // never throws in 1.30+ { this_type().swap(*this); } //!Effects: Exchanges the contents of the two //!smart pointers. //! //!Throws: nothing. void swap(this_type & other) // never throws { ::boost::adl_move_swap(m_pn, other.m_pn); } #if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED) template bool _internal_less(weak_ptr const & rhs) const { return m_pn < rhs.m_pn; } template void _internal_assign(const ipcdetail::shared_count & pn2) { m_pn = pn2; } private: template friend class shared_ptr; template friend class weak_ptr; ipcdetail::weak_count m_pn; // reference counter #endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED }; // weak_ptr template inline bool operator<(weak_ptr const & a, weak_ptr const & b) { return a._internal_less(b); } template inline void swap(weak_ptr & a, weak_ptr & b) { a.swap(b); } //!Returns the type of a weak pointer //!of type T with the allocator boost::interprocess::allocator allocator //!and boost::interprocess::deleter deleter //!that can be constructed in the given managed segment type. template struct managed_weak_ptr { typedef weak_ptr < T , typename ManagedMemory::template allocator::type , typename ManagedMemory::template deleter::type > type; }; //!Returns an instance of a weak pointer constructed //!with the default allocator and deleter from a pointer //!of type T that has been allocated in the passed managed segment template inline typename managed_weak_ptr::type make_managed_weak_ptr(T *constructed_object, ManagedMemory &managed_memory) { return typename managed_weak_ptr::type ( constructed_object , managed_memory.template get_allocator() , managed_memory.template get_deleter() ); } } // namespace interprocess } // namespace boost #include #endif // #ifndef BOOST_INTERPROCESS_WEAK_PTR_HPP_INCLUDED