2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"brown");
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(
92 "synchronized" =>
"1",
108 "activeElement" =>
"2",
115 "appCodeName" =>
"2",
128 "availHeight" =>
"2",
144 "borderWidths" =>
"2",
152 "cancelBubble" =>
"2",
153 "captureEvents" =>
"2",
157 "characterSet" =>
"2",
164 "clearInterval" =>
"2",
165 "clearTimeout" =>
"2",
167 "clientInformation" =>
"2",
179 "constructor" =>
"2",
189 "defaultCharset" =>
"2",
190 "defaultChecked" =>
"2",
191 "defaultSelected" =>
"2",
192 "defaultStatus" =>
"2",
193 "defaultValue" =>
"2",
194 "description" =>
"2",
195 "disableExternalCapture" =>
"2",
196 "disablePrivilege" =>
"2",
205 "enabledPlugin" =>
"2",
206 "enableExternalCapture" =>
"2",
207 "enablePrivilege" =>
"2",
210 "escapeString" =>
"2",
231 "fromCharCode" =>
"2",
232 "fromElement" =>
"2",
238 "getAttribute" =>
"2",
242 "getCurrentCard" =>
"2",
245 "getFragment" =>
"2",
246 "getFullYear" =>
"2",
250 "getMilliseconds" =>
"2",
253 "getParameters" =>
"2",
260 "getSelection" =>
"2",
263 "getTimezoneOffset" =>
"2",
266 "getUTCFullYear" =>
"2",
267 "getUTCHours" =>
"2",
268 "getUTCMilliseconds" =>
"2",
269 "getUTCMinutes" =>
"2",
270 "getUTCMonth" =>
"2",
271 "getUTCSeconds" =>
"2",
277 "handleEvent" =>
"2",
286 "HTMLElement" =>
"2",
293 "innerHeight" =>
"2",
297 "insertAdjacentHTML" =>
"2",
298 "insertAdjacentText" =>
"2",
311 "javaEnabled" =>
"2",
316 "JavaPackage" =>
"2",
322 "lastIndexOf" =>
"2",
324 "lastModified" =>
"2",
330 "leftContext" =>
"2",
337 "locationBar" =>
"2",
362 "moveToAbsolute" =>
"2",
376 "NEGATIVE_INFINITY" =>
"2",
377 "offscreenBuffering" =>
"2",
379 "offsetHeight" =>
"2",
381 "offsetParent" =>
"2",
383 "offsetWidth" =>
"2",
399 "onmousedown" =>
"2",
400 "onmousemove" =>
"2",
402 "onmouseover" =>
"2",
413 "outerHeight" =>
"2",
421 "pageXOffset" =>
"2",
423 "pageYOffset" =>
"2",
425 "parentElement" =>
"2",
426 "parentLayer" =>
"2",
427 "parentWindow" =>
"2",
432 "personalbar" =>
"2",
452 "POSITIVE_INFINITY" =>
"2",
453 "PrivilegeManager" =>
"2",
459 "releaseEvents" =>
"2",
462 "removeAttribute" =>
"2",
463 "removeMember" =>
"2",
469 "returnValue" =>
"2",
472 "rightcontext" =>
"2",
480 "scrollIntoView" =>
"2",
486 "selectedIndex" =>
"2",
488 "setAttribute" =>
"2",
490 "setFullYear" =>
"2",
493 "setInterval" =>
"2",
495 "setMilliseconds" =>
"2",
498 "setResizable" =>
"2",
504 "setUTCFullYear" =>
"2",
505 "setUTCHours" =>
"2",
506 "setUTCMillseconds" =>
"2",
507 "setUTCMinutes" =>
"2",
508 "setUTCMonth" =>
"2",
509 "setUTCSeconds" =>
"2",
512 "setZOptions" =>
"2",
515 "siblingAbove" =>
"2",
516 "siblingBelow" =>
"2",
522 "sourceIndex" =>
"2",
542 "systemLanguage" =>
"2",
550 "taintEnabled" =>
"2",
557 "toGMTString" =>
"2",
558 "toLocaleString" =>
"2",
559 "toLowerCase" =>
"2",
563 "toUpperCase" =>
"2",
564 "toUTCString" =>
"2",
571 "unescapeString" =>
"2",
576 "userLanguage" =>
"2",
614 $this->linkscripts =
array(
Create styles array
The data for the language used.