403Webshell
Server IP : 103.119.228.120  /  Your IP : 18.221.192.248
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 :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/share/zsh/5.0.2/functions/_sablotron
#compdef sabcmd

local curcontext="$curcontext" state mode line expl ret=1
typeset -A opt_args
local mopts='(-c -x -s -? -v --chain-xsl --batch-xml --batch-xsl --help --version)'

_arguments -C \
  '(-b --base)'{-b,--base=}'[specify base URI]:URI' \
  '(-)--debug-options[show help on debug options]' \
  '(- *)'{-\?,--help}'[show help information]' \
  '(-L --log-file)'{-L,--log-file=}'[specify log file, turn on logging]:log file:_files' \
  '(-m --measure)'{-m,--measure}'[measure the processing time]' \
  '(- *)'{-v,--version}'[display version information]' \
  '--debugger[run the xslt debugger]' \
  $mopts{-c,--chain-xsl}'[single input file, multiple chained stylesheets]' \
  $mopts{-x,--batch-xml}'[single input file, multiple stylesheets]' \
  $mopts{-s,--batch-xsl}'[multiple input files, single stylesheet]' \
  '*: :->arguments' && ret=0

if [[ -n "$state" ]]; then
  mode="${opt_args[(i)-c|--chain-xsl]:+chain}${opt_args[(i)-x|--batch-xml]:+batch-x}${opt_args[(i)-s|--batch-xsl]:+batch-s}"
  [[ $mode = (chain|batch-[xs]) ]] || mode=default
  _tags assignments files
  while _tags; do
    if _requested assignments; then
      if [[ -prefix *= ]]; then
        _message -e value value
      else
        _message -e parameter 'parameter name'
      fi
    fi
    if _requested files; then
      case $mode:${#words[1,CURRENT-1]:#(-*|*=*)}; in
        default:1|chain:<3->|batch-x:2|batch-s:1)
	  _description files expl stylesheet
	  _files "$expl[@]" -g "*.xsl(-.)" && ret=0
	;;
        default:2|chain:1|batch-x:1|batch-s:2)
	  _description files expl 'input file'
	  _files "$expl[@]" && ret=0
	;;
        default:3|chain:2|batch-x:<3->|batch-s:<3->)
	  _description files expl 'output file'
	  _files "$expl[@]" && ret=0
	;;
      esac
    fi
    (( ret )) || break
  done
fi

return ret

Youez - 2016 - github.com/yon3zu
LinuXploit