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) 2003 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and 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/STL_Extension/include/CGAL/Nested_iterator.h $ // $Id: include/CGAL/Nested_iterator.h b26b07a1242 $ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Menelaos Karavelas #ifndef CGAL_NESTED_ITERATOR_H #define CGAL_NESTED_ITERATOR_H #include #include #if defined(BOOST_MSVC) # pragma warning(push) # pragma warning(disable:4396) #endif namespace CGAL { template struct Nested_iterator_traits { typedef It Base_iterator; typedef typename std::iterator_traits::value_type::iterator Iterator; Iterator begin(It it) const { return it->begin(); } Iterator end(It it) const { return it->end(); } }; namespace internal { template struct Emptyness_predicate : public Tr { typedef Tr Traits; bool operator()(typename Traits::Base_iterator base_it) const { return this->begin(base_it) == this->end(base_it); } }; template class FI_w_begin_end : public F_iterator { private: typedef typename F_iterator::Predicate Predicate; typedef typename Predicate::Traits::Iterator Iterator; typedef typename Predicate::Traits::Base_iterator Base_iterator; public: FI_w_begin_end() : F_iterator() {} FI_w_begin_end(Base_iterator it2, Base_iterator it3) : F_iterator(it2, Predicate(), it3) {} Iterator begin(Base_iterator it) { return this->predicate().begin(it); } Iterator end(Base_iterator it) { return this->predicate().end(it); } }; } template class Nested_iterator; template bool operator==(const Nested_iterator&, const Nested_iterator&); template > class Nested_iterator : private internal::FI_w_begin_end< Filter_iterator > > { typedef Nested_iterator Self; public: typedef Base_it Base_iterator; typedef Tr Traits; typedef typename Tr::Iterator Iterator; protected: typedef internal:: FI_w_begin_end< Filter_iterator > > Filter_base_iterator; private: typedef std::iterator_traits ItTraits; public: typedef typename ItTraits::reference reference; typedef typename ItTraits::pointer pointer; typedef typename ItTraits::value_type value_type; typedef typename ItTraits::difference_type difference_type; typedef typename ItTraits::iterator_category iterator_category; public: Nested_iterator() : Filter_base_iterator(), nested_it_() {} Nested_iterator(Base_iterator base_it_end, Base_iterator base_it_cur) : Filter_base_iterator(base_it_end, base_it_cur), nested_it_() { if ( !this->is_end() ) { nested_it_ = this->begin( this->base() ); } } Nested_iterator(const Self& other) : Filter_base_iterator(other) { if ( !other.is_end() ) nested_it_ = other.nested_it_; } Self& operator=(const Self& other) { copy_from(other); return *this; } Self& operator++() { if ( nested_it_ != this->end( this->base() ) ) { ++nested_it_; if ( nested_it_ == this->end( this->base() ) ) { Filter_base_iterator::operator++(); if ( !this->is_end() ) { nested_it_ = this->begin( this->base() ); } } } return *this; } Self operator++(int) { Self tmp = *this; ++(*this); return tmp; } Self& operator--() { if ( this->is_end() ) { Filter_base_iterator::operator--(); nested_it_ = this->end(this->base()); --nested_it_; } else { if ( nested_it_ != this->begin( this->base() ) ) { --nested_it_; } else { Filter_base_iterator::operator--(); nested_it_ = this->end( this->base() ); --nested_it_; } } return *this; } Self operator--(int) { Self tmp = *this; --(*this); return tmp; } reference operator*() const { return *nested_it_; } pointer operator->() const { return nested_it_.operator->(); } friend bool operator==<>(const Self&, const Self&); protected: void copy_from(const Self& other) { Filter_base_iterator::operator=(other); if ( !other.is_end() ) { nested_it_ = other.nested_it_; } } protected: Iterator nested_it_; }; template inline bool operator==(const Nested_iterator& it1, const Nested_iterator& it2) { // CGAL_precondition( it1.b_ == it2.b_ && it1.e_ == it2.e_ ); if ( it1.base() != it2.base() ) { return false; } return it1.is_end() || ( it1.nested_it_ == it2.nested_it_ ); } template inline bool operator!=(const Nested_iterator& it1, const Nested_iterator& it2) { return !(it1 == it2); } } //namespace CGAL #if defined(BOOST_MSVC) # pragma warning(pop) #endif #endif // CGAL_NESTED_ITERATOR_H