2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   20 $this->colours          = array(
"blue", 
"purple", 
"brown");
 
   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(
 
   48                         "businesscategory" => 
"1", 
 
   53                         "departmentNumber" => 
"1", 
 
   56                         "employeenumber" => 
"1", 
 
   57                         "employeeType" => 
"1", 
 
   58                         "facsimileTelephoneNumber" => 
"1", 
 
   61                         "homePostalAddress" => 
"1", 
 
   63                         "internationalIsdnNumber" => 
"1", 
 
   69                         "mailalternateaddress" => 
"1", 
 
   70                         "maildeliveryoption" => 
"1", 
 
   77                         "postOfficeBox" => 
"1", 
 
   78                         "preferredDeliveryMethod" => 
"1", 
 
   79                         "preferredLanguage" => 
"1", 
 
   80                         "physicaldeliveryofficename" => 
"1", 
 
   81                         "postaladdress" => 
"1", 
 
   83                         "registeredAddress" => 
"1", 
 
   84                         "roleOccupant" => 
"1", 
 
   92                         "telephonenumber" => 
"1", 
 
   95                         "userpassword" => 
"1", 
 
   96                         "userCertificate" => 
"1", 
 
   97                         "userSMIMECertificate" => 
"1", 
 
   98                         "x500UniqueIdentifier" => 
"1", 
 
  107                         "inetOrgPerson" => 
"4", 
 
  108                         "mailRecipient" => 
"4", 
 
  109                         "nsLicenseUser" => 
"4", 
 
  110                         "organizationalPerson" => 
"4", 
 
  111                         "organizationalRole" => 
"4", 
 
  112                         "residentialPerson" => 
"4", 
 
  124 $this->linkscripts      = array(