?¡ë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 getent local curcontext="$curcontext" state line expl ret=1 local services databases keys local -a args typeset -A opt_args if _pick_variant -r is_gnu gnu=GNU unix --version; then args+=( '(- 1 *)'{-\?,--help}'[display help information]' '(- 1 *)--usage[display a short usage message]' '(- 1 *)'{-V,--version}'[display version information]' {-s,--service=}'[specify service configuration to use]:service:->services' ) fi _arguments -C "$args[@]" \ '1:database:->databases' \ '*:key:->keys' && ret=0 case $state in services) services=( /lib/libnss*(-.:fr:t:s/libnss_//) ) _wanted services expl service compadd ${services%-*} && ret=0 ;; databases) if [[ $is_gnu = gnu ]]; then databases=( ${=${${(f)"$(_call_program databases $words[1] --help \ 2>/dev/null)"}[(r)Supported*,-1]}[2,-1]} ) else databases=( passwd group hosts ipnodes services protocols ethers networks netmasks ) fi _wanted databases expl database compadd -a databases && ret=0 ;; keys) keys=( ${(f)"$(_call_program keys $words[1] ${(kv)opt_args[(i)-s|--service]} $line[1] 2>/dev/null)"} ) case $line[1] in *hosts) _wanted keys expl key compadd ${=keys#* } && ret=0 ;; networks|rpc|protocols|services) _wanted keys expl key compadd ${=keys%% *} && ret=0 ;; aliases|passwd|shadow|group) _wanted keys expl key compadd ${keys%%:*} && ret=0 ;; *) _message -e keys key;; esac ;; esac return ret