ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_jscript Class Reference
+ Inheritance diagram for HFile_jscript:
+ Collaboration diagram for HFile_jscript:

Public Member Functions

 HFile_jscript ()
 
 donothing ($keywordin)
 
- Public Member Functions inherited from HFile
 __construct ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

Detailed Description

Definition at line 8 of file HFile_jscript.php.

Member Function Documentation

◆ donothing()

HFile_jscript::donothing (   $keywordin)

Definition at line 792 of file HFile_jscript.php.

793  {
794  return $keywordin;
795  }

◆ HFile_jscript()

HFile_jscript::HFile_jscript ( )

Definition at line 10 of file HFile_jscript.php.

References array.

11  {
12  $this->HFile();
13 
14  /*************************************/
15  // Beautifier Highlighting Configuration File
16  // JScript
17  /*************************************/
18  // Flags
19 
20  $this->nocase = "0";
21  $this->notrim = "0";
22  $this->perl = "0";
23 
24  // Colours
25 
26  $this->colours = array("blue", "purple", "gray", "brown", "blue");
27  $this->quotecolour = "blue";
28  $this->blockcommentcolour = "green";
29  $this->linecommentcolour = "green";
30 
31  // Indent Strings
32 
33  $this->indent = array("{");
34  $this->unindent = array("}");
35 
36  // String characters and delimiters
37 
38  $this->stringchars = array("\"", "'");
39  $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
40  $this->escchar = "\\";
41 
42  // Comment settings
43 
44  $this->linecommenton = array("//");
45  $this->blockcommenton = array("/*");
46  $this->blockcommentoff = array("*/");
47 
48  // Keywords (keyword mapping to colour number)
49 
50  $this->keywords = array(
51  "all" => "1",
52  "anchors" => "1",
53  "applets" => "1",
54  "areas" => "1",
55  "Array" => "1",
56  "Boolean" => "1",
57  "cells" => "1",
58  "checkbox" => "1",
59  "children" => "1",
60  "Collection" => "1",
61  "Date" => "1",
62  "Dictionary" => "1",
63  "Drive" => "1",
64  "Drives" => "1",
65  "DT" => "1",
66  "document" => "1",
67  "elements" => "1",
68  "embeds" => "1",
69  "external" => "1",
70  "Enumerator" => "1",
71  "File" => "1",
72  "Files" => "1",
73  "FileSystemObject" => "1",
74  "Folder" => "1",
75  "Folders" => "1",
76  "Function" => "1",
77  "false" => "1",
78  "filters" => "1",
79  "forms" => "1",
80  "frames" => "1",
81  "Global" => "1",
82  "hidden" => "1",
83  "history" => "1",
84  "image" => "1",
85  "images" => "1",
86  "imports" => "1",
87  "layer" => "1",
88  "layers" => "1",
89  "links" => "1",
90  "Math" => "1",
91  "navigator" => "1",
92  "Number" => "1",
93  "Object" => "1",
94  "options" => "1",
95  "password" => "1",
96  "plugins" => "1",
97  "radio" => "1",
98  "reset" => "1",
99  "rows" => "1",
100  "rules" => "1",
101  "RegExp" => "1",
102  "screen" => "1",
103  "scripts" => "1",
104  "selection" => "1",
105  "styleSheet" => "1",
106  "styleSheets" => "1",
107  "String" => "1",
108  "TextRange" => "1",
109  "TextStream" => "1",
110  "tbodies" => "1",
111  "true" => "1",
112  "userProfile" => "1",
113  "VBArray" => "1",
114  "window" => "1",
115  "accessKey" => "2",
116  "action" => "2",
117  "activeElement" => "2",
118  "align" => "2",
119  "aLink" => "2",
120  "alinkColor" => "2",
121  "alt" => "2",
122  "altHTML" => "2",
123  "altKey" => "2",
124  "appCodeName" => "2",
125  "appMinorVersion" => "2",
126  "appName" => "2",
127  "appVersion" => "2",
128  "arguments" => "2",
129  "availHeight" => "2",
130  "availWidth" => "2",
131  "AtEndOfLine" => "2",
132  "AtEndOfStream" => "2",
133  "Attributes" => "2",
134  "AvailableSpace" => "2",
135  "background" => "2",
136  "backgroundAttachment" => "2",
137  "backgroundColor" => "2",
138  "backgroundImage" => "2",
139  "backgroundPosition" => "2",
140  "backgroundPositionX" => "2",
141  "backgroundPositionY" => "2",
142  "backgroundRepeat" => "2",
143  "balance" => "2",
144  "behavior" => "2",
145  "bgColor" => "2",
146  "bgProperties" => "2",
147  "border" => "2",
148  "borderBottom" => "2",
149  "borderBottomColor" => "2",
150  "borderBottomStyle" => "2",
151  "borderBottomWidth" => "2",
152  "borderColor" => "2",
153  "borderColorDark" => "2",
154  "borderColorLight" => "2",
155  "borderLeft" => "2",
156  "borderLeftColor" => "2",
157  "borderLeftStyle" => "2",
158  "borderLeftWidth" => "2",
159  "borderRight" => "2",
160  "borderRightColor" => "2",
161  "borderRightStyle" => "2",
162  "borderRightWidth" => "2",
163  "borderStyle" => "2",
164  "borderTop" => "2",
165  "borderTopColor" => "2",
166  "borderTopStyle" => "2",
167  "borderTopWidth" => "2",
168  "borderWidth" => "2",
169  "bottomMargin" => "2",
170  "browserLanguage" => "2",
171  "bufferDepth" => "2",
172  "button" => "2",
173  "caller" => "2",
174  "cancelBubble" => "2",
175  "caption" => "2",
176  "cellIndex" => "2",
177  "cellPadding" => "2",
178  "cellSpacing" => "2",
179  "charset" => "2",
180  "checked" => "2",
181  "classid" => "2",
182  "className" => "2",
183  "clear" => "2",
184  "clientHeight" => "2",
185  "clientInformation" => "2",
186  "clientLeft" => "2",
187  "clientTop" => "2",
188  "clientWidth" => "2",
189  "clientX" => "2",
190  "clientY" => "2",
191  "clip" => "2",
192  "closed" => "2",
193  "code" => "2",
194  "codeBase" => "2",
195  "codeType" => "2",
196  "color" => "2",
197  "colorDepth" => "2",
198  "cols" => "2",
199  "colSpan" => "2",
200  "compact" => "2",
201  "complete" => "2",
202  "connectionSpeed" => "2",
203  "constructorCount" => "2",
204  "content" => "2",
205  "cookie" => "2",
206  "cookieEnabled" => "2",
207  "coords" => "2",
208  "cpuClass" => "2",
209  "cssText" => "2",
210  "ctrlKey" => "2",
211  "cursor" => "2",
212  "Column" => "2",
213  "CompareMode" => "2",
214  "data" => "2",
215  "dataFld" => "2",
216  "dataFormatAs" => "2",
217  "dataPageSize" => "2",
218  "dataSrc" => "2",
219  "defaultCharset" => "2",
220  "defaultChecked" => "2",
221  "defaultSelected" => "2",
222  "defaultStatus" => "2",
223  "defaultValue" => "2",
224  "defer" => "2",
225  "dialogArguments" => "2",
226  "dialogHeight" => "2",
227  "dialogLeft" => "2",
228  "dialogTop" => "2",
229  "dialogWidth" => "2",
230  "direction" => "2",
231  "disabled" => "2",
232  "display" => "2",
233  "domain" => "2",
234  "dynsrc" => "2",
235  "DriveLetter" => "2",
236  "DriveType" => "2",
237  "DateCreated" => "2",
238  "DateLastAccessed" => "2",
239  "DateLastModified" => "2",
240  "encoding" => "2",
241  "event" => "2",
242  "expando" => "2",
243  "face" => "2",
244  "fgColor" => "2",
245  "fileCreatedDate" => "2",
246  "fileModifiedDate" => "2",
247  "fileSize" => "2",
248  "fileUpdatedDate" => "2",
249  "filter" => "2",
250  "font" => "2",
251  "fontFamily" => "2",
252  "fontSize" => "2",
253  "fontSmoothingEnabled" => "2",
254  "fontStyle" => "2",
255  "fontVariant" => "2",
256  "fontWeight" => "2",
257  "form" => "2",
258  "frame" => "2",
259  "frameBorder" => "2",
260  "frameSpacing" => "2",
261  "fromElement" => "2",
262  "FileSystem" => "2",
263  "FreeSpace" => "2",
264  "global" => "2",
265  "hash" => "2",
266  "height" => "2",
267  "host" => "2",
268  "hostname" => "2",
269  "href" => "2",
270  "hspace" => "2",
271  "htmlFor" => "2",
272  "htmlText" => "2",
273  "httpEquiv" => "2",
274  "Hidden" => "2",
275  "id" => "2",
276  "ignoreCase" => "2",
277  "indeterminate" => "2",
278  "index" => "2",
279  "innerHTML" => "2",
280  "innerText" => "2",
281  "input" => "2",
282  "isMap" => "2",
283  "isTextEdit" => "2",
284  "Infinity" => "2",
285  "IsReady" => "2",
286  "IsRootFolder" => "2",
287  "Item" => "2",
288  "Key" => "2",
289  "keyCode" => "2",
290  "lang" => "2",
291  "language" => "2",
292  "lastIndex" => "2",
293  "lastMatch" => "2",
294  "lastModified" => "2",
295  "lastParent" => "2",
296  "left" => "2",
297  "leftContext" => "2",
298  "leftMargin" => "2",
299  "length" => "2",
300  "letterSpacing" => "2",
301  "lineHeight" => "2",
302  "link" => "2",
303  "linkColor" => "2",
304  "listStyle" => "2",
305  "listStyleImage" => "2",
306  "listStylePosition" => "2",
307  "listStyleType" => "2",
308  "location" => "2",
309  "loop" => "2",
310  "lowsrc" => "2",
311  "Line" => "2",
312  "LN10" => "2",
313  "LN2" => "2",
314  "LOG10E" => "2",
315  "LOG2E" => "2",
316  "map" => "2",
317  "margin" => "2",
318  "marginBottom" => "2",
319  "marginHeight" => "2",
320  "marginLeft" => "2",
321  "marginRight" => "2",
322  "marginTop" => "2",
323  "marginWidth" => "2",
324  "maxLength" => "2",
325  "media" => "2",
326  "method" => "2",
327  "mimeTypes" => "2",
328  "multiline" => "2",
329  "multiple" => "2",
330  "MAX_VALUE" => "2",
331  "Methods" => "2",
332  "MIN_VALUE" => "2",
333  "Name" => "2",
334  "NaN" => "2",
335  "NEGATIVE_INFINITY" => "2",
336  "noHref" => "2",
337  "noResize" => "2",
338  "noShade" => "2",
339  "noWrap" => "2",
340  "object" => "2",
341  "offscreenBuffering" => "2",
342  "offsetHeight" => "2",
343  "offsetLeft" => "2",
344  "offsetParent" => "2",
345  "offsetTop" => "2",
346  "offsetWidth" => "2",
347  "offsetX" => "2",
348  "offsetY" => "2",
349  "onLine" => "2",
350  "opener" => "2",
351  "outerHTML" => "2",
352  "outerText" => "2",
353  "overflow" => "2",
354  "owningElement" => "2",
355  "padding" => "2",
356  "paddingBottom" => "2",
357  "paddingLeft" => "2",
358  "paddingRight" => "2",
359  "paddingTop" => "2",
360  "pageBreakAfter" => "2",
361  "pageBreakBefore" => "2",
362  "palette" => "2",
363  "parent" => "2",
364  "parentElement" => "2",
365  "parentStyleSheet" => "2",
366  "parentTextEdit" => "2",
367  "parentWindow" => "2",
368  "pathname" => "2",
369  "pixelHeight" => "2",
370  "pixelLeft" => "2",
371  "pixelTop" => "2",
372  "pixelWidth" => "2",
373  "platform" => "2",
374  "pluginspage" => "2",
375  "port" => "2",
376  "posHeight" => "2",
377  "position" => "2",
378  "posLeft" => "2",
379  "posTop" => "2",
380  "posWidth" => "2",
381  "protocol" => "2",
382  "prototype" => "2",
383  "Path" => "2",
384  "PI" => "2",
385  "POSITIVE_INFINITY" => "2",
386  "readOnly" => "2",
387  "readyState" => "2",
388  "reason" => "2",
389  "recordNumber" => "2",
390  "recordset" => "2",
391  "referrer" => "2",
392  "rel" => "2",
393  "returnValue" => "2",
394  "rev" => "2",
395  "rightContext" => "2",
396  "rightMargin" => "2",
397  "rowIndex" => "2",
398  "rowSpan" => "2",
399  "RootFolder" => "2",
400  "screenX" => "2",
401  "screenY" => "2",
402  "scrollAmount" => "2",
403  "scrollDelay" => "2",
404  "scrollHeight" => "2",
405  "scrolling" => "2",
406  "scrollLeft" => "2",
407  "scrollTop" => "2",
408  "scrollWidth" => "2",
409  "search" => "2",
410  "sectionRowIndex" => "2",
411  "selected" => "2",
412  "selectedIndex" => "2",
413  "self" => "2",
414  "shape" => "2",
415  "shiftKey" => "2",
416  "source" => "2",
417  "sourceIndex" => "2",
418  "span" => "2",
419  "src" => "2",
420  "srcElement" => "2",
421  "srcFilter" => "2",
422  "status" => "2",
423  "style" => "2",
424  "styleFloat" => "2",
425  "systemLanguage" => "2",
426  "SerialNumber" => "2",
427  "ShareName" => "2",
428  "ShortName" => "2",
429  "ShortPath" => "2",
430  "Size" => "2",
431  "SQRT1_2" => "2",
432  "SQRT2" => "2",
433  "SubFolders" => "2",
434  "tabIndex" => "2",
435  "tagName" => "2",
436  "target" => "2",
437  "text" => "2",
438  "textAlign" => "2",
439  "textDecoration" => "2",
440  "textDecorationBlink" => "2",
441  "textDecorationLineThrough" => "2",
442  "textDecorationNone" => "2",
443  "textDecorationOverline" => "2",
444  "textDecorationUnderline" => "2",
445  "textIndent" => "2",
446  "textTransform" => "2",
447  "tfoot" => "2",
448  "thead" => "2",
449  "title" => "2",
450  "toElement" => "2",
451  "top" => "2",
452  "topMargin" => "2",
453  "trueSpeed" => "2",
454  "TotalSize" => "2",
455  "Type" => "2",
456  "units" => "2",
457  "updateInterval" => "2",
458  "urn" => "2",
459  "useMap" => "2",
460  "userAgent" => "2",
461  "userLanguage" => "2",
462  "URL" => "2",
463  "vAlign" => "2",
464  "value" => "2",
465  "verticalAlign" => "2",
466  "visibility" => "2",
467  "vLink" => "2",
468  "vlinkColor" => "2",
469  "volume" => "2",
470  "vspace" => "2",
471  "VolumeName" => "2",
472  "width" => "2",
473  "wrap" => "2",
474  "x" => "2",
475  "y" => "2",
476  "zIndex" => "2",
477  "abs" => "3",
478  "acos" => "3",
479  "addChannel" => "3",
480  "addImport" => "3",
481  "addReadRequest" => "3",
482  "addRule" => "3",
483  "alert" => "3",
484  "anchor" => "3",
485  "asin" => "3",
486  "assign" => "3",
487  "atan" => "3",
488  "atan2" => "3",
489  "Add" => "3",
490  "AddFolders" => "3",
491  "AtEnd" => "3",
492  "back" => "3",
493  "big" => "3",
494  "blink" => "3",
495  "blur" => "3",
496  "bold" => "3",
497  "BuildPath" => "3",
498  "ceil" => "3",
499  "charAt" => "3",
500  "charCodeAt" => "3",
501  "clearInterval" => "3",
502  "clearRequest" => "3",
503  "clearTimeout" => "3",
504  "click" => "3",
505  "collapse" => "3",
506  "compareEndPoints" => "3",
507  "compile" => "3",
508  "concat" => "3",
509  "confirm" => "3",
510  "contains" => "3",
511  "cos" => "3",
512  "createCaption" => "3",
513  "createElement" => "3",
514  "createRange" => "3",
515  "createStyleSheet" => "3",
516  "createTextRange" => "3",
517  "createTFoot" => "3",
518  "createTHead" => "3",
519  "Close" => "3",
520  "Copy" => "3",
521  "CopyFile" => "3",
522  "CopyFolder" => "3",
523  "CreateFolder" => "3",
524  "CreateTextFile" => "3",
525  "deleteCaption" => "3",
526  "deleteCell" => "3",
527  "deleteRow" => "3",
528  "deleteTFoot" => "3",
529  "deleteTHead" => "3",
530  "doReadRequest" => "3",
531  "duplicate" => "3",
532  "Delete" => "3",
533  "DeleteFile" => "3",
534  "DeleteFolder" => "3",
535  "Dimensions" => "3",
536  "DriveExists" => "3",
537  "elementFromPoint" => "3",
538  "empty" => "3",
539  "escape" => "3",
540  "eval" => "3",
541  "exec" => "3",
542  "execCommand" => "3",
543  "execScript" => "3",
544  "exp" => "3",
545  "expand" => "3",
546  "Exists" => "3",
547  "findText" => "3",
548  "fixed" => "3",
549  "floor" => "3",
550  "focus" => "3",
551  "fontcolor" => "3",
552  "fontsize" => "3",
553  "forward" => "3",
554  "fromCharCode" => "3",
555  "FileExists" => "3",
556  "FolderExists" => "3",
557  "getAttribute" => "3",
558  "getBookmark" => "3",
559  "getDate" => "3",
560  "getDay" => "3",
561  "getFullYear" => "3",
562  "getHours" => "3",
563  "getItem" => "3",
564  "getMilliseconds" => "3",
565  "getMinutes" => "3",
566  "getMonth" => "3",
567  "getSeconds" => "3",
568  "getTime" => "3",
569  "getTimezoneOffset" => "3",
570  "getUTCDate" => "3",
571  "getUTCDay" => "3",
572  "getUTCFullYear" => "3",
573  "getUTCHours" => "3",
574  "getUTCMilliseconds" => "3",
575  "getUTCMinutes" => "3",
576  "getUTCMonth" => "3",
577  "getUTCSeconds" => "3",
578  "getVarDate" => "3",
579  "getYear" => "3",
580  "go" => "3",
581  "GetAbsolutePathName" => "3",
582  "GetBaseName" => "3",
583  "GetDrive" => "3",
584  "GetDriveName" => "3",
585  "GetExtensionName" => "3",
586  "GetFile" => "3",
587  "GetFileName" => "3",
588  "GetFolder" => "3",
589  "GetParentFolderName" => "3",
590  "GetSpecialFolder" => "3",
591  "GetTempName" => "3",
592  "indexOf" => "3",
593  "inRange" => "3",
594  "insertAdjacentHTML" => "3",
595  "insertAdjacentText" => "3",
596  "insertCell" => "3",
597  "insertRow" => "3",
598  "isEqual" => "3",
599  "isFinite" => "3",
600  "isNaN" => "3",
601  "isSubscribed" => "3",
602  "italics" => "3",
603  "item" => "3",
604  "Items" => "3",
605  "javaEnabled" => "3",
606  "join" => "3",
607  "Keys" => "3",
608  "lastIndexOf" => "3",
609  "lbound" => "3",
610  "log" => "3",
611  "max" => "3",
612  "min" => "3",
613  "moveBy" => "3",
614  "moveEnd" => "3",
615  "moveFirst" => "3",
616  "moveNext" => "3",
617  "moveStart" => "3",
618  "moveTo" => "3",
619  "moveToBookmark" => "3",
620  "moveToElementText" => "3",
621  "moveToPoint" => "3",
622  "Move" => "3",
623  "MoveFile" => "3",
624  "MoveFolder" => "3",
625  "navigate" => "3",
626  "nextPage" => "3",
627  "open" => "3",
628  "OpenAsTextStream" => "3",
629  "OpenTextFile" => "3",
630  "parse" => "3",
631  "parseFloat" => "3",
632  "parseInt" => "3",
633  "pasteHTML" => "3",
634  "pow" => "3",
635  "previousPage" => "3",
636  "prompt" => "3",
637  "queryCommandEnabled" => "3",
638  "queryCommandIndeterm" => "3",
639  "queryCommandState" => "3",
640  "queryCommandSupported" => "3",
641  "queryCommandValue" => "3",
642  "random" => "3",
643  "refresh" => "3",
644  "reload" => "3",
645  "removeAttribute" => "3",
646  "replace" => "3",
647  "resizeBy" => "3",
648  "resizeTo" => "3",
649  "reverse" => "3",
650  "round" => "3",
651  "Read" => "3",
652  "ReadAll" => "3",
653  "ReadLine" => "3",
654  "Remove" => "3",
655  "RemoveAll" => "3",
656  "scroll" => "3",
657  "scrollBy" => "3",
658  "scrollIntoView" => "3",
659  "scrollTo" => "3",
660  "select" => "3",
661  "setAttribute" => "3",
662  "setDate" => "3",
663  "setEndPoint" => "3",
664  "setFullYear" => "3",
665  "setHours" => "3",
666  "setInterval" => "3",
667  "setMilliseconds" => "3",
668  "setMinutes" => "3",
669  "setMonth" => "3",
670  "setSeconds" => "3",
671  "setTime" => "3",
672  "setTimeout" => "3",
673  "setUTCDate" => "3",
674  "setUTCFullYear" => "3",
675  "setUTCHours" => "3",
676  "setUTCMilliseconds" => "3",
677  "setUTCMinutes" => "3",
678  "setUTCMonth" => "3",
679  "setUTCSeconds" => "3",
680  "setYear" => "3",
681  "showHelp" => "3",
682  "showModalDialog" => "3",
683  "sin" => "3",
684  "slice" => "3",
685  "small" => "3",
686  "sort" => "3",
687  "sqrt" => "3",
688  "start" => "3",
689  "stop" => "3",
690  "strike" => "3",
691  "sub" => "3",
692  "submit" => "3",
693  "substr" => "3",
694  "substring" => "3",
695  "sup" => "3",
696  "Skip" => "3",
697  "SkipLine" => "3",
698  "tags" => "3",
699  "taintEnabled" => "3",
700  "tan" => "3",
701  "test" => "3",
702  "toArray" => "3",
703  "toGMTString" => "3",
704  "toLocaleString" => "3",
705  "toLowerCase" => "3",
706  "toString" => "3",
707  "toUpperCase" => "3",
708  "toUTCString" => "3",
709  "ubound" => "3",
710  "unescape" => "3",
711  "UTC" => "3",
712  "valueOf" => "3",
713  "Write" => "3",
714  "WriteBlankLines" => "3",
715  "WriteLine" => "3",
716  "write" => "3",
717  "writeln" => "3",
718  "zOrder" => "3",
719  "onabort" => "4",
720  "onafterupdate" => "4",
721  "onbeforeunload" => "4",
722  "onbeforeupdate" => "4",
723  "onblur" => "4",
724  "onbounce" => "4",
725  "onchange" => "4",
726  "onclick" => "4",
727  "ondataavailable" => "4",
728  "ondatasetchanged" => "4",
729  "ondatasetcomplete" => "4",
730  "ondblclick" => "4",
731  "ondragstart" => "4",
732  "onerror" => "4",
733  "onerrorupdate" => "4",
734  "onfilterchange" => "4",
735  "onfinish" => "4",
736  "onfocus" => "4",
737  "onhelp" => "4",
738  "onkeydown" => "4",
739  "onkeypress" => "4",
740  "onkeyup" => "4",
741  "onload" => "4",
742  "onmousedown" => "4",
743  "onmousemove" => "4",
744  "onmouseout" => "4",
745  "onmouseover" => "4",
746  "onmouseup" => "4",
747  "onreadystatechange" => "4",
748  "onreset" => "4",
749  "onresize" => "4",
750  "onrowenter" => "4",
751  "onrowexit" => "4",
752  "onscroll" => "4",
753  "onselect" => "4",
754  "onselectstart" => "4",
755  "onstart" => "4",
756  "onsubmit" => "4",
757  "onunload" => "4",
758  "break" => "5",
759  "Comments" => "5",
760  "continue" => "5",
761  "do" => "5",
762  "else" => "5",
763  "for" => "5",
764  "function" => "5",
765  "if" => "5",
766  "in" => "5",
767  "Labeled" => "5",
768  "return" => "5",
769  "switch" => "5",
770  "this" => "5",
771  "var" => "5",
772  "while" => "5",
773  "with" => "5");
774 
775  // Special extensions
776 
777  // Each category can specify a PHP function that returns an altered
778  // version of the keyword.
779 
780 
781 
782  $this->linkscripts = array(
783  "1" => "donothing",
784  "2" => "donothing",
785  "3" => "donothing",
786  "4" => "donothing",
787  "5" => "donothing");
788  }
Create styles array
The data for the language used.
Definition: HFile.php:21

The documentation for this class was generated from the following file: