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 http://www.gnu.org/licenses/lgpl.html LGPL License 3 * @version SVN: $Revision: 169 $ * @link http://pear.php.net/package/PHP_UML * @since $Date: 2011-09-12 01:28:43 +0200 (lun., 12 sept. 2011) $ */ /** * Implementation of the HTML renderer for a classifier (class, interface, datatype) * * @category PHP * @package PHP_UML * @subpackage Output * @subpackage HtmlNew * @author Baptiste Autin * @license http://www.gnu.org/licenses/lgpl.html LGPL License 3 */ abstract class PHP_UML_Output_HtmlNew_DocClassifier extends PHP_UML_Output_HtmlNew_DocElement { /** * Return the type name of the classifier * * @return string */ abstract protected function getTypeName(); /** * Return the CSS style name of the classifier * * @return string */ abstract protected function getStyleName(); /** * Return the prefix (filename scheme) * * @return string */ abstract protected function getPrefix(); /** * Return the current object * * @param int $i Current index in all the elements of the package * * @return PHP_UML_Metamodel_Classifier */ abstract protected function getCurrentElement($i); /** * Return the next object * * @param int $i Current index in all the elements of the package * * @return PHP_UML_Metamodel_Classifier */ abstract protected function getNextElement($i); /** * Return the previous object * * @param int $i Previous index in all the elements of the package * * @return PHP_UML_Metamodel_Classifier */ abstract protected function getPreviousElement($i); /** * Generates and saves the HTML code for a classifier * * @param int $i Index of the element (to be found in the Context object) */ public function render($i) { $p = $this->getCurrentElement($i); $nav = $this->getNavigationBlock($i); $tit = $this->getTitleBlock($i); $this->ignoredTag = array('var'); // we ignore all 'var' docblocks $str = $this->getDescriptionBlock($p); $str .= $this->getPropertyBlock($p); $str .= $this->getFunctionBlock($p); $str = $this->replaceInTpl($str, $nav, $tit, $p->name); $this->save($this->getPrefix().$p->name, $str); } /** * Return the HTML code for the navigation bar * * @param int $i Index of the current element in the the array containing all * the elements of the current package * * @return string A list of HTML LI */ private function getNavigationBlock($i) { $prev = $this->getPreviousElement($i); $next = $this->getNextElement($i); $type = $this->getTypeName(); $str = $this->getCommonLinks(); if (!empty($prev)) $str .= '
  • Prev '.$type.'
  • '; $str .= $this->getNavigParentPackage(); if (!empty($next)) $str .= '
  • Next '.$type.'
  • '; return $str; } private function getTitleBlock($i) { $elem = $this->getCurrentElement($i); $str = '

    '.$elem->name.'

    '; } private function getDescriptionBlock(PHP_UML_Metamodel_Classifier $p) { $allInherited = $this->getAllInherited($p); $nbAllInherited = count($allInherited); $allImplemented = $this->getAllImplemented($p); $nbAllImplemented = count($allImplemented); $allInheriting = $this->getAllInheriting($p); $nbAllInheriting = count($allInheriting); $allImplementing = $this->getAllImplementing($p); $nbAllImplementing = count($allImplementing); $typeName = $this->getTypeName(); if ($p->isAbstract) $typeName = 'abstract '.$typeName; if ($p->isReadOnly) $typeName = 'final '.$typeName; $str = '

    '.ucfirst($typeName). ' '.$this->getQualifiedName($p).''; $css = 'link2'; if (!empty($p->superClass[0])) { $str .= ' extends '; if (is_object($p->superClass[0])) $str .= $this->getLinkTo($p->superClass[0], $css); else $str .= $this->displayUnresolved($p->superClass[0]); } if (isset($p->implements)) { $nbImpl = count($p->implements); if ($nbImpl>0) { $str .= ' implements '; for ($i=0; $i<$nbImpl; $i++) { if (!empty($p->implements[$i])) { if (is_object($p->implements[$i])) $str .= $this->getLinkTo($p->implements[$i], $css); else $str .= $this->displayUnresolved($p->implements[$i]); if ($i<$nbImpl-1) $str .= ', '; } } } } $str .= '

    '; $str .= '
      '; if (!is_null($p->description)) { $str .= $this->getTagsAsList($p->description); } if ($nbAllImplemented>0) { $str .= '
    • All implemented interfaces: '; foreach ($allImplemented as $ai) { $str .= $this->getLinkTo($ai, $css).', '; } $str = substr($str, 0, -2); $str .= '
    • '; } if ($nbAllInheriting>0) { $str .= '
    • All subclasses: '; foreach ($allInheriting as $ai) { $str .= $this->getLinkTo($ai, $css).', '; } $str = substr($str, 0, -2); $str .= '
    • '; } if ($nbAllImplementing>0) { $str .= '
    • All implementing classes: '; foreach ($allImplementing as $ai) { $str .= $this->getLinkTo($ai, $css).', '; } $str = substr($str, 0, -2); $str .= '
    • '; } $str .= $this->getFileInfo($p); $str .= '
    '; if ($nbAllInherited>0) { $str .= '
    '; $sum = -15; $img = 'extended by '; foreach ($allInherited as $ai) { $str .= '
    '; $fullName = $this->getLinkTo($ai, $css); if ($sum>0) $str .= $img; $sum += 15 + 2*(strlen(strstr($fullName, '>'))-5); $str .= $fullName.'
    '; } $str .= '
    '.$img; $str .= $this->getAbsPath($p->package, self::T_NAMESPACE).$p->name.'
    '; $str .= '
    '; } return $str; } } ?>