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) 2014 GeometryFactory Sarl (France) // All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL: https://github.com/CGAL/cgal/blob/v6.1/STL_Extension/include/CGAL/Time_stamper.h $ // $Id: include/CGAL/Time_stamper.h b26b07a1242 $ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Jane Tournois #ifndef CGAL_TIME_STAMPER_H #define CGAL_TIME_STAMPER_H #include #include namespace CGAL { namespace internal { constexpr size_t rounded_down_log2(size_t n) { return ( (n<2) ? 0 : 1+rounded_down_log2(n/2)); } } // namespace internal template struct Time_stamper { static constexpr bool has_timestamp = true; static constexpr std::size_t invalid_time_stamp = static_cast(-2); static constexpr std::size_t not_yet_used_time_stamp = static_cast(-1); static bool is_valid(const T* pt) { return pt != nullptr && pt->time_stamp() != invalid_time_stamp; } static void initialize_time_stamp(T* pt) { pt->set_time_stamp(not_yet_used_time_stamp); } template static void set_time_stamp(T* pt, time_stamp_t& time_stamp_) { CGAL_assertion(is_valid(pt)); if(pt->time_stamp() == not_yet_used_time_stamp) { const std::size_t new_ts = time_stamp_++; pt->set_time_stamp(new_ts); } else { // else: the time stamp is reused // Enforces that the time stamp is greater than the current value. // That is used when a TDS_3 is copied: in that case, the // time stamps are copied from the old element to the new one, // but the time stamper does not know. #ifdef CGAL_NO_ATOMIC time_stamp_ = (std::max)(time_stamp_, pt->time_stamp() + 1); #else // How to atomically update a maximum value? // https://stackoverflow.com/a/16190791/1728537 const std::size_t new_value = pt->time_stamp() + 1; std::size_t prev_value = time_stamp_; while(prev_value < new_value && !time_stamp_.compare_exchange_weak(prev_value, new_value)) ; #endif // atomic } } static std::size_t time_stamp(const T* pt) { CGAL_assertion(is_valid(pt)); if(pt == nullptr){ return not_yet_used_time_stamp; } return pt->time_stamp(); } static void restore_timestamp(T* pt, std::size_t ts) { pt->set_time_stamp(ts); } static auto display_id(const T* pt, int offset = 0) { if(pt == nullptr) return std::string("nullptr"); else return std::string("#") + std::to_string(pt->time_stamp() + offset); } static std::size_t hash_value(const T* p) { CGAL_assertion(nullptr== p || is_valid(p)); if(nullptr == p) return not_yet_used_time_stamp; else return p->time_stamp(); } static bool less(const T* p_t1, const T* p_t2) { if(p_t1 == nullptr) return (p_t2 != nullptr); else if(p_t2 == nullptr) return false; else { CGAL_assertion((p_t1 == p_t2) == (time_stamp(p_t1) == time_stamp(p_t2))); return time_stamp(p_t1) < time_stamp(p_t2); } } }; // end class template Time_stamper template struct No_time_stamp { static constexpr bool has_timestamp = false; public: template static void set_time_stamp(T*, time_stamp_t&) {} static bool less(const T* p_t1,const T* p_t2) { return p_t1 < p_t2; } static void initialize_time_stamp(T*) { } static std::size_t time_stamp(const T*) { return 0; } static void restore_timestamp(T*, std::size_t) { } static auto display_id(const T* pt, int) { return static_cast(pt); } static std::size_t hash_value(const T* p) { constexpr std::size_t shift = internal::rounded_down_log2(sizeof(T)); return reinterpret_cast(p) >> shift; } }; // end class template No_time_stamp // That class template is an auxiliary class. It has a // specialization for the case where `T::Has_timestamp` does not exists. // The non-specialized template, when `T::Has_timestamp` exists, derives // from `Time_stamper` or `No_time_stamp` depending on the // value of the Boolean constant `T::Has_timestamp`. // The declaration of that class template requires `T` to be a complete type. template ::value> struct Get_time_stamper{ typedef Time_stamper type; }; // Specialization when `T::Has_timestamp` does not exist, derives from // `TimeStamper_`, or from `No_time_stamp`. template struct Get_time_stamper{ typedef No_time_stamp type; }; // Implementation of the timestamp policy. It is very important that the // declaration of that class template does not require `T` to be a complete // type. That way, the declaration of a pointer of type `Time_stamper_impl // in `Compact_container` for example is possible with an incomplete type. template struct Time_stamper_impl : public Get_time_stamper::type {}; struct Hash_handles_with_or_without_timestamps { template std::size_t operator()(const Handle h) const { typedef typename std::iterator_traits::value_type Type; return Get_time_stamper::type::hash_value(&*h); } }; } //end of namespace CGAL #endif // CGAL_TIME_STAMPER_H