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_TOKENIZER_H #define PDF_TOKENIZER_H #include "PdfDeclarations.h" #include #include "PdfStatefulEncrypt.h" #include namespace PoDoFo { class PdfVariant; enum class PdfTokenType { Unknown = 0, Literal, ParenthesisLeft, ParenthesisRight, BraceLeft, BraceRight, AngleBracketLeft, AngleBracketRight, DoubleAngleBracketsLeft, DoubleAngleBracketsRight, SquareBracketLeft, SquareBracketRight, Slash, }; enum class PdfPostScriptLanguageLevel { L1 = 1, L2 = 2, }; struct PdfTokenizerOptions { PdfPostScriptLanguageLevel LanguageLevel = PdfPostScriptLanguageLevel::L2; bool ReadReferences = true; }; /** * A simple tokenizer for PDF files and PDF content streams */ class PODOFO_API PdfTokenizer { friend class PdfParserObject; public: static constexpr unsigned BufferSize = 4096; public: PdfTokenizer(const PdfTokenizerOptions& options = { }); PdfTokenizer(const std::shared_ptr& buffer, const PdfTokenizerOptions& options = { }); /** Reads the next token from the current file position * ignoring all comments. * * \param[out] token On true return, set to a pointer to the read * token (a nullptr-terminated C string). The pointer is * to memory owned by PdfTokenizer and must NOT be * freed. The contents are invalidated on the next * call to tryReadNextToken(..) and by the destruction of * the PdfTokenizer. Undefined on false return. * * \param[out] tokenType On true return, if not nullptr the type of the read token * will be stored into this parameter. Undefined on false * return. * * \returns True if a token was read, false if there are no * more tokens to read. */ bool TryReadNextToken(InputStreamDevice& device, std::string_view& token); bool TryReadNextToken(InputStreamDevice& device, std::string_view& token, PdfTokenType& tokenType); /** Try peek the next token from the current file position * ignoring all comments, without actually consuming it * * \returns false if EOF */ bool TryPeekNextToken(InputStreamDevice& device, std::string_view& token); bool TryPeekNextToken(InputStreamDevice& device, std::string_view& token, PdfTokenType& tokenType); /** Read the next number from the current file position * ignoring all comments. * * Raises NoNumber exception if the next token is no number, and * UnexpectedEOF if no token could be read. No token is consumed if * NoNumber is thrown. * * \returns a number read from the input device. */ int64_t ReadNextNumber(InputStreamDevice& device); bool TryReadNextNumber(InputStreamDevice& device, int64_t& value); /** Read the next variant from the current file position * ignoring all comments. * * Raises an UnexpectedEOF exception if there is no variant left in the * file. * * \param variant write the read variant to this value * \param encrypt an encryption object which is used to decrypt strings during parsing */ void ReadNextVariant(InputStreamDevice& device, PdfVariant& variant, const PdfStatefulEncrypt& encrypt = { }); bool TryReadNextVariant(InputStreamDevice& device, PdfVariant& variant, const PdfStatefulEncrypt& encrypt = { }); public: /** Returns true if the given character is a whitespace * according to the pdf reference * * \returns true if it is a whitespace character otherwise false */ static bool IsWhitespace(char ch); /** Returns true if the given character is a delimiter * according to the pdf reference */ static bool IsDelimiter(char ch); /** Returns true if the given character is a token delimiter */ static bool IsTokenDelimiter(char ch, PdfTokenType& tokenType); /** * True if the passed character is a regular character according to the PDF * reference (Section 3.1.1, Character Set); ie it is neither a white-space * nor a delimiter character. */ static bool IsRegular(char ch); /** * True if the passed character is within the generally accepted "printable" * ASCII range. */ static bool IsPrintable(char ch); protected: // This enum differs from regular PdfDataType in the sense // it enumerates only data types that can be determined literally // by the tokenization and specify better if the strings literals // are regular or hex strings enum class PdfLiteralDataType { Unknown = 0, Bool, Number, Real, String, HexString, Name, Array, Dictionary, Null, Reference, }; protected: /** Read the next variant from the current file position * ignoring all comments. * * Raises an exception if there is no variant left in the file. * * \param token a token that has already been read * \param type type of the passed token * \param variant write the read variant to this value * \param encrypt an encryption object which is used to decrypt strings during parsing */ void ReadNextVariant(InputStreamDevice& device, const std::string_view& token, PdfTokenType tokenType, PdfVariant& variant, const PdfStatefulEncrypt& encrypt); bool TryReadNextVariant(InputStreamDevice& device, const std::string_view& token, PdfTokenType tokenType, PdfVariant& variant, const PdfStatefulEncrypt& encrypt); /** Add a token to the queue of tokens. * tryReadNextToken() will return all enqueued tokens first before * reading new tokens from the input device. * * \param token string of the token * \param type type of the token * * \see tryReadNextToken */ void EnqueueToken(const std::string_view& token, PdfTokenType type); /** Read a dictionary from the input device * and store it into a variant. * * \param variant store the dictionary into this variable * \param encrypt an encryption object which is used to decrypt strings during parsing */ void ReadDictionary(InputStreamDevice& device, PdfVariant& variant, const PdfStatefulEncrypt& encrypt); /** Read an array from the input device * and store it into a variant. * * \param variant store the array into this variable * \param encrypt an encryption object which is used to decrypt strings during parsing */ void ReadArray(InputStreamDevice& device, PdfVariant& variant, const PdfStatefulEncrypt& encrypt); /** Read a string from the input device * and store it into a variant. * * \param variant store the string into this variable * \param encrypt an encryption object which is used to decrypt strings during parsing */ void ReadString(InputStreamDevice& device, PdfVariant& variant, const PdfStatefulEncrypt& encrypt); /** Read a hex string from the input device * and store it into a variant. * * \param variant store the hex string into this variable * \param encrypt an encryption object which is used to decrypt strings during parsing */ void ReadHexString(InputStreamDevice& device, PdfVariant& variant, const PdfStatefulEncrypt& encrypt); /** Read a name from the input device * and store it into a variant. * * Throws UnexpectedEOF if there is nothing to read. * * \param variant store the name into this variable */ void ReadName(InputStreamDevice& device, PdfVariant& variant); /** Determine the possible datatype of a token. * Numbers, reals, bools or nullptr values are parsed directly by this function * and saved to a variant. * * \returns the expected datatype */ PdfLiteralDataType DetermineDataType(InputStreamDevice& device, const std::string_view& token, PdfTokenType tokenType, PdfVariant& variant); private: bool tryReadDataType(InputStreamDevice& device, PdfLiteralDataType dataType, PdfVariant& variant, const PdfStatefulEncrypt& encrypt); private: using TokenizerPair = std::pair; using TokenizerQueque = std::deque; private: std::shared_ptr m_buffer; PdfTokenizerOptions m_options; TokenizerQueque m_tokenQueque; charbuff m_charBuffer; }; }; #endif // PDF_TOKENIZER_H