2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"blue",
"gray",
"purple");
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(
87 "endprimitive" =>
"1",
107 "macromodule" =>
"1",
166 "$bitstoreal" =>
"2",
167 "$countdrivers" =>
"2",
176 "$getpattern" =>
"2",
186 "$monitoroff" =>
"2",
191 "$printtimescale" =>
"2",
195 "$realtobits" =>
"2",
198 "$reset_count" =>
"2",
199 "$reset_value" =>
"2",
207 "$showscopes" =>
"2",
208 "$showvariables" =>
"2",
217 "$timeformat" =>
"2",
220 "`accelerate" =>
"3",
221 "`autoexepand_vectornets" =>
"3",
222 "`celldefine" =>
"3",
223 "`default_nettype" =>
"3",
226 "`endcelldefine" =>
"3",
228 "`endprotect" =>
"3",
229 "`endprotected" =>
"3",
230 "`expand_vectornets" =>
"3",
233 "`noaccelerate" =>
"3",
234 "`noexpand_vectornets" =>
"3",
235 "`noremove_gatenames" =>
"3",
236 "`noremove_netnames" =>
"3",
237 "`nounconnected_drive" =>
"3",
240 "`remove_gatenames" =>
"3",
241 "`remove_netnames" =>
"3",
244 "`unconnected_drive" =>
"3",
246 "autoexepand_vectornets" =>
"3",
248 "default_nettype" =>
"3",
250 "endcelldefine" =>
"3",
253 "endprotected" =>
"3",
254 "expand_vectornets" =>
"3",
257 "noaccelerate" =>
"3",
258 "noexpand_vectornets" =>
"3",
259 "noremove_gatenames" =>
"3",
260 "noremove_netnames" =>
"3",
261 "nounconnected_drive" =>
"3",
264 "remove_gatenames" =>
"3",
265 "remove_netnames" =>
"3",
268 "unconnected_drive" =>
"3",
311 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.