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(
 
   66                         "intersection" => 
"1", 
 
  114                         "display_1col" => 
"2", 
 
  115                         "display_eps" => 
"2", 
 
  116                         "display_max_2d_cols" => 
"2", 
 
  117                         "display_precison" => 
"2", 
 
  118                         "display_round" => 
"2", 
 
  119                         "display_transpose" => 
"2", 
 
  120                         "display_width" => 
"2", 
 
  122                         "gutter_width" => 
"2", 
 
  127                         "objective_precision" => 
"2", 
 
  128                         "omit_zero_cols" => 
"2", 
 
  129                         "omit_zero_rows" => 
"2", 
 
  130                         "output_precision" => 
"2", 
 
  131                         "print_precision" => 
"2", 
 
  132                         "print_round" => 
"2", 
 
  133                         "print_seperator" => 
"2", 
 
  151                         "Exponential" => 
"3", 
 
  187 $this->linkscripts      = array(