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
/** * SPDX-FileCopyrightText: (C) 2006 Dominik Seichter * SPDX-FileCopyrightText: (C) 2020 Francesco Pretto * SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef PDF_STRING_H #define PDF_STRING_H #include "PdfDeclarations.h" #include "PdfDataProvider.h" namespace PoDoFo { /** A string that can be written to a PDF document. * If it contains binary data it is automatically * converted into a hex string, otherwise a normal PDF * string is written to the document. * * PdfString is an implicitly shared class. As a reason * it is very fast to copy PdfString objects. * */ class PODOFO_API PdfString final : public PdfDataProvider { public: /** Create an empty string */ PdfString(); PdfString(charbuff&& buff, bool isHex); PdfString(const char* str); /** Construct a new PdfString from a utf-8 string * The input string will be copied. * * \param view the string to copy */ PdfString(const std::string_view& view); /** Copy an existing PdfString * \param rhs another PdfString to copy */ PdfString(const PdfString& rhs); // Delete constructor with nullptr PdfString(std::nullptr_t) = delete; /** Construct a new PdfString from an utf-8 encoded string. * * \param view a buffer * \param hex true if the string should be written as hex string */ static PdfString FromRaw(const bufferview& view, bool hex = true); /** Set hex-encoded data as the strings data. * \param hexView must be hex-encoded data. * \param len length of the hex-encoded data. * \param encrypt if !nullptr, assume the hex data is encrypted and should be decrypted after hex-decoding. */ static PdfString FromHexData(const std::string_view& hexView, const PdfStatefulEncrypt& encrypt = { }); /** Check if this is a hex string. * * If true the data will be hex-encoded when the string is written to * a PDF file. * * \returns true if this is a hex string. * \see GetString() will return the raw string contents (not hex-encoded) */ inline bool IsHex() const { return m_isHex; } /** * A PdfString can be an unevaluated raw buffer, or * can be a Ascii, PdfDocEncoding or Unicode string */ PdfStringState GetState() const; bool IsEmpty() const; /** The contents of the string as UTF-8 string. * * The string's contents are always returned as * UTF-8 by this function. Works for Unicode strings * and for non-Unicode strings. * * This is the preferred way to access the string's contents. * * \returns the string's contents always as UTF-8 */ const std::string& GetString() const; const std::string& GetRawData() const; void Write(OutputStream& stream, PdfWriteFlags writeMode, const PdfStatefulEncrypt& encrypt, charbuff& buffer) const override; /** Copy an existing PdfString * \param rhs another PdfString to copy * \returns this object */ const PdfString& operator=(const PdfString& rhs); /** Comparison operator * * UTF-8 and strings of the same data compare equal. Whether * the string will be written out as hex is not considered - only the real "text" * is tested for equality. * * \param rhs compare to this string object * \returns true if both strings have the same contents */ bool operator==(const PdfString& rhs) const; bool operator==(const char* str) const; bool operator==(const std::string& str) const; bool operator==(const std::string_view& view) const; /** Comparison operator * \param rhs compare to this string object * \returns true if strings have different contents */ bool operator!=(const PdfString& rhs) const; bool operator!=(const char* str) const; bool operator!=(const std::string& str) const; bool operator!=(const std::string_view& view) const; /** Default cast to utf8 string view */ operator std::string_view() const; private: /** Construct a new PdfString from a 0-terminated string. * * The input string will be copied. * if m_Hex is true the copied data will be hex-encoded. * * \param view the string to copy, must not be nullptr * */ void initFromUtf8String(const std::string_view& view); void evaluateString() const; bool isValidText() const; static bool canPerformComparison(const PdfString& lhs, const PdfString& rhs); private: struct StringData { PdfStringState State; charbuff Chars; }; private: std::shared_ptr m_data; bool m_isHex; // This string is converted to hex during writing it out }; } #endif // PDF_STRING_H