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: 176 $ * @link http://pear.php.net/package/PHP_UML * @since $Date: 2011-09-19 00:03:11 +0200 (lun., 19 sept. 2011) $ */ /** * This class generates the XMI from a UML model (PHP_UML_Metamodel) * * @category PHP * @package PHP_UML * @subpackage Output * @subpackage Xmi * @author Baptiste Autin * @license http://www.gnu.org/licenses/lgpl.html LGPL License 3 */ class PHP_UML_Output_Xmi_Exporter extends PHP_UML_Output_ExporterAPI { /** * Reference to an XmiDocument object. Such an object is needed by the export() * method of Xmi_Exporter and its subclasses (unlike the ExporterAPI implementations, * which work on the metamodel directly, and don't need to know anything about XMI). * * @var PHP_UML_Output_XmiDocument */ protected $xmiDocument; /** * Default XMI version used for serialization. Note that all XSL-based * exporters will generate XMI with the default xmiVersion and encoding. * * @var float */ protected $xmiVersion = 2; /** * Default XML encoding of the XMI document. * * @var string */ protected $encoding = 'iso-8859-1'; /** * A logical view is included in the model by default. * * @var boolean */ protected $logicalView = true; /** * A deployment view is not included in the model by default. * * @var boolean */ protected $deploymentView = false; /** * A component view is not included in the model by default. * * @var boolean */ protected $componentView = false; /** * Stereotypes are not included in the model by default. * * @var boolean */ protected $stereotypes = false; /** * Setter for the XML encoding * * @param string $encoding Encoding */ public function setEncoding($encoding) { $this->encoding = $encoding; } /** * Setter for the XMI version * * @param float $version XMI version */ public function setXmiVersion($version) { $this->xmiVersion = $version; } /** * Enables the inclusion of a logical view in the serialized model * * @param boolean $value True/False */ public function setLogicalView($value) { $this->logicalView = $value; } /** * Enables the inclusion of a deployment view in the serialized model * * @param boolean $value True/False */ public function setDeploymentView($value) { $this->deploymentView = $value; } /** * Enables the inclusion of a component view in the serialized model * * @param boolean $value True/False */ public function setComponentView($value) { $this->componentView = $value; } /** * Enables the inclusion of the stereotypes in the serialized model * If true, all the stereotypes related to the UML model (currently, these * data correspond to the PHP docblocks) will be added to the XMI model. * * @param boolean $value True/False */ public function setStereotypes($value) { $this->stereotypes = $value; } /** * Setter for the XmiDocument * * @param PHP_UML_Output_XmiDocument $xmiDocument XMI Document */ public function setXmiDocument(PHP_UML_Output_XmiDocument $xmiDocument) { $this->xmiDocument = $xmiDocument; } /** * Getter for the XmiDocument * * @return PHP_UML_Output_XmiDocument */ public function getXmiDocument() { return $this->xmiDocument; } public function export($outDir) { if (empty($this->structure)) throw new PHP_UML_Exception('No model given.'); //if (empty($this->xmiDocument)) { $this->generateXmi(); //} if ($outDir=='') return $this->xmiDocument->dump(); else { if (!is_dir($outDir)) $this->save($outDir); else { $fileName = empty($this->structure->packages) ? 'undefined' : $this->structure->packages->name; $this->save($outDir.DIRECTORY_SEPARATOR.$fileName.'.xmi'); } } } /** * Internal method to save the generated XMI to a file. * Use export() instead if you need to save from outside the Exporter object. * * @param string $outputFile Filename */ protected function save($outputFile) { if ($ptr = fopen($outputFile, 'w+')) { fwrite($ptr, $this->xmiDocument->dump()); fclose($ptr); } else { throw new PHP_UML_Exception( 'File '.$outputFile.' could not be created.' ); } } /** * Serialize the metamodel (contained in the property $structure) into XMI code * * It is not necessary to call this method before calling export(); */ public function generateXmi() { $builder = $this->getXmiBuilder(); $this->xmiDocument = $builder->getXmiDocument($this->structure); } /** * Getter for the XMI factory * * @return PHP_UML_Output_Xmi_Builder An XMI builder object */ protected function getXmiBuilder() { $builder = PHP_UML_Output_Xmi_AbstractBuilder::getInstance($this->xmiVersion); $builder->setEncoding($this->encoding); $builder->setLogicalView($this->logicalView); $builder->setComponentView($this->componentView); $builder->setDeploymentView($this->deploymentView); $builder->setStereotypes($this->stereotypes); return $builder; } /** * Read the content of an existing XMI file. * If the file is UML/XMI 1, a conversion to version 2 is automatically applied. * * @param string $filepath Filename */ public function loadXmi($filepath) { if (empty($this->xmiDocument)) { $this->xmiDocument = new PHP_UML_Output_XmiDocument(); } $this->xmiDocument->load($filepath); } } ?>