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
/****************************************************************************** * * Project: GDAL * Purpose: Forward definitions of GDAL/OGR/OSR C handle types. * Author: Even Rouault * ****************************************************************************** * Copyright (c) 1998, 2002 Frank Warmerdam * Copyright (c) 2007-2024, Even Rouault * * SPDX-License-Identifier: MIT ****************************************************************************/ #ifndef GDAL_FWD_H_INCLUDED #define GDAL_FWD_H_INCLUDED /* clang-format off */ #ifdef __cplusplus extern "C" { #endif /** * \file gdal_fwd.h * * Forward definitions of GDAL/OGR/OSR C handle types. * * Users should only rely on the type name, and not its definition, which * could change in later versions. * * @since GDAL 3.11 */ /*! \section gdal_fwd_raster Raster related types. */ /** Opaque type used for the C bindings of the C++ GDALMajorObject class */ typedef void *GDALMajorObjectH; /** Opaque type used for the C bindings of the C++ GDALDataset class */ typedef void *GDALDatasetH; /** Opaque type used for the C bindings of the C++ GDALRasterBand class */ typedef void *GDALRasterBandH; /** Opaque type used for the C bindings of the C++ GDALComputedRasterBand class */ typedef void *GDALComputedRasterBandH; /** Opaque type used for the C bindings of the C++ GDALDriver class */ typedef void *GDALDriverH; /** Opaque type used for the C bindings of the C++ GDALColorTable class */ typedef void *GDALColorTableH; /** Opaque type used for the C bindings of the C++ GDALRasterAttributeTable * class */ typedef void *GDALRasterAttributeTableH; /** Opaque type used for the C bindings of the C++ GDALAsyncReader class */ typedef void *GDALAsyncReaderH; /** Opaque type used for the C bindings of the C++ GDALRelationship class * @since GDAL 3.6 */ typedef void *GDALRelationshipH; /** Opaque type for C++ GDALExtendedDataType */ typedef struct GDALExtendedDataTypeHS *GDALExtendedDataTypeH; /** Opaque type for C++ GDALEDTComponent */ typedef struct GDALEDTComponentHS *GDALEDTComponentH; /** Opaque type for C++ GDALGroup */ typedef struct GDALGroupHS *GDALGroupH; /** Opaque type for C++ GDALMDArray */ typedef struct GDALMDArrayHS *GDALMDArrayH; /** Opaque type for C++ GDALAttribute */ typedef struct GDALAttributeHS *GDALAttributeH; /** Opaque type for C++ GDALDimension */ typedef struct GDALDimensionHS *GDALDimensionH; /** * Opaque type used for the C bindings of the C++ GDALSubdatasetInfo class * @since GDAL 3.8 */ typedef struct GDALSubdatasetInfo *GDALSubdatasetInfoH; /*! \section gdal_fwd_geometry Geometry related types. */ #if defined(GDAL_DEBUG) /** Opaque type for a geometry */ typedef struct OGRGeometryHS *OGRGeometryH; #else /** Opaque type for a geometry */ typedef void *OGRGeometryH; #endif /** Opaque type for a geometry transformer. */ typedef struct OGRGeomTransformer *OGRGeomTransformerH; /** Opaque type for OGRGeomCoordinatePrecision */ typedef struct OGRGeomCoordinatePrecision *OGRGeomCoordinatePrecisionH; /** Opaque type for WKB export options */ typedef struct OGRwkbExportOptions OGRwkbExportOptions; /** Opaque type for a prepared geometry */ typedef struct _OGRPreparedGeometry *OGRPreparedGeometryH; /*! \section gdal_fwd_field Attribute field, geometry field and layer definitions. */ #if defined(GDAL_DEBUG) /** Opaque type for a field definition (OGRFieldDefn) */ typedef struct OGRFieldDefnHS *OGRFieldDefnH; /** Opaque type for a feature definition (OGRFeatureDefn) */ typedef struct OGRFeatureDefnHS *OGRFeatureDefnH; #else /** Opaque type for a field definition (OGRFieldDefn) */ typedef void *OGRFieldDefnH; /** Opaque type for a feature definition (OGRFeatureDefn) */ typedef void *OGRFeatureDefnH; #endif /** Opaque type for a geometry field definition (OGRGeomFieldDefn) */ typedef struct OGRGeomFieldDefnHS *OGRGeomFieldDefnH; /** Opaque type for a field domain definition (OGRFieldDomain) */ typedef struct OGRFieldDomainHS *OGRFieldDomainH; /*! \section gdal_fwd_feature Vector feature type. */ #if defined(GDAL_DEBUG) /** Opaque type for a feature (OGRFeature) */ typedef struct OGRFeatureHS *OGRFeatureH; #else /** Opaque type for a feature (OGRFeature) */ typedef void *OGRFeatureH; #endif /*! \section gdal_fwd_layer Vector layer related types. */ #if defined(GDAL_DEBUG) /** Opaque type for a layer (OGRLayer) */ typedef struct OGRLayerHS *OGRLayerH; /** Opaque type for a OGR datasource (OGRDataSource) (deprecated) */ typedef struct OGRDataSourceHS *OGRDataSourceH; /** Opaque type for a OGR driver (OGRSFDriver) (deprecated) */ typedef struct OGRDriverHS *OGRSFDriverH; #else /** Opaque type for a layer (OGRLayer) */ typedef void *OGRLayerH; /** Opaque type for a OGR datasource (OGRDataSource) (deprecated) */ typedef void *OGRDataSourceH; /** Opaque type for a OGR driver (OGRSFDriver) (deprecated) */ typedef void *OGRSFDriverH; #endif /*! \section gdal_fwd_style Vector styling related types. */ #if defined(GDAL_DEBUG) /** Style manager opaque type */ typedef struct OGRStyleMgrHS *OGRStyleMgrH; /** Opaque type for a style table (OGRStyleTable) */ typedef struct OGRStyleTableHS *OGRStyleTableH; /** Style tool opaque type */ typedef struct OGRStyleToolHS *OGRStyleToolH; #else /** Style manager opaque type */ typedef void *OGRStyleMgrH; /** Style tool opaque type */ typedef void *OGRStyleToolH; /** Opaque type for a style table (OGRStyleTable) */ typedef void *OGRStyleTableH; #endif /*! \section gdal_fwd_crs CRS and coordinate transformation related types. */ #if defined(GDAL_DEBUG) /** Opaque type for a spatial reference system */ typedef struct OGRSpatialReferenceHS *OGRSpatialReferenceH; /** Opaque type for a coordinate transformation object */ typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; #else /** Opaque type for a spatial reference system */ typedef void *OGRSpatialReferenceH; /** Opaque type for a coordinate transformation object */ typedef void *OGRCoordinateTransformationH; #endif /** Coordinate transformation options. */ typedef struct OGRCoordinateTransformationOptions *OGRCoordinateTransformationOptionsH; /*! \section gdal_fwd_gnm GNM (Geography Network Models) related types. */ /** Opaque type for a GNMNetwork */ typedef void *GNMNetworkH; /** Opaque type for a GNMGenericNetwork */ typedef void *GNMGenericNetworkH; #ifdef __cplusplus } #endif /* clang-format on */ #endif // GDAL_FWD_H_INCLUDED