2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array();
32 $this->unindent =
array();
36 $this->stringchars =
array(
"\"",
"'");
37 $this->delimiters =
array(
"~",
"!",
"@",
"$",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
".",
"?",
" ");
42 $this->linecommenton =
array(
"");
43 $this->blockcommenton =
array(
"<!--");
44 $this->blockcommentoff =
array(
"-->");
48 $this->keywords =
array(
80 "<BLOCKQUOTE>" =>
"1",
82 "</BLOCKQUOTE>" =>
"1",
106 "</COLGROUP>" =>
"1",
136 "</FIELDSET>" =>
"1",
145 "</FRAMESET>" =>
"1",
214 "</MULTICOL>" =>
"1",
219 "</NOFRAMES>" =>
"1",
225 "</NOSCRIPT>" =>
"1",
236 "</OPTGROUP>" =>
"1",
297 "</TEXTAREA>" =>
"1",
328 "ACCEPT-CHARSET=" =>
"2",
337 "BACKGROUND=" =>
"2",
343 "CELLPADDING=" =>
"2",
344 "CELLSPACING=" =>
"2",
372 "FRAMEBORDER=" =>
"2",
373 "FRAMESPACING=" =>
"2",
380 "HTTP-EQUIV=" =>
"2",
390 "MARGINHEIGHT=" =>
"2",
391 "MARGINWIDTH=" =>
"2",
405 "ONKEYPRESS=" =>
"2",
413 "ONDBLCLICK=" =>
"2",
414 "ONMOUSEDOWN=" =>
"2",
415 "ONMOUSEMOVE=" =>
"2",
416 "ONMOUSEOUT=" =>
"2",
417 "ONMOUSEOVER=" =>
"2",
457 "<declareparam>" =>
"3",
458 "<declareparam" =>
"3",
459 "</declareparam>" =>
"3",
463 "<importbean>" =>
"3",
464 "<importbean" =>
"3",
465 "</importbean>" =>
"3",
473 "</setvalue>" =>
"3",
480 "</valueof>" =>
"3");
489 $this->linkscripts =
array(
Create styles array
The data for the language used.