2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"brown",
"gray");
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(
"#",
"$",
"%",
"&",
"+",
",",
"-",
".",
" ",
"/",
"(",
")",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
":",
";",
"<",
"=",
">",
"[",
"\\",
"]",
"^",
"_",
"|",
"~",
"`",
"@");
42 $this->linecommenton =
array(
"");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
59 "barseparator" =>
"1",
69 "chatcommands" =>
"1",
72 "chatgroupremove" =>
"1",
73 "chatgroupset" =>
"1",
79 "chattransfers" =>
"1",
80 "chatversions" =>
"1",
86 "disableaction" =>
"1",
87 "disablealias" =>
"1",
88 "disablebaritem" =>
"1",
89 "disableevent" =>
"1",
91 "disablegroup" =>
"1",
92 "disablehighlight" =>
"1",
93 "disablemacro" =>
"1",
98 "downloadpath" =>
"1",
102 "editbaritem" =>
"1",
105 "edithighlight" =>
"1",
113 "enableaction" =>
"1",
114 "enablealias" =>
"1",
115 "enablebaritem" =>
"1",
116 "enableevent" =>
"1",
118 "enablegroup" =>
"1",
119 "enablehighlight" =>
"1",
120 "enablemacro" =>
"1",
127 "freelibrary" =>
"1",
130 "groupactions" =>
"1",
131 "groupaliases" =>
"1",
132 "grouparrays" =>
"1",
133 "groupbaritems" =>
"1",
136 "groupevents" =>
"1",
138 "groupmacros" =>
"1",
140 "groputablist" =>
"1",
141 "groupvariables" =>
"1",
146 "ignorealiases" =>
"1",
147 "information" =>
"1",
156 "loadlibrary" =>
"1",
168 "peekconnections" =>
"1",
172 "presubstitute" =>
"1",
173 "promptoverwrite" =>
"1",
176 "requestconnects" =>
"1",
178 "savescrollback" =>
"1",
183 "sendbaritem" =>
"1",
188 "sendhighlight" =>
"1",
192 "sendvariable" =>
"1",
194 "sessionaddress" =>
"1",
195 "sessionname" =>
"1",
196 "sessionpath" =>
"1",
197 "sessionport" =>
"1",
198 "setbackcolor" =>
"1",
200 "seteventtime" =>
"1",
201 "setforecolor" =>
"1",
203 "setInternalIP" =>
"1",
204 "setExternalIP" =>
"1",
206 "showmismatcherrors" =>
"1",
210 "startchatserver" =>
"1",
226 "unhighlight" =>
"1",
228 "unsubstitute" =>
"1",
230 "updatebaritem" =>
"1",
231 "updatestatusbar" =>
"1",
236 "volumedefault" =>
"1",
249 "BackMagenta" =>
"4",
255 "CommandCount" =>
"4",
256 "CommandToList" =>
"4",
267 "ForeMagenta" =>
"4",
294 "NumHighlights" =>
"4",
298 "NumSubstitutes" =>
"4",
302 "PreTranslate" =>
"4",
303 "ProcedureCount" =>
"4",
305 "ReadableTime" =>
"4",
314 "TimeToDayOfWeek" =>
"4",
316 "TimeToMinute" =>
"4",
317 "TimeToMonth" =>
"4",
318 "TimeToSecond" =>
"4",
341 $this->linkscripts =
array(
Create styles array
The data for the language used.