3 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    5 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   22 $this->colours          = array(
"blue", 
"purple", 
"gray", 
"brown", 
"blue", 
"purple", 
"gray");
 
   23 $this->quotecolour              = 
"blue";
 
   24 $this->blockcommentcolour       = 
"green";
 
   25 $this->linecommentcolour        = 
"green";
 
   29 $this->indent                   = array();
 
   30 $this->unindent                 = array();
 
   34 $this->stringchars              = array();
 
   35 $this->delimiters               = array(
"[", 
"]", 
"{", 
"}", 
"(", 
")", 
"<", 
">", 
"=", 
"\"", 
"'", 
".", 
",", 
":", 
"+", 
" ", 
"      ");
 
   40 $this->linecommenton            = array(
"#");
 
   41 $this->blockcommenton           = array(
"");
 
   42 $this->blockcommentoff          = array(
"");
 
   46 $this->keywords                 = array(
 
  126                         "splitfields" => 
"2", 
 
  139                         "__delattr__" => 
"3", 
 
  140                         "__delitem__" => 
"3", 
 
  141                         "__delslice__" => 
"3", 
 
  145                         "__getattr__" => 
"3", 
 
  146                         "__getitem__" => 
"3", 
 
  147                         "__getslice__" => 
"3", 
 
  159                         "__nonzero__" => 
"3", 
 
  166                         "__rdivmod__" => 
"3", 
 
  169                         "__rlshift__" => 
"3", 
 
  170                         "__rrshift__" => 
"3", 
 
  178                         "__setattr__" => 
"3", 
 
  179                         "__setitem__" => 
"3", 
 
  180                         "__setslice__" => 
"3", 
 
  187                         "__methods__" => 
"4", 
 
  188                         "__members__" => 
"4", 
 
  190                         "__version__" => 
"4", 
 
  191                         "ArithmeticError" => 
"5", 
 
  192                         "AssertionError" => 
"5", 
 
  193                         "AttributeError" => 
"5", 
 
  196                         "FloatingPointError" => 
"5", 
 
  198                         "ImportError" => 
"5", 
 
  201                         "KeyboardInterrupt" => 
"5", 
 
  202                         "LookupError" => 
"5", 
 
  203                         "MemoryError" => 
"5", 
 
  205                         "OverflowError" => 
"5", 
 
  206                         "RuntimeError" => 
"5", 
 
  207                         "StandardError" => 
"5", 
 
  208                         "SyntaxError" => 
"5", 
 
  209                         "SystemError" => 
"5", 
 
  213                         "ZeroDivisionError" => 
"5", 
 
  215                         "BaseHTTPServer" => 
"6", 
 
  221                         "CGIHTTPServer" => 
"6", 
 
  244                         "macurl2path" => 
"6", 
 
  285                         "SimpleHTTPServer" => 
"6", 
 
  287                         "SocketServer" => 
"6", 
 
  321 $this->linkscripts      = array(