2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"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(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton =
array(
"//");
43 $this->blockcommenton =
array(
"/*");
44 $this->blockcommentoff =
array(
"*/");
48 $this->keywords =
array(
91 "synchronized" =>
"1",
106 "activeElement" =>
"2",
113 "appCodeName" =>
"2",
125 "availHeight" =>
"2",
138 "borderWidths" =>
"2",
145 "cancelBubble" =>
"2",
146 "captureEvents" =>
"2",
156 "clearInterval" =>
"2",
157 "clearTimeout" =>
"2",
159 "clientInformation" =>
"2",
169 "constructir" =>
"2",
178 "defaultCharset" =>
"2",
179 "defaultChecked" =>
"2",
180 "defaultSelected" =>
"2",
181 "defaultStatus" =>
"2",
182 "defaultValue" =>
"2",
183 "description" =>
"2",
184 "disableExternalCapture" =>
"2",
185 "disablePrivilege" =>
"2",
193 "enabledPlugin" =>
"2",
194 "enableExternalCapture" =>
"2",
195 "enablePrivilege" =>
"2",
215 "fromCharCode" =>
"2",
216 "fromElement" =>
"2",
217 "getAttribute" =>
"2",
222 "getFullYear" =>
"2",
225 "getMilliseconds" =>
"2",
229 "getSelection" =>
"2",
232 "getTimezoneOffset" =>
"2",
235 "getUTCFullYear" =>
"2",
236 "getUTCHours" =>
"2",
237 "getUTCMilliseconds" =>
"2",
238 "getUTCMinutes" =>
"2",
239 "getUTCMonth" =>
"2",
240 "getUTCSeconds" =>
"2",
245 "HandleEvent" =>
"2",
265 "insertAdjacentHTML" =>
"2",
266 "insertAdjacentText" =>
"2",
271 "javaEnabled" =>
"2",
277 "lastIndexOf" =>
"2",
279 "lastModified" =>
"2",
285 "leftContext" =>
"2",
294 "locationBar" =>
"2",
313 "moveToAbsolute" =>
"2",
319 "NEGATIVE_INFINITY" =>
"2",
322 "offscreenBuffering" =>
"2",
324 "offsetHeight" =>
"2",
326 "offsetParent" =>
"2",
328 "offsetWidth" =>
"2",
344 "onmousedown" =>
"2",
345 "onmousemove" =>
"2",
347 "onmouseover" =>
"2",
357 "outerHeight" =>
"2",
363 "pageXOffset" =>
"2",
365 "pageYOffset" =>
"2",
367 "parentElement" =>
"2",
368 "parentLayer" =>
"2",
369 "parentWindow" =>
"2",
374 "personalbar" =>
"2",
381 "POSITIVE_INFINITY" =>
"2",
395 "releaseEvents" =>
"2",
397 "removeAttribute" =>
"2",
398 "removeMember" =>
"2",
402 "returnValue" =>
"2",
405 "rightcontext" =>
"2",
411 "scrollIntoView" =>
"2",
416 "selectedIndex" =>
"2",
418 "setAttribute" =>
"2",
420 "setFullYear" =>
"2",
423 "setInterval" =>
"2",
425 "setMilliseconds" =>
"2",
428 "setResizable" =>
"2",
434 "setUTCFullYear" =>
"2",
435 "setUTCHours" =>
"2",
436 "setUTCMillseconds" =>
"2",
437 "setUTCMinutes" =>
"2",
438 "setUTCMonth" =>
"2",
439 "setUTCSeconds" =>
"2",
441 "setZOptions" =>
"2",
444 "siblingAbove" =>
"2",
445 "siblingBelow" =>
"2",
451 "sourceIndex" =>
"2",
472 "systemLanguage" =>
"2",
476 "taintEnabled" =>
"2",
483 "toGMTString" =>
"2",
484 "toLocaleString" =>
"2",
485 "toLowerCase" =>
"2",
489 "toUpperCase" =>
"2",
490 "toUTCString" =>
"2",
499 "userLanguage" =>
"2",
534 "HTMLElement" =>
"3",
541 "JavaPackage" =>
"3",
554 "PrivilegeManager" =>
"3",
573 $this->linkscripts =
array(
Create styles array
The data for the language used.