Server IP : 103.119.228.120 / Your IP : 3.138.121.79 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 xz unxz xzcat=unxz lzma=xz unlzma=unxz lzcat=unxz -redirect-,<,unxz=unxz -redirect-,>,xz=unxz -redirect-,<,xz=xz -value-,XZ_OPT,-default- -value-,XZ_DEFAULTS,-default- local decompress files expl state line curcontext="$curcontext" ret=1 typeset -A opt_args local decomp="(-z --compress --decompress -d --test -t --list -l --single-stream --no-sparse)" files=( '(--files --files0)*:files:->files' ) case "$service" in *XZ_*) compset -q words=( fake "$words[@]" ) (( CURRENT++ )) files=() ;& xz) decompress=no;& unxz) _arguments -C -s -S "$files[@]" \ '(- *)'{-h,--help}'[display help message]' \ '(- *)'{-H,--long-help}'[display the long help (lists also the advanced options)]' \ '(-d --decompress --compress -z --test -t --list -l)'{-d,--decompress}'[decompress]' \ "${decomp}"{-z,--compress}'[compress]' \ '(-k --keep)'{-k,--keep}"[keep (don't delete) input files]" \ '(-f --force)'{-f,--force}'[force overwrite]' \ '(-t --test --decompress -d --compress -z --list -l)'{-t,--test}'[test compressed file integrity]' \ '(-t --test --decompress -d --compress -z --list -l)'{-l,--list}'[list information about .xz files]' \ '(-c --stdout)'{-c,--stdout}'[write on standard output]' \ \*{-q,--quiet}'[suppress all warnings]' \ \*{-v,--verbose}'[verbose mode]' \ '(- *)'{-V,--version}'[display version number]' \ '(-e --extreme)'{-e,--extreme}'[try to improve compression ratio by using more CPU time]' \ '(-1 -2 -3 -4 -5 -6 -7 -8 -9 --fast )--best' \ '(-1 -2 -3 -4 -5 -6 -7 -8 -9 --best)--fast' \ '( -2 -3 -4 -5 -6 -7 -8 -9 --fast --best)-1' \ '(-1 -3 -4 -5 -6 -7 -8 -9 --fast --best)-2' \ '(-1 -2 -4 -5 -6 -7 -8 -9 --fast --best)-3' \ '(-1 -2 -3 -5 -6 -7 -8 -9 --fast --best)-4' \ '(-1 -2 -3 -4 -6 -7 -8 -9 --fast --best)-5' \ '(-1 -2 -3 -4 -5 -7 -8 -9 --fast --best)-6' \ '(-1 -2 -3 -4 -5 -6 -8 -9 --fast --best)-7' \ '(-1 -2 -3 -4 -5 -6 -7 -9 --fast --best)-8' \ '(-1 -2 -3 -4 -5 -6 -7 -8 --fast --best)-9' \ "${decomp}--single-stream[decompress only the first stream]" \ "${decomp}--no-sparse[do not create sparse files when decompressing]" \ '(* --files --files0)--files=-[read list of files to process from file]::file:_files' \ '(* --files --files0)--files0=-[read null terminated list of files to process from file]::file:_files' \ '(-F --format)'{-F,--format}'=[specify file format]:format;(auto xz lzma raw)' \ '(-C --check)'{-C,--check}'=[integrity check type]:check type:(none crc32 crc64 sha256)' \ '--memlimit-compress=[set memory usage limit for compression]:memory usage' \ '--memlimit-decompress=[set memory usage limit for decompression]:memory usage' \ '(-M --memlimit --memory)'{-M+,--memlimit=,--memory=}'[set memory usage limit]:memory usage' \ '--no-adjust[give error if settings exceed memory limit]' \ '(-Q --no-warn)'{-Q,--no-warn}'[make warnings not affect exit status]' \ '--robot[use machine-parsable messages]' \ --{x86,powerpc,ia64,arm,armthumb,sparc}=-'[add a branch/call/jump filter]::option:->bcj-options' \ --lzma{1,2}=-'[add lzma filter]::option:->lzma-options' \ '--delta=-[add delta filter]::option:->delta-options' \ '(- *)--info-memory[display amount of RAM and memory usage limits]' && ret=0 ;; esac case $state in files) (( $+opt_args[-z] || $+opt_args[--compress] )) && decompress=no [[ -n $opt_args[(i)-([dtl]|-decompress|-test|-list)] ]] && unset decompress if [[ -z "$decompress" ]]; then _description files expl 'compressed file' _files "$expl[@]" -g '*.(xz|txz|lzma|tlz)(-.)' && return else _description files expl 'file to compress' _files "$expl[@]" -g '^*.(xz|txz|lzma|tlz)(-.)' && return fi ;; lzma-options) _values -s , options 'preset:preset' 'dict:size' 'lc:context bits' \ 'lp:position bits' 'mf:matchfinder:(hc3 hc4 bt2 bt3 bt4)' \ 'mode:mode:(fast normal)' 'nice:length' 'depth:depth' && ret=0 ;; bcj-options) _values options 'start:offset' && return ;; delta-options) _values options 'dist:distance' && return ;; esac return ret