403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/cygwin64/usr/share/doc/groff-1.23.0/examples/hdtbl/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/cygwin64/usr/share/doc/groff-1.23.0/examples/hdtbl/col_rowspan_colors.ps
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
%%CreationDate: Sun Jul 16 18:34:53 2023
%%DocumentNeededResources: font Times-Roman
%%DocumentSuppliedResources: procset grops 1.23 0
%%Pages: 1
%%PageOrder: Ascend
%%DocumentMedia: Default 612 792 0 () ()
%%Orientation: Portrait
%%EndComments
%%BeginDefaults
%%PageMedia: Default
%%EndDefaults
%%BeginProlog
%%BeginResource: procset grops 1.23 0
%!PS-Adobe-3.0 Resource-ProcSet
/setpacking where{
pop
currentpacking
true setpacking
}if
/grops 120 dict dup begin
% The ASCII code of the space character.
/SC 32 def
/A/show load def
/B{0 SC 3 -1 roll widthshow}bind def
/C{0 exch ashow}bind def
/D{0 exch 0 SC 5 2 roll awidthshow}bind def
/E{0 rmoveto show}bind def
/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
/G{0 rmoveto 0 exch ashow}bind def
/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
/I{0 exch rmoveto show}bind def
/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
/K{0 exch rmoveto 0 exch ashow}bind def
/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
/M{rmoveto show}bind def
/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
/O{rmoveto 0 exch ashow}bind def
/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
/Q{moveto show}bind def
/R{moveto 0 SC 3 -1 roll widthshow}bind def
/S{moveto 0 exch ashow}bind def
/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
% name size font SF -
/SF{
findfont exch
[exch dup 0 exch 0 exch neg 0 0]makefont
dup setfont
[exch/setfont cvx]cvx bind def
}bind def
% name a c d font MF -
/MF{
findfont
[5 2 roll
0 3 1 roll % b
neg 0 0]makefont
dup setfont
[exch/setfont cvx]cvx bind def
}bind def
/level0 0 def
/RES 0 def
/PL 0 def
/LS 0 def
% Enable manual feed.
% MANUAL -
/MANUAL{
statusdict begin/manualfeed true store end
}bind def
% Guess the page length.
% This assumes that the imageable area is vertically centered on the page.
% PLG - length
/PLG{
gsave newpath clippath pathbbox grestore
exch pop add exch pop
}bind def
% BP -
/BP{
/level0 save def
1 setlinecap
1 setlinejoin
DEFS/BPhook known{DEFS begin BPhook end}if
72 RES div dup scale
LS{
90 rotate
}{
0 PL translate
}ifelse
1 -1 scale
}bind def
/EP{
level0 restore
showpage
}def
% centerx centery radius startangle endangle DA -
/DA{
newpath arcn stroke
}bind def
% x y SN - x' y'
% round a position to nearest (pixel + (.25,.25))
/SN{
transform
.25 sub exch .25 sub exch
round .25 add exch round .25 add exch
itransform
}bind def
% endx endy startx starty DL -
% we round the endpoints of the line, so that parallel horizontal
% and vertical lines will appear even
/DL{
SN
moveto
SN
lineto stroke
}bind def
% centerx centery radius DC -
/DC{
newpath 0 360 arc closepath
}bind def
/TM matrix def
%  width height centerx centery DE -
/DE{
TM currentmatrix pop
translate scale newpath 0 0 .5 0 360 arc closepath
TM setmatrix
}bind def
% these are for splines
/RC/rcurveto load def
/RL/rlineto load def
/ST/stroke load def
/MT/moveto load def
/CL/closepath load def
% fill the last path
% r g b Fr -
/Fr{
setrgbcolor fill
}bind def
% c m y k Fk -
/setcmykcolor where{
pop
/Fk{
setcmykcolor fill
}bind def
}if
% g Fg -
/Fg{
setgray fill
}bind def
% fill with the "current color"
/FL/fill load def
/LW/setlinewidth load def
/Cr/setrgbcolor load def
/setcmykcolor where{
pop
/Ck/setcmykcolor load def
}if
/Cg/setgray load def
% new_font_name encoding_vector old_font_name RE -
/RE{
findfont
dup maxlength 1 index/FontName known not{1 add}if dict begin
{
1 index/FID ne
2 index/UniqueID ne
and
{def}{pop pop}ifelse
}forall
/Encoding exch def
dup/FontName exch def
currentdict end definefont pop
}bind def
/DEFS 0 def
% hpos vpos EBEGIN -
/EBEGIN{
moveto
DEFS begin
}bind def
/EEND/end load def
/CNT 0 def
/level1 0 def
% llx lly newwid wid newht ht newllx newlly PBEGIN -
/PBEGIN{
/level1 save def
translate
div 3 1 roll div exch scale
neg exch neg exch translate
% set the graphics state to default values
0 setgray
0 setlinecap
1 setlinewidth
0 setlinejoin
10 setmiterlimit
[]0 setdash
/setstrokeadjust where{
pop
false setstrokeadjust
}if
/setoverprint where{
pop
false setoverprint
}if
newpath
/CNT countdictstack def
userdict begin
/showpage{}def
%
%  Any included setpagedevice should be ignored.
%  See: http://www.w-beer.de/doc/ps/.
%
/setpagedevice{}def
mark
}bind def
/PEND{
cleartomark
countdictstack CNT sub{end}repeat
level1 restore
}bind def
end def
/setpacking where{
pop
setpacking
}if
%%EndResource
%%EndProlog
%%BeginSetup
%%BeginFeature: *PageSize Default
<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
%%EndFeature
%%IncludeResource: font Times-Roman
grops begin/DEFS 52 dict def DEFS begin/u{.001 mul}bind def end/RES 72
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
/Times-Roman@0 ENC0/Times-Roman RE
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
BP
%%EndPageSetup
/F0 12/Times-Roman@0 SF -1.5 -.84(Te x)56.692 86.4 T 4.732(tb).84 G
1.732(efore table.)-4.732 F -1.5 -.84(Te x)7.732 H 4.732(tb).84 G 1.732
(efore table.)-4.732 F -1.5 -.84(Te x)7.732 H 4.731(tb).84 G 1.731
(efore table.)-4.731 F -1.5 -.84(Te x)7.731 H 4.731(tb).84 G 1.731
(efore table.)-4.731 F -1.5 -.84(Te x)7.731 H 4.731(tb).84 G 1.731
(efore table.)-4.731 F -1.5 -.84(Te x)56.692 100.8 T 3(tb).84 G
(efore table.)-3 E -1.5 -.84(Te x)6 H 3(tb).84 G(efore table.)-3 E -1.5
-.84(Te x)6 H 3(tb).84 G(efore table.)-3 E -1.5 -.84(Te x)6 H 3(tb).84 G
(efore table.)-3 E -1.5 -.84(Te x)6 H 3(tb).84 G(efore table.)-3 E .192
(Indented te)85.038 115.2 R .192(xt before table.)-.18 F .193
(Indented te)6.193 F .193(xt before table.)-.18 F .193(Indented te)6.193
F .193(xt before table.)-.18 F(Indented)6.193 E(te)85.038 129.6 Q .628
(xt before table.)-.18 F .628(Indented te)6.628 F .628(xt before table.)
-.18 F .627(Indented te)6.628 F .627(xt before table.)-.18 F .627
(Indented te)6.627 F .627(xt be-)-.18 F 119.021 152.112 MT 371.688 0 RL
0 343.966 RL -371.688 0 RL CL 0.961 0.871 0.702 Fr 148.962 158.112 MT
283.46 0 RL 0 28.346 RL -283.46 0 RL CL 0.98 0.0745 0.875 Fr 432.422
158.112 MT 28.346 0 RL 0 283.46 RL -28.346 0 RL CL 0.478 0.698 0.0706 Fr
148.962 186.458 MT 28.346 0 RL 0 283.46 RL -28.346 0 RL CL 0.31 0.965
0.169 Fr 177.308 186.458 MT 226.768 0 RL 0 28.346 RL -226.768 0 RL CL
0.263 0.0431 0.49 Fr 404.076 186.458 MT 28.346 0 RL 0 226.768 RL -28.346
0 RL CL 0.129 0.576 0.369 Fr 177.308 214.804 MT 28.346 0 RL 0 226.768 RL
-28.346 0 RL CL 0.0863 0.561 0.122 Fr 205.654 214.804 MT 170.076 0 RL 0
28.346 RL -170.076 0 RL CL 0.396 0.698 0.0745 Fr 375.73 214.804 MT
28.346 0 RL 0 170.076 RL -28.346 0 RL CL 0.173 0.341 0.373 Fr 205.654
243.15 MT 28.346 0 RL 0 170.076 RL -28.346 0 RL CL 0.369 0.992 0.686 Fr
234 243.15 MT 113.384 0 RL 0 28.346 RL -113.384 0 RL CL 0.424 0.827
0.671 Fr 347.384 243.15 MT 28.346 0 RL 0 113.384 RL -28.346 0 RL CL
0.475 0.624 0.137 Fr 234 271.496 MT 28.346 0 RL 0 113.384 RL -28.346 0
RL CL 1 0.502 0.482 Fr 262.346 271.496 MT 56.692 0 RL 0 28.346 RL
-56.692 0 RL CL 0.969 0.776 0.788 Fr 319.038 271.496 MT 28.346 0 RL 0
56.692 RL -28.346 0 RL CL 0.514 0.22 0.945 Fr 262.346 299.842 MT 28.346
0 RL 0 56.692 RL -28.346 0 RL CL 0.396 0.835 0.949 Fr 290.692 299.842 MT
28.346 0 RL 0 28.346 RL -28.346 0 RL CL 0.235 0.635 0.396 Fr 290.692
328.188 MT 56.692 0 RL 0 28.346 RL -56.692 0 RL CL 0.843 0.639 0.62 Fr
262.346 356.534 MT 113.384 0 RL 0 28.346 RL -113.384 0 RL CL 0.2 0 0.161
Fr 234 384.88 MT 170.076 0 RL 0 28.346 RL -170.076 0 RL CL 0.0941 0.965
0.216 Fr 205.654 413.226 MT 226.768 0 RL 0 28.346 RL -226.768 0 RL CL
0.976 0.965 0.867 Fr 177.308 441.572 MT 283.46 0 RL 0 28.346 RL -283.46
0 RL CL 0.843 0.749 0.482 Fr 0.545 0 0 Cr -.96(Ta)148.962 485.326 S
(ble 1:).96 E(Randomly Colored T)6 E(able Cells with Colspan/Ro)-.96 E
(wspan)-.3 E 107.021 152.76 EBEGIN
0 setlinejoin 2 setlinecap
EEND 6 LW 499.709 143.112 110.021 143.112 DL 499.709 505.078 499.709
143.112 DL 110.021 505.078 499.709 505.078 DL 110.021 143.112 110.021
505.078 DL 0 Cg/F0 12/Times-Roman@0 SF .444(fore table.)85.038 524.926 R
.444(Indented te)6.444 F .444(xt before table.)-.18 F .445
(*** *** *** T)6.445 F -.18(ex)-.84 G 3.445(ta).18 G .445(fter table.)
-3.445 F -1.5 -.84(Te x)6.445 H 3.445(ta).84 G .445(fter table.)-3.445 F
-1.5 -.84(Te x)6.445 H(t).84 E .749(after table.)85.038 539.326 R -1.5
-.84(Te x)6.749 H 3.749(ta).84 G .749(fter table.)-3.749 F -1.5 -.84
(Te x)6.749 H 3.749(ta).84 G .749(fter table.)-3.749 F -1.5 -.84(Te x)
6.749 H 3.749(ta).84 G .749(fter table.)-3.749 F -1.5 -.84(Te x)6.748 H
3.748(ta).84 G .748(fter table.)-3.748 F -1.5 -.84(Te x)6.748 H 3.748
(ta).84 G(fter)-3.748 E 3.459(table. T)85.038 553.726 R -.18(ex)-.84 G
3.459(ta).18 G .459(fter table.)-3.459 F -1.5 -.84(Te x)6.459 H 3.459
(ta).84 G .459(fter table.)-3.459 F -1.5 -.84(Te x)6.459 H 3.459(ta).84
G .459(fter table.)-3.459 F -1.5 -.84(Te x)6.459 H 3.459(ta).84 G .459
(fter table.)-3.459 F -1.5 -.84(Te x)6.459 H 3.459(ta).84 G .46
(fter table.)-3.459 F -1.5 -.84(Te x)85.038 568.126 T 3(ta).84 G
(fter table.)-3 E -1.5 -.84(Te x)6 H 3(ta).84 G(fter table.)-3 E 0 Cg EP
%%Trailer
end
%%EOF

Youez - 2016 - github.com/yon3zu
LinuXploit