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
// Three-state boolean logic library // Copyright Douglas Gregor 2002-2004. Use, modification and // distribution is subject to 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_LOGIC_TRIBOOL_IO_HPP #define BOOST_LOGIC_TRIBOOL_IO_HPP #include #include #include #if defined(_MSC_VER) # pragma once #endif #ifndef BOOST_NO_STD_LOCALE # include #endif #include #include namespace boost { namespace logic { #ifdef BOOST_NO_STD_LOCALE /** * \brief Returns a string containing the default name for the \c * false value of a tribool with the given character type T. * * This function only exists when the C++ standard library * implementation does not support locales. */ template std::basic_string default_false_name(); /** * \brief Returns the character string "false". * * This function only exists when the C++ standard library * implementation does not support locales. */ template<> inline std::basic_string default_false_name() { return "false"; } # if !defined(BOOST_NO_CWCHAR) /** * \brief Returns the wide character string L"false". * * This function only exists when the C++ standard library * implementation does not support locales. */ template<> inline std::basic_string default_false_name() { return L"false"; } # endif /** * \brief Returns a string containing the default name for the \c true * value of a tribool with the given character type T. * * This function only exists when the C++ standard library * implementation does not support locales. */ template std::basic_string default_true_name(); /** * \brief Returns the character string "true". * * This function only exists when the C++ standard library * implementation does not support locales. */ template<> inline std::basic_string default_true_name() { return "true"; } # if !defined(BOOST_NO_CWCHAR) /** * \brief Returns the wide character string L"true". * * This function only exists * when the C++ standard library * implementation does not support * locales. */ template<> inline std::basic_string default_true_name() { return L"true"; } # endif #endif /** * \brief Returns a string containing the default name for the indeterminate * value of a tribool with the given character type T. * * This routine is used by the input and output streaming operators * for tribool when there is no locale support or the stream's locale * does not contain the indeterminate_name facet. */ template std::basic_string get_default_indeterminate_name(); /// Returns the character string "indeterminate". template<> inline std::basic_string get_default_indeterminate_name() { return "indeterminate"; } #if !defined(BOOST_NO_CWCHAR) /// Returns the wide character string L"indeterminate". template<> inline std::basic_string get_default_indeterminate_name() { return L"indeterminate"; } #endif // http://www.cantrip.org/locale.html #ifndef BOOST_NO_STD_LOCALE /** * \brief A locale facet specifying the name of the indeterminate * value of a tribool. * * The facet is used to perform I/O on tribool values when \c * std::boolalpha has been specified. This class template is only * available if the C++ standard library implementation supports * locales. */ template class indeterminate_name : public std::locale::facet, private boost::noncopyable { public: typedef CharT char_type; typedef std::basic_string string_type; /// Construct the facet with the default name indeterminate_name() : name_(get_default_indeterminate_name()) {} /// Construct the facet with the given name for the indeterminate value explicit indeterminate_name(const string_type& initial_name) : name_(initial_name) {} /// Returns the name for the indeterminate value string_type name() const { return name_; } /// Uniquily identifies this facet with the locale. static std::locale::id id; private: string_type name_; }; template std::locale::id indeterminate_name::id; #endif /** * \brief Writes the value of a tribool to a stream. * * When the value of @p x is either \c true or \c false, this routine * is semantically equivalent to: * \code out << static_cast(x); \endcode * * When @p x has an indeterminate value, it outputs either the integer * value 2 (if (out.flags() & std::ios_base::boolalpha) == 0) * or the name of the indeterminate value. The name of the * indeterminate value comes from the indeterminate_name facet (if it * is defined in the output stream's locale), or from the * get_default_indeterminate_name function (if it is not defined in the * locale or if the C++ standard library implementation does not * support locales). * * \returns @p out */ template inline std::basic_ostream& operator<<(std::basic_ostream& out, tribool x) { if (!indeterminate(x)) { out << static_cast(x); } else { typename std::basic_ostream::sentry cerberus(out); if (cerberus) { if (out.flags() & std::ios_base::boolalpha) { #ifndef BOOST_NO_STD_LOCALE if (BOOST_HAS_FACET(indeterminate_name, out.getloc())) { const indeterminate_name& facet = BOOST_USE_FACET(indeterminate_name, out.getloc()); out << facet.name(); } else { out << get_default_indeterminate_name(); } #else out << get_default_indeterminate_name(); #endif } else out << 2; } } return out; } /** * \brief Writes the indeterminate tribool value to a stream. * * This routine outputs either the integer * value 2 (if (out.flags() & std::ios_base::boolalpha) == 0) * or the name of the indeterminate value. The name of the * indeterminate value comes from the indeterminate_name facet (if it * is defined in the output stream's locale), or from the * get_default_indeterminate_name function (if it is not defined in the * locale or if the C++ standard library implementation does not * support locales). * * \returns @p out */ template inline std::basic_ostream& operator<<(std::basic_ostream& out, bool (*)(tribool, detail::indeterminate_t)) { return out << tribool(indeterminate); } /** * \brief Reads a tribool value from a stream. * * When (out.flags() & std::ios_base::boolalpha) == 0, this * function reads a \c long value from the input stream @p in and * converts that value to a tribool. If that value is 0, @p x becomes * \c false; if it is 1, @p x becomes \c true; if it is 2, @p becomes * \c indetermine; otherwise, the operation fails (and the fail bit is * set on the input stream @p in). * * When (out.flags() & std::ios_base::boolalpha) != 0, this * function first determines the names of the false, true, and * indeterminate values. The false and true names are extracted from * the \c std::numpunct facet of the input stream's locale (if the C++ * standard library implementation supports locales), or from the \c * default_false_name and \c default_true_name functions (if there is * no locale support). The indeterminate name is extracted from the * appropriate \c indeterminate_name facet (if it is available in the * input stream's locale), or from the \c get_default_indeterminate_name * function (if the C++ standard library implementation does not * support locales, or the \c indeterminate_name facet is not * specified for this locale object). The input is then matched to * each of these names, and the tribool @p x is assigned the value * corresponding to the longest name that matched. If no name is * matched or all names are empty, the operation fails (and the fail * bit is set on the input stream @p in). * * \returns @p in */ template inline std::basic_istream& operator>>(std::basic_istream& in, tribool& x) { if (in.flags() & std::ios_base::boolalpha) { typename std::basic_istream::sentry cerberus(in); if (cerberus) { typedef std::basic_string string_type; #ifndef BOOST_NO_STD_LOCALE const std::numpunct& numpunct_facet = BOOST_USE_FACET(std::numpunct, in.getloc()); string_type falsename = numpunct_facet.falsename(); string_type truename = numpunct_facet.truename(); string_type othername; if (BOOST_HAS_FACET(indeterminate_name, in.getloc())) { othername = BOOST_USE_FACET(indeterminate_name, in.getloc()).name(); } else { othername = get_default_indeterminate_name(); } #else string_type falsename = default_false_name(); string_type truename = default_true_name(); string_type othername = get_default_indeterminate_name(); #endif typename string_type::size_type pos = 0; bool falsename_ok = true, truename_ok = true, othername_ok = true; // Modeled after the code from Library DR 17 while ((falsename_ok && pos < falsename.size()) || (truename_ok && pos < truename.size()) || (othername_ok && pos < othername.size())) { typename Traits::int_type c = in.get(); if (c == Traits::eof()) return in; bool matched = false; if (falsename_ok && pos < falsename.size()) { if (Traits::eq(Traits::to_char_type(c), falsename[pos])) matched = true; else falsename_ok = false; } if (truename_ok && pos < truename.size()) { if (Traits::eq(Traits::to_char_type(c), truename[pos])) matched = true; else truename_ok = false; } if (othername_ok && pos < othername.size()) { if (Traits::eq(Traits::to_char_type(c), othername[pos])) matched = true; else othername_ok = false; } if (matched) { ++pos; } if (pos > falsename.size()) falsename_ok = false; if (pos > truename.size()) truename_ok = false; if (pos > othername.size()) othername_ok = false; } if (pos == 0) in.setstate(std::ios_base::failbit); else { if (falsename_ok) x = false; else if (truename_ok) x = true; else if (othername_ok) x = indeterminate; else in.setstate(std::ios_base::failbit); } } } else { long value; if (in >> value) { switch (value) { case 0: x = false; break; case 1: x = true; break; case 2: x = indeterminate; break; default: in.setstate(std::ios_base::failbit); break; } } } return in; } } } // end namespace boost::logic #endif // BOOST_LOGIC_TRIBOOL_IO_HPP