Server IP : 103.119.228.120 / Your IP : 18.117.145.67 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/zsh/5.0.2/functions/ |
Upload File : |
#compdef epsffit extractres fixdlsrps fixfmps fixmacps fixpsditps fixpspps fixscribeps fixtpps fixwfwps fixwpps fixwwps includeres psbook psmerge psnup psresize psselect pstops getafm showchar case "$service" in epsffit) _arguments \ '-v[print version]' \ '-c[centres the image in the bounding box given]' \ '-r[rotates the image by 90 degrees anti-clockwise]' \ '-a[alters the aspect ratio to fit the bounding box]' \ '-s[adds a showpage at the end of the image]' \ '-m[rotates the image to maximise the size]' \ ':lower left x:' \ ':lower left y:' \ ':upper right x:' \ ':upper right y:' \ ':input file:_ps' \ ':output file:_ps' ;; psbook) _arguments \ '-q[quiet mode]' \ '-v[print version]' \ '-s-[signature size]:signature size:' \ ':input file:_ps' \ ':output file:_ps' ;; psnup) _arguments \ '-q[quiet mode]' \ '-v[print version]' \ '(-p)-w-[page width]:paper width:' \ '(-p)-h-[page height]:paper height:' \ '(-w -h)-p-[page size]:paper size:(a3 a4 a5 b5 letter legal 10x14)' \ '(-P)-W-[input page width]:input paper width:' \ '(-P)-H-[input page height]:input paper height:' \ '(-W -H)-P-[input page paper]:input paper paper:(a3 a4 a5 b5 letter legal 10x14)' \ '( -r -f)-l[landscape (rotated left)]' \ '(-l -f)-r[seascape (rotated right)]' \ '(-l -r )-f[flipped]' \ '-c[column major layout]' \ '-m-[margins around whole page]:margins around whole page:' \ '-b-[border around individual pages]:border around individual pages:' \ '-d-[draw borders]:line width for borders:' \ '-s-[override scale]:scale:' \ '( -4 -8 -n)-2[2 logical pages on a sheet]' \ '(-2 -8 -n)-4[4 logical pages on a sheet]' \ '(-2 -4 -n)-8[8 logical pages on a sheet]' \ '(-2 -4 -8 )-n[n-up]:pages on a sheet:' \ '-t-[layout tolerance]:layout tolerance:' \ ':input file:_ps' \ ':output file:_ps' ;; psresize) _arguments \ '-q[quiet mode]' \ '-v[print version]' \ '(-p)-w-[page width]:paper width:' \ '(-p)-h-[page height]:paper height:' \ '(-w -h)-p-[page size]:paper size:(a3 a4 a5 b5 letter legal 10x14)' \ '(-P)-W-[input page width]:input paper width:' \ '(-P)-H-[input page height]:input paper height:' \ '(-W -H)-P-[input page paper]:input paper paper:(a3 a4 a5 b5 letter legal 10x14)' \ ':input file:_ps' \ ':output file:_ps' ;; psselect) _arguments \ '-q[quiet mode]' \ '-v[print version]' \ '-e[select even pages]' \ '-o[select odd pages]' \ '-r[reverse order]' \ '-p-[pages]:pages:' \ ':input file:_ps' \ ':output file:_ps' ;; pstops) _arguments \ '-q[quiet mode]' \ '-v[print version]' \ '-d-[draw borders]:line width for borders:' \ '-b[no bind operator]' \ '(-p)-w-[page width]:paper width:' \ '(-p)-h-[page height]:paper height:' \ '(-w -h)-p-[page size]:paper size:(a3 a4 a5 b5 letter legal 10x14)' \ ':[modulo\:][-]pageno[L][R][U][@scale][(xoff,yoff)][+|,]...:' \ ':input file:_ps' \ ':output file:_ps' ;; extractres) _arguments \ '-m[merge]' \ ':input file:_ps' ;; fixmacps) _arguments \ '-d[directory]:directory:_files -/' \ '-n[name]:name:' \ ':input file:_ps' ;; psmerge) _arguments \ '-o-[output file]:output file:_ps' \ '-t[thorough]' \ '*:input file:_ps' ;; fixdlsrps|fixfmps|fixpsditps|fixpspps|fixscribeps|fixtpps|fixwfwps|fixwpps|fixwwps|includeres) _ps ;; getafm) _arguments \ ':font name:' ;; showchar) _arguments \ ':font name:' \ ':character name:' ;; esac