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
/* boost random/traits.hpp header file * * Copyright John Maddock 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) * * See http://www.boost.org for most recent version including documentation. * * These traits classes serve two purposes: they are designed to mostly * work out of the box for multiprecision types (ie number types that are * C++ class types and not integers or floats from type-traits point of view), * they are also a potential point of specialization for user-defined * number types. * * $Id$ */ #ifndef BOOST_RANDOM_TRAITS_HPP #define BOOST_RANDOM_TRAITS_HPP #include #include #include #include #include namespace boost { namespace random { namespace traits { // \cond show_private template struct make_unsigned_imp { typedef typename boost::make_unsigned::type type; }; template struct make_unsigned_imp { BOOST_STATIC_ASSERT(std::numeric_limits::is_specialized); BOOST_STATIC_ASSERT(std::numeric_limits::is_signed == false); BOOST_STATIC_ASSERT(std::numeric_limits::is_integer == true); typedef T type; }; // \endcond /** \brief Converts the argument type T to an unsigned type. * * This trait has a single member `type` which is the unsigned type corresponding to T. * Note that * if T is signed, then member `type` *should define a type with one more bit precision than T*. For built-in * types this trait defaults to `boost::make_unsigned::type`. For user defined types it simply asserts that * the argument type T is an unsigned integer (using std::numeric_limits). * User defined specializations may be provided for other cases. */ template struct make_unsigned // \cond show_private : public make_unsigned_imp < T, boost::is_integral::value > // \endcond {}; // \cond show_private template struct make_unsigned_or_unbounded_imp { typedef typename boost::make_unsigned::type type; }; template struct make_unsigned_or_unbounded_imp { BOOST_STATIC_ASSERT(std::numeric_limits::is_specialized); BOOST_STATIC_ASSERT((std::numeric_limits::is_signed == false) || (std::numeric_limits::is_bounded == false)); BOOST_STATIC_ASSERT(std::numeric_limits::is_integer == true); typedef T type; }; // \endcond /** \brief Converts the argument type T to either an unsigned type or an unbounded integer type. * * This trait has a single member `type` which is either the unsigned type corresponding to T or an unbounded * integer type. This trait is used to generate types suitable for the calculation of a range: as a result * if T is signed, then member `type` *should define a type with one more bit precision than T*. For built-in * types this trait defaults to `boost::make_unsigned::type`. For user defined types it simply asserts that * the argument type T is either an unbounded integer, or an unsigned one (using std::numeric_limits). * User defined specializations may be provided for other cases. */ template struct make_unsigned_or_unbounded // \cond show_private : public make_unsigned_or_unbounded_imp < T, boost::is_integral::value > // \endcond {}; /** \brief Traits class that indicates whether type T is an integer */ template struct is_integral : public integral_constant::value || (std::numeric_limits::is_integer)> {}; /** \brief Traits class that indicates whether type T is a signed integer */ template struct is_signed : public integral_constant::value || (std::numeric_limits::is_specialized && std::numeric_limits::is_integer && std::numeric_limits::is_signed)> {}; } } } #endif