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
/*************************************************************************** gdal_subdatasetinfo.h - GDALSubdatasetInfo --------------------- begin : 21.7.2023 copyright : (C) 2023 by Alessndro Pasotti email : elpaso@itopen.it *************************************************************************** * * * SPDX-License-Identifier: MIT * * ***************************************************************************/ #ifndef GDALSUBDATASETINFO_H #define GDALSUBDATASETINFO_H #include "cpl_port.h" #include /** * The GDALSubdatasetInfo abstract class provides methods to extract and * manipulate subdataset information from a file name that contains subdataset * information. * * Drivers offering this functionality must override the parseFileName() method. */ struct CPL_DLL GDALSubdatasetInfo { public: /** * @brief Construct a GDALSubdatasetInfo object from a subdataset file descriptor. * @param fileName The subdataset file name descriptor. */ GDALSubdatasetInfo(const std::string &fileName); virtual ~GDALSubdatasetInfo(); /** * @brief Returns the unquoted and unescaped path component of the complete file descriptor * stripping any subdataset, prefix and additional information. * @return The path to the file * @since GDAL 3.8 */ std::string GetPathComponent() const; /** * @brief Replaces the path component of the complete file descriptor * by keeping the subdataset and any other component unaltered. * The returned string must be freed with CPLFree() * @param newPathName New path name with no subdataset information. * @note This method does not check if the subdataset actually exists. * @return The original file name with the old path component replaced by newPathName. * @since GDAL 3.8 */ std::string ModifyPathComponent(const std::string &newPathName) const; /** * @brief Returns the subdataset component of the file name. * * @return The subdataset name * @since GDAL 3.8 */ std::string GetSubdatasetComponent() const; //! @cond Doxygen_Suppress protected: /** * This method is called once to parse the fileName and populate the member variables. * It must be reimplemented by concrete derived classes. */ virtual void parseFileName() = 0; /** * Adds double quotes to paths and escape double quotes inside the path. */ static std::string quote(const std::string &path); /** * Removes double quotes and unescape double quotes. */ static std::string unquote(const std::string &path); //! The original unparsed complete file name passed to the constructor (e.g. GPKG:/path/to/file.gpkg:layer_name) std::string m_fileName; //! The unmodified path component of the file name (e.g. "\"C:\\path\\to\\file.gpkg\"", "/path/to/file.gpkg") std::string m_pathComponent; //! The unquoted and unescaped path component of the file name (e.g. "C:\\path\\to\\file.gpkg", "/path/to/file.gpkg") std::string m_cleanedPathComponent; //! The subdataset component (e.g. layer_name) std::string m_subdatasetComponent; //! The driver prefix component (e.g. GPKG) std::string m_driverPrefixComponent; //! If the path is enclosed in double quotes. bool m_isQuoted = false; private: mutable bool m_initialized = false; void init() const; //! @endcond }; #endif // GDALSUBDATASETINFO_H