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_ARRAY_H #define PDF_ARRAY_H #include "PdfDeclarations.h" #include "PdfDataContainer.h" namespace PoDoFo { class PdfArray; using PdfArrayList = std::vector; /** * Helper class to iterate through array indirect objects */ template class PdfArrayIndirectIterableBase final : public PdfIndirectIterableBase { friend class PdfArray; public: PdfArrayIndirectIterableBase(); private: PdfArrayIndirectIterableBase(PdfArray& arr); public: class iterator final { friend class PdfArrayIndirectIterableBase; public: using difference_type = void; using value_type = TObject*; using pointer = void; using reference = void; using iterator_category = std::forward_iterator_tag; public: iterator(); private: iterator(TListIterator&& iterator, PdfIndirectObjectList* objects); public: iterator(const iterator&) = default; iterator& operator=(const iterator&) = default; bool operator==(const iterator& rhs) const; bool operator!=(const iterator& rhs) const; iterator& operator++(); value_type operator*(); value_type operator->(); private: value_type resolve(); private: TListIterator m_iterator; PdfIndirectObjectList* m_objects; }; public: iterator begin() const; iterator end() const; private: PdfArray* m_arr; }; using PdfArrayIndirectIterable = PdfArrayIndirectIterableBase; using PdfArrayConstIndirectIterable = PdfArrayIndirectIterableBase; /** This class represents a PdfArray * Use it for all arrays that are written to a PDF file. * * A PdfArray can hold any PdfVariant. * * \see PdfVariant */ class PODOFO_API PdfArray final : public PdfDataContainer { friend class PdfObject; public: using size_type = size_t; using value_type = PdfObject; using reference = value_type&; using const_reference = const value_type&; using iterator = PdfArrayList::iterator; using const_iterator = PdfArrayList::const_iterator; using reverse_iterator = PdfArrayList::reverse_iterator; using const_reverse_iterator = PdfArrayList::const_reverse_iterator; /** Create an empty array */ PdfArray(); /** Deep copy an existing PdfArray * * \param rhs the array to copy */ PdfArray(const PdfArray& rhs); PdfArray(PdfArray&& rhs) noexcept; /** assignment operator * * \param rhs the array to assign */ PdfArray& operator=(const PdfArray& rhs); PdfArray& operator=(PdfArray&& rhs) noexcept; /** * \returns the size of the array */ unsigned GetSize() const; /** * \returns true if is empty */ bool IsEmpty() const; /** Remove all elements from the array */ void Clear(); void Write(OutputStream& stream, PdfWriteFlags writeMode, const PdfStatefulEncrypt& encrypt, charbuff& buffer) const override; template T GetAtAs(unsigned idx) const; template T GetAtAsSafe(unsigned idx, const std::common_type_t& defvalue = { }) const; template bool TryGetAtAs(unsigned idx, T& value) const; /** Get the object at the given index out of the array. * * Lookup in the indirect objects as well, if the shallow object was a reference. * The returned value is a pointer to the internal object in the dictionary * so it MUST not be deleted. * * \param idx * \returns pointer to the found value. nullptr if the index was out of the boundaries */ const PdfObject* FindAt(unsigned idx) const; PdfObject* FindAt(unsigned idx); const PdfObject& MustFindAt(unsigned idx) const; PdfObject& MustFindAt(unsigned idx); template T FindAtAs(unsigned idx, const std::common_type_t& defvalue = { }) const; template T FindAtAsSafe(unsigned idx, const std::common_type_t& defvalue = { }) const; template bool TryFindAtAs(unsigned idx, T& value) const; void RemoveAt(unsigned idx); PdfObject& Add(const PdfObject& obj); PdfObject& Add(PdfObject&& obj); void AddIndirect(const PdfObject& obj); PdfObject& AddIndirectSafe(const PdfObject& obj); PdfObject& SetAt(unsigned idx, const PdfObject& obj); PdfObject& SetAt(unsigned idx, PdfObject&& obj); void SetAtIndirect(unsigned idx, const PdfObject* obj); PdfObject& SetAtIndirectSafe(unsigned idx, const PdfObject& obj); PdfArrayIndirectIterable GetIndirectIterator(); PdfArrayConstIndirectIterable GetIndirectIterator() const; /** * Resize the internal vector. * \param count new size * \param value refernce value */ void Resize(unsigned count, const PdfObject& val = PdfObject()); void Reserve(unsigned n); public: /** * \returns the size of the array */ size_t size() const; PdfObject& operator[](size_type idx); const PdfObject& operator[](size_type idx) const; /** * Returns a read/write iterator that points to the first * element in the array. Iteration is done in ordinary * element order. */ iterator begin(); /** * Returns a read-only (constant) iterator that points to the * first element in the array. Iteration is done in ordinary * element order. */ const_iterator begin() const; /** * Returns a read/write iterator that points one past the last * element in the array. Iteration is done in ordinary * element order. */ iterator end(); /** * Returns a read-only (constant) iterator that points one past * the last element in the array. Iteration is done in * ordinary element order. */ const_iterator end() const; /** * Returns a read/write reverse iterator that points to the * last element in the array. Iteration is done in reverse * element order. */ reverse_iterator rbegin(); /** * Returns a read-only (constant) reverse iterator that points * to the last element in the array. Iteration is done in * reverse element order. */ const_reverse_iterator rbegin() const; /** * Returns a read/write reverse iterator that points to one * before the first element in the array. Iteration is done * in reverse element order. */ reverse_iterator rend(); /** * Returns a read-only (constant) reverse iterator that points * to one before the first element in the array. Iteration * is done in reverse element order. */ const_reverse_iterator rend() const; void resize(size_t size); void reserve(size_t size); iterator insert(const iterator& pos, const PdfObject& obj); iterator insert(const iterator& pos, PdfObject&& obj); template inline void insert(const iterator& pos, const InputIterator& first, const InputIterator& last); void erase(const iterator& pos); void erase(const iterator& first, const iterator& last); /** * \returns a read/write reference to the data at the first * element of the array. */ reference front(); /** * \returns a read-only (constant) reference to the data at the first * element of the array. */ const_reference front() const; /** * \returns a read/write reference to the data at the last * element of the array. */ reference back(); /** * \returns a read-only (constant) reference to the data at the * last element of the array. */ const_reference back() const; public: bool operator==(const PdfArray& rhs) const; bool operator!=(const PdfArray& rhs) const; protected: void ResetDirtyInternal() override; void setChildrenParent() override; private: PdfObject& add(PdfObject&& obj); iterator insertAt(const iterator& pos, PdfObject&& obj); PdfObject& getAt(unsigned idx) const; PdfObject* findAt(unsigned idx) const; private: PdfArrayList m_Objects; }; template T PdfArray::GetAtAs(unsigned idx) const { return Object::Get(getAt(idx)); } template T PdfArray::GetAtAsSafe(unsigned idx, const std::common_type_t& defvalue) const { T value; if (Object::TryGet(getAt(idx), value)) return value; else return defvalue; } template bool PdfArray::TryGetAtAs(unsigned idx, T& value) const { if (Object::TryGet(getAt(idx), value)) { return true; } else { value = { }; return false; } } template T PdfArray::FindAtAs(unsigned idx, const std::common_type_t& defvalue) const { auto obj = findAt(idx); if (obj == nullptr) return defvalue; return Object::Get(*obj); } template T PdfArray::FindAtAsSafe(unsigned idx, const std::common_type_t& defvalue) const { T value; auto obj = findAt(idx); if (obj != nullptr && Object::TryGet(*obj, value)) return value; else return defvalue; } template bool PdfArray::TryFindAtAs(unsigned idx, T& value) const { auto obj = findAt(idx); if (obj != nullptr && Object::TryGet(*obj, value)) { return true; } else { value = { }; return false; } } template void PdfArray::insert(const PdfArray::iterator& pos, const InputIterator& first, const InputIterator& last) { auto document = GetObjectDocument(); InputIterator it1 = first; iterator it2 = pos; for (; it1 != last; it1++, it2++) { it2 = m_Objects.insert(it2, *it1); it2->SetDocument(document); } SetDirty(); } template PdfArrayIndirectIterableBase::PdfArrayIndirectIterableBase() : m_arr(nullptr) { } template PdfArrayIndirectIterableBase::PdfArrayIndirectIterableBase(PdfArray& arr) : PdfIndirectIterableBase(arr), m_arr(&arr) { } template typename PdfArrayIndirectIterableBase::iterator PdfArrayIndirectIterableBase::begin() const { if (m_arr == nullptr) return iterator(); else return iterator(m_arr->begin(), GetObjects()); } template typename PdfArrayIndirectIterableBase::iterator PdfArrayIndirectIterableBase::end() const { if (m_arr == nullptr) return iterator(); else return iterator(m_arr->end(), GetObjects()); } template PdfArrayIndirectIterableBase::iterator::iterator() : m_objects(nullptr) { } template PdfArrayIndirectIterableBase::iterator::iterator(TListIterator&& iterator, PdfIndirectObjectList* objects) : m_iterator(std::move(iterator)), m_objects(objects) { } template bool PdfArrayIndirectIterableBase::iterator::operator==(const iterator& rhs) const { return m_iterator == rhs.m_iterator; } template bool PdfArrayIndirectIterableBase::iterator::operator!=(const iterator& rhs) const { return m_iterator != rhs.m_iterator; } template typename PdfArrayIndirectIterableBase::iterator& PdfArrayIndirectIterableBase::iterator::operator++() { m_iterator++; return *this; } template typename PdfArrayIndirectIterableBase::iterator::value_type PdfArrayIndirectIterableBase::iterator::operator*() { return resolve(); } template typename PdfArrayIndirectIterableBase::iterator::value_type PdfArrayIndirectIterableBase::iterator::operator->() { return resolve(); } template typename PdfArrayIndirectIterableBase::iterator::value_type PdfArrayIndirectIterableBase::iterator::resolve() { TObject& robj = *m_iterator; TObject* indirectobj; PdfReference ref; if (m_objects != nullptr && robj.TryGetReference(ref) && ref.IsIndirect() && (indirectobj = GetObject(*m_objects, ref)) != nullptr) { return indirectobj; } else { return &robj; } } }; #endif // PDF_ARRAY_H