ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
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
 HFile ()
 
 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 6 of file HFile_jscript.php.

Member Function Documentation

◆ donothing()

HFile_jscript::donothing (   $keywordin)

Definition at line 791 of file HFile_jscript.php.

792 {
793  return $keywordin;
794 }

◆ HFile_jscript()

HFile_jscript::HFile_jscript ( )

Definition at line 9 of file HFile_jscript.php.

References HFile\HFile().

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

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