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
/********************************************************************** * * Name: cpl_error.h * Project: CPL - Common Portability Library * Purpose: CPL Error handling * Author: Daniel Morissette, danmo@videotron.ca * ********************************************************************** * Copyright (c) 1998, Daniel Morissette * * SPDX-License-Identifier: MIT ****************************************************************************/ #ifndef CPL_ERROR_H_INCLUDED #define CPL_ERROR_H_INCLUDED #include "cpl_port.h" #include #include #include /*===================================================================== Error handling functions (cpl_error.c) =====================================================================*/ /** * \file cpl_error.h * * CPL error handling services. */ CPL_C_START /** Error category */ typedef enum { CE_None = 0, CE_Debug = 1, CE_Warning = 2, CE_Failure = 3, CE_Fatal = 4 } CPLErr; /* ==================================================================== */ /* Well known error codes. */ /* ==================================================================== */ #ifdef STRICT_CPLERRORNUM_TYPE /* This is not appropriate for the general case, as there are parts */ /* of GDAL which use custom error codes, but this can help diagnose confusions */ /* between CPLErr and CPLErrorNum */ typedef enum { CPLE_None, CPLE_AppDefined, CPLE_OutOfMemory, CPLE_FileIO, CPLE_OpenFailed, CPLE_IllegalArg, CPLE_NotSupported, CPLE_AssertionFailed, CPLE_NoWriteAccess, CPLE_UserInterrupt, CPLE_ObjectNull, CPLE_HttpResponse, CPLE_BucketNotFound, CPLE_ObjectNotFound, CPLE_AccessDenied, CPLE_InvalidCredentials, CPLE_SignatureDoesNotMatch, CPLE_ObjectStorageGenericError, } CPLErrorNum; #else /** Error number */ typedef int CPLErrorNum; /** No error */ #define CPLE_None 0 /** Application defined error */ #define CPLE_AppDefined 1 /** Out of memory error */ #define CPLE_OutOfMemory 2 /** File I/O error */ #define CPLE_FileIO 3 /** Open failed */ #define CPLE_OpenFailed 4 /** Illegal argument */ #define CPLE_IllegalArg 5 /** Not supported */ #define CPLE_NotSupported 6 /** Assertion failed */ #define CPLE_AssertionFailed 7 /** No write access */ #define CPLE_NoWriteAccess 8 /** User interrupted */ #define CPLE_UserInterrupt 9 /** NULL object */ #define CPLE_ObjectNull 10 /* * Filesystem-specific errors */ /** HTTP response */ #define CPLE_HttpResponse 11 /** VSIE_BucketNotFound */ #define CPLE_BucketNotFound 12 /** VSIE_ObjectNotFound */ #define CPLE_ObjectNotFound 13 /** VSIE_AccessDenied */ #define CPLE_AccessDenied 14 /** VSIE_InvalidCredentials */ #define CPLE_InvalidCredentials 15 /** VSIE_SignatureDoesNotMatch */ #define CPLE_SignatureDoesNotMatch 16 /** VSIE_ObjectStorageGenericError */ #define CPLE_ObjectStorageGenericError 17 /* 100 - 299 reserved for GDAL */ #endif /** Deprecated alias for CPLE_BucketNotFound * * @deprecated since 3.12 */ #define CPLE_AWSBucketNotFound CPLE_BucketNotFound /** Deprecated alias for CPLE_ObjectNotFound * * @deprecated since 3.12 */ #define CPLE_AWSObjectNotFound CPLE_ObjectNotFound /** Deprecated alias for CPLE_AccessDenied * * @deprecated since 3.12 */ #define CPLE_AWSAccessDenied CPLE_AccessDenied /** Deprecated alias for CPLE_AWSInvalidCredentials * * @deprecated since 3.12 */ #define CPLE_AWSInvalidCredentials CPLE_InvalidCredentials /** Deprecated alias for CPLE_SignatureDoesNotMatch * * @deprecated since 3.12 */ #define CPLE_AWSSignatureDoesNotMatch CPLE_SignatureDoesNotMatch /** Deprecated alias for CPLE_ObjectStorageGenericError * * @deprecated since 3.12 */ #define CPLE_AWSError CPLE_ObjectStorageGenericError void CPL_DLL CPLError(CPLErr eErrClass, CPLErrorNum err_no, CPL_FORMAT_STRING(const char *fmt), ...) CPL_PRINT_FUNC_FORMAT(3, 4); #ifdef GDAL_COMPILATION const char CPL_DLL *CPLSPrintf(CPL_FORMAT_STRING(const char *fmt), ...) CPL_PRINT_FUNC_FORMAT(1, 2) CPL_WARN_UNUSED_RESULT; /** Similar to CPLError(), but only execute it once during the life-time * of a process. * * @since 3.11 */ #define CPLErrorOnce(eErrClass, err_no, ...) \ do \ { \ static bool lbCPLErrorOnce = false; \ if (!lbCPLErrorOnce) \ { \ lbCPLErrorOnce = true; \ const char *lCPLErrorMsg = CPLSPrintf(__VA_ARGS__); \ const size_t lCPLErrorMsgLen = strlen(lCPLErrorMsg); \ const char *lCPLErrorMsgSuffix = \ " Further messages of this type will be suppressed."; \ if (lCPLErrorMsgLen && lCPLErrorMsg[lCPLErrorMsgLen - 1] == '.') \ CPLError((eErrClass), (err_no), "%s%s", lCPLErrorMsg, \ lCPLErrorMsgSuffix); \ else \ CPLError((eErrClass), (err_no), "%s.%s", lCPLErrorMsg, \ lCPLErrorMsgSuffix); \ } \ } while (0) #endif void CPL_DLL CPLErrorV(CPLErr, CPLErrorNum, const char *, va_list); void CPL_DLL CPLEmergencyError(const char *) CPL_NO_RETURN; void CPL_DLL CPL_STDCALL CPLErrorReset(void); CPLErrorNum CPL_DLL CPL_STDCALL CPLGetLastErrorNo(void); CPLErr CPL_DLL CPL_STDCALL CPLGetLastErrorType(void); const char CPL_DLL *CPL_STDCALL CPLGetLastErrorMsg(void); GUInt32 CPL_DLL CPL_STDCALL CPLGetErrorCounter(void); void CPL_DLL *CPL_STDCALL CPLGetErrorHandlerUserData(void); void CPL_DLL CPLErrorSetState(CPLErr eErrClass, CPLErrorNum err_no, const char *pszMsg); #if defined(GDAL_COMPILATION) && defined(__cplusplus) extern "C++" { void CPL_DLL CPLErrorSetState(CPLErr eErrClass, CPLErrorNum err_no, const char *pszMsg, const GUInt32 *pnErrorCounter); } #endif void CPL_DLL CPLCallPreviousHandler(CPLErr eErrClass, CPLErrorNum err_no, const char *pszMsg); /*! @cond Doxygen_Suppress */ void CPL_DLL CPLCleanupErrorMutex(void); /*! @endcond */ /** Callback for a custom error handler */ typedef void(CPL_STDCALL *CPLErrorHandler)(CPLErr, CPLErrorNum, const char *); void CPL_DLL CPL_STDCALL CPLLoggingErrorHandler(CPLErr, CPLErrorNum, const char *); void CPL_DLL CPL_STDCALL CPLDefaultErrorHandler(CPLErr, CPLErrorNum, const char *); void CPL_DLL CPL_STDCALL CPLQuietErrorHandler(CPLErr, CPLErrorNum, const char *); void CPL_DLL CPL_STDCALL CPLQuietWarningsErrorHandler(CPLErr, CPLErrorNum, const char *); void CPL_DLL CPLTurnFailureIntoWarning(int bOn); CPLErrorHandler CPL_DLL CPLGetErrorHandler(void **ppUserData); CPLErrorHandler CPL_DLL CPL_STDCALL CPLSetErrorHandler(CPLErrorHandler); CPLErrorHandler CPL_DLL CPL_STDCALL CPLSetErrorHandlerEx(CPLErrorHandler, void *); void CPL_DLL CPL_STDCALL CPLPushErrorHandler(CPLErrorHandler); void CPL_DLL CPL_STDCALL CPLPushErrorHandlerEx(CPLErrorHandler, void *); void CPL_DLL CPL_STDCALL CPLSetCurrentErrorHandlerCatchDebug(int bCatchDebug); void CPL_DLL CPL_STDCALL CPLPopErrorHandler(void); #ifdef WITHOUT_CPLDEBUG #define CPLDebug(...) \ do \ { \ } while (0) /* Eat all CPLDebug calls. */ #define CPLDebugProgress(...) \ do \ { \ } while (0) /* Eat all CPLDebugProgress calls. */ #ifdef GDAL_COMPILATION /** Similar to CPLDebug(), but only execute it once during the life-time * of a process. * * @since 3.11 */ #define CPLDebugOnce(...) \ do \ { \ } while (0) #endif #else void CPL_DLL CPLDebug(const char *, CPL_FORMAT_STRING(const char *), ...) CPL_PRINT_FUNC_FORMAT(2, 3); void CPL_DLL CPLDebugProgress(const char *, CPL_FORMAT_STRING(const char *), ...) CPL_PRINT_FUNC_FORMAT(2, 3); #ifdef GDAL_COMPILATION /** Similar to CPLDebug(), but only execute it once during the life-time * of a process. * * @since 3.11 */ #define CPLDebugOnce(category, ...) \ do \ { \ static bool lbCPLDebugOnce = false; \ if (!lbCPLDebugOnce) \ { \ lbCPLDebugOnce = true; \ const char *lCPLDebugMsg = CPLSPrintf(__VA_ARGS__); \ const size_t lCPLErrorMsgLen = strlen(lCPLDebugMsg); \ const char *lCPLDebugMsgSuffix = \ " Further messages of this type will be suppressed."; \ if (lCPLErrorMsgLen && lCPLDebugMsg[lCPLErrorMsgLen - 1] == '.') \ CPLDebug((category), "%s%s", lCPLDebugMsg, \ lCPLDebugMsgSuffix); \ else \ CPLDebug((category), "%s.%s", lCPLDebugMsg, \ lCPLDebugMsgSuffix); \ } \ } while (0) #endif #endif #if defined(DEBUG) || defined(GDAL_DEBUG) /** Same as CPLDebug(), but expands to nothing for non-DEBUG builds. * @since GDAL 3.1 */ #define CPLDebugOnly(...) CPLDebug(__VA_ARGS__) #else /** Same as CPLDebug(), but expands to nothing for non-DEBUG builds. * @since GDAL 3.1 */ #define CPLDebugOnly(...) \ do \ { \ } while (0) #endif void CPL_DLL CPL_STDCALL _CPLAssert(const char *, const char *, int) CPL_NO_RETURN; #if defined(DEBUG) && !defined(CPPCHECK) /** Assert on an expression. Only enabled in DEBUG mode */ #define CPLAssert(expr) \ ((expr) ? (void)(0) : _CPLAssert(#expr, __FILE__, __LINE__)) /** Assert on an expression in DEBUG mode. Evaluate it also in non-DEBUG mode * (useful to 'consume' a error return variable) */ #define CPLAssertAlwaysEval(expr) CPLAssert(expr) #else /** Assert on an expression. Only enabled in DEBUG mode */ #define CPLAssert(expr) \ do \ { \ } while (0) #ifdef __cplusplus /** Assert on an expression in DEBUG mode. Evaluate it also in non-DEBUG mode * (useful to 'consume' a error return variable) */ #define CPLAssertAlwaysEval(expr) CPL_IGNORE_RET_VAL(expr) #else /** Assert on an expression in DEBUG mode. Evaluate it also in non-DEBUG mode * (useful to 'consume' a error return variable) */ #define CPLAssertAlwaysEval(expr) (void)(expr) #endif #endif CPL_C_END /*! @cond Doxygen_Suppress */ /* * Helper macros used for input parameters validation. */ #ifdef DEBUG #define VALIDATE_POINTER_ERR CE_Fatal #else #define VALIDATE_POINTER_ERR CE_Failure #endif /*! @endcond */ #if defined(__cplusplus) && !defined(CPL_SUPRESS_CPLUSPLUS) extern "C++" { /*! @cond Doxygen_Suppress */ template T *CPLAssertNotNull(T *x) CPL_RETURNS_NONNULL; template T *CPLAssertNotNull(T *x) { CPLAssert(x); return x; } #include #include /*! @endcond */ /** Class that installs a (thread-local) error handler on construction, and * restore the initial one on destruction. */ class CPL_DLL CPLErrorHandlerPusher { public: /** Constructor that installs a thread-local temporary error handler * (typically CPLQuietErrorHandler) */ explicit CPLErrorHandlerPusher(CPLErrorHandler hHandler) { CPLPushErrorHandler(hHandler); } /** Constructor that installs a thread-local temporary error handler, * and its user data. */ CPLErrorHandlerPusher(CPLErrorHandler hHandler, void *user_data) { CPLPushErrorHandlerEx(hHandler, user_data); } /** Destructor that restores the initial error handler. */ ~CPLErrorHandlerPusher() { CPLPopErrorHandler(); } }; /** Class that saves the error state on construction, and * restores it on destruction. */ class CPL_DLL CPLErrorStateBackuper { CPLErrorNum m_nLastErrorNum; CPLErr m_nLastErrorType; std::string m_osLastErrorMsg; GUInt32 m_nLastErrorCounter; std::unique_ptr m_poErrorHandlerPusher; public: /** Constructor that backs up the error state, and optionally installs * a thread-local temporary error handler (typically CPLQuietErrorHandler). */ explicit CPLErrorStateBackuper(CPLErrorHandler hHandler = nullptr); /** Destructor that restores the error state to its initial state * before construction. */ ~CPLErrorStateBackuper(); }; /** Class that turns errors into warning on construction, and * restores the previous state on destruction. */ class CPL_DLL CPLTurnFailureIntoWarningBackuper { public: CPLTurnFailureIntoWarningBackuper() { CPLTurnFailureIntoWarning(true); } ~CPLTurnFailureIntoWarningBackuper() { CPLTurnFailureIntoWarning(false); } }; } #ifdef GDAL_COMPILATION /*! @cond Doxygen_Suppress */ // internal only bool CPLIsDefaultErrorHandlerAndCatchDebug(); /*! @endcond */ #endif #endif /** Validate that a pointer is not NULL */ #define VALIDATE_POINTER0(ptr, func) \ do \ { \ if (CPL_NULLPTR == ptr) \ { \ CPLErr const ret = VALIDATE_POINTER_ERR; \ CPLError(ret, CPLE_ObjectNull, \ "Pointer \'%s\' is NULL in \'%s\'.\n", #ptr, (func)); \ return; \ } \ } while (0) /** Validate that a pointer is not NULL, and return rc if it is NULL */ #define VALIDATE_POINTER1(ptr, func, rc) \ do \ { \ if (CPL_NULLPTR == ptr) \ { \ CPLErr const ret = VALIDATE_POINTER_ERR; \ CPLError(ret, CPLE_ObjectNull, \ "Pointer \'%s\' is NULL in \'%s\'.\n", #ptr, (func)); \ return (rc); \ } \ } while (0) #endif /* CPL_ERROR_H_INCLUDED */