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) 2001-2007 Max-Planck-Institute Saarbruecken (Germany). // 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/Cache.h $ // $Id: include/CGAL/Cache.h b26b07a1242 $ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Michael Hemmer // #ifndef CGAL_CACHE_H #define CGAL_CACHE_H 1 #include #include #include namespace CGAL { /*! \brief The Cache serves as a constructor for an object of type Output from * a object of type Input. * * The Cache internally uses the class std::map. * The Cache works as follows. First the \c input is canonicalized by the * Canonicalizer and the result is used as the key of the cache. If the * respective object is not in the cache yet, it is constructed by the Creator * functor from the canonicalized \c input and added to the map.\n * * The Compare functor serves as the key comparison function, which must * define a total ordering on the Input. \n * * The default for the Creator_ functor is Creator_1.\n * The default for the Canonicalizer_ functor is Creator_1 \n * The default for the Compare_ functor is std::less. \n * */ template < class Input_, class Output_, class Creator_ = Creator_1, class Canonicalizer_ = Creator_1, class Compare_ = std::less > class Cache{ public: //! The Input type of the Cache typedef Input_ Input; //! The Output type of the Cache typedef Output_ Output; /*! \brief The Creator functor of the Cache * This functor is used to create the output from the input. * If Output has a constructor from input you can use the default.*/ typedef Creator_ Creator; /*! \brief The Canonicalizer functor of the Cache * This functor is used to canonicalize the input in advance. \n * If the Input already is canonicalized you can use the default.\n */ typedef Canonicalizer_ Canonicalizer; /*! \brief The Compare functor used by the Cache */ typedef Compare_ Compare; typedef Cache Self; private: typedef std::map Map; Map map; public: typedef Map _Rep_type; //! Iterator type typedef typename _Rep_type::iterator Iterator; //! Const_iterator type typedef typename _Rep_type::const_iterator Const_iterator; //! Reverse_iterator type typedef typename _Rep_type::reverse_iterator Reverse_iterator; //! Const_reverse_iterator type typedef typename _Rep_type::const_reverse_iterator Const_reverse_iterator; //! Size_type type typedef typename _Rep_type::size_type Size_type; public: //! default constructor with empty table Cache() : map() {}; /*! \brief returns the respective object of type Output. * * If the object is not in the cache, it is constructed form \c key and * added to the cache. */ Output operator () (const Input& input) { Canonicalizer canonicalize; Input key = canonicalize(input); typename Map::iterator it = map.find(key); if (it == map.end()) { Creator create; Output out = create(key); map.insert(it,typename Map::value_type(key,out)); return out; } else { return (*it).second; } } //! Clears the cache contents void clear() { map.clear(); } //! Returns whether the cache is empty. bool is_empty() const { return map.empty(); } //! Returns the current number of different objects in the cache Size_type size() { return map.size(); } //! Returns the largest possible size of the cache. Size_type max_size() const { return map.max_size(); } //! Returns an Iterator pointing to the beginning of the cache. Iterator begin() { return map.begin(); } //! Returns an Iterator pointing to the end of the cache. Iterator end() { return map.end(); } //! Returns a Const_iterator pointing to the beginning of the cache. Const_iterator begin() const { return map.begin(); } //! Returns a Const_iterator pointing to the end of the cache. Const_iterator end() const { return map.end(); } /*! \brief returns a Reverse_iterator pointing to the beginning of the * reversed cache. */ Reverse_iterator rbegin() { return map.rbegin(); } /*! \brief returns a Reverse_iterator pointing to the end of the reversed * cache. */ Reverse_iterator rend() { return map.rend(); } /*! \brief returns a Const_reverse_iterator pointing to the beginning of * the reversed cache. */ Const_reverse_iterator rbegin() const { return map.rbegin(); } /*! \brief returns a Const_reverse_iterator pointing to the end of the * reversed cache. */ Const_reverse_iterator rend() const { return map.rend(); } }; } //namespace CGAL #endif