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 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Xml { class XmlDocument; } // namespace Xml } // namespace Utils namespace S3 { namespace Model { class ListObjectsResult { public: AWS_S3_API ListObjectsResult(); AWS_S3_API ListObjectsResult(const Aws::AmazonWebServiceResult& result); AWS_S3_API ListObjectsResult& operator=(const Aws::AmazonWebServiceResult& result); ///@{ /** *

A flag that indicates whether Amazon S3 returned all of the results that * satisfied the search criteria.

*/ inline bool GetIsTruncated() const{ return m_isTruncated; } inline void SetIsTruncated(bool value) { m_isTruncated = value; } inline ListObjectsResult& WithIsTruncated(bool value) { SetIsTruncated(value); return *this;} ///@} ///@{ /** *

Indicates where in the bucket listing begins. Marker is included in the * response if it was sent with the request.

*/ inline const Aws::String& GetMarker() const{ return m_marker; } inline void SetMarker(const Aws::String& value) { m_marker = value; } inline void SetMarker(Aws::String&& value) { m_marker = std::move(value); } inline void SetMarker(const char* value) { m_marker.assign(value); } inline ListObjectsResult& WithMarker(const Aws::String& value) { SetMarker(value); return *this;} inline ListObjectsResult& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;} inline ListObjectsResult& WithMarker(const char* value) { SetMarker(value); return *this;} ///@} ///@{ /** *

When the response is truncated (the IsTruncated element value in * the response is true), you can use the key name in this field as * the marker parameter in the subsequent request to get the next set * of objects. Amazon S3 lists objects in alphabetical order.

This * element is returned only if you have the delimiter request * parameter specified. If the response does not include the * NextMarker element and it is truncated, you can use the value of * the last Key element in the response as the marker * parameter in the subsequent request to get the next set of object keys.

* */ inline const Aws::String& GetNextMarker() const{ return m_nextMarker; } inline void SetNextMarker(const Aws::String& value) { m_nextMarker = value; } inline void SetNextMarker(Aws::String&& value) { m_nextMarker = std::move(value); } inline void SetNextMarker(const char* value) { m_nextMarker.assign(value); } inline ListObjectsResult& WithNextMarker(const Aws::String& value) { SetNextMarker(value); return *this;} inline ListObjectsResult& WithNextMarker(Aws::String&& value) { SetNextMarker(std::move(value)); return *this;} inline ListObjectsResult& WithNextMarker(const char* value) { SetNextMarker(value); return *this;} ///@} ///@{ /** *

Metadata about each object returned.

*/ inline const Aws::Vector& GetContents() const{ return m_contents; } inline void SetContents(const Aws::Vector& value) { m_contents = value; } inline void SetContents(Aws::Vector&& value) { m_contents = std::move(value); } inline ListObjectsResult& WithContents(const Aws::Vector& value) { SetContents(value); return *this;} inline ListObjectsResult& WithContents(Aws::Vector&& value) { SetContents(std::move(value)); return *this;} inline ListObjectsResult& AddContents(const Object& value) { m_contents.push_back(value); return *this; } inline ListObjectsResult& AddContents(Object&& value) { m_contents.push_back(std::move(value)); return *this; } ///@} ///@{ /** *

The bucket name.

*/ inline const Aws::String& GetName() const{ return m_name; } inline void SetName(const Aws::String& value) { m_name = value; } inline void SetName(Aws::String&& value) { m_name = std::move(value); } inline void SetName(const char* value) { m_name.assign(value); } inline ListObjectsResult& WithName(const Aws::String& value) { SetName(value); return *this;} inline ListObjectsResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} inline ListObjectsResult& WithName(const char* value) { SetName(value); return *this;} ///@} ///@{ /** *

Keys that begin with the indicated prefix.

*/ inline const Aws::String& GetPrefix() const{ return m_prefix; } inline void SetPrefix(const Aws::String& value) { m_prefix = value; } inline void SetPrefix(Aws::String&& value) { m_prefix = std::move(value); } inline void SetPrefix(const char* value) { m_prefix.assign(value); } inline ListObjectsResult& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;} inline ListObjectsResult& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); return *this;} inline ListObjectsResult& WithPrefix(const char* value) { SetPrefix(value); return *this;} ///@} ///@{ /** *

Causes keys that contain the same string between the prefix and the first * occurrence of the delimiter to be rolled up into a single result element in the * CommonPrefixes collection. These rolled-up keys are not returned * elsewhere in the response. Each rolled-up result counts as only one return * against the MaxKeys value.

*/ inline const Aws::String& GetDelimiter() const{ return m_delimiter; } inline void SetDelimiter(const Aws::String& value) { m_delimiter = value; } inline void SetDelimiter(Aws::String&& value) { m_delimiter = std::move(value); } inline void SetDelimiter(const char* value) { m_delimiter.assign(value); } inline ListObjectsResult& WithDelimiter(const Aws::String& value) { SetDelimiter(value); return *this;} inline ListObjectsResult& WithDelimiter(Aws::String&& value) { SetDelimiter(std::move(value)); return *this;} inline ListObjectsResult& WithDelimiter(const char* value) { SetDelimiter(value); return *this;} ///@} ///@{ /** *

The maximum number of keys returned in the response body.

*/ inline int GetMaxKeys() const{ return m_maxKeys; } inline void SetMaxKeys(int value) { m_maxKeys = value; } inline ListObjectsResult& WithMaxKeys(int value) { SetMaxKeys(value); return *this;} ///@} ///@{ /** *

All of the keys (up to 1,000) rolled up in a common prefix count as a single * return when calculating the number of returns.

A response can contain * CommonPrefixes only if you specify a delimiter.

* CommonPrefixes contains all (if there are any) keys between * Prefix and the next occurrence of the string specified by the * delimiter.

CommonPrefixes lists keys that act like * subdirectories in the directory specified by Prefix.

For * example, if the prefix is notes/ and the delimiter is a slash * (/), as in notes/summer/july, the common prefix is * notes/summer/. All of the keys that roll up into a common prefix * count as a single return when calculating the number of returns.

*/ inline const Aws::Vector& GetCommonPrefixes() const{ return m_commonPrefixes; } inline void SetCommonPrefixes(const Aws::Vector& value) { m_commonPrefixes = value; } inline void SetCommonPrefixes(Aws::Vector&& value) { m_commonPrefixes = std::move(value); } inline ListObjectsResult& WithCommonPrefixes(const Aws::Vector& value) { SetCommonPrefixes(value); return *this;} inline ListObjectsResult& WithCommonPrefixes(Aws::Vector&& value) { SetCommonPrefixes(std::move(value)); return *this;} inline ListObjectsResult& AddCommonPrefixes(const CommonPrefix& value) { m_commonPrefixes.push_back(value); return *this; } inline ListObjectsResult& AddCommonPrefixes(CommonPrefix&& value) { m_commonPrefixes.push_back(std::move(value)); return *this; } ///@} ///@{ /** *

Encoding type used by Amazon S3 to encode the object * keys in the response. Responses are encoded only in UTF-8. An object key can * contain any Unicode character. However, the XML 1.0 parser can't parse certain * characters, such as characters with an ASCII value from 0 to 10. For characters * that aren't supported in XML 1.0, you can add this parameter to request that * Amazon S3 encode the keys in the response. For more information about characters * to avoid in object key names, see Object * key naming guidelines.

When using the URL encoding type, * non-ASCII characters that are used in an object's key name will be * percent-encoded according to UTF-8 code values. For example, the object * test_file(3).png will appear as * test_file%283%29.png.

*/ inline const EncodingType& GetEncodingType() const{ return m_encodingType; } inline void SetEncodingType(const EncodingType& value) { m_encodingType = value; } inline void SetEncodingType(EncodingType&& value) { m_encodingType = std::move(value); } inline ListObjectsResult& WithEncodingType(const EncodingType& value) { SetEncodingType(value); return *this;} inline ListObjectsResult& WithEncodingType(EncodingType&& value) { SetEncodingType(std::move(value)); return *this;} ///@} ///@{ inline const RequestCharged& GetRequestCharged() const{ return m_requestCharged; } inline void SetRequestCharged(const RequestCharged& value) { m_requestCharged = value; } inline void SetRequestCharged(RequestCharged&& value) { m_requestCharged = std::move(value); } inline ListObjectsResult& WithRequestCharged(const RequestCharged& value) { SetRequestCharged(value); return *this;} inline ListObjectsResult& WithRequestCharged(RequestCharged&& value) { SetRequestCharged(std::move(value)); return *this;} ///@} ///@{ inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListObjectsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListObjectsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListObjectsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} ///@} private: bool m_isTruncated; Aws::String m_marker; Aws::String m_nextMarker; Aws::Vector m_contents; Aws::String m_name; Aws::String m_prefix; Aws::String m_delimiter; int m_maxKeys; Aws::Vector m_commonPrefixes; EncodingType m_encodingType; RequestCharged m_requestCharged; Aws::String m_requestId; }; } // namespace Model } // namespace S3 } // namespace Aws