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
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* ** nssilock.h - Instrumented locking functions for NSS ** ** Description: ** nssilock provides instrumentation for locks and monitors in ** the NSS libraries. The instrumentation, when enabled, causes ** each call to the instrumented function to record data about ** the call to an external file. The external file ** subsequently used to extract performance data and other ** statistical information about the operation of locks used in ** the nss library. ** ** To enable compilation with instrumentation, build NSS with ** the compile time switch NEED_NSS_ILOCK defined. ** ** say: "gmake OS_CFLAGS+=-DNEED_NSS_ILOCK" at make time. ** ** At runtime, to enable recording from nssilock, one or more ** environment variables must be set. For each nssILockType to ** be recorded, an environment variable of the form NSS_ILOCK_x ** must be set to 1. For example: ** ** set NSS_ILOCK_Cert=1 ** ** nssilock uses PRLOG is used to record to trace data. The ** PRLogModule name associated with nssilock data is: "nssilock". ** To enable recording of nssilock data you will need to set the ** environment variable NSPR_LOG_MODULES to enable ** recording for the nssilock log module. Similarly, you will ** need to set the environment variable NSPR_LOG_FILE to specify ** the filename to receive the recorded data. See prlog.h for usage. ** Example: ** ** export NSPR_LOG_MODULES=nssilock:6 ** export NSPR_LOG_FILE=xxxLogfile ** ** Operation: ** nssilock wraps calls to NSPR's PZLock and PZMonitor functions ** with similarly named functions: PZ_NewLock(), etc. When NSS is ** built with lock instrumentation enabled, the PZ* functions are ** compiled into NSS; when lock instrumentation is disabled, ** calls to PZ* functions are directly mapped to PR* functions ** and the instrumentation arguments to the PZ* functions are ** compiled away. ** ** ** File Format: ** The format of the external file is implementation ** dependent. Where NSPR's PR_LOG() function is used, the file ** contains data defined for PR_LOG() plus the data written by ** the wrapped function. On some platforms and under some ** circumstances, platform dependent logging or ** instrumentation probes may be used. In any case, the ** relevant data provided by the lock instrumentation is: ** ** lockType, func, address, duration, line, file [heldTime] ** ** where: ** ** lockType: a character representation of nssILockType for the ** call. e.g. ... "cert" ** ** func: the function doing the tracing. e.g. "NewLock" ** ** address: address of the instrumented lock or monitor ** ** duration: is how long was spent in the instrumented function, ** in PRIntervalTime "ticks". ** ** line: the line number within the calling function ** ** file: the file from which the call was made ** ** heldTime: how long the lock/monitor was held. field ** present only for PZ_Unlock() and PZ_ExitMonitor(). ** ** Design Notes: ** The design for lock instrumentation was influenced by the ** need to gather performance data on NSS 3.x. It is intended ** that the effort to modify NSS to use lock instrumentation ** be minimized. Existing calls to locking functions need only ** have their names changed to the instrumentation function ** names. ** ** Private NSS Interface: ** nssilock.h defines a private interface for use by NSS. ** nssilock.h is experimental in nature and is subject to ** change or revocation without notice. ... Don't mess with ** it. ** */ /* * $Id: */ #ifndef _NSSILCKT_H_ #define _NSSILCKT_H_ #include "utilrename.h" #include "prtypes.h" #include "prmon.h" #include "prlock.h" #include "prcvar.h" typedef enum { nssILockArena = 0, nssILockSession = 1, nssILockObject = 2, nssILockRefLock = 3, nssILockCert = 4, nssILockCertDB = 5, nssILockDBM = 6, nssILockCache = 7, nssILockSSL = 8, nssILockList = 9, nssILockSlot = 10, nssILockFreelist = 11, nssILockOID = 12, nssILockAttribute = 13, nssILockPK11cxt = 14, /* pk11context */ nssILockRWLock = 15, nssILockOther = 16, nssILockSelfServ = 17, nssILockKeyDB = 18, nssILockLast /* don't use this one! */ } nssILockType; /* ** conditionally compile in nssilock features */ #if defined(NEED_NSS_ILOCK) /* ** Declare operation type enumerator ** enumerations identify the function being performed */ typedef enum { FlushTT = 0, NewLock = 1, Lock = 2, Unlock = 3, DestroyLock = 4, NewCondVar = 5, WaitCondVar = 6, NotifyCondVar = 7, NotifyAllCondVar = 8, DestroyCondVar = 9, NewMonitor = 10, EnterMonitor = 11, ExitMonitor = 12, Notify = 13, NotifyAll = 14, Wait = 15, DestroyMonitor = 16 } nssILockOp; /* ** Declare the trace record */ struct pzTrace_s { PRUint32 threadID; /* PR_GetThreadID() */ nssILockOp op; /* operation being performed */ nssILockType ltype; /* lock type identifier */ PRIntervalTime callTime; /* time spent in function */ PRIntervalTime heldTime; /* lock held time, or -1 */ void *lock; /* address of lock structure */ PRIntn line; /* line number */ char file[24]; /* filename */ }; /* ** declare opaque types. See: nssilock.c */ typedef struct pzlock_s PZLock; typedef struct pzcondvar_s PZCondVar; typedef struct pzmonitor_s PZMonitor; #else /* NEED_NSS_ILOCK */ #define PZLock PRLock #define PZCondVar PRCondVar #define PZMonitor PRMonitor #endif /* NEED_NSS_ILOCK */ #endif /* _NSSILCKT_H_ */