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(
"DO");
32 $this->unindent =
array(
"DOEND");
36 $this->stringchars =
array(
"'");
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
"?");
42 $this->linecommenton =
array(
"\"");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
76 "CALENDARWEEK" =>
"1",
90 "COMPILEMESSAGE" =>
"1",
101 "CORRELATION" =>
"1",
118 "DECIMALOVERFLOW" =>
"1",
130 "DIVIDEBYZERO" =>
"1",
168 "FILEMODEMASK" =>
"1",
178 "FILTERLINES" =>
"1",
231 "LONGOBJNAMES" =>
"1",
248 "MODINPUTORDER" =>
"1",
249 "MODMAXITERS" =>
"1",
250 "MODOVERFLOW" =>
"1",
251 "MODSIMULTYPE" =>
"1",
252 "MODTOLERANCE" =>
"1",
255 "MONTHABBRLEN" =>
"1",
258 "MOVINGAVERAGE" =>
"1",
261 "MOVINGTOTAL" =>
"1",
282 "OUTFILEUNIT" =>
"1",
291 "PERMITERROR" =>
"1",
292 "PERMITRESET" =>
"1",
293 "PGCACHEHITS" =>
"1",
294 "PGCACHEMISSES" =>
"1",
325 "ROOTOFNEGATIVE" =>
"1",
331 "SESSIONQUERY" =>
"1",
333 "SHARESESSION" =>
"1",
344 "SORTCOMPOSITE" =>
"1",
346 "SPARSEINDEX" =>
"1",
348 "SQLBLOCKMAX" =>
"1",
349 "SQLMESSAGES" =>
"1",
376 "THOUSANDSCHAR" =>
"1",
377 "THREADEXTCALL" =>
"1",
386 "TRIGGERMAXDEPTH" =>
"1",
387 "TRIGGERSTOREOK" =>
"1",
389 "UNIQUELINES" =>
"1",
394 "VALSPERPAGE" =>
"1",
400 "WEEKDAYSNEWYEAR" =>
"1",
405 "XCAPORTNUMBER" =>
"1",
419 "DBEXTENDPATH" =>
"3",
420 "DBSEARCHPATH" =>
"3",
422 "DECIMALCHAR" =>
"3",
423 "EIFEXTENSIONPATH" =>
"3",
425 "EIFSHORTNAMES" =>
"3",
427 "EIFUPDBYTES" =>
"3",
432 "OKNULLSTATUS" =>
"3",
472 $this->linkscripts =
array(
Create styles array
The data for the language used.