?¡ë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 guilt guilt-add guilt-applied guilt-delete guilt-files guilt-fold guilt-fork guilt-header guilt-help guilt-import-commit guilt-import guilt-init guilt-new guilt-next guilt-patchbomb guilt-pop guilt-prev guilt-push guilt-rebase guilt-refresh guilt-rm guilt-series guilt-status guilt-top guilt-unapplied
local -a _guilt_commands
_guilt_commands=(
'add:add a file to git and guilt'
'applied:list applied patches'
'delete:delete a patch'
'files:print the list of files that the topmost patch changes'
'fold:fold a specified patch into the topmost applied patch'
'fork:fork the topmost applied patch'
'header:print a patch header'
'help:open man page of a guilt command'
'import-commit:import one or more commits as patches'
'import:import specified patch file'
'init:initialize guilt for use in a git repository'
'new:create a new patch'
'next:output the name of next patch to be pushed'
'patchbomb:email a series of commits interactively'
'pop:pop patches from the tree'
'prev:output name of second topmost applied patch'
'push:push patches onto the tree'
'rebase:rebase pushed patches'
'refresh:refresh topmost applied patch'
'rm:remove a file from the git tree and guilt'
'series:print the stack of patches'
'status:print the status of files since the last refresh'
'top:output name of topmost applied patch'
'unapplied:list all unapplied patches'
)
case "$service" in
(guilt)
if (( CURRENT == 2 )); then
_describe -t commands 'guilt command' _guilt_commands && ret=0
else
_files
fi
;;
(*)
_files
;;
esac