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 2023-2024. 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_TIMED_UTILS_HPP #define BOOST_INTERPROCESS_TIMED_UTILS_HPP #ifndef BOOST_CONFIG_HPP # include #endif # #if defined(BOOST_HAS_PRAGMA_ONCE) # pragma once #endif #include #include #include //!\file //!Describes some simple time-related utilities that can be used to call synchronization primitive and ipc methods that required //!waiting until the resource is signalled or a timeout expires. //! //! These utilities are provided for those users that want to avoid dependence on std::chrono or boost::chrono or boost::date_time //! and just want to implement simple portable waits. namespace boost { namespace interprocess { //!Describes a simple duration type with microsecond resolution that can be used with the ustime time-point utility to call timed functions //! of Boost.Interprocess' synchronization classes that expect a time-point (timed_wait, wait_until, timed_lock, lock_until...) class ustime; //!Describes a simple duration type with microsecond resolution that can be used with the ustime time-point utility to call timed functions //! of Boost.Interprocess' synchronization classes that expect a duration type (wait_for, lock_for...) class usduration { public: friend class ustime; //!Constructs a duration type that stores microseconds from //!the passed count explicit usduration(boost::uint64_t microsecs = 0u) : m_microsecs(microsecs) {} //!Returns the stored microsecond //!count boost::uint64_t get_microsecs() const { return m_microsecs; } bool operator < (const usduration &other) const { return m_microsecs < other.m_microsecs; } bool operator > (const usduration &other) const { return m_microsecs > other.m_microsecs; } bool operator <= (const usduration &other) const { return m_microsecs <= other.m_microsecs; } bool operator >= (const usduration &other) const { return m_microsecs >= other.m_microsecs; } private: boost::uint64_t m_microsecs; }; class ustime { public: //!Constructs a time point that is "microsecs" duration away //!from the epoch of the system explicit ustime(boost::uint64_t microsecs = 0u) : m_microsecs(microsecs) {} ustime &operator += (const usduration &other) { m_microsecs += other.m_microsecs; return *this; } ustime operator + (const usduration &other) { ustime r(*this); r += other; return r; } ustime &operator -= (const usduration &other) { m_microsecs -= other.m_microsecs; return *this; } ustime operator - (const usduration &other) { ustime r(*this); r -= other; return r; } friend usduration operator - (const ustime &l, const ustime &r) { return usduration(l.m_microsecs - r.m_microsecs); } bool operator < (const ustime &other) const { return m_microsecs < other.m_microsecs; } bool operator > (const ustime &other) const { return m_microsecs > other.m_microsecs; } bool operator <= (const ustime &other) const { return m_microsecs <= other.m_microsecs; } bool operator >= (const ustime &other) const { return m_microsecs >= other.m_microsecs; } //!Returns the stored count //!that represents microseconds from epoch boost::uint64_t get_microsecs() const { return m_microsecs; } private: boost::uint64_t m_microsecs; }; //!Utility that returns a duration from //!a seconds count inline usduration usduration_from_seconds(boost::uint64_t sec) { return usduration(sec*uint64_t(1000000u)); } //!Utility that returns a duration from //!a milliseconds count inline usduration usduration_from_milliseconds(boost::uint64_t millisec) { return usduration(millisec*1000u); } //!Utility that returns a time_point in the future that is "msecs" //!milliseconds in the future from now. inline ustime ustime_delay_milliseconds(unsigned msecs) { return ustime(ipcdetail::universal_time_u64_us()) + usduration(msecs*1000u); } #if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED) namespace ipcdetail { template<> class microsec_clock { public: typedef ustime time_point; static ustime universal_time() { return ustime(universal_time_u64_us()); } }; // duration_to_usduration template inline usduration duration_to_usduration(const Duration &d, typename enable_if_ptime_duration::type* = 0) { return usduration(static_cast(d.total_microseconds())); } template inline usduration duration_to_usduration(const Duration &d, typename enable_if_duration::type* = 0) { const double factor = double(Duration::period::num)*1000000.0/double(Duration::period::den); return usduration(static_cast(double(d.count())*factor)); } inline usduration duration_to_usduration(const usduration &d) { return d; } // duration_to_ustime template inline ustime duration_to_ustime(const Duration &d) { return microsec_clock::universal_time() + (duration_to_usduration)(d); } } //namespace ipcdetail { #endif //#if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED) } //namespace interprocess { } //namespace boost { #include #endif //BOOST_INTERPROCESS_TIMED_UTILS_HPP