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
// (C) Copyright 2016 Raffi Enficiaud. // 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/libs/test for the library home page. // ///@file ///@brief Contains the definition of the Junit log formatter (OF_JUNIT) // *************************************************************************** #ifndef BOOST_TEST_JUNIT_LOG_FORMATTER__ #define BOOST_TEST_JUNIT_LOG_FORMATTER__ // Boost.Test #include #include #include //#include // STL #include // std::size_t #include #include #include //____________________________________________________________________________// namespace boost { namespace unit_test { namespace output { namespace junit_impl { // helper for the JUnit logger struct junit_log_helper { struct assertion_entry { enum log_entry_t { log_entry_info, log_entry_error, log_entry_failure }; assertion_entry() : sealed(false) {} std::string logentry_message; // the message associated to the JUnit error/entry std::string logentry_type; // the one that will get expanded in the final junit (failure, error) std::string output; // additional information/message generated by the assertion log_entry_t log_entry; // the type associated to the assertion (or error) bool sealed; // indicates if the entry can accept additional information }; std::list system_out; // sysout: additional information std::list system_err; // syserr: additional information std::string skipping_reason; // list of failure, errors and messages (assertions message and the full log) std::vector< assertion_entry > assertion_entries; bool skipping; junit_log_helper(): skipping(false) {} void clear() { assertion_entries.clear(); system_out.clear(); system_err.clear(); skipping_reason.clear(); skipping = false; } }; } // ************************************************************************** // // ************** junit_log_formatter ************** // // ************************************************************************** // /// JUnit logger class class junit_log_formatter : public unit_test_log_formatter { public: junit_log_formatter() : m_display_build_info(false) { // we log everything from the logger singleton point of view // because we need to know about all the messages/commands going to the logger // we decide what we put inside the logs internally this->m_log_level = log_successful_tests; m_log_level_internal = log_messages; } // Formatter interface void log_start( std::ostream&, counter_t test_cases_amount ) BOOST_OVERRIDE; void log_finish( std::ostream& ) BOOST_OVERRIDE; void log_build_info( std::ostream&, bool ) BOOST_OVERRIDE; void test_unit_start( std::ostream&, test_unit const& tu ) BOOST_OVERRIDE; void test_unit_finish( std::ostream&, test_unit const& tu, unsigned long elapsed ) BOOST_OVERRIDE; void test_unit_skipped( std::ostream&, test_unit const& tu, const_string reason ) BOOST_OVERRIDE; void test_unit_aborted( std::ostream& os, test_unit const& tu ) BOOST_OVERRIDE; void test_unit_timed_out( std::ostream& os, test_unit const& tu) BOOST_OVERRIDE; void log_exception_start( std::ostream&, log_checkpoint_data const&, execution_exception const& ex ) BOOST_OVERRIDE; void log_exception_finish( std::ostream& ) BOOST_OVERRIDE; void log_entry_start( std::ostream&, log_entry_data const&, log_entry_types let ) BOOST_OVERRIDE; using unit_test_log_formatter::log_entry_value; // bring base class functions into overload set void log_entry_value( std::ostream&, const_string value ) BOOST_OVERRIDE; void log_entry_finish( std::ostream& ) BOOST_OVERRIDE; void entry_context_start( std::ostream&, log_level ) BOOST_OVERRIDE; void log_entry_context( std::ostream&, log_level, const_string ) BOOST_OVERRIDE; void entry_context_finish( std::ostream&, log_level ) BOOST_OVERRIDE; //! Discards changes in the log level void set_log_level(log_level ll) BOOST_OVERRIDE { if(ll > log_successful_tests && ll < log_messages) ll = log_successful_tests; else if (ll > log_all_errors) ll = log_all_errors; this->m_log_level_internal = ll; } //! Instead of a regular stream, returns a file name corresponding to //! the current master test suite. If the file already exists, adds an index //! to it. std::string get_default_stream_description() const BOOST_OVERRIDE; private: typedef std::map map_trace_t; map_trace_t map_tests; junit_impl::junit_log_helper runner_log_entry; junit_impl::junit_log_helper& get_current_log_entry() { if(list_path_to_root.empty()) return runner_log_entry; map_trace_t::iterator it = map_tests.find(list_path_to_root.back()); return (it == map_tests.end() ? runner_log_entry : it->second); } std::list list_path_to_root; bool m_display_build_info; bool m_is_last_assertion_or_error; // true if failure, false if error log_level m_log_level_internal; friend class junit_result_helper; }; } // namespace output } // namespace unit_test } // namespace boost #include #endif // BOOST_TEST_JUNIT_LOG_FORMATTER__