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) 2022 Vinnie Falco (vinnie.falco@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_PCT_STRING_VIEW_HPP #define BOOST_URL_PCT_STRING_VIEW_HPP #include #include #include #include #include #include #include #include #include #include #include namespace boost { namespace urls { //------------------------------------------------ #ifndef BOOST_URL_DOCS class decode_view; class pct_string_view; pct_string_view make_pct_string_view_unsafe( char const*, std::size_t, std::size_t) noexcept; namespace detail { core::string_view& ref(pct_string_view& s) noexcept; } // detail #endif //------------------------------------------------ /** A reference to a valid percent-encoded string Objects of this type behave like a `core::string_view` and have the same interface, but offer an additional invariant: they can only be constructed from strings containing valid percent-escapes. Attempting construction from a string containing invalid or malformed percent escapes results in an exception. */ class pct_string_view final : public grammar::string_view_base { std::size_t dn_ = 0; #ifndef BOOST_URL_DOCS friend pct_string_view make_pct_string_view_unsafe( char const*, std::size_t, std::size_t) noexcept; friend core::string_view& detail::ref(pct_string_view&) noexcept; #endif // unsafe BOOST_CXX14_CONSTEXPR pct_string_view( char const* data, std::size_t size, std::size_t dn) noexcept : string_view_base(data, size) , dn_(dn) { } BOOST_URL_DECL void decode_impl( string_token::arg& dest, encoding_opts opt) const; public: /** Constructor Default constructed string are empty. @par Complexity Constant. @par Exception Safety Throws nothing. */ constexpr pct_string_view() = default; /** Constructor The copy references the same underlying character buffer. Ownership is not transferred. @par Postconditions @code this->data() == other.data() @endcode @par Complexity Constant. @par Exception Safety Throws nothing. @param other The string to copy. */ constexpr pct_string_view( pct_string_view const& other) = default; /** Constructor The newly constructed string references the specified character buffer. Ownership is not transferred. @par Postconditions @code this->data() == core::string_view(s).data() @endcode @par Complexity Linear in `core::string_view(s).size()`. @par Exception Safety Exceptions thrown on invalid input. @throw system_error The string contains an invalid percent encoding. @tparam String A type convertible to `core::string_view` @param s The string to construct from. */ template< BOOST_URL_CONSTRAINT(std::convertible_to) String #ifndef BOOST_URL_DOCS , class = typename std::enable_if< std::is_convertible< String, core::string_view >::value>::type #endif > BOOST_CXX14_CONSTEXPR pct_string_view( String const& s) : pct_string_view( detail::to_sv(s)) { } /** Constructor (deleted) */ pct_string_view( std::nullptr_t) = delete; /** Constructor The newly constructed string references the specified character buffer. Ownership is not transferred. @par Postconditions @code this->data() == s && this->size() == len @endcode @par Complexity Linear in `len`. @par Exception Safety Exceptions thrown on invalid input. @throw system_error The string contains an invalid percent encoding. @param s The string to construct from. @param len The length of the string. */ pct_string_view( char const* s, std::size_t len) : pct_string_view( core::string_view(s, len)) { } /** Constructor The newly constructed string references the specified character buffer. Ownership is not transferred. @par Postconditions @code this->data() == s.data() && this->size() == s.size() @endcode @par Complexity Linear in `s.size()`. @par Exception Safety Exceptions thrown on invalid input. @throw system_error The string contains an invalid percent encoding. @param s The string to construct from. */ BOOST_URL_DECL pct_string_view( core::string_view s); /** Assignment The copy references the same underlying character buffer. Ownership is not transferred. @par Postconditions @code this->data() == other.data() @endcode @par Complexity Constant. @par Exception Safety Throws nothing. @param other The string to copy. @return A reference to this object. */ pct_string_view& operator=( pct_string_view const& other) = default; friend BOOST_URL_DECL system::result make_pct_string_view( core::string_view s) noexcept; //-------------------------------------------- /** Return the decoded size This function returns the number of characters in the resulting string if percent escapes were converted into ordinary characters. @par Complexity Constant. @par Exception Safety Throws nothing. @return The number of characters in the decoded string. */ BOOST_CXX14_CONSTEXPR std::size_t decoded_size() const noexcept { return dn_; } /** Return the string as a range of decoded characters @par Complexity Constant. @par Exception Safety Throws nothing. @see @ref decode_view. @return A range of decoded characters. */ decode_view operator*() const noexcept; /** Return the string with percent-decoding This function converts percent escapes in the string into ordinary characters and returns the result. When called with no arguments, the return type is `std::string`. Otherwise, the return type and style of output is determined by which string token is passed. @par Example @code assert( pct_string_view( "Program%20Files" ).decode() == "Program Files" ); @endcode @par Complexity Linear in `this->size()`. @par Exception Safety Calls to allocate may throw. String tokens may throw exceptions. @param opt The options for encoding. If this parameter is omitted, the default options are used. @param token An optional string token. If this parameter is omitted, then a new `std::string` is returned. Otherwise, the function return type is the result type of the token. @return The decoded string. @see @ref encoding_opts, @ref string_token::return_string. */ template BOOST_URL_STRTOK_RETURN decode( encoding_opts opt = {}, BOOST_URL_STRTOK_ARG(token)) const { /* If you get a compile error here, it means that the token you passed does not meet the requirements stated in the documentation. */ static_assert( string_token::is_token< StringToken>::value, "Type requirements not met"); decode_impl(token, opt); return token.result(); } #ifndef BOOST_URL_DOCS /** Arrow support @return A pointer to this object. */ pct_string_view const* operator->() const noexcept { return this; } #endif //-------------------------------------------- // VFALCO No idea why this fails in msvc /** Swap @param s The object to swap with */ /*BOOST_CXX14_CONSTEXPR*/ void swap( pct_string_view& s ) noexcept { string_view_base::swap(s); std::swap(dn_, s.dn_); } }; //------------------------------------------------ #ifndef BOOST_URL_DOCS namespace detail { // obtain modifiable reference to // underlying string, to handle // self-intersection on modifiers. inline core::string_view& ref(pct_string_view& s) noexcept { return s.s_; } } // detail #endif //------------------------------------------------ /** Return a valid percent-encoded string If `s` is a valid percent-encoded string, the function returns the buffer as a valid view which may be used to perform decoding or measurements. Otherwise the result contains an error code. Upon success, the returned view references the original character buffer; Ownership is not transferred. @par Complexity Linear in `s.size()`. @par Exception Safety Throws nothing. @param s The string to validate. @return On success, the valid percent-encoded string. */ BOOST_URL_DECL system::result make_pct_string_view( core::string_view s) noexcept; #ifndef BOOST_URL_DOCS // VFALCO semi-private for now inline pct_string_view make_pct_string_view_unsafe( char const* data, std::size_t size, std::size_t decoded_size) noexcept { #if 0 BOOST_ASSERT(! make_pct_string_view( core::string_view(data, size)).has_error()); #endif return pct_string_view( data, size, decoded_size); } #endif #ifndef BOOST_URL_DOCS namespace detail { template <> inline BOOST_CXX14_CONSTEXPR core::string_view to_sv(pct_string_view const& s) noexcept { return s.substr(); } } // detail #endif } // urls } // boost #endif