2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"blue",
"purple",
"brown");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent = array();
32 $this->unindent = array();
36 $this->stringchars = array();
37 $this->delimiters = array(
"\"",
",",
".",
":",
";",
"{",
" ",
"}",
"=",
"\"");
42 $this->linecommenton = array(
"");
43 $this->blockcommenton = array(
"");
44 $this->blockcommentoff = array(
"");
48 $this->keywords = array(
52 "businesscategory" =>
"1",
57 "departmentNumber" =>
"1",
60 "employeenumber" =>
"1",
61 "employeeType" =>
"1",
62 "facsimileTelephoneNumber" =>
"1",
65 "homePostalAddress" =>
"1",
67 "internationalIsdnNumber" =>
"1",
73 "mailalternateaddress" =>
"1",
74 "maildeliveryoption" =>
"1",
81 "postOfficeBox" =>
"1",
82 "preferredDeliveryMethod" =>
"1",
83 "preferredLanguage" =>
"1",
84 "physicaldeliveryofficename" =>
"1",
85 "postaladdress" =>
"1",
87 "registeredAddress" =>
"1",
88 "roleOccupant" =>
"1",
96 "telephonenumber" =>
"1",
99 "userpassword" =>
"1",
100 "userCertificate" =>
"1",
101 "userSMIMECertificate" =>
"1",
102 "x500UniqueIdentifier" =>
"1",
111 "inetOrgPerson" =>
"4",
112 "mailRecipient" =>
"4",
113 "nsLicenseUser" =>
"4",
114 "organizationalPerson" =>
"4",
115 "organizationalRole" =>
"4",
116 "residentialPerson" =>
"4",
128 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.