Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
php_old /
pear /
PHP /
UML /
Output /
Html /
Delete
Unzip
Name
Size
Permission
Date
Action
resources
[ DIR ]
drwxrwxrwx
2024-07-26 17:38
Exporter.php
864
B
-rw-rw-rw-
2016-01-27 13:08
allclasses-frame.xsl
1.58
KB
-rw-rw-rw-
2016-01-27 13:08
classifier.xsl
16.89
KB
-rw-rw-rw-
2016-01-27 13:08
documentation-common.xsl
8.15
KB
-rw-rw-rw-
2016-01-27 13:08
documentation-generator.xsl
8.28
KB
-rw-rw-rw-
2016-01-27 13:08
index-all.xsl
5.79
KB
-rw-rw-rw-
2016-01-27 13:08
index.xsl
1.71
KB
-rw-rw-rw-
2016-01-27 13:08
main.xsl
689
B
-rw-rw-rw-
2016-01-27 13:08
overview-frame.xsl
1.38
KB
-rw-rw-rw-
2016-01-27 13:08
overview-summary.xsl
4.94
KB
-rw-rw-rw-
2016-01-27 13:08
package-frame.xsl
2.73
KB
-rw-rw-rw-
2016-01-27 13:08
package-summary.xsl
5.73
KB
-rw-rw-rw-
2016-01-27 13:08
Save
Rename
<?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0" exclude-result-prefixes="uml xmi" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:uml="http://schema.omg.org/spec/UML/2.1.2" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1"> <!-- Called on the top container. Lists all the "uml:Package" elements, in the left frame. --> <xsl:template name="allclasses"> <html> <xsl:call-template name="htmlStartPage"/> <xsl:call-template name="htmlHead"> <xsl:with-param name="path" /> <xsl:with-param name="title" select="concat(@name,' - All Classes')"/> </xsl:call-template> <body> <div id="contentFrame"> <h1>All Classes</h1> <ul> <xsl:for-each select="//packagedElement[@xmi:type='uml:Class' or @xmi:type='uml:Interface' or @xmi:type='uml:DataType']"> <xsl:sort select="@name" data-type="text" case-order="lower-first"/> <xsl:variable name="prefix"> <xsl:call-template name="getPackageFilePath"> <xsl:with-param name="context" select="."/> </xsl:call-template> <xsl:call-template name="getPrefix"> <xsl:with-param name="context" select="."/> </xsl:call-template> </xsl:variable> <li> <xsl:if test="@xmi:type='uml:Interface'"> <xsl:attribute name="class">interfaceElement</xsl:attribute> </xsl:if> <a href="{concat('./', $prefix, @name, '.html')}" target="classFrame"> <xsl:value-of select="@name"/> </a> </li> </xsl:for-each> </ul> </div> </body> </html> </xsl:template> </xsl:stylesheet>