2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
20 $this->colours = array(
"blue",
"purple");
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(
69 "<BLOCKQUOTE>" =>
"1",
70 "</BLOCKQUOTE>" =>
"1",
108 "</FIELDSET>" =>
"1",
116 "</FRAMESET>" =>
"1",
165 "</MULTICOL>" =>
"1",
168 "</NOFRAMES>" =>
"1",
172 "</NOSCRIPT>" =>
"1",
180 "</OPTGROUP>" =>
"1",
226 "</TEXTAREA>" =>
"1",
250 "<ACCEPT-CHARSET>" =>
"2",
252 "<ACCESSKEY>" =>
"2",
259 "<BACKGROUND>" =>
"2",
264 "<CELLPADDING>" =>
"2",
265 "<CELLSPACING>" =>
"2",
293 "<FRAMEBORDER>" =>
"2",
294 "<FRAMESPACING>" =>
"2",
301 "<HTTP-EQUIV>" =>
"2",
311 "<MARGINHEIGHT>" =>
"2",
312 "<MARGINWIDTH>" =>
"2",
313 "<MAXLENGTH>" =>
"2",
325 "<ONKEYDOWN>" =>
"2",
326 "<ONKEYPRESS>" =>
"2",
334 "<ONDBLCLICK>" =>
"2",
335 "<ONMOUSEDOWN>" =>
"2",
336 "<ONMOUSEMOVE>" =>
"2",
337 "<ONMOUSEOUT>" =>
"2",
338 "<ONMOUSEOVER>" =>
"2",
339 "<ONMOUSEUP>" =>
"2",
350 "<SCROLLING>" =>
"2",
364 "<TOPMARGIN>" =>
"2",
370 "<VALUETYPE>" =>
"2",
383 $this->linkscripts = array(
385 "2>" =>
"donothing");