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
/*! @file Forward declares `boost::hana::Orderable`. Copyright Louis Dionne 2013-2022 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_FWD_CONCEPT_ORDERABLE_HPP #define BOOST_HANA_FWD_CONCEPT_ORDERABLE_HPP #include namespace boost { namespace hana { //! @ingroup group-concepts //! @defgroup group-Orderable Orderable //! The `Orderable` concept represents totally ordered data types. //! //! Intuitively, `Orderable` objects must define a binary predicate named //! `less` returning whether the first argument is to be considered less //! than the second argument. The word "total" means that _distinct_ //! objects must always be ordered; if `a` and `b` are not equal, then //! exactly one of `less(a, b)` and `less(b, a)` must be true. This is //! a contrast with weaker kinds of orders that would allow some objects //! to be incomparable (neither less than nor greater than). Also note //! that a non-strict total order may always be obtained from a strict //! total order (and vice-versa) by setting //! @code //! a <= b = !(b < a) //! a < b = !(b <= a) //! @endcode //! The non-strict version is used in the description of the laws because //! it makes them easier to parse for humans, but they could be formulated //! equivalently using the strict order. //! //! //! Minimal complete definition //! --------------------------- //! `less` //! //! When `less` is defined, the other methods are defined from it using //! the same definition as mandated in the laws below. //! //! //! Laws //! ---- //! Rigorously speaking, a [total order][1] `<=` on a set `S` is a binary //! predicate @f$ <= \;: S \times S \to bool @f$ such that for all //! `a`, `b`, `c` in `S`, //! @code //! if a <= b and b <= a then a == b // Antisymmetry //! if a <= b and b <= c then a <= c // Transitivity //! either a <= b or b <= a // Totality //! @endcode //! Additionally, the `less`, `greater` and `greater_equal` methods should //! have the following intuitive meanings: //! @code //! a < b if and only if !(b <= a) //! a > b if and only if b < a //! a >= b if and only if !(a < b) //! @endcode //! //! //! Refined concept //! --------------- //! 1. `Comparable` (free model)\n //! Since `Orderable` requires `less_equal` to be a total order, a model //! of `Comparable` may always be obtained by setting //! @code //! equal(x, y) = less_equal(x, y) && less_equal(y, x) //! @endcode //! //! //! Concrete models //! --------------- //! `hana::integral_constant`, `hana::optional`, `hana::pair`, //! `hana::string`, `hana::tuple` //! //! //! Free model for `LessThanComparable` data types //! ---------------------------------------------- //! Two data types `T` and `U` that model the cross-type version of the //! usual [LessThanComparable][2] C++ concept are automatically a model //! of `Orderable` by setting //! @code //! less(x, y) = (x < y) //! @endcode //! The cross-type version of the LessThanComparable concept is analogous //! to the cross-type version of the EqualityComparable concept presented //! in [N3351][3], which is compatible with the usual single type //! definition. //! However, note that the LessThanComparable concept only requires `<` //! to be a [strict weak ordering][4], which is a weaker requirement //! than being a total order. Hence, if `less` is used with objects //! of a LessThanComparable data type that do not define a total order, //! some algorithms may have an unexpected behavior. It is the author's //! opinion that defining `operator<` as a non-total order is a bad idea, //! but this is debatable and so the design choice of providing a model //! for LessThanComparable data types is open to debate. Waiting for //! some user input. //! //! //! Order-preserving functions //! -------------------------- //! Let `A` and `B` be two `Orderable` data types. A function //! @f$ f : A \to B@f$ is said to be order-preserving (also called //! monotone) if it preserves the structure of the `Orderable` concept, //! which can be rigorously stated as follows. For all objects `x`, `y` //! of data type `A`, //! @code //! if less(x, y) then less(f(x), f(y)) //! @endcode //! Another important property is that of being order-reflecting, which //! can be stated as //! @code //! if less(f(x), f(y)) then less(x, y) //! @endcode //! We say that a function is an order-embedding if it is both //! order-preserving and order-reflecting, i.e. if //! @code //! less(x, y) if and only if less(f(x), f(y)) //! @endcode //! //! //! Cross-type version of the methods //! --------------------------------- //! The comparison methods (`less`, `less_equal`, `greater` and //! `greater_equal`) are "overloaded" to handle distinct data types //! with certain properties. Specifically, they are defined for //! _distinct_ data types `A` and `B` such that //! 1. `A` and `B` share a common data type `C`, as determined by the //! `common` metafunction //! 2. `A`, `B` and `C` are all `Orderable` when taken individually //! 3. @f$\mathrm{to} : A \to C@f$ and @f$\mathrm{to} : B \to C@f$ //! are both order-embeddings as determined by the `is_embedding` //! metafunction. //! //! The method definitions for data types satisfying the above //! properties are //! @code //! less(x, y) = less(to(x), to(y)) //! less_equal(x, y) = less_equal(to(x), to(y)) //! greater_equal(x, y) = greater_equal(to(x), to(y)) //! greater(x, y) = greater(to(x), to(y)) //! @endcode //! //! //! Partial application of the methods //! ---------------------------------- //! The `less`, `greater`, `less_equal` and `greater_equal` methods can //! be called in two different ways. First, they can be called like //! normal functions: //! @code //! less(x, y) //! greater(x, y) //! //! less_equal(x, y) //! greater_equal(x, y) //! @endcode //! //! However, they may also be partially applied to an argument as follows: //! @code //! less.than(x)(y) == less(y, x) //! greater.than(x)(y) == greater(y, x) //! //! less_equal.than(x)(y) == less_equal(y, x) //! greater_equal.than(x)(y) == greater_equal(y, x) //! @endcode //! //! Take good note that the order of the arguments is reversed, so //! for example `less.than(x)(y)` is equivalent to `less(y, x)`, not //! `less(x, y)`. This is because those variants are meant to be used //! with higher order algorithms, where the chosen application order //! makes sense. //! //! //! [1]: http://en.wikipedia.org/wiki/Total_order //! [2]: http://en.cppreference.com/w/cpp/named_req/LessThanComparable //! [3]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3351.pdf //! [4]: http://en.wikipedia.org/wiki/Strict_weak_ordering template struct Orderable; }} // end namespace boost::hana #endif // !BOOST_HANA_FWD_CONCEPT_ORDERABLE_HPP