2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"brown",
"gray",
"brown",
"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",
107 "</COLGROUP>" =>
"1",
137 "</FIELDSET>" =>
"1",
146 "</FRAMESET>" =>
"1",
213 "</MULTICOL>" =>
"1",
218 "</NOFRAMES>" =>
"1",
224 "</NOSCRIPT>" =>
"1",
234 "</OPTGROUP>" =>
"1",
295 "</TEXTAREA>" =>
"1",
326 "ACCEPT-CHARSET=" =>
"2",
335 "BACKGROUND=" =>
"2",
340 "CELLPADDING=" =>
"2",
341 "CELLSPACING=" =>
"2",
369 "FRAMEBORDER=" =>
"2",
370 "FRAMESPACING=" =>
"2",
377 "HTTP-EQUIV=" =>
"2",
387 "MARGINHEIGHT=" =>
"2",
388 "MARGINWIDTH=" =>
"2",
402 "ONKEYPRESS=" =>
"2",
410 "ONDBLCLICK=" =>
"2",
411 "ONMOUSEDOWN=" =>
"2",
412 "ONMOUSEMOVE=" =>
"2",
413 "ONMOUSEOUT=" =>
"2",
414 "ONMOUSEOVER=" =>
"2",
494 "synchronized" =>
"3",
523 "captureEvents" =>
"5",
526 "clearInterval" =>
"5",
527 "clearTimeout" =>
"5",
546 "getSelection" =>
"5",
548 "getTimezoneOffset" =>
"5",
551 "handleEvent" =>
"5",
555 "javaEnabled" =>
"5",
572 "releaseEvents" =>
"5",
587 "setInterval" =>
"5",
605 "toGMTString" =>
"5",
606 "toLocaleString" =>
"5",
607 "toLowerCase" =>
"5",
609 "toUpperCase" =>
"5",
613 "Application" =>
"6",
616 "FileSystemObject" =>
"6",
618 "ObjectContext" =>
"6",
627 "AppendToLog" =>
"7",
629 "BinaryWrite" =>
"7",
631 "CacheControl" =>
"7",
634 "ClientCertificate" =>
"7",
637 "ContentType" =>
"7",
639 "CreateObject" =>
"7",
640 "Description" =>
"7",
643 "ExpiresAbsolute" =>
"7",
649 "HelpContext" =>
"7",
654 "IsClientConnected" =>
"7",
663 "OnTransactionCommit" =>
"7",
664 "OnTransactionAbort" =>
"7",
667 "QueryString" =>
"7",
670 "ScriptTimeout" =>
"7",
671 "ServerVariables" =>
"7",
673 "SetComplete" =>
"7",
676 "StaticObjects" =>
"7",
705 $this->linkscripts =
array(
Create styles array
The data for the language used.