📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: examples.xsl
<?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:variable name="apidoc-prefix">https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-</xsl:variable> <xsl:template match="include"> <xsl:variable name="header" select="substring-before(substring-after(., '/'), '>')"/> <xsl:variable name="doc" select="concat($apidoc-prefix, $header, 'tml')"/> <li><a href="{$doc}"><xsl:value-of select="."/></a></li> </xsl:template> <xsl:template match="typedef"> <xsl:variable name="name" select="@name"/> <xsl:variable name="header" select="concat(@file, '.h')"/> <xsl:variable name="doc" select="concat($apidoc-prefix, @file, '.html#', $name)"/> <li> line <xsl:value-of select="@line"/>: Type <a href="{$doc}"><xsl:value-of select="$name"/></a> from <xsl:value-of select="$header"/></li> </xsl:template> <xsl:template match="function"> <xsl:variable name="name" select="@name"/> <xsl:variable name="header" select="concat(@file, '.h')"/> <xsl:variable name="doc" select="concat($apidoc-prefix, @file, '.html#', $name)"/> <li> line <xsl:value-of select="@line"/>: Function <a href="{$doc}"><xsl:value-of select="$name"/></a> from <xsl:value-of select="$header"/></li> </xsl:template> <xsl:template match="macro"> <xsl:variable name="name" select="@name"/> <xsl:variable name="header" select="concat(@file, '.h')"/> <xsl:variable name="doc" select="concat($apidoc-prefix, @file, '.html#', $name)"/> <li> line <xsl:value-of select="@line"/>: Macro <a href="{$doc}"><xsl:value-of select="$name"/></a> from <xsl:value-of select="$header"/></li> </xsl:template> <xsl:template match="example"> <xsl:variable name="filename" select="string(@filename)"/> <h3><a name="{$filename}" href="{$filename}"><xsl:value-of select="$filename"/></a>: <xsl:value-of select="synopsis"/></h3> <p><xsl:value-of select="purpose"/></p> <p>Includes:</p> <ul> <xsl:for-each select="includes/include"> <xsl:sort select="@line" data-type="number"/> <xsl:apply-templates select='.'/> </xsl:for-each> </ul> <p>Uses:</p> <ul> <xsl:for-each select="uses/*"> <xsl:sort select="@line" data-type="number"/> <xsl:apply-templates select='.'/> </xsl:for-each> </ul> <p>Usage:</p> <p><xsl:value-of select="usage"/></p> <p>Author: <xsl:value-of select="author"/></p> </xsl:template> <xsl:template match="section"> <li><p> <a href="#{@name}"><xsl:value-of select="@name"/></a> :</p> <ul> <xsl:for-each select="example"> <xsl:sort select='.'/> <xsl:variable name="filename" select="@filename"/> <li> <a href="#{$filename}"><xsl:value-of select="$filename"/></a>: <xsl:value-of select="/examples/example[@filename = $filename]/synopsis"/></li> </xsl:for-each> </ul> </li> </xsl:template> <xsl:template match="sections"> <p> The examples are stored per section depending on the main focus of the example:</p> <ul> <xsl:for-each select="section"> <xsl:sort select='.'/> <xsl:apply-templates select='.'/> </xsl:for-each> </ul> <p> Getting the compilation options and libraries dependencies needed to generate binaries from the examples is best done on Linux/Unix by using the xml2-config script which should have been installed as part of <i>make install</i> step or when installing the libxml2 development package:</p> <pre>gcc -o example `xml2-config --cflags` example.c `xml2-config --libs`</pre> </xsl:template> <xsl:template name="sections-list"> <xsl:for-each select="sections/section"> <xsl:variable name="section" select="@name"/> <h2> <a name="{$section}"></a><xsl:value-of select="$section"/> Examples</h2> <xsl:apply-templates select='/examples/example[section = $section]'/> </xsl:for-each> </xsl:template> <xsl:template match="examples"> <xsl:variable name="title">Libxml2 set of examples</xsl:variable> <xsl:document href="index.html" method="xml" indent="yes" omit-xml-declaration="yes" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title> <xsl:value-of select="$title"/> </title> </head> <body> <h1><xsl:value-of select="$title"/></h1> <xsl:apply-templates select="sections"/> <xsl:call-template name="sections-list"/> </body> </html> </xsl:document> </xsl:template> </xsl:stylesheet>
Save