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) 2006,2007,2009,2010,2011 Tel-Aviv University (Israel). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v6.1/Arrangement_on_surface_2/include/CGAL/Arr_enums.h $ // $Id: include/CGAL/Arr_enums.h b26b07a1242 $ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s): Ron Wein // Efi Fogel #ifndef CGAL_ARR_ENUM_H #define CGAL_ARR_ENUM_H #include #include /*! \file * Definition of the enumeration types for the arrangement package. */ #include #include namespace CGAL { /*! \enum * Selection of a curve end. */ enum Arr_curve_end { ARR_MIN_END, ARR_MAX_END }; //! \brief prints curve end (for debugging) template< class OutputStream > inline OutputStream& operator<<( OutputStream& os, const Arr_curve_end& ce) { switch(ce) { case CGAL::ARR_MIN_END: os << "ARR_MIN_END"; break; case CGAL::ARR_MAX_END: os << "ARR_MAX_END"; break; default: CGAL_error_msg("bogus curve end"); } return os; } /*! \enum * Indicator whether a halfedge is directed from left to right (from the * xy-lexicographically smaller vertex to the larger one), or from right to * left. */ enum Arr_halfedge_direction { ARR_LEFT_TO_RIGHT = -1, ARR_RIGHT_TO_LEFT = 1 }; //! \brief prints halfedge direction (for debugging) template< class OutputStream > inline OutputStream& operator<<( OutputStream& os, const Arr_halfedge_direction& dir) { switch(dir) { case CGAL::ARR_LEFT_TO_RIGHT: os << "ARR_LEFT_TO_RIGHT"; break; case CGAL::ARR_RIGHT_TO_LEFT: os << "ARR_RIGHT_TO_LEFT"; break; default: CGAL_error_msg("bogus halfedge direction"); } return os; } /*! \enum The various surface boundary types. * For example: * - The plain has unbounded boundaries. * - The sphere has 2 contraction points and one identification curve. */ enum Arr_boundary_type { ARR_OBLIVIOUS = 0, ARR_OPEN, ARR_CLOSED, ARR_CONTRACTION, ARR_IDENTIFICATION }; //! \brief prints boundary type (for debugging) template< class OutputStream > inline OutputStream& operator<<( OutputStream& os, const Arr_boundary_type& bt) { switch(bt) { case CGAL::ARR_OPEN: os << "ARR_OPEN"; break; case CGAL::ARR_CLOSED: os << "ARR_CLOSED"; break; case CGAL::ARR_CONTRACTION: os << "ARR_CONTRACTION"; break; case CGAL::ARR_IDENTIFICATION: os << "ARR_IDENTIFICATION"; break; case CGAL::ARR_OBLIVIOUS: os << "ARR_OBLIVIOUS"; break; default: CGAL_error_msg("bogus boundary type"); } return os; } /*! \enum The various surface parameter space options categorizing the * surface range according to the parameter domain. */ typedef Box_parameter_space_2 Arr_parameter_space; const Arr_parameter_space ARR_LEFT_BOUNDARY = LEFT_BOUNDARY; const Arr_parameter_space ARR_RIGHT_BOUNDARY = RIGHT_BOUNDARY; const Arr_parameter_space ARR_BOTTOM_BOUNDARY = BOTTOM_BOUNDARY; const Arr_parameter_space ARR_TOP_BOUNDARY = TOP_BOUNDARY; const Arr_parameter_space ARR_INTERIOR = INTERIOR; //! \brief prints parameter space (for debugging) template< class OutputStream > inline OutputStream& operator<<( OutputStream& os, const Arr_parameter_space& ps) { switch (::CGAL::IO::get_mode(os)) { case ::CGAL::IO::PRETTY: switch(ps) { case CGAL::ARR_LEFT_BOUNDARY: os << "ARR_LEFT_BOUNDARY"; break; case CGAL::ARR_RIGHT_BOUNDARY: os << "ARR_RIGHT_BOUNDARY"; break; case CGAL::ARR_BOTTOM_BOUNDARY: os << "ARR_BOTTOM_BOUNDARY"; break; case CGAL::ARR_TOP_BOUNDARY: os << "ARR_TOP_BOUNDARY"; break; case CGAL::ARR_INTERIOR: os << "ARR_INTERIOR"; break; default: CGAL_error_msg("bogus parameter space"); } break; case ::CGAL::IO::BINARY: std::cerr << "BINARY format not yet implemented" << std::endl; break; default: os << static_cast< int >(ps); } return os; } //! \brief reads parameter space template< class InputStream > inline InputStream& operator>>( InputStream& is, Arr_parameter_space& ps) { CGAL_precondition(CGAL::IO::is_ascii(is)); int i; is >> i; ps = static_cast< Arr_parameter_space >(i); return is; } } //namespace CGAL #include #endif