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
* * @license LGPL * * @version $Id: List.php 248434 2007-12-17 16:12:25Z justinpatrin $ * */ /** * * Parses for bulleted and numbered lists. * * This class implements a Text_Wiki_Parse to find source text marked as * a bulleted or numbered list. In short, if a line starts with '* ' then * it is a bullet list item; if a line starts with '# ' then it is a * number list item. Spaces in front of the * or # indicate an indented * sub-list. The list items must be on sequential lines, and may be * separated by blank lines to improve readability. Using a non-* non-# * non-whitespace character at the beginning of a line ends the list. * * @category Text * * @package Text_Wiki * * @author Paul M. Jones * */ class Text_Wiki_Parse_List extends Text_Wiki_Parse { /** * * The regular expression used to parse the source text and find * matches conforming to this rule. Used by the parse() method. * * @access public * * @var string * * @see parse() * */ var $regex = '/^((\*|#)\s.*\n)(?!\2\s|(?:\s+((?:\*|#) |\n)))/Usm'; /** * * Generates a replacement for the matched text. Token options are: * * 'type' => * 'bullet_start' : the start of a bullet list * 'bullet_end' : the end of a bullet list * 'number_start' : the start of a number list * 'number_end' : the end of a number list * 'item_start' : the start of item text (bullet or number) * 'item_end' : the end of item text (bullet or number) * 'unknown' : unknown type of list or item * * 'level' => the indent level (0 for the first level, 1 for the * second, etc) * * 'count' => the list item number at this level. not needed for * xhtml, but very useful for PDF and RTF. * * @access public * * @param array &$matches The array of matches from parse(). * * @return A series of text and delimited tokens marking the different * list text and list elements. * */ function process(&$matches) { // the replacement text we will return $return = ''; // the list of post-processing matches $list = array(); // a stack of list-start and list-end types; we keep this // so that we know what kind of list we're working with // (bullet or number) and what indent level we're at. $stack = array(); // the item count is the number of list items for any // given list-type on the stack $itemcount = array(); // have we processed the very first list item? $pastFirst = false; // populate $list with this set of matches. $matches[1] is the // text matched as a list set by parse(). preg_match_all( '=^(\s*)(\*|#)\s(.*)$=Ums', $matches[1], $list, PREG_SET_ORDER ); $numSpaces = 0; // loop through each list-item element. foreach ($list as $key => $val) { // $val[0] is the full matched list-item line // $val[1] is the number of initial spaces (indent level) // $val[2] is the list item type (* or #) // $val[3] is the list item text // how many levels are we indented? (1 means the "root" // list level, no indenting.) $level = strlen($val[1]) + 1; // get the list item type if ($val[2] == '*') { $type = 'bullet'; } elseif ($val[2] == '#') { $type = 'number'; } else { $type = 'unknown'; } // get the text of the list item $text = $val[3]; // add a level to the list? if ($level > count($stack)) { //watch for the same # of spaces and reset level if ($level == $numSpaces) { $level = count($stack); } else { $numSpaces = $level; // reset level as sometimes people use too many spaces $level = count($stack) + 1; // the current indent level is greater than the // number of stack elements, so we must be starting // a new list. push the new list type onto the // stack... array_push($stack, $type); // ...and add a list-start token to the return. $return .= $this->wiki->addToken( $this->rule, array( 'type' => $type . '_list_start', 'level' => $level - 1 ) ); } } // remove a level from the list? while (count($stack) > $level) { // so we don't keep counting the stack, we set up a temp // var for the count. -1 becuase we're going to pop the // stack in the next command. $tmp will then equal the // current level of indent. $tmp = count($stack) - 1; // as long as the stack count is greater than the // current indent level, we need to end list types. // continue adding end-list tokens until the stack count // and the indent level are the same. $return .= $this->wiki->addToken( $this->rule, array ( 'type' => array_pop($stack) . '_list_end', 'level' => $tmp ) ); // reset to the current (previous) list type so that // the new list item matches the proper list type. $type = $stack[$tmp - 1]; // reset the item count for the popped indent level unset($itemcount[$tmp + 1]); } // add to the item count for this list (taking into account // which level we are at). if (! isset($itemcount[$level])) { // first count $itemcount[$level] = 0; } else { // increment count $itemcount[$level]++; } // is this the very first item in the list? if (! $pastFirst) { $first = true; $pastFirst = true; } else { $first = false; } // create a list-item starting token. $start = $this->wiki->addToken( $this->rule, array( 'type' => $type . '_item_start', 'level' => $level, 'count' => $itemcount[$level], 'first' => $first ) ); // create a list-item ending token. $end = $this->wiki->addToken( $this->rule, array( 'type' => $type . '_item_end', 'level' => $level, 'count' => $itemcount[$level] ) ); // add the starting token, list-item text, and ending token // to the return. $return .= $start . $val[3] . $end; } // the last list-item may have been indented. go through the // list-type stack and create end-list tokens until the stack // is empty. while (count($stack) > 0) { $return .= $this->wiki->addToken( $this->rule, array ( 'type' => array_pop($stack) . '_list_end', 'level' => count($stack) ) ); } // we're done! send back the replacement text. return "\n\n" . $return . "\n\n"; } } ?>