Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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 /
sphinx /
texinputs /
[ HOME SHELL ]
Name
Size
Permission
Action
LICRcyr2utf8.xdy
4.26
KB
-rw-r--r--
LICRlatin2utf8.xdy
9.95
KB
-rw-r--r--
LatinRules.xdy
18.25
KB
-rw-r--r--
Makefile_t
2.34
KB
-rw-r--r--
latexmkjarc_t
695
B
-rw-r--r--
latexmkrc_t
1.08
KB
-rw-r--r--
make.bat_t
1.02
KB
-rw-r--r--
python.ist
392
B
-rw-r--r--
sphinx.sty
12.95
KB
-rw-r--r--
sphinx.xdy
9.25
KB
-rw-r--r--
sphinxhowto.cls
3.18
KB
-rw-r--r--
sphinxlatexadmonitions.sty
6.09
KB
-rw-r--r--
sphinxlatexcontainers.sty
901
B
-rw-r--r--
sphinxlatexgraphics.sty
4.73
KB
-rw-r--r--
sphinxlatexindbibtoc.sty
2.02
KB
-rw-r--r--
sphinxlatexlists.sty
3.46
KB
-rw-r--r--
sphinxlatexliterals.sty
34.32
KB
-rw-r--r--
sphinxlatexnumfig.sty
4.43
KB
-rw-r--r--
sphinxlatexobjects.sty
7.1
KB
-rw-r--r--
sphinxlatexshadowbox.sty
3.79
KB
-rw-r--r--
sphinxlatexstyleheadings.sty
3.18
KB
-rw-r--r--
sphinxlatexstylepage.sty
2.99
KB
-rw-r--r--
sphinxlatexstyletext.sty
5.64
KB
-rw-r--r--
sphinxlatextables.sty
21.34
KB
-rw-r--r--
sphinxmanual.cls
4.14
KB
-rw-r--r--
sphinxoptionsgeometry.sty
2.01
KB
-rw-r--r--
sphinxoptionshyperref.sty
1.07
KB
-rw-r--r--
sphinxpackagecyrillic.sty
2.53
KB
-rw-r--r--
sphinxpackagefootnote.sty
12.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sphinxhowto.cls
% % sphinxhowto.cls for Sphinx (https://www.sphinx-doc.org/) % \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{sphinxhowto}[2019/12/01 v2.3.0 Document class (Sphinx howto)] % 'oneside' option overriding the 'twoside' default \newif\if@oneside \DeclareOption{oneside}{\@onesidetrue} % Pass remaining document options to the parent class. \DeclareOption*{\PassOptionsToClass{\CurrentOption}{\sphinxdocclass}} \ProcessOptions\relax % Default to two-side document \if@oneside % nothing to do (oneside is the default) \else \PassOptionsToClass{twoside}{\sphinxdocclass} \fi \LoadClass{\sphinxdocclass} % Set some sane defaults for section numbering depth and TOC depth. You can % reset these counters in your preamble. % \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}% i.e. section and subsection % Adapt \and command to the flushright context of \sphinxmaketitle, to % avoid ragged line endings if author names do not fit all on one single line \DeclareRobustCommand{\and}{% \end{tabular}\kern-\tabcolsep \allowbreak \hskip\dimexpr1em+\tabcolsep\@plus.17fil\begin{tabular}[t]{c}% }% % If it is desired that each author name be on its own line, use in preamble: %\DeclareRobustCommand{\and}{% % \end{tabular}\kern-\tabcolsep\\\begin{tabular}[t]{c}% %}% % Change the title page to look a bit better, and fit in with the fncychap % ``Bjarne'' style a bit better. % \newcommand{\sphinxmaketitle}{% \noindent\rule{\textwidth}{1pt}\par \begingroup % for PDF information dictionary \def\endgraf{ }\def\and{\& }% \pdfstringdefDisableCommands{\def\\{, }}% overwrite hyperref setup \hypersetup{pdfauthor={\@author}, pdftitle={\@title}}% \endgroup \begin{flushright} \sphinxlogo \py@HeaderFamily {\Huge \@title }\par {\itshape\large \py@release \releaseinfo}\par \vspace{25pt} {\Large \begin{tabular}[t]{c} \@author \end{tabular}\kern-\tabcolsep}\par \vspace{25pt} \@date \par \py@authoraddress \par \end{flushright} \@thanks \setcounter{footnote}{0} \let\thanks\relax\let\maketitle\relax %\gdef\@thanks{}\gdef\@author{}\gdef\@title{} } \newcommand{\sphinxtableofcontents}{% \begingroup \parskip \z@skip \sphinxtableofcontentshook \tableofcontents \endgroup \noindent\rule{\textwidth}{1pt}\par \vspace{12pt}% } \newcommand\sphinxtableofcontentshook{} \pagenumbering{arabic} % Fix the bibliography environment to add an entry to the Table of % Contents. % For an article document class this environment is a section, % so no page break before it. % \newenvironment{sphinxthebibliography}[1]{% % \phantomsection % not needed here since TeXLive 2010's hyperref \begin{thebibliography}{#1}% \addcontentsline{toc}{section}{\ifdefined\refname\refname\else\ifdefined\bibname\bibname\fi\fi}}{\end{thebibliography}} % Same for the indices. % The memoir class already does this, so we don't duplicate it in that case. % \@ifclassloaded{memoir} {\newenvironment{sphinxtheindex}{\begin{theindex}}{\end{theindex}}} {\newenvironment{sphinxtheindex}{% \phantomsection % needed because no chapter, section, ... is created by theindex \begin{theindex}% \addcontentsline{toc}{section}{\indexname}}{\end{theindex}}}
Close