?¡ë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
" Vim syntax file
" Maintainer: Thilo Six
" Contact:
" http://www.vim.org/maillist.php#vim-dev
"
" Description: highlight gnash configuration files
" http://www.gnu.org/software/gnash/manual/gnashuser.html#gnashrc
" File: runtime/syntax/gnash.vim
" Last Change: 2012 May 19
" Modeline: vim: ts=8:sw=2:sts=2:
"
" Credits: derived from Nikolai Weibulls readline.vim
"
" License: VIM License
" Vim is Charityware, see ":help Uganda"
"
" For version 5.x: Clear all syntax items
" For version 6.x: Quit when a syntax file was already loaded
if version < 600
syntax clear
elseif exists("b:current_syntax") || &compatible
finish
endif
syn case match
syn keyword GnashTodo contained TODO FIXME XXX NOTE
" Comments
syn match GnashComment "^#.*$" contains=@Spell,GnashTodo
syn match GnashComment "\s#.*$" contains=@Spell,GnashTodo
syn match GnashNumber display '\<\d\+\>'
syn case ignore
syn keyword GnashOn ON YES TRUE
syn keyword GnashOff OFF NO FALSE
syn match GnashSet '^\s*set\>'
syn match GnashSet '^\s*append\>'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
syn match GnashKeyword '\'
hi def link GnashOn Identifier
hi def link GnashOff Preproc
hi def link GnashComment Comment
hi def link GnashTodo Todo
hi def link GnashNumber Type
hi def link GnashSet String
hi def link GnashKeyword Keyword
let b:current_syntax = "gnash"