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
/*! @file Defines configuration macros used throughout the library. Copyright Louis Dionne 2013-2022 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_CONFIG_HPP #define BOOST_HANA_CONFIG_HPP #include ////////////////////////////////////////////////////////////////////////////// // Detect the compiler ////////////////////////////////////////////////////////////////////////////// #if defined(_MSC_VER) && !defined(__clang__) // MSVC // This must be checked first, because otherwise it produces a fatal // error due to unrecognized #warning directives used below. # if _MSC_VER < 1915 # pragma message("Warning: the native Microsoft compiler is not supported due to lack of proper C++14 support.") # else // 1. Active issues // Multiple copy/move ctors # define BOOST_HANA_WORKAROUND_MSVC_MULTIPLECTOR_106654 // 2. Issues fixed in the development branch of MSVC // Forward declaration of class template member function returning decltype(auto) # define BOOST_HANA_WORKAROUND_MSVC_DECLTYPEAUTO_RETURNTYPE_662735 // 3. Issues fixed conditionally // Requires __declspec(empty_bases) // Empty base optimization # define BOOST_HANA_WORKAROUND_MSVC_EMPTYBASE // Requires /experimental:preprocessor // Variadic macro expansion # if !defined(_MSVC_TRADITIONAL) || _MSVC_TRADITIONAL # define BOOST_HANA_WORKAROUND_MSVC_PREPROCESSOR_616033 # endif # endif #elif defined(__clang__) && defined(_MSC_VER) // Clang-cl (Clang for Windows) # define BOOST_HANA_CONFIG_CLANG_CL # define BOOST_HANA_CONFIG_CLANG BOOST_HANA_CONFIG_VERSION( \ __clang_major__, __clang_minor__, __clang_patchlevel__) #elif defined(__clang__) && defined(__apple_build_version__) // Apple's Clang # define BOOST_HANA_CONFIG_APPLE_CLANG # if __apple_build_version__ >= 6020049 # define BOOST_HANA_CONFIG_CLANG BOOST_HANA_CONFIG_VERSION(3, 6, 0) # endif #elif defined(__clang__) // genuine Clang # define BOOST_HANA_CONFIG_CLANG BOOST_HANA_CONFIG_VERSION( \ __clang_major__, __clang_minor__, __clang_patchlevel__) #elif defined(__GNUC__) // GCC # define BOOST_HANA_CONFIG_GCC BOOST_HANA_CONFIG_VERSION( \ __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__) #endif ////////////////////////////////////////////////////////////////////////////// // Check the compiler for general C++14 capabilities ////////////////////////////////////////////////////////////////////////////// #if (__cplusplus < 201400) # if defined(_MSC_VER) # if _MSC_VER < 1915 # pragma message("Warning: Your compiler doesn't provide C++14 or higher capabilities. Try adding the compiler flag '-std=c++14' or '-std=c++1y'.") # endif # else # warning "Your compiler doesn't provide C++14 or higher capabilities. Try adding the compiler flag '-std=c++14' or '-std=c++1y'." # endif #endif ////////////////////////////////////////////////////////////////////////////// // Caveats and other compiler-dependent options ////////////////////////////////////////////////////////////////////////////// // `BOOST_HANA_CONFIG_HAS_CONSTEXPR_LAMBDA` enables some constructs requiring // `constexpr` lambdas, which are in the language starting with C++17. // // Always disabled for now because Clang only has partial support for them // (captureless lambdas only). #if defined(__cplusplus) && __cplusplus > 201402L # define BOOST_HANA_CONSTEXPR_STATELESS_LAMBDA constexpr // # define BOOST_HANA_CONFIG_HAS_CONSTEXPR_LAMBDA #else # define BOOST_HANA_CONSTEXPR_STATELESS_LAMBDA /* nothing */ #endif // `BOOST_HANA_CONSTEXPR_LAMBDA` expands to `constexpr` if constexpr lambdas // are supported and to nothing otherwise. #if defined(BOOST_HANA_CONFIG_HAS_CONSTEXPR_LAMBDA) # define BOOST_HANA_CONSTEXPR_LAMBDA constexpr #else # define BOOST_HANA_CONSTEXPR_LAMBDA /* nothing */ #endif // `BOOST_HANA_INLINE_VARIABLE` expands to `inline` when C++17 inline variables // are supported, and to nothing otherwise. This allows marking global variables // defined in a header as `inline` to avoid potential ODR violations. #if defined(__cplusplus) && __cplusplus > 201402L # define BOOST_HANA_INLINE_VARIABLE inline #else # define BOOST_HANA_INLINE_VARIABLE /* nothing */ #endif ////////////////////////////////////////////////////////////////////////////// // Library features and options that can be tweaked by users ////////////////////////////////////////////////////////////////////////////// #if defined(BOOST_HANA_DOXYGEN_INVOKED) || \ (defined(NDEBUG) && !defined(BOOST_HANA_CONFIG_DISABLE_ASSERTIONS)) //! @ingroup group-config //! Disables the `BOOST_HANA_*_ASSERT` macro & friends. //! //! When this macro is defined, the `BOOST_HANA_*_ASSERT` macro & friends //! are disabled, i.e. they expand to nothing. //! //! This macro is defined automatically when `NDEBUG` is defined. It can //! also be defined by users before including this header or defined on //! the command line. # define BOOST_HANA_CONFIG_DISABLE_ASSERTIONS #endif #if defined(BOOST_HANA_DOXYGEN_INVOKED) //! @ingroup group-config //! Disables concept checks in interface methods. //! //! When this macro is not defined (the default), tag-dispatched methods //! will make sure the arguments they are passed are models of the proper //! concept(s). This can be very helpful in catching programming errors, //! but it is also slightly less compile-time efficient. You should //! probably always leave the checks enabled (and hence never define this //! macro), except perhaps in translation units that are compiled very //! often but whose code using Hana is modified very rarely. # define BOOST_HANA_CONFIG_DISABLE_CONCEPT_CHECKS #endif #if defined(BOOST_HANA_DOXYGEN_INVOKED) //! @ingroup group-config //! Enables usage of the "string literal operator template" GNU extension. //! //! That operator is not part of the language yet, but it is supported by //! both Clang and GCC. This operator allows Hana to provide the nice `_s` //! user-defined literal for creating compile-time strings. //! //! When this macro is not defined, the GNU extension will be not used //! by Hana. Because this is a non-standard extension, the macro is not //! defined by default. # define BOOST_HANA_CONFIG_ENABLE_STRING_UDL #endif #if defined(BOOST_HANA_DOXYGEN_INVOKED) //! @ingroup group-config //! Enables additional assertions and sanity checks to be done by Hana. //! //! When this macro is defined (it is __not defined__ by default), //! additional sanity checks may be done by Hana. These checks may //! be costly to perform, either in terms of compilation time or in //! terms of execution time. These checks may help debugging an //! application during its initial development, but they should not //! be enabled as part of the normal configuration. # define BOOST_HANA_CONFIG_ENABLE_DEBUG_MODE #endif #endif // !BOOST_HANA_CONFIG_HPP