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
// // bind_allocator.hpp // ~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2025 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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) // #ifndef BOOST_ASIO_BIND_ALLOCATOR_HPP #define BOOST_ASIO_BIND_ALLOCATOR_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include #include #include #include #include #include #include #include namespace boost { namespace asio { namespace detail { // Helper to automatically define nested typedef result_type. template struct allocator_binder_result_type { protected: typedef void result_type_or_void; }; template struct allocator_binder_result_type> { typedef typename T::result_type result_type; protected: typedef result_type result_type_or_void; }; template struct allocator_binder_result_type { typedef R result_type; protected: typedef result_type result_type_or_void; }; template struct allocator_binder_result_type { typedef R result_type; protected: typedef result_type result_type_or_void; }; template struct allocator_binder_result_type { typedef R result_type; protected: typedef result_type result_type_or_void; }; template struct allocator_binder_result_type { typedef R result_type; protected: typedef result_type result_type_or_void; }; template struct allocator_binder_result_type { typedef R result_type; protected: typedef result_type result_type_or_void; }; template struct allocator_binder_result_type { typedef R result_type; protected: typedef result_type result_type_or_void; }; // Helper to automatically define nested typedef argument_type. template struct allocator_binder_argument_type {}; template struct allocator_binder_argument_type> { typedef typename T::argument_type argument_type; }; template struct allocator_binder_argument_type { typedef A1 argument_type; }; template struct allocator_binder_argument_type { typedef A1 argument_type; }; // Helper to automatically define nested typedefs first_argument_type and // second_argument_type. template struct allocator_binder_argument_types {}; template struct allocator_binder_argument_types> { typedef typename T::first_argument_type first_argument_type; typedef typename T::second_argument_type second_argument_type; }; template struct allocator_binder_argument_type { typedef A1 first_argument_type; typedef A2 second_argument_type; }; template struct allocator_binder_argument_type { typedef A1 first_argument_type; typedef A2 second_argument_type; }; } // namespace detail /// A call wrapper type to bind an allocator of type @c Allocator /// to an object of type @c T. template class allocator_binder #if !defined(GENERATING_DOCUMENTATION) : public detail::allocator_binder_result_type, public detail::allocator_binder_argument_type, public detail::allocator_binder_argument_types #endif // !defined(GENERATING_DOCUMENTATION) { public: /// The type of the target object. typedef T target_type; /// The type of the associated allocator. typedef Allocator allocator_type; #if defined(GENERATING_DOCUMENTATION) /// The return type if a function. /** * The type of @c result_type is based on the type @c T of the wrapper's * target object: * * @li if @c T is a pointer to function type, @c result_type is a synonym for * the return type of @c T; * * @li if @c T is a class type with a member type @c result_type, then @c * result_type is a synonym for @c T::result_type; * * @li otherwise @c result_type is not defined. */ typedef see_below result_type; /// The type of the function's argument. /** * The type of @c argument_type is based on the type @c T of the wrapper's * target object: * * @li if @c T is a pointer to a function type accepting a single argument, * @c argument_type is a synonym for the return type of @c T; * * @li if @c T is a class type with a member type @c argument_type, then @c * argument_type is a synonym for @c T::argument_type; * * @li otherwise @c argument_type is not defined. */ typedef see_below argument_type; /// The type of the function's first argument. /** * The type of @c first_argument_type is based on the type @c T of the * wrapper's target object: * * @li if @c T is a pointer to a function type accepting two arguments, @c * first_argument_type is a synonym for the return type of @c T; * * @li if @c T is a class type with a member type @c first_argument_type, * then @c first_argument_type is a synonym for @c T::first_argument_type; * * @li otherwise @c first_argument_type is not defined. */ typedef see_below first_argument_type; /// The type of the function's second argument. /** * The type of @c second_argument_type is based on the type @c T of the * wrapper's target object: * * @li if @c T is a pointer to a function type accepting two arguments, @c * second_argument_type is a synonym for the return type of @c T; * * @li if @c T is a class type with a member type @c first_argument_type, * then @c second_argument_type is a synonym for @c T::second_argument_type; * * @li otherwise @c second_argument_type is not defined. */ typedef see_below second_argument_type; #endif // defined(GENERATING_DOCUMENTATION) /// Construct an allocator wrapper for the specified object. /** * This constructor is only valid if the type @c T is constructible from type * @c U. */ template allocator_binder(const allocator_type& s, U&& u) : allocator_(s), target_(static_cast(u)) { } /// Copy constructor. allocator_binder(const allocator_binder& other) : allocator_(other.get_allocator()), target_(other.get()) { } /// Construct a copy, but specify a different allocator. allocator_binder(const allocator_type& s, const allocator_binder& other) : allocator_(s), target_(other.get()) { } /// Construct a copy of a different allocator wrapper type. /** * This constructor is only valid if the @c Allocator type is * constructible from type @c OtherAllocator, and the type @c T is * constructible from type @c U. */ template allocator_binder(const allocator_binder& other, constraint_t::value> = 0, constraint_t::value> = 0) : allocator_(other.get_allocator()), target_(other.get()) { } /// Construct a copy of a different allocator wrapper type, but /// specify a different allocator. /** * This constructor is only valid if the type @c T is constructible from type * @c U. */ template allocator_binder(const allocator_type& s, const allocator_binder& other, constraint_t::value> = 0) : allocator_(s), target_(other.get()) { } /// Move constructor. allocator_binder(allocator_binder&& other) : allocator_(static_cast( other.get_allocator())), target_(static_cast(other.get())) { } /// Move construct the target object, but specify a different allocator. allocator_binder(const allocator_type& s, allocator_binder&& other) : allocator_(s), target_(static_cast(other.get())) { } /// Move construct from a different allocator wrapper type. template allocator_binder( allocator_binder&& other, constraint_t::value> = 0, constraint_t::value> = 0) : allocator_(static_cast( other.get_allocator())), target_(static_cast(other.get())) { } /// Move construct from a different allocator wrapper type, but /// specify a different allocator. template allocator_binder(const allocator_type& s, allocator_binder&& other, constraint_t::value> = 0) : allocator_(s), target_(static_cast(other.get())) { } /// Destructor. ~allocator_binder() { } /// Obtain a reference to the target object. target_type& get() noexcept { return target_; } /// Obtain a reference to the target object. const target_type& get() const noexcept { return target_; } /// Obtain the associated allocator. allocator_type get_allocator() const noexcept { return allocator_; } /// Forwarding function call operator. template result_of_t operator()(Args&&... args) & { return target_(static_cast(args)...); } /// Forwarding function call operator. template result_of_t operator()(Args&&... args) && { return static_cast(target_)(static_cast(args)...); } /// Forwarding function call operator. template result_of_t operator()(Args&&... args) const& { return target_(static_cast(args)...); } private: Allocator allocator_; T target_; }; /// A function object type that adapts a @ref completion_token to specify that /// the completion handler should have the supplied allocator as its associated /// allocator. /** * May also be used directly as a completion token, in which case it adapts the * asynchronous operation's default completion token (or boost::asio::deferred * if no default is available). */ template struct partial_allocator_binder { /// Constructor that specifies associated allocator. explicit partial_allocator_binder(const Allocator& ex) : allocator_(ex) { } /// Adapt a @ref completion_token to specify that the completion handler /// should have the allocator as its associated allocator. template BOOST_ASIO_NODISCARD inline constexpr allocator_binder, Allocator> operator()(CompletionToken&& completion_token) const { return allocator_binder, Allocator>( allocator_, static_cast(completion_token)); } //private: Allocator allocator_; }; /// Create a partial completion token that associates an allocator. template BOOST_ASIO_NODISCARD inline partial_allocator_binder bind_allocator(const Allocator& ex) { return partial_allocator_binder(ex); } /// Associate an object of type @c T with an allocator of type /// @c Allocator. template BOOST_ASIO_NODISCARD inline allocator_binder, Allocator> bind_allocator(const Allocator& s, T&& t) { return allocator_binder, Allocator>(s, static_cast(t)); } #if !defined(GENERATING_DOCUMENTATION) namespace detail { template class allocator_binder_completion_handler_async_result { public: template explicit allocator_binder_completion_handler_async_result(T&) { } }; template class allocator_binder_completion_handler_async_result< TargetAsyncResult, Allocator, void_t> { private: TargetAsyncResult target_; public: typedef allocator_binder< typename TargetAsyncResult::completion_handler_type, Allocator> completion_handler_type; explicit allocator_binder_completion_handler_async_result( typename TargetAsyncResult::completion_handler_type& handler) : target_(handler) { } auto get() -> decltype(target_.get()) { return target_.get(); } }; template struct allocator_binder_async_result_return_type { }; template struct allocator_binder_async_result_return_type< TargetAsyncResult, void_type> { typedef typename TargetAsyncResult::return_type return_type; }; } // namespace detail template class async_result, Signature> : public detail::allocator_binder_completion_handler_async_result< async_result, Allocator>, public detail::allocator_binder_async_result_return_type< async_result> { public: explicit async_result(allocator_binder& b) : detail::allocator_binder_completion_handler_async_result< async_result, Allocator>(b.get()) { } template struct init_wrapper : detail::initiation_base { using detail::initiation_base::initiation_base; template void operator()(Handler&& handler, const Allocator& a, Args&&... args) && { static_cast(*this)( allocator_binder, Allocator>( a, static_cast(handler)), static_cast(args)...); } template void operator()(Handler&& handler, const Allocator& a, Args&&... args) const & { static_cast(*this)( allocator_binder, Allocator>( a, static_cast(handler)), static_cast(args)...); } }; template static auto initiate(Initiation&& initiation, RawCompletionToken&& token, Args&&... args) -> decltype( async_initiate< conditional_t< is_const>::value, const T, T>, Signature>( declval>>(), token.get(), token.get_allocator(), static_cast(args)...)) { return async_initiate< conditional_t< is_const>::value, const T, T>, Signature>( init_wrapper>( static_cast(initiation)), token.get(), token.get_allocator(), static_cast(args)...); } private: async_result(const async_result&) = delete; async_result& operator=(const async_result&) = delete; async_result target_; }; template struct async_result, Signatures...> { template static auto initiate(Initiation&& initiation, RawCompletionToken&& token, Args&&... args) -> decltype( async_initiate( static_cast(initiation), allocator_binder< default_completion_token_t>, Allocator>(token.allocator_, default_completion_token_t>{}), static_cast(args)...)) { return async_initiate( static_cast(initiation), allocator_binder< default_completion_token_t>, Allocator>(token.allocator_, default_completion_token_t>{}), static_cast(args)...); } }; template