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
#ifndef BOOST_CONTRACT_OVERRIDE_HPP_ #define BOOST_CONTRACT_OVERRIDE_HPP_ // Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html /** @file Handle public function overrides (for subcontracting). */ // IMPORTANT: Included by contract_macro.hpp so must #if-guard all its includes. #include #include #include #ifdef BOOST_CONTRACT_DETAIL_DOXYGEN /** Declare an override type trait with an arbitrary name. Declare the override type trait named @c type_name to pass as an explicit template parameter to @RefFunc{boost::contract::public_function} for public function overrides. @see @RefSect{advanced.named_overrides, Named Overrides} @param type_name Name of the override type trait this macro will declare. (This is not a variadic macro parameter but it should never contain commas because it is an identifier.) @param func_name Function name of the public function override. This macro is called just once even if the function name is overloaded (the same override type trait is used for all overloaded functions with the same name, see @RefSect{advanced.function_overloads, Function Overloads}). (This is not a variadic macro parameter but it should never contain commas because it is an identifier.) */ #define BOOST_CONTRACT_NAMED_OVERRIDE(type_name, func_name) #elif !defined(BOOST_CONTRACT_NO_PUBLIC_FUNCTIONS) #include #include #include #include #include /* PRIVATE */ #define BOOST_CONTRACT_OVERRIDE_CALL_BASE_(z, arity, arity_compl, \ func_name) \ template< \ class BOOST_CONTRACT_DETAIL_NAME1(B), \ class BOOST_CONTRACT_DETAIL_NAME1(C) \ BOOST_CONTRACT_DETAIL_TVARIADIC_COMMA(arity) \ BOOST_CONTRACT_DETAIL_TVARIADIC_TPARAMS_Z(z, arity, \ BOOST_CONTRACT_DETAIL_NAME1(Args)) \ > \ static void BOOST_CONTRACT_DETAIL_NAME1(call_base)( \ boost::contract::virtual_* BOOST_CONTRACT_DETAIL_NAME1(v), \ BOOST_CONTRACT_DETAIL_NAME1(C)* BOOST_CONTRACT_DETAIL_NAME1(obj) \ BOOST_CONTRACT_DETAIL_TVARIADIC_COMMA(arity) \ BOOST_CONTRACT_DETAIL_TVARIADIC_FPARAMS_Z(z, arity, \ BOOST_CONTRACT_DETAIL_NAME1(Args), \ &, \ BOOST_CONTRACT_DETAIL_NAME1(args) \ ) \ BOOST_CONTRACT_DETAIL_NO_TVARIADIC_COMMA(arity_compl) \ BOOST_CONTRACT_DETAIL_NO_TVARIADIC_ENUM_Z(z, arity_compl, \ boost::contract::detail::none&) \ ) { \ BOOST_CONTRACT_DETAIL_NAME1(obj)-> \ BOOST_CONTRACT_DETAIL_NAME1(B)::func_name( \ BOOST_CONTRACT_DETAIL_TVARIADIC_ARGS_Z(z, arity, \ BOOST_CONTRACT_DETAIL_NAME1(args)) \ BOOST_CONTRACT_DETAIL_TVARIADIC_COMMA(arity) \ BOOST_CONTRACT_DETAIL_NAME1(v) \ ); \ } #if BOOST_CONTRACT_DETAIL_TVARIADIC #define BOOST_CONTRACT_OVERRIDE_CALL_BASE_DECL_(func_name) \ BOOST_CONTRACT_OVERRIDE_CALL_BASE_(1, ~, ~, func_name) #else #include #include #include #define BOOST_CONTRACT_OVERRIDE_CALL_BASE_DECL_(func_name) \ BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS), \ BOOST_CONTRACT_OVERRIDE_CALL_BASE_ARITY_, func_name) \ #define BOOST_CONTRACT_OVERRIDE_CALL_BASE_ARITY_(z, arity, func_name) \ BOOST_CONTRACT_OVERRIDE_CALL_BASE_(z, arity, \ BOOST_PP_SUB(BOOST_CONTRACT_MAX_ARGS, arity), func_name) #endif /* PUBLIC */ #define BOOST_CONTRACT_NAMED_OVERRIDE(type_name, func_name) \ struct type_name { \ BOOST_CONTRACT_DETAIL_MIRROR_HAS_MEMBER_FUNCTION( \ BOOST_CONTRACT_DETAIL_NAME1(has_member_function), \ func_name \ ) \ BOOST_CONTRACT_OVERRIDE_CALL_BASE_DECL_(func_name) \ }; #else #define BOOST_CONTRACT_NAMED_OVERRIDE(type_name, func_name) \ struct type_name {}; /* empty (not used), just to compile */ #endif /* PUBLIC */ /** Declare an override type trait named override_func_name. Declare the override type trait named override_func_name to pass as an explicit template parameter to @RefFunc{boost::contract::public_function} for public function overrides. Use @RefMacro{BOOST_CONTRACT_NAMED_OVERRIDE} to generate an override type trait with a name different than override_func_name (usually not needed). @see @RefSect{tutorial.public_function_overrides__subcontracting_, Public Function Overrides} @param func_name Function name of the public function override. This macro is called just once even if the function name is overloaded (the same override type trait is used for all overloaded functions with the same name, see @RefSect{advanced.function_overloads, Function Overloads}). (This is not a variadic macro parameter but it should never contain any comma because it is an identifier.) */ #define BOOST_CONTRACT_OVERRIDE(func_name) \ BOOST_CONTRACT_NAMED_OVERRIDE(BOOST_PP_CAT(override_, func_name), func_name) #ifdef BOOST_CONTRACT_DETAIL_DOXYGEN /** Declare multiple override type traits at once naming them override_... (for convenience). This variadic macro is provided for convenience as BOOST_CONTRACT_OVERRIDES(f_1, f_2, ..., f_n) expands to code equivalent to: @code BOOST_CONTRACT_OVERRIDE(f_1) BOOST_CONTRACT_OVERRIDE(f_2) ... BOOST_CONTRACT_OVERRIDE(f_n) @endcode On compilers that do not support variadic macros, the override type traits can be equivalently programmed one-by-one calling @RefMacro{BOOST_CONTRACT_OVERRIDE} for each function name as shown above. @see @RefSect{tutorial.public_function_overrides__subcontracting_, Public Function Overrides} @param ... A comma separated list of one or more function names of public function overrides. (Each function name should never contain commas because it is an identifier.) */ #define BOOST_CONTRACT_OVERRIDES(...) #elif BOOST_PP_VARIADICS #include #include /* PRIVATE */ #define BOOST_CONTRACT_OVERRIDES_SEQ_(r, unused, func_name) \ BOOST_CONTRACT_OVERRIDE(func_name) /* PUBLIC */ #define BOOST_CONTRACT_OVERRIDES(...) \ BOOST_PP_SEQ_FOR_EACH(BOOST_CONTRACT_OVERRIDES_SEQ_, ~, \ BOOST_PP_VARIADIC_TO_SEQ(__VA_ARGS__)) #else #define BOOST_CONTRACT_OVERRIDES \ BOOST_CONTRACT_ERROR_macro_OVERRIDES_requires_variadic_macros_otherwise_manually_repeat_OVERRIDE_macro #endif #endif // #include guard