2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"blue");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
")",
"params",
"variables");
32 $this->unindent =
array(
"else",
"end",
"endif",
"endparams",
"endselectcase");
36 $this->stringchars =
array(
"\"");
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton =
array(
";");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
49 "\"endvariables\"" =>
"",
71 "curocc_video" =>
"1",
74 "delete_instance" =>
"1",
87 "endselectcase" =>
"1",
88 "endvariables" =>
"1",
93 "field_syntax" =>
"1",
103 "getlistitems" =>
"1",
113 "new_instance" =>
"1",
122 "postmessage" =>
"1",
126 "print_break" =>
"1",
129 "putlistitems" =>
"1",
145 "sendmessage" =>
"1",
147 "setformfocus" =>
"1",
160 "validatefield" =>
"1",
161 "validatekey" =>
"1",
162 "validateocc" =>
"1",
213 ":descending" =>
"2",
219 "$componentname" =>
"3",
220 "$componenttype" =>
"3",
226 "$dataerrorcontext" =>
"3",
231 "$detachedinstances" =>
"3",
239 "$fieldcheck" =>
"3",
240 "$fielddbmod" =>
"3",
241 "$fieldendmod" =>
"3",
246 "$fieldprofile" =>
"3",
247 "$fieldproperties" =>
"3",
248 "$fieldvalidation" =>
"3",
249 "$fieldvalrep" =>
"3",
256 "$formmodality" =>
"3",
259 "$framedepth" =>
"3",
263 "$instancechildren" =>
"3",
264 "$instancedb" =>
"3",
265 "$instancedbmod" =>
"3",
266 "$instancemod" =>
"3",
267 "$instancename" =>
"3",
268 "$instanceparent" =>
"3",
269 "$instancepath" =>
"3",
270 "$instancevalidation" =>
"3",
277 "$keyvalidation" =>
"3",
287 "$nls_sort_order" =>
"3",
295 "$occvalidation" =>
"3",
299 "$paintedocc" =>
"3",
304 "$procerrorcontext" =>
"3",
306 "$properties" =>
"3",
312 "$secureprotocol" =>
"3",
379 $this->linkscripts =
array(
Create styles array
The data for the language used.