ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_javascript-wmls.php
Go to the documentation of this file.
1 <?php
2 $BEAUT_PATH = realpath(".") . "/Services/COPage/syntax_highlight/php";
3 if (!isset($BEAUT_PATH)) {
4  return;
5 }
6 require_once("$BEAUT_PATH/Beautifier/HFile.php");
8  {
9  public function HFile_javascript_wmls()
10  {
11  $this->HFile();
12  /*************************************/
13  // Beautifier Highlighting Configuration File
14  // JavaScript/WMLS
15  /*************************************/
16  // Flags
17 
18  $this->nocase = "0";
19  $this->notrim = "0";
20  $this->perl = "0";
21 
22  // Colours
23 
24  $this->colours = array("blue", "purple", "brown");
25  $this->quotecolour = "blue";
26  $this->blockcommentcolour = "green";
27  $this->linecommentcolour = "green";
28 
29  // Indent Strings
30 
31  $this->indent = array("{");
32  $this->unindent = array("}");
33 
34  // String characters and delimiters
35 
36  $this->stringchars = array();
37  $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
38  $this->escchar = "";
39 
40  // Comment settings
41 
42  $this->linecommenton = array("//");
43  $this->blockcommenton = array("/*");
44  $this->blockcommentoff = array("*/");
45 
46  // Keywords (keyword mapping to colour number)
47 
48  $this->keywords = array(
49  "abstract" => "1",
50  "break" => "1",
51  "byte" => "1",
52  "case" => "1",
53  "catch" => "1",
54  "char" => "1",
55  "class" => "1",
56  "const" => "1",
57  "continue" => "1",
58  "default" => "1",
59  "delete" => "1",
60  "do" => "1",
61  "double" => "1",
62  "else" => "1",
63  "extends" => "1",
64  "false" => "1",
65  "final" => "1",
66  "finally" => "1",
67  "float" => "1",
68  "for" => "1",
69  "function" => "1",
70  "goto" => "1",
71  "if" => "1",
72  "implements" => "1",
73  "import" => "1",
74  "in" => "1",
75  "instanceof" => "1",
76  "int" => "1",
77  "interface" => "1",
78  "long" => "1",
79  "native" => "1",
80  "new" => "1",
81  "null" => "1",
82  "package" => "1",
83  "private" => "1",
84  "protected" => "1",
85  "public" => "1",
86  "reset" => "1",
87  "return" => "1",
88  "short" => "1",
89  "static" => "1",
90  "super" => "1",
91  "switch" => "1",
92  "synchronized" => "1",
93  "this" => "1",
94  "throw" => "1",
95  "transient" => "1",
96  "true" => "1",
97  "try" => "1",
98  "var" => "1",
99  "void" => "1",
100  "while" => "1",
101  "with" => "1",
102  "$n" => "2",
103  "abort" => "2",
104  "above" => "2",
105  "abs" => "2",
106  "acos" => "2",
107  "action" => "2",
108  "activeElement" => "2",
109  "alert" => "2",
110  "alinkColor" => "2",
111  "all" => "2",
112  "altKey" => "2",
113  "anchor" => "2",
114  "anchors" => "2",
115  "appCodeName" => "2",
116  "applet" => "2",
117  "applets" => "2",
118  "apply" => "2",
119  "appName" => "2",
120  "appVersion" => "2",
121  "arguments" => "2",
122  "arity" => "2",
123  "asin" => "2",
124  "assign" => "2",
125  "atan" => "2",
126  "atan2" => "2",
127  "atob" => "2",
128  "availHeight" => "2",
129  "availLeft" => "2",
130  "availTop" => "2",
131  "availWidth" => "2",
132  "Area" => "2",
133  "Arguments" => "2",
134  "Array" => "2",
135  "back" => "2",
136  "background" => "2",
137  "below" => "2",
138  "bgColor" => "2",
139  "big" => "2",
140  "blink" => "2",
141  "blur" => "2",
142  "bold" => "2",
143  "border" => "2",
144  "borderWidths" => "2",
145  "bottom" => "2",
146  "btoa" => "2",
147  "button" => "2",
148  "Boolean" => "2",
149  "call" => "2",
150  "callee" => "2",
151  "caller" => "2",
152  "cancelBubble" => "2",
153  "captureEvents" => "2",
154  "ceil" => "2",
155  "charAt" => "2",
156  "charCodeAt" => "2",
157  "characterSet" => "2",
158  "charset" => "2",
159  "checked" => "2",
160  "children" => "2",
161  "classes" => "2",
162  "className" => "2",
163  "clear" => "2",
164  "clearInterval" => "2",
165  "clearTimeout" => "2",
166  "click" => "2",
167  "clientInformation" => "2",
168  "clientX" => "2",
169  "clientY" => "2",
170  "close" => "2",
171  "closed" => "2",
172  "closeFile" => "2",
173  "colorDepth" => "2",
174  "compare" => "2",
175  "compile" => "2",
176  "complete" => "2",
177  "concat" => "2",
178  "confirm" => "2",
179  "constructor" => "2",
180  "contains" => "2",
181  "contextual" => "2",
182  "cookie" => "2",
183  "cos" => "2",
184  "crypto" => "2",
185  "ctrlKey" => "2",
186  "current" => "2",
187  "Checkbox" => "2",
188  "data" => "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",
197  "document" => "2",
198  "domain" => "2",
199  "Date" => "2",
200  "Dialogs" => "2",
201  "element" => "2",
202  "elementAt" => "2",
203  "elements" => "2",
204  "embeds" => "2",
205  "enabledPlugin" => "2",
206  "enableExternalCapture" => "2",
207  "enablePrivilege" => "2",
208  "encoding" => "2",
209  "escape" => "2",
210  "escapeString" => "2",
211  "eval" => "2",
212  "event" => "2",
213  "exec" => "2",
214  "exp" => "2",
215  "expando" => "2",
216  "extern" => "2",
217  "E" => "2",
218  "fgColor" => "2",
219  "fileName" => "2",
220  "find" => "2",
221  "fixed" => "2",
222  "floor" => "2",
223  "focus" => "2",
224  "fontColor" => "2",
225  "fontSize" => "2",
226  "form" => "2",
227  "format" => "2",
228  "forms" => "2",
229  "forward" => "2",
230  "frames" => "2",
231  "fromCharCode" => "2",
232  "fromElement" => "2",
233  "fromPoint" => "2",
234  "Function" => "2",
235  "FileUpload" => "2",
236  "Float" => "2",
237  "Frame" => "2",
238  "getAttribute" => "2",
239  "get" => "2",
240  "getBase" => "2",
241  "getClass" => "2",
242  "getCurrentCard" => "2",
243  "getDate" => "2",
244  "getDay" => "2",
245  "getFragment" => "2",
246  "getFullYear" => "2",
247  "getHost" => "2",
248  "getHours" => "2",
249  "getMember" => "2",
250  "getMilliseconds" => "2",
251  "getMinutes" => "2",
252  "getMonth" => "2",
253  "getParameters" => "2",
254  "getPath" => "2",
255  "getPort" => "2",
256  "getQuery" => "2",
257  "getReferer" => "2",
258  "getScheme" => "2",
259  "getSeconds" => "2",
260  "getSelection" => "2",
261  "getSlot" => "2",
262  "getTime" => "2",
263  "getTimezoneOffset" => "2",
264  "getUTCDate" => "2",
265  "getUTCDay" => "2",
266  "getUTCFullYear" => "2",
267  "getUTCHours" => "2",
268  "getUTCMilliseconds" => "2",
269  "getUTCMinutes" => "2",
270  "getUTCMonth" => "2",
271  "getUTCSeconds" => "2",
272  "getVar" => "2",
273  "getWindow" => "2",
274  "getYear" => "2",
275  "global" => "2",
276  "go" => "2",
277  "handleEvent" => "2",
278  "hash" => "2",
279  "hidden" => "2",
280  "history" => "2",
281  "home" => "2",
282  "host" => "2",
283  "hostName" => "2",
284  "href" => "2",
285  "hspace" => "2",
286  "HTMLElement" => "2",
287  "id" => "2",
288  "ids" => "2",
289  "ignoreCase" => "2",
290  "images" => "2",
291  "index" => "2",
292  "indexOf" => "2",
293  "innerHeight" => "2",
294  "innerHTML" => "2",
295  "innerText" => "2",
296  "innerWidth" => "2",
297  "insertAdjacentHTML" => "2",
298  "insertAdjacentText" => "2",
299  "insertAt" => "2",
300  "isEmpty" => "2",
301  "isFinite" => "2",
302  "isFloat" => "2",
303  "isInt" => "2",
304  "isNAN" => "2",
305  "isValid" => "2",
306  "italics" => "2",
307  "Image" => "2",
308  "Infinity" => "2",
309  "Input" => "2",
310  "java" => "2",
311  "javaEnabled" => "2",
312  "join" => "2",
313  "JavaArray" => "2",
314  "JavaClass" => "2",
315  "JavaObject" => "2",
316  "JavaPackage" => "2",
317  "JSObject" => "2",
318  "keyCode" => "2",
319  "lang" => "2",
320  "language" => "2",
321  "lastIndex" => "2",
322  "lastIndexOf" => "2",
323  "lastMatch" => "2",
324  "lastModified" => "2",
325  "lastParen" => "2",
326  "layers" => "2",
327  "layerX" => "2",
328  "layerY" => "2",
329  "left" => "2",
330  "leftContext" => "2",
331  "length" => "2",
332  "link" => "2",
333  "linkColor" => "2",
334  "load" => "2",
335  "loadString" => "2",
336  "location" => "2",
337  "locationBar" => "2",
338  "log" => "2",
339  "lowsrc" => "2",
340  "Layer" => "2",
341  "Links" => "2",
342  "LN10" => "2",
343  "LN2" => "2",
344  "LOG10E" => "2",
345  "LOG2E" => "2",
346  "margins" => "2",
347  "match" => "2",
348  "max" => "2",
349  "maxFloat" => "2",
350  "maxInt" => "2",
351  "menubar" => "2",
352  "method" => "2",
353  "mimeTypes" => "2",
354  "min" => "2",
355  "minFloat" => "2",
356  "minInt" => "2",
357  "modifiers" => "2",
358  "moveAbove" => "2",
359  "moveBelow" => "2",
360  "moveBy" => "2",
361  "moveTo" => "2",
362  "moveToAbsolute" => "2",
363  "multiline" => "2",
364  "Math" => "2",
365  "MAX_VALUE" => "2",
366  "MimeType" => "2",
367  "MIN_VALUE" => "2",
368  "name" => "2",
369  "navigate" => "2",
370  "navigator" => "2",
371  "netscape" => "2",
372  "newContext" => "2",
373  "next" => "2",
374  "Number" => "2",
375  "NaN" => "2",
376  "NEGATIVE_INFINITY" => "2",
377  "offscreenBuffering" => "2",
378  "offset" => "2",
379  "offsetHeight" => "2",
380  "offsetLeft" => "2",
381  "offsetParent" => "2",
382  "offsetTop" => "2",
383  "offsetWidth" => "2",
384  "offsetX" => "2",
385  "offsetY" => "2",
386  "onabort" => "2",
387  "onblur" => "2",
388  "onchange" => "2",
389  "onclick" => "2",
390  "ondblclick" => "2",
391  "ondragdrop" => "2",
392  "onerror" => "2",
393  "onfocus" => "2",
394  "onHelp" => "2",
395  "onkeydown" => "2",
396  "onkeypress" => "2",
397  "onkeyup" => "2",
398  "onload" => "2",
399  "onmousedown" => "2",
400  "onmousemove" => "2",
401  "onmouseout" => "2",
402  "onmouseover" => "2",
403  "onmouseup" => "2",
404  "onmove" => "2",
405  "onreset" => "2",
406  "onresize" => "2",
407  "onsubmit" => "2",
408  "onunload" => "2",
409  "open" => "2",
410  "opener" => "2",
411  "openFile" => "2",
412  "options" => "2",
413  "outerHeight" => "2",
414  "outerHTML" => "2",
415  "outerText" => "2",
416  "outerWidth" => "2",
417  "Object" => "2",
418  "Option" => "2",
419  "paddings" => "2",
420  "pageX" => "2",
421  "pageXOffset" => "2",
422  "pageY" => "2",
423  "pageYOffset" => "2",
424  "parent" => "2",
425  "parentElement" => "2",
426  "parentLayer" => "2",
427  "parentWindow" => "2",
428  "parse" => "2",
429  "parseFloat" => "2",
430  "parseInt" => "2",
431  "pathname" => "2",
432  "personalbar" => "2",
433  "pixelDepth" => "2",
434  "platform" => "2",
435  "plugins" => "2",
436  "pop" => "2",
437  "port" => "2",
438  "pow" => "2",
439  "preference" => "2",
440  "prev" => "2",
441  "previous" => "2",
442  "print" => "2",
443  "printIn" => "2",
444  "prompt" => "2",
445  "protocol" => "2",
446  "prototype" => "2",
447  "push" => "2",
448  "Packages" => "2",
449  "Password" => "2",
450  "PI" => "2",
451  "Plugin" => "2",
452  "POSITIVE_INFINITY" => "2",
453  "PrivilegeManager" => "2",
454  "random" => "2",
455  "readyState" => "2",
456  "reason" => "2",
457  "referrer" => "2",
458  "refresh" => "2",
459  "releaseEvents" => "2",
460  "reload" => "2",
461  "removeAt" => "2",
462  "removeAttribute" => "2",
463  "removeMember" => "2",
464  "replace" => "2",
465  "replaceAt" => "2",
466  "resizeBy" => "2",
467  "resizeTo" => "2",
468  "resolve" => "2",
469  "returnValue" => "2",
470  "reverse" => "2",
471  "right" => "2",
472  "rightcontext" => "2",
473  "round" => "2",
474  "RegExp" => "2",
475  "screenX" => "2",
476  "screenY" => "2",
477  "scroll" => "2",
478  "scrollbars" => "2",
479  "scrollBy" => "2",
480  "scrollIntoView" => "2",
481  "scrollTo" => "2",
482  "search" => "2",
483  "seed" => "2",
484  "select" => "2",
485  "selected" => "2",
486  "selectedIndex" => "2",
487  "self" => "2",
488  "setAttribute" => "2",
489  "setDay" => "2",
490  "setFullYear" => "2",
491  "setHotkeys" => "2",
492  "setHours" => "2",
493  "setInterval" => "2",
494  "setMember" => "2",
495  "setMilliseconds" => "2",
496  "setMinutes" => "2",
497  "setMonth" => "2",
498  "setResizable" => "2",
499  "setSeconds" => "2",
500  "setSlot" => "2",
501  "setTime" => "2",
502  "setTimeout" => "2",
503  "setUTCDate" => "2",
504  "setUTCFullYear" => "2",
505  "setUTCHours" => "2",
506  "setUTCMillseconds" => "2",
507  "setUTCMinutes" => "2",
508  "setUTCMonth" => "2",
509  "setUTCSeconds" => "2",
510  "setVar" => "2",
511  "setYear" => "2",
512  "setZOptions" => "2",
513  "shift" => "2",
514  "shiftKey" => "2",
515  "siblingAbove" => "2",
516  "siblingBelow" => "2",
517  "signText" => "2",
518  "sin" => "2",
519  "slice" => "2",
520  "smallsort" => "2",
521  "source" => "2",
522  "sourceIndex" => "2",
523  "splice" => "2",
524  "split" => "2",
525  "squeeze" => "2",
526  "sqrt" => "2",
527  "src" => "2",
528  "srcElement" => "2",
529  "srcFilter" => "2",
530  "status" => "2",
531  "statusbar" => "2",
532  "stop" => "2",
533  "strike" => "2",
534  "style" => "2",
535  "sub" => "2",
536  "submit" => "2",
537  "substr" => "2",
538  "substring" => "2",
539  "suffixes" => "2",
540  "sun" => "2",
541  "sup" => "2",
542  "systemLanguage" => "2",
543  "Screen" => "2",
544  "SQRT1_2" => "2",
545  "SQRT2" => "2",
546  "String" => "2",
547  "tagName" => "2",
548  "tags" => "2",
549  "taint" => "2",
550  "taintEnabled" => "2",
551  "tan" => "2",
552  "target" => "2",
553  "test" => "2",
554  "text" => "2",
555  "title" => "2",
556  "toElement" => "2",
557  "toGMTString" => "2",
558  "toLocaleString" => "2",
559  "toLowerCase" => "2",
560  "toolbar" => "2",
561  "top" => "2",
562  "toString" => "2",
563  "toUpperCase" => "2",
564  "toUTCString" => "2",
565  "trim" => "2",
566  "type" => "2",
567  "typeOf" => "2",
568  "Textarea" => "2",
569  "TYPE" => "2",
570  "unescape" => "2",
571  "unescapeString" => "2",
572  "unshift" => "2",
573  "untaint" => "2",
574  "unwatch" => "2",
575  "userAgent" => "2",
576  "userLanguage" => "2",
577  "URL" => "2",
578  "UTC" => "2",
579  "value" => "2",
580  "valueOf" => "2",
581  "visibility" => "2",
582  "vlinkColor" => "2",
583  "vspace" => "2",
584  "watch" => "2",
585  "which" => "2",
586  "width" => "2",
587  "window" => "2",
588  "write" => "2",
589  "writeln" => "2",
590  "WMLBrowser" => "2",
591  "x" => "2",
592  "y" => "2",
593  "zIndex" => "2",
594  "+" => "4",
595  "-" => "4",
596  "=" => "4",
597  "//" => "4",
598  "/" => "4",
599  "%" => "4",
600  "&" => "4",
601  ">" => "4",
602  "<" => "4",
603  "^" => "4",
604  "!" => "4",
605  "|" => "4");
606 
607  // Special extensions
608 
609  // Each category can specify a PHP function that returns an altered
610  // version of the keyword.
611 
612 
613 
614  $this->linkscripts = array(
615  "1" => "donothing",
616  "2" => "donothing",
617  "4" => "donothing");
618  }
619 
620 
621  public function donothing($keywordin)
622  {
623  return $keywordin;
624  }
625  }
Create styles array
The data for the language used.
Definition: HFile.php:21