?¡ë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 reprepro
local context state line distfile
typeset -A opt_args
local -a codenames
_arguments \
'(-h --help)'{-h,--help}'[display help]' \
'*'{-v,-V,--verbose}'[be more verbose]' \
'--silent[be less verbose]' \
'(-b --basedir)'{-b,--basedir}':basedir:_files -/' \
'--confdir:config dir:_files -/' \
'--distdir:dist dir:_files -/' \
'--logdir:log dir:_files -/' \
'--overridedir:override dir:_files -/' \
'--dbdir:db dir:_files -/' \
'--listdir:list dir:_files -/' \
'--methoddir:method dir:_files -/' \
'(-C --component)'{-C,--component}':component:(component1 component2)' \
'(-A --architecture)'{-A,--architecture}':architecture:(amd64 sparc)' \
'(-T --type)'{-T,--type}':file type:(dsc deb udeb)' \
'(-S --section)'{-S,--section}':section:(section1 section2)' \
'(-P --priority)'{-P,--priority}':priority:(high low)' \
'--export=:whether and how:(never changed normal force)' \
'--ignore=:error type:(what otherwhat)' \
'--nolistsdownload[do not download Release or index files]' \
'--keepunreferencedfiles[do not delete files that are no longer used]' \
'--keepunneededlists' \
'--keepdirectories' \
'--ask-passphrase' \
'--noskipold' \
'--waitforlock:count:' \
'--spacecheck:behavior:(full none)' \
'--dbsafetymargin:bytes count:' \
'--safetymargin:bytes count:' \
'--noguessgpgtty' \
':reprepro command:(export createsymlinks list listfilter remove update
iteratedupdate checkupdate predelete pull checkpull includedeb
includeudeb includedsc include processincoming check checkpool
rereference dumpreferences dumpunreferenced deleteunreferenced
reoverride dumptracks retrack removealltracks removetrack tidytracks
copy clearvanished gensnapshot rerunnotifiers)' \
'*::subcmd:->subcmd' && return 0
case "$state" in
(subcmd)
case "$words[1]" in
(export|update|iteratedupdate|checkupdate|predelete|pull|checkpull|check)
if [[ -n "$opt_args[--confdir]" ]]; then
distfile=${opt_args[--confdir]}/distributions
elif [[ -n "$opt_args[-b]" ]]; then
distfile=${opt_args[-b]}/conf/distributions
elif [[ -n "$opt_args[--basedir]" ]]; then
distfile=${opt_args[--basedir]}/conf/distributions
elif [[ -n "$REPREPRO_BASE_DIR" ]]; then
distfile=${REPREPRO_BASE_DIR}/conf/distributions
else
distfile=$PWD/conf/distributions
fi
codenames=($(awk '/^[Cc][Oo][Dd][Ee][Nn][Aa][Mm][Ee]: / {$1="";print}' "$distfile"))
_wanted -V 'codenames' expl 'codename' compadd -a codenames
;;
(*)
_files
;;
esac
;;
esac