2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_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(
 
   76                         "<BLOCKQUOTE>" => 
"1", 
 
   78                         "</BLOCKQUOTE>" => 
"1", 
 
  102                         "</COLGROUP>" => 
"1", 
 
  132                         "</FIELDSET>" => 
"1", 
 
  141                         "</FRAMESET>" => 
"1", 
 
  210                         "</MULTICOL>" => 
"1", 
 
  215                         "</NOFRAMES>" => 
"1", 
 
  221                         "</NOSCRIPT>" => 
"1", 
 
  232                         "</OPTGROUP>" => 
"1", 
 
  293                         "</TEXTAREA>" => 
"1", 
 
  324                         "ACCEPT-CHARSET=" => 
"2", 
 
  333                         "BACKGROUND=" => 
"2", 
 
  339                         "CELLPADDING=" => 
"2", 
 
  340                         "CELLSPACING=" => 
"2", 
 
  368                         "FRAMEBORDER=" => 
"2", 
 
  369                         "FRAMESPACING=" => 
"2", 
 
  376                         "HTTP-EQUIV=" => 
"2", 
 
  386                         "MARGINHEIGHT=" => 
"2", 
 
  387                         "MARGINWIDTH=" => 
"2", 
 
  401                         "ONKEYPRESS=" => 
"2", 
 
  409                         "ONDBLCLICK=" => 
"2", 
 
  410                         "ONMOUSEDOWN=" => 
"2", 
 
  411                         "ONMOUSEMOVE=" => 
"2", 
 
  412                         "ONMOUSEOUT=" => 
"2", 
 
  413                         "ONMOUSEOVER=" => 
"2", 
 
  453                         "<declareparam>" => 
"3", 
 
  454                         "<declareparam" => 
"3", 
 
  455                         "</declareparam>" => 
"3", 
 
  459                         "<importbean>" => 
"3", 
 
  460                         "<importbean" => 
"3", 
 
  461                         "</importbean>" => 
"3", 
 
  469                         "</setvalue>" => 
"3", 
 
  476                         "</valueof>" => 
"3");
 
  485 $this->linkscripts      = array(