2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   20 $this->colours          = array(
"blue", 
"purple", 
"gray", 
"brown", 
"blue");
 
   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(
 
   68                         "<blockquote>" => 
"1", 
 
   70                         "</blockquote>" => 
"1", 
 
  114                         "</fieldset>" => 
"1", 
 
  121                         "</frameset>" => 
"1", 
 
  176                         "</noframes>" => 
"1", 
 
  178                         "</noscript>" => 
"1", 
 
  187                         "</optgroup>" => 
"1", 
 
  239                         "</textarea>" => 
"1", 
 
  268                         "accept-charset=" => 
"2", 
 
  277                         "cellpadding=" => 
"2", 
 
  278                         "cellspacing=" => 
"2", 
 
  302                         "frameborder=" => 
"2", 
 
  307                         "http-equiv=" => 
"2", 
 
  313                         "marginheight=" => 
"2", 
 
  314                         "marginwidth=" => 
"2", 
 
  325                         "ondblclick=" => 
"2", 
 
  328                         "onkeypress=" => 
"2", 
 
  331                         "onmousedown=" => 
"2", 
 
  332                         "onmousemove=" => 
"2", 
 
  333                         "onmouseout=" => 
"2", 
 
  334                         "onmouseover=" => 
"2", 
 
  369                         "xmlns:isbn=" => 
"2", 
 
  400                         "<?phpxml-stylesheet" => 
"4", 
 
  407                         "background=" => 
"5", 
 
  433 $this->linkscripts      = array(