2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_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(
50 "ABORTSESSION" =>
"1",
69 "AUTHORIZATION" =>
"1",
85 "CASESPECIFIC" =>
"1",
92 "CHARACTER_LENGTH" =>
"1",
109 "CONVERT_TABLE_HEADER" =>
"1",
117 "CURRENT_DATE" =>
"1",
118 "CURRENT_TIME" =>
"1",
119 "CURRENT_TIMESTAMP" =>
"1",
123 "DATABLOCKSIZE" =>
"1",
150 "ERRORTABLES" =>
"1",
191 "INCONSISTENT" =>
"1",
201 "INTEGERDATE" =>
"1",
235 "MCHARACTERS" =>
"1",
248 "MONRESOURCE" =>
"1",
266 "OCTET_LENGTH" =>
"1",
298 "REFERENCING" =>
"1",
302 "REPLICATION" =>
"1",
303 "REPOVERRIDE" =>
"1",
316 "ROLLFORWARD" =>
"1",
327 "SETSESSRATE" =>
"1",
345 "SYS_CALENDAR" =>
"1",
353 "TIMEZONE_HOUR" =>
"1",
354 "TIMEZONE_MINUTE" =>
"1",
358 "TRANSACTION" =>
"1",
360 "TRANSLATE_CHK" =>
"1",
436 "TITLEDASHES" =>
"2",
476 $this->linkscripts =
array(
Create styles array
The data for the language used.