403Webshell
Server IP : 103.119.228.120  /  Your IP : 18.118.137.96
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/_xloadimage
#compdef xli xloadimage xsetbg xview

local rc ipath extension filter type args

if rc=( ${(f)"$($words[1] -path)"} ); then
  # xli
  filter=( .Z )
  args=(
    '-cache[force caching of entire input]'
    "-delete[enable deleting images with 'x' key]"
    '-dispgamma[specify gamma correction]'
    '-fillscreen[use whole screen, zooming image]'
    '-focus[take keyboard focus]'
    '-path[display image path and suffixes]'
    -dumpcore
    '*-iscale[scale image]:scale factor'
    '*-c'{,olor}'dither[dither image]'
    '*-expand[expand image to 24-bit]'
    '*-xpm[specify xpm color map]:color context key:((m\:mono g4\:4\ level\ gray g\:gray c\:color))'
  )
else
  # xloadimage
  rc=( ${(f)"$($words[1] -configuration)"} )
  filter=( ${${(Q)rc[4,-1]%% -*}# } )
  type=( ${(f)"$($words[1] -supported)"} )
  args=(
    '-configuration[display image path, suffixes and filters]'
    '-dump[dump image into file]:image type:( '${(F)${(M)type:#*Yes*}%% *}' ):filename:_files'
    -slideshow
    '*-type[force type of image]:type name:( '${(F)type[3,-1]%% *}' )'
    '*-shrink[shrink image to fit display]'
    '*-tile[tile image to fill display]'
    '*-global[following option applies to all images]'
  )
fi
ipath=( . ${=${(M)rc:#*path:*}#*:} )
extension=( ${=${(M)rc:#*extensions:*}#*:} )
# set default file extensions if there are none
(( $#extension )) || extension=(
  .gif .jpg .jpeg .png .rle .csun .msun .sun .face
  .xbm .bm .fbm .pcx .ppm .pgm .pbm .tga .xpm
)

# all options are valid after -help so no exclusion lists below
_x_arguments "$args[@]" \
  '-default[set root background to default]' \
  '-fit[use default visual and colormap]' \
  '-fullscreen[use whole screen, surrounding image with border]' \
  "-goto[specify image to display at end]:image name:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})(-.)'" \
  '(*)-help[display information on options]' \
  '-identity[identify supplied images instead of displaying]' \
  '-install[forcibly install image colormap on focus]' \
  '-list[list images]' \
  '-onroot[display to root window]' \
  '-path[display image path and suffixes]' \
  '-pixmap[force the use of a pixmap as backing-store]' \
  '-private[force use of a private colormap]' \
  '-quiet[quiet operation]' \
  '-supported[list supported image types]' \
  '-verbose[verbose operation]' \
  '-version[display version info]' \
  '-view[view image in window]' \
  '-visual[force use of a specific visual]:visual:_x_visual' \
  '-windowid[set background pixmap of specific window]:window id:_x_window' \
  -fork -debug \
  '*-border[specify background color]:background color:_x_color' \
  '*-brighten[brighten/darken image]:percentage multiplier' \
  '*-colors[specify maximum colors in image]:colors' \
  '*-delay[delay before advancing to next image]:seconds' \
  '*-dither[dither color image to mono]' \
  '*-gamma[specify gamma of display image was intended for]:gamma' \
  '*-gr'{a,e}'y[convert image to grayscale]' \
  '*-idelay[specify delay for this image]' \
  '*-smooth[smooth a color image]' \
  '*-xzoom[zoom X axis of image]:percentage' \
  '*-yzoon[zoom Y axis of image]:percentage' \
  '*-zoom:percentage' \
  '*-newoptions[reset options]' \
  '*-at[specify coordinates to load next image at]' \
  '*-background[specify background color for next image]:color:_x_color' \
  '*-center[center next image on base image]' \
  '*-clip:X,Y,W,H' \
  '*-foreground[specify foreground color for next image]:color:_x_color' \
  '*-halftone[force halftone dithering]' \
  '*-invert[invert a monochrome image]' \
  '*-merge[merge image onto the base image]' \
  "*-name[specify image name]:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})(-.)'" \
  '*-normalize' \
  '*-rotate[rotate image clockwise]:degrees of rotation:(90 180 270)' \
  "*:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filter})(-.)'"

Youez - 2016 - github.com/yon3zu
LinuXploit