One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
source-highlight
/
View File Name :
tcl.lang
# language definition for TCL include "script_comment.lang" include "number.lang" include "c_string.lang" include "symbols.lang" cbracket = "{|}" keyword = "proc|global|upvar|if|then|else|elseif|for|foreach", "break|continue|while|set|eval|case|in|switch", "default|exit|error|proc|return|uplevel|loop", "for_array_keys|for_recursive_glob|for_file|unwind_protect", "expr|catch|namespace|rename|variable", "method|itcl_class|public|protected", "append|binary|format|re_syntax|regexp|regsub", "scan|string|subst", "concat|join|lappend|lindex|list|llength|lrange", "lreplace|lsearch|lset|lsort|split", "expr", "incr|close|eof|fblocked|fconfigure|fcopy|file", "fileevent|flush|gets|open|puts|read|seek", "socket|tell", "load|loadTk|package|pgk::create|pkg_mkIndex|source", "bgerror|history|info|interp|memory|unknown", "enconding|http|msgcat", "cd|clock|exec|exit|glob|pid|pwd|time", "dde|registry|resource" vardef ID = '[[:word:]:-]+' variable = "$" + $ID + "|${" + $ID + "}"