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) 2019 Vinnie Falco (vinnie.falco@gmail.com) // Copyright (c) 2022 Alan de Freitas (alandefreitas@gmail.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_URL_VIEW_HPP #define BOOST_URL_URL_VIEW_HPP #include #include #include namespace boost { namespace urls { /** A non-owning reference to a valid URL Objects of this type represent valid URL strings constructed from a parsed, external character buffer whose storage is managed by the caller. That is, it acts like a `core::string_view` in terms of ownership. The caller is responsible for ensuring that the lifetime of the underlying character buffer extends until it is no longer referenced. @par Example 1 Construction from a string parses the input as a URI-reference and throws an exception on error. Upon success, the constructed object points to the passed character buffer; ownership is not transferred. @code url_view u( "https://www.example.com/index.htm?text=none#a1" ); @endcode @par Example 2 Parsing functions like @ref parse_uri_reference return a `boost::system::result` containing either a valid @ref url_view upon success, otherwise they contain an error. The error can be converted to an exception by the caller if desired: @code system::result< url_view > rv = parse_uri_reference( "https://www.example.com/index.htm?text=none#a1" ); @endcode @par BNF @code URI-reference = URI / relative-ref URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] relative-ref = relative-part [ "?" query ] [ "#" fragment ] @endcode @par Specification @li Uniform Resource Identifier (URI): Generic Syntax (rfc3986) @see @ref parse_absolute_uri, @ref parse_origin_form, @ref parse_relative_ref, @ref parse_uri, @ref parse_uri_reference. */ class BOOST_URL_DECL url_view : public url_view_base { friend std::hash; friend class url_view_base; friend class params_base; friend class params_encoded_base; #ifndef BOOST_URL_DOCS // VFALCO docca emits this erroneously friend struct detail::url_impl; #endif using url_view_base::digest; explicit url_view( detail::url_impl const& impl) noexcept : url_view_base(impl) { } public: //-------------------------------------------- // // Special Members // //-------------------------------------------- /** Destructor Any params, segments, iterators, or other views which reference the same underlying character buffer remain valid. */ ~url_view() = default; /** Constructor Default constructed views refer to a string with zero length, which always remains valid. This matches the grammar for a relative-ref with an empty path and no query or fragment. @par Example @code url_view u; @endcode @par Postconditions @code this->empty() == true @endcode @par Complexity Constant. @par Exception Safety Throws nothing. @par BNF @code relative-ref = relative-part [ "?" query ] [ "#" fragment ] @endcode @par Specification 4.2. Relative Reference (rfc3986) */ url_view() noexcept; /** Constructor This function constructs a URL from the string `s`, which must contain a valid URI or relative-ref or else an exception is thrown. Upon successful construction, the view refers to the characters in the buffer pointed to by `s`. Ownership is not transferred; The caller is responsible for ensuring that the lifetime of the buffer extends until it is no longer referenced. @par Example @code url_view u( "http://www.example.com/index.htm" ); @endcode @par Effects @code return parse_uri_reference( s ).value(); @endcode @par Complexity Linear in `s.size()`. @par Exception Safety Exceptions thrown on invalid input. @throw system_error The input failed to parse correctly. @param s The string to parse. @par BNF @code URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] relative-ref = relative-part [ "?" query ] [ "#" fragment ] @endcode @par Specification @li 4.1. URI Reference @see @ref parse_uri_reference. */ url_view(core::string_view s); /// @copydoc url_view(core::string_view) template< class String #ifndef BOOST_URL_DOCS , class = typename std::enable_if< std::is_convertible< String, core::string_view >::value && !std::is_convertible< String*, url_view_base* >::value >::type #endif > url_view( String const& s) : url_view( detail::to_sv(s)) { } /** Constructor After construction, both views reference the same underlying character buffer. Ownership is not transferred. @par Postconditions @code this->buffer().data() == other.buffer().data() @endcode @par Complexity Constant. @par Exception Safety Throws nothing. @param other The other view. */ url_view( url_view const& other) noexcept : url_view(static_cast< url_view_base const&>(other)) { } /** Constructor After construction, both views reference the same underlying character buffer. Ownership is not transferred. @par Postconditions @code this->buffer().data() == other.buffer().data() @endcode @par Complexity Constant. @par Exception Safety Throws nothing. @param other The other view. */ url_view( url_view_base const& other) noexcept; /** Assignment After assignment, both views reference the same underlying character buffer. Ownership is not transferred. @par Postconditions @code this->buffer().data() == other.buffer().data() @endcode @par Complexity Constant. @par Exception Safety Throws nothing. @param other The other view. @return A reference to this object. */ url_view& operator=( url_view const& other) noexcept { if (this != &other) *this = static_cast< url_view_base const&>(other); return *this; } /** Assignment After assignment, both views reference the same underlying character buffer. Ownership is not transferred. @par Postconditions @code this->buffer().data() == other.buffer().data() @endcode @par Complexity Constant. @par Exception Safety Throws nothing. @param other The other view. @return A reference to this object. */ url_view& operator=( url_view_base const& other) noexcept; //-------------------------------------------- // // Observers // //-------------------------------------------- /** Return the maximum number of characters possible This represents the largest number of characters that are possible in a url, not including any null terminator. @par Complexity Constant. @par Exception Safety Throws nothing. @return The maximum number of characters possible. */ static constexpr std::size_t max_size() noexcept { return BOOST_URL_MAX_SIZE; } }; } // urls } // boost //------------------------------------------------ // std::hash specialization #ifndef BOOST_URL_DOCS namespace std { template<> struct hash< ::boost::urls::url_view > { hash() = default; hash(hash const&) = default; hash& operator=(hash const&) = default; explicit hash(std::size_t salt) noexcept : salt_(salt) { } std::size_t operator()(::boost::urls::url_view const& u) const noexcept { return u.digest(salt_); } private: std::size_t salt_ = 0; }; } // std #endif #endif