?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
#compdef wajig
local curcontext="$curcontext" state line cmds argno ret=1
_arguments -C -s \
'(- 1 *)'{-h,--help}'[print usage message]' \
'(- 1 *)--version[display version information]' \
'(-q --quiet)'{-q,--quiet}'[do everything quietly]' \
'(-s --simulate)'{-s,--simulate}"[trace but don't execute]" \
'(-t --teaching)'{-t,--teaching}'[trace the sequence of commands performed]' \
'(-v --verbose)'{-v,--verbose}'[increase (or set) the level of verbosity]' \
'1: :->cmds' \
'*: :->args' && ret=0
case $state in
cmds)
cmds=( ${${(M)${(f)"$(wajig commands 2>/dev/null)"}:# [^-]*}/(#b) ([^ ]#) #(*)/$match[1]:$match[2]:l} )
_describe -t commands 'wajig command' cmds && ret=0
;;
args)
(( argno = $#line-1 ))
case ${line[1]:gs/-/} in
autoalts|autoalternatives|updatealts)
((argno==1)) && _wanted alternatives expl alternative \
_files -W /var/lib/dpkg/alternatives && ret=0
;;
listfiles|repackage|package)
((argno==1)) || break
;&
hold|large|readme|reconfigure|reinstall|remove|removedepend|showremove|size?|upgrade)
_wanted package expl 'package' _deb_packages installed && ret=0
;;
purgedepend)
((argno==1)) && _wanted package expl 'package' _deb_packages xinstalled && ret=0
;;
purge)
_wanted package expl 'package' _deb_packages xinstalled && ret=0
;;
autoinstall|force|showinstall|installr|recommended|installrs|installs|suggested|install/*)
_wanted package expl 'package' _deb_packages uninstalled && ret=0
;;
install)
_alternative \
'packages:package:_deb_packages uninstalled' \
'files:package file:_files -g "*.deb(-.)"' && ret=0
;;
bug|bugs|dependents|geturl)
((argno==1)) || break
;&
available|build|builddepend|changelog|describe|whatis|detail|details|show|news|policy|download|source|status|recdownload)
_wanted package expl 'package' _deb_packages available && ret=0
;;
unhold)
_wanted package expl 'package' _deb_packages held && ret=0
;;
filedownload|downloadfile|fileinstall|installfile|fileremove|removefile|indfile)
((argno==1)) && _files && ret=0
;;
whichpkg)
_files
;;
rpminstall|rpmtodeb|rpm2deb)
((argno==1)) && _files -g '*.rpm(-.)' && ret=0
;;
searchapt)
_wanted distributions expl distribution \
compadd stable testing unstable && ret=0
;;
reload|restart|start|stop)
((argno==1)) && _services && ret=0
;;
esac
;;
esac
return ret