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 Andrey Semashev 2007 - 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) */ /*! * \file mutable_constant.hpp * \author Andrey Semashev * \date 06.11.2007 * * The header contains implementation of a mutable constant attribute. */ #ifndef BOOST_LOG_ATTRIBUTES_MUTABLE_CONSTANT_HPP_INCLUDED_ #define BOOST_LOG_ATTRIBUTES_MUTABLE_CONSTANT_HPP_INCLUDED_ #include #include #include #include #include #include #include #include #include #include #include #ifdef BOOST_HAS_PRAGMA_ONCE #pragma once #endif namespace boost { BOOST_LOG_OPEN_NAMESPACE namespace attributes { /*! * \brief A class of an attribute that holds a single constant value with ability to change it * * The mutable_constant attribute stores a single value of type, specified as the first template argument. * This value is returned on each attribute value acquisition. * * The attribute also allows to modify the stored value, even if the attribute is registered in an attribute set. * In order to ensure thread safety of such modifications the \c mutable_constant class is also parametrized * with three additional template arguments: mutex type, scoped write and scoped read lock types. If not specified, * the lock types are automatically deduced based on the mutex type. * * The implementation may avoid using these types to actually create and use the mutex, if a more efficient synchronization method is * available (such as atomic operations on the value type). By default no synchronization is done. */ #ifdef BOOST_LOG_DOXYGEN_PASS template< typename T, typename MutexT = void, typename ScopedWriteLockT = auto, typename ScopedReadLockT = auto > #else // BOOST_LOG_DOXYGEN_PASS template< typename T, typename MutexT = void, typename ScopedWriteLockT = #ifndef BOOST_LOG_NO_THREADS typename boost::conditional< boost::log::aux::is_exclusively_lockable< MutexT >::value, boost::log::aux::exclusive_lock_guard< MutexT >, void >::type, #else void, #endif // BOOST_LOG_NO_THREADS typename ScopedReadLockT = #ifndef BOOST_LOG_NO_THREADS typename boost::conditional< boost::log::aux::is_shared_lockable< MutexT >::value, boost::log::aux::shared_lock_guard< MutexT >, ScopedWriteLockT >::type #else ScopedWriteLockT #endif // BOOST_LOG_NO_THREADS #endif // BOOST_LOG_DOXYGEN_PASS > class mutable_constant : public attribute { public: //! The attribute value type typedef T value_type; protected: //! Factory implementation class BOOST_SYMBOL_VISIBLE impl : public attribute::impl { private: //! Mutex type typedef MutexT mutex_type; //! Shared lock type typedef ScopedReadLockT scoped_read_lock; //! Exclusive lock type typedef ScopedWriteLockT scoped_write_lock; static_assert(!(is_void< mutex_type >::value || is_void< scoped_read_lock >::value || is_void< scoped_write_lock >::value), "Boost.Log: Mutex and both lock types either must not be void or must all be void"); //! Attribute value wrapper typedef attribute_value_impl< value_type > attr_value; private: //! Thread protection mutex mutable mutex_type m_Mutex; //! Pointer to the actual attribute value intrusive_ptr< attr_value > m_Value; public: /*! * Initializing constructor */ explicit impl(value_type const& value) : m_Value(new attr_value(value)) { } /*! * Initializing constructor */ explicit impl(BOOST_RV_REF(value_type) value) : m_Value(new attr_value(boost::move(value))) { } attribute_value get_value() { scoped_read_lock lock(m_Mutex); return attribute_value(m_Value); } void set(value_type const& value) { intrusive_ptr< attr_value > p = new attr_value(value); scoped_write_lock lock(m_Mutex); m_Value.swap(p); } void set(BOOST_RV_REF(value_type) value) { intrusive_ptr< attr_value > p = new attr_value(boost::move(value)); scoped_write_lock lock(m_Mutex); m_Value.swap(p); } value_type get() const { scoped_read_lock lock(m_Mutex); return m_Value->get(); } }; public: /*! * Constructor with the stored value initialization */ explicit mutable_constant(value_type const& value) : attribute(new impl(value)) { } /*! * Constructor with the stored value initialization */ explicit mutable_constant(BOOST_RV_REF(value_type) value) : attribute(new impl(boost::move(value))) { } /*! * Constructor for casting support */ explicit mutable_constant(cast_source const& source) : attribute(source.as< impl >()) { } /*! * The method sets a new attribute value. The implementation exclusively locks the mutex in order * to protect the value assignment. */ void set(value_type const& value) { get_impl()->set(value); } /*! * The method sets a new attribute value. */ void set(BOOST_RV_REF(value_type) value) { get_impl()->set(boost::move(value)); } /*! * The method acquires the current attribute value. The implementation non-exclusively locks the mutex in order * to protect the value acquisition. */ value_type get() const { return get_impl()->get(); } protected: /*! * \returns Pointer to the factory implementation */ impl* get_impl() const { return static_cast< impl* >(attribute::get_impl()); } }; /*! * \brief Specialization for unlocked case * * This version of attribute does not perform thread synchronization to access the stored value. */ template< typename T > class mutable_constant< T, void, void, void > : public attribute { public: //! The attribute value type typedef T value_type; protected: //! Factory implementation class BOOST_SYMBOL_VISIBLE impl : public attribute::impl { private: //! Attribute value wrapper typedef attribute_value_impl< value_type > attr_value; private: //! The actual value intrusive_ptr< attr_value > m_Value; public: /*! * Initializing constructor */ explicit impl(value_type const& value) : m_Value(new attr_value(value)) { } /*! * Initializing constructor */ explicit impl(BOOST_RV_REF(value_type) value) : m_Value(new attr_value(boost::move(value))) { } attribute_value get_value() { return attribute_value(m_Value); } void set(value_type const& value) { m_Value = new attr_value(value); } void set(BOOST_RV_REF(value_type) value) { m_Value = new attr_value(boost::move(value)); } value_type get() const { return m_Value->get(); } }; public: /*! * Constructor with the stored value initialization */ explicit mutable_constant(value_type const& value) : attribute(new impl(value)) { } /*! * Constructor with the stored value initialization */ explicit mutable_constant(BOOST_RV_REF(value_type) value) : attribute(new impl(boost::move(value))) { } /*! * Constructor for casting support */ explicit mutable_constant(cast_source const& source) : attribute(source.as< impl >()) { } /*! * The method sets a new attribute value. */ void set(value_type const& value) { get_impl()->set(value); } /*! * The method sets a new attribute value. */ void set(BOOST_RV_REF(value_type) value) { get_impl()->set(boost::move(value)); } /*! * The method acquires the current attribute value. */ value_type get() const { return get_impl()->get(); } protected: /*! * \returns Pointer to the factory implementation */ impl* get_impl() const { return static_cast< impl* >(attribute::get_impl()); } }; } // namespace attributes BOOST_LOG_CLOSE_NAMESPACE // namespace log } // namespace boost #include #endif // BOOST_LOG_ATTRIBUTES_MUTABLE_CONSTANT_HPP_INCLUDED_