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 2008 Christophe Henry // henry UNDERSCORE christophe AT hotmail DOT com // This is an extended version of the state machine available in the boost::mpl library // Distributed under the same license as the original. // Copyright for the original version: // Copyright 2005 David Abrahams and Aleksey Gurtovoy. 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) #ifndef BOOST_MSM_BACK_FAVOR_COMPILE_TIME_H #define BOOST_MSM_BACK_FAVOR_COMPILE_TIME_H #include #include #include #include #include #include #include #include #include #include namespace boost { namespace msm { namespace back { template struct process_any_event_helper { process_any_event_helper(msm::back::HandledEnum& res_,Fsm* self_,::boost::any any_event_): res(res_),self(self_),any_event(any_event_),finished(false){} template void operator()(boost::msm::wrap const&) { if ( ! finished && ::boost::any_cast(&any_event)!=0) { finished = true; res = self->process_event_internal(::boost::any_cast(any_event)); } } private: msm::back::HandledEnum& res; Fsm* self; ::boost::any any_event; bool finished; }; #define BOOST_MSM_BACK_GENERATE_PROCESS_EVENT(fsmname) \ namespace boost { namespace msm { namespace back{ \ template<> \ ::boost::msm::back::HandledEnum fsmname::process_any_event( ::boost::any const& any_event) \ { \ typedef ::boost::msm::back::recursive_get_transition_table::type stt; \ typedef ::boost::msm::back::generate_event_set::type stt_events; \ typedef ::boost::msm::back::recursive_get_internal_transition_table::type istt; \ typedef ::boost::msm::back::generate_event_set::type >::type istt_events; \ typedef ::boost::msm::back::set_insert_range::type all_events; \ ::boost::msm::back::HandledEnum res= ::boost::msm::back::HANDLED_FALSE; \ ::boost::mpl::for_each > \ (::boost::msm::back::process_any_event_helper(res,this,any_event)); \ return res; \ } \ }}} struct favor_compile_time { typedef int compile_policy; typedef ::boost::mpl::false_ add_forwarding_rows; }; // Generates a singleton runtime lookup table that maps current state // to a function that makes the SM take its transition on the given // Event type. template struct dispatch_table < Fsm, Stt, Event, ::boost::msm::back::favor_compile_time> { private: // This is a table of these function pointers. typedef HandledEnum (*cell)(Fsm&, int,int,Event const&); typedef bool (*guard)(Fsm&, Event const&); // Compute the maximum state value in the sm so we know how big // to make the table typedef typename generate_state_set::type state_list; BOOST_STATIC_CONSTANT(int, max_state = ( ::boost::mpl::size::value)); struct chain_row { HandledEnum operator()(Fsm& fsm, int region,int state,Event const& evt) const { HandledEnum res = HANDLED_FALSE; typename std::deque::const_iterator it = one_state.begin(); while (it != one_state.end() && (res != HANDLED_TRUE && res != HANDLED_DEFERRED )) { HandledEnum handled = (*it)(fsm,region,state,evt); // reject is considered as erasing an error (HANDLED_FALSE) if ((HANDLED_FALSE==handled) && (HANDLED_GUARD_REJECT==res) ) res = HANDLED_GUARD_REJECT; else res = handled; ++it; } return res; } std::deque one_state; }; template static HandledEnum call_submachine(Fsm& fsm, int , int , Event const& evt) { return (fsm.template get_state()).process_any_event( ::boost::any(evt)); } // A function object for use with mpl::for_each that stuffs // transitions into cells. struct init_cell { init_cell(dispatch_table* self_) : self(self_) {} // version for transition event not base of our event template typename ::boost::disable_if< typename ::boost::is_same::type ,void>::type init_event_base_case(Transition const&, ::boost::mpl::true_ const &) const { typedef typename create_stt::type stt; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::value)); self->entries[state_id+1].one_state.push_front(reinterpret_cast(&Transition::execute)); } template typename ::boost::enable_if< typename ::boost::is_same::type ,void>::type init_event_base_case(Transition const&, ::boost::mpl::true_ const &) const { self->entries[0].one_state.push_front(reinterpret_cast(&Transition::execute)); } // version for transition event base of our event template typename ::boost::disable_if< typename ::boost::is_same::type ,void>::type init_event_base_case(Transition const&, ::boost::mpl::false_ const &) const { typedef typename create_stt::type stt; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::value)); self->entries[state_id+1].one_state.push_front(&Transition::execute); } template typename ::boost::enable_if< typename ::boost::is_same::type ,void>::type init_event_base_case(Transition const&, ::boost::mpl::false_ const &) const { self->entries[0].one_state.push_front(&Transition::execute); } // Cell initializer function object, used with mpl::for_each template typename ::boost::enable_if::type,void >::type operator()(Transition const&,boost::msm::back::dummy<0> = 0) const { // version for not real rows. No problem because irrelevant for process_event } template typename ::boost::disable_if::type,void >::type operator()(Transition const& tr,boost::msm::back::dummy<1> = 0) const { //only if the transition event is a base of our event is the reinterpret_case safe init_event_base_case(tr, ::boost::mpl::bool_< ::boost::is_base_of::type::value>() ); } dispatch_table* self; }; // Cell default-initializer function object, used with mpl::for_each // initializes with call_no_transition, defer_transition or default_eventless_transition // variant for non-anonymous transitions template struct default_init_cell { default_init_cell(dispatch_table* self_,chain_row* tofill_entries_) : self(self_),tofill_entries(tofill_entries_) {} template struct helper {}; template struct helper { template static void execute(boost::msm::wrap const&,chain_row* tofill) { typedef typename create_stt::type stt; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::value)); cell call_no_transition = &Fsm::defer_transition; tofill[state_id+1].one_state.push_back(call_no_transition); } }; template struct helper { template static void execute(boost::msm::wrap const&,chain_row* tofill) { typedef typename create_stt::type stt; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::value)); cell call_no_transition = &Fsm::defer_transition; tofill[state_id+1].one_state.push_back(call_no_transition); } }; template struct helper { template static typename ::boost::enable_if< typename ::boost::is_same::type ,void>::type execute(boost::msm::wrap const&,chain_row* tofill,boost::msm::back::dummy<0> = 0) { // for internal tables cell call_no_transition_internal = &Fsm::call_no_transition; tofill[0].one_state.push_front(call_no_transition_internal); } template static typename ::boost::disable_if< typename ::boost::is_same::type ,void>::type execute(boost::msm::wrap const&,chain_row* tofill,boost::msm::back::dummy<1> = 0) { typedef typename create_stt::type stt; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::value)); cell call_no_transition = &call_submachine< State >; tofill[state_id+1].one_state.push_front(call_no_transition); } }; template struct helper { template static void execute(boost::msm::wrap const&,chain_row* tofill) { typedef typename create_stt::type stt; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::value)); cell call_no_transition = &Fsm::call_no_transition; tofill[state_id+1].one_state.push_back(call_no_transition); } }; template void operator()(boost::msm::wrap const& s) { helper::type::value, is_composite_state::type::value>::execute(s,tofill_entries); } dispatch_table* self; chain_row* tofill_entries; }; // variant for anonymous transitions template struct default_init_cell::type>::type> { default_init_cell(dispatch_table* self_,chain_row* tofill_entries_) : self(self_),tofill_entries(tofill_entries_) {} // this event is a compound one (not a real one, just one for use in event-less transitions) // Note this event cannot be used as deferred! template void operator()(boost::msm::wrap const&) { typedef typename create_stt::type stt; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::value)); cell call_no_transition = &Fsm::default_eventless_transition; tofill_entries[state_id+1].one_state.push_back(call_no_transition); } dispatch_table* self; chain_row* tofill_entries; }; public: // initialize the dispatch table for a given Event and Fsm dispatch_table() { // Initialize cells for no transition ::boost::mpl::for_each< ::boost::mpl::filter_view< Stt, ::boost::is_base_of, Event> > > (init_cell(this)); ::boost::mpl::for_each< typename generate_state_set::type, boost::msm::wrap< ::boost::mpl::placeholders::_1> > (default_init_cell(this,entries)); } // The singleton instance. static const dispatch_table& instance() { static dispatch_table table; return table; } public: // data members chain_row entries[max_state+1]; }; }}} // boost::msm::back #endif //BOOST_MSM_BACK_FAVOR_COMPILE_TIME_H