2$BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
4require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
20$this->colours = array(
"blue",
"purple",
"gray");
21$this->quotecolour =
"blue";
22$this->blockcommentcolour =
"green";
23$this->linecommentcolour =
"green";
27$this->indent = array();
28$this->unindent = array();
32$this->stringchars = array();
33$this->delimiters = array(
"!",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"/",
";",
"\"",
"'",
"<",
">",
" ",
" ",
",",
".",
"/");
38$this->linecommenton = array(
"#");
39$this->blockcommenton = array(
"");
40$this->blockcommentoff = array(
"");
44$this->keywords = array(
51 "auto_increment" =>
"1",
105 "low_priority" =>
"1",
133 "straight_join" =>
"1",
166 "character_length" =>
"2",
174 "current_time" =>
"2",
175 "current_timestamp" =>
"2",
177 "date_format" =>
"2",
187 "find_in_set" =>
"2",
191 "from_unixtime" =>
"2",
200 "last_insert_id" =>
"2",
219 "octet_length" =>
"2",
222 "period_diff" =>
"2",
229 "release_lock" =>
"2",
237 "sec_to_time" =>
"2",
238 "session_user" =>
"2",
246 "substring_index" =>
"2",
248 "system_user" =>
"2",
252 "time_format" =>
"2",
253 "time_to_sec" =>
"2",
258 "unix_timestamp" =>
"2",
271 "doubleprecision" =>
"3",
310$this->linkscripts = array(