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
// Copyright (c) 2001-2011 Hartmut Kaiser // Copyright (c) 2010 Bryce Lelbach // // 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) #if !defined(BOOST_SPIRIT_LEX_STATE_SWITCHER_SEP_23_2007_0714PM) #define BOOST_SPIRIT_LEX_STATE_SWITCHER_SEP_23_2007_0714PM #if defined(_MSC_VER) #pragma once #endif #include #include #include #include #include #include #include #include #include #include namespace boost { namespace spirit { /////////////////////////////////////////////////////////////////////////// // Enablers /////////////////////////////////////////////////////////////////////////// // enables set_state(s) template struct use_terminal > > : traits::is_string {}; // enables *lazy* set_state(s) template <> struct use_lazy_terminal< qi::domain, tag::set_state, 1 > : mpl::true_ {}; // enables in_state(s)[p] template struct use_directive > > : traits::is_string {}; // enables *lazy* in_state(s)[p] template <> struct use_lazy_directive< qi::domain, tag::in_state, 1 > : mpl::true_ {}; }} namespace boost { namespace spirit { namespace qi { #ifndef BOOST_SPIRIT_NO_PREDEFINED_TERMINALS using spirit::set_state; using spirit::in_state; #endif using spirit::set_state_type; using spirit::in_state_type; /////////////////////////////////////////////////////////////////////////// namespace detail { template inline std::size_t set_lexer_state(Iterator& it, std::size_t state) { return it.set_state(state); } template inline std::size_t set_lexer_state(Iterator& it, Char const* statename) { std::size_t state = it.map_state(statename); // If the following assertion fires you probably used the // set_state(...) or in_state(...)[...] lexer state switcher with // a lexer state name unknown to the lexer (no token definitions // have been associated with this lexer state). BOOST_ASSERT(std::size_t(~0) != state); return it.set_state(state); } } /////////////////////////////////////////////////////////////////////////// // Parser switching the state of the underlying lexer component. // This parser gets used for the set_state(...) construct. /////////////////////////////////////////////////////////////////////////// template struct state_switcher : primitive_parser > { typedef typename remove_const::type>::type char_type; typedef std::basic_string string_type; template struct attribute { typedef unused_type type; }; state_switcher(char_type const* state) : state(state) {} template bool parse(Iterator& first, Iterator const& last , Context& /*context*/, Skipper const& skipper , Attribute& /*attr*/) const { qi::skip_over(first, last, skipper); // always do a pre-skip // just switch the state and return success detail::set_lexer_state(first, state.c_str()); return true; } template info what(Context& /*context*/) const { return info("set_state"); } string_type state; }; /////////////////////////////////////////////////////////////////////////// namespace detail { #ifdef _MSC_VER # pragma warning(push) # pragma warning(disable: 4512) // assignment operator could not be generated. #endif template struct reset_state_on_exit { template reset_state_on_exit(Iterator& it_, State state_) : it(it_) , state(set_lexer_state(it_, traits::get_c_string(state_))) {} ~reset_state_on_exit() { // reset the state of the underlying lexer instance set_lexer_state(it, state); } Iterator& it; std::size_t state; }; #ifdef _MSC_VER # pragma warning(pop) #endif } /////////////////////////////////////////////////////////////////////////// // Parser, which switches the state of the underlying lexer component // for the execution of the embedded sub-parser, switching the state back // afterwards. This parser gets used for the in_state(...)[p] construct. /////////////////////////////////////////////////////////////////////////// template struct state_switcher_context : unary_parser > { typedef Subject subject_type; typedef typename traits::char_type_of::type char_type; typedef typename remove_const::type non_const_char_type; template struct attribute { typedef typename traits::attribute_of::type type; }; state_switcher_context(Subject const& subject , typename add_reference::type state) : subject(subject), state(state) {} // The following conversion constructors are needed to make the // in_state_switcher template usable template state_switcher_context( state_switcher_context const& rhs) : subject(rhs.subject), state(traits::get_c_string(rhs.state)) {} template bool parse(Iterator& first, Iterator const& last , Context& context, Skipper const& skipper , Attribute& attr) const { qi::skip_over(first, last, skipper); // always do a pre-skip // the state has to be reset at exit in any case detail::reset_state_on_exit guard(first, state); return subject.parse(first, last, context, skipper, attr); } template info what(Context& context) const { return info("in_state", subject.what(context)); } Subject subject; State state; }; /////////////////////////////////////////////////////////////////////////// // Parser generators: make_xxx function (objects) /////////////////////////////////////////////////////////////////////////// template struct make_primitive > , Modifiers, typename enable_if >::type> { typedef typename add_const::type const_string; typedef state_switcher result_type; template result_type operator()(Terminal const& term, unused_type) const { return result_type(traits::get_c_string(fusion::at_c<0>(term.args))); } }; template struct make_directive > , Subject, Modifiers> { typedef typename add_const::type const_string; typedef state_switcher_context result_type; template result_type operator()(Terminal const& term, Subject const& subject , unused_type) const { return result_type(subject, fusion::at_c<0>(term.args)); } }; }}} namespace boost { namespace spirit { namespace traits { /////////////////////////////////////////////////////////////////////////// template struct has_semantic_action > : unary_has_semantic_action {}; /////////////////////////////////////////////////////////////////////////// template struct handles_container , Attribute, Context, Iterator> : unary_handles_container {}; }}} #endif