2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   20 $this->colours          = array(
"blue", 
"purple", 
"brown", 
"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(
 
   61                         "AUTHORIZATION" => 
"1", 
 
   66                         "BINARY_INTEGER" => 
"1", 
 
  112                         "EXCEPTION_INIT" => 
"1", 
 
  169                         "NUMBER_BASE" => 
"1", 
 
  184                         "PLS_INTEGER" => 
"1", 
 
  265                         "DBMS_OUTPUT" => 
"2", 
 
  268                         "BIND_VARIABLE" => 
"3", 
 
  269                         "BIND_VARIABLE_CHAR" => 
"3", 
 
  270                         "BIND_VARIABLE_RAW" => 
"3", 
 
  271                         "BIND_VARIABLE_ROWID" => 
"3", 
 
  274                         "CLOSE_CURSOR" => 
"3", 
 
  275                         "COLUMN_VALUE" => 
"3", 
 
  276                         "COLUMN_VALUE_CHAR" => 
"3", 
 
  277                         "COLUMN_VALUE_RAW" => 
"3", 
 
  278                         "COLUMN_VALUE_ROWID" => 
"3", 
 
  279                         "DEFINE_COLUMN" => 
"3", 
 
  280                         "DEFINE_COLUMN_CHAR" => 
"3", 
 
  281                         "DEFINE_COLUMN_RAW" => 
"3", 
 
  282                         "DEFINE_COLUMN_ROWID" => 
"3", 
 
  286                         "EXECUTE_AND_FETCH" => 
"3", 
 
  292                         "LAST_ERROR_POSITION" => 
"3", 
 
  293                         "LAST_ROW_COUNT" => 
"3", 
 
  294                         "LAST_ROW_ID" => 
"3", 
 
  295                         "LAST_SQL_FUNCTION_CODE" => 
"3", 
 
  328                         "MONTHS_BETWEEN" => 
"5", 
 
  331                         "NLS_INITCAP" => 
"5", 
 
  338                         "ROWIDTOCHAR" => 
"5", 
 
  353                         "TO_MULTI_BYTE" => 
"5", 
 
  355                         "TO_SINGLE_TYPE" => 
"5", 
 
  373 $this->linkscripts      = array(