?¡ë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 make-kpkg local context state line typeset -A opt_args _arguments \ '--help[display help message]' \ '--revision[change Debian revision number]:number:' \ '--append-to-version[specify additional kernel sub-version]:suffix:' \ '--added-modules[specify add-on modules]:module list:->addedmodules' \ '--added-patches[specify additional patches]:patches list' \ '--arch[specify architecture for cross-compilation]:architecture' \ '--cross-compile[specify target string]:target' \ '--subarch[specify subarchitecture]:subarchitecture:' \ '--arch-in-name[include architecture in kernel image name]' \ '--pgpsign[sign changes file]:name' \ '--config[specify configuration target]:target:(oldconfig config menuconfig xconfig old menu x)' \ '--targets[list known targets]' \ '--noexec[pass -n option to make]' \ '--verbose[show top level make commands]' \ '--initrd[create image suitable for initrd]' \ '(--bzimage)--zimage[make zImage instead of bzImage]' \ '(--zimage)--bzimage[make bzImage instead of zImage]' \ '--mkimage[command that produces an initrd image given a directory]:command:' \ '--rootcmd[specify command for gaining root access]:root command:(sudo fakeroot)' \ '--stem:package name stem:(kernel linux)' \ '--us[unsigned source]' \ '--uc[unsigned changelog]' \ '*:target:(( \ clean\:"clean the kernel source directory" \ buildpackage\:"runs the targets clean and binary" \ binary\:"all kernel packages" \ binary-indep\:"arch independent packages" \ binary-arch\:"arch dependent packages" \ kernel-source\:"package of the kernel sources" \ kernel-headers\:"package of the header files included in the kernel" \ kernel-manual\:"package of the manual pages included in the kernel" \ kernel-doc\:"package of teh documentation included in the kernel" \ kernel-image\:"package of the kernel image" \ build\:"compiles the kernel" \ modules\:"build all add-on modules" \ modules-config\:"configure all add-on modules" \ modules-image\:"build all add-on modules, but wirhou source and diff files" \ modules-clean\:"clean add-on modules" \ configure\:"configure the kernel" \ debian\:"creates the debian/ directory" \ libc-kheaders\:"create the kernel headers package needed by libc" \ ))' && return 0 case "$state" in (addedmodules) compset -P '*,' _alternative \ 'moddirs:module dirs:_files -/ -S ,' \ 'modules:loc module dirs:_files -/ -W ${MODULE_LOC:-/usr/src/modules} -S ,' ;; esac