2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue");
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(
72 "<blockquote>" =>
"1",
74 "</blockquote>" =>
"1",
118 "</fieldset>" =>
"1",
125 "</frameset>" =>
"1",
180 "</noframes>" =>
"1",
182 "</noscript>" =>
"1",
191 "</optgroup>" =>
"1",
243 "</textarea>" =>
"1",
272 "accept-charset=" =>
"2",
281 "cellpadding=" =>
"2",
282 "cellspacing=" =>
"2",
306 "frameborder=" =>
"2",
311 "http-equiv=" =>
"2",
317 "marginheight=" =>
"2",
318 "marginwidth=" =>
"2",
329 "ondblclick=" =>
"2",
332 "onkeypress=" =>
"2",
335 "onmousedown=" =>
"2",
336 "onmousemove=" =>
"2",
337 "onmouseout=" =>
"2",
338 "onmouseover=" =>
"2",
373 "xmlns:isbn=" =>
"2",
404 "<?phpxml-stylesheet" =>
"4",
411 "background=" =>
"5",
437 $this->linkscripts =
array(
Create styles array
The data for the language used.