ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
HFile_motivemaps Class Reference
+ Inheritance diagram for HFile_motivemaps:
+ Collaboration diagram for HFile_motivemaps:

Public Member Functions

 HFile_motivemaps ()
 
 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 5 of file HFile_motivemaps.php.

Member Function Documentation

◆ donothing()

HFile_motivemaps::donothing (   $keywordin)

Definition at line 1016 of file HFile_motivemaps.php.

1017 {
1018  return $keywordin;
1019 }

◆ HFile_motivemaps()

HFile_motivemaps::HFile_motivemaps ( )

Definition at line 6 of file HFile_motivemaps.php.

References HFile\HFile().

6  {
7  $this->HFile();
8 /*************************************/
9 // Beautifier Highlighting Configuration File
10 // Motive Maps
11 /*************************************/
12 // Flags
13 
14 $this->nocase = "0";
15 $this->notrim = "0";
16 $this->perl = "0";
17 
18 // Colours
19 
20 $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple", "gray", "brown");
21 $this->quotecolour = "blue";
22 $this->blockcommentcolour = "green";
23 $this->linecommentcolour = "green";
24 
25 // Indent Strings
26 
27 $this->indent = array();
28 $this->unindent = array();
29 
30 // String characters and delimiters
31 
32 $this->stringchars = array("\"", "'");
33 $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
34 $this->escchar = "";
35 
36 // Comment settings
37 
38 $this->linecommenton = array("//");
39 $this->blockcommenton = array("/*");
40 $this->blockcommentoff = array("*/");
41 
42 // Keywords (keyword mapping to colour number)
43 
44 $this->keywords = array(
45  "all" => "1",
46  "anchors" => "1",
47  "applets" => "1",
48  "areas" => "1",
49  "Array" => "1",
50  "Boolean" => "1",
51  "cells" => "1",
52  "checkbox" => "1",
53  "children" => "1",
54  "Collection" => "1",
55  "Date" => "1",
56  "Dictionary" => "1",
57  "Drive" => "1",
58  "Drives" => "1",
59  "DT" => "1",
60  "document" => "1",
61  "elements" => "1",
62  "embeds" => "1",
63  "external" => "1",
64  "Enumerator" => "1",
65  "File" => "1",
66  "Files" => "1",
67  "FileSystemObject" => "1",
68  "Folder" => "1",
69  "Folders" => "1",
70  "Function" => "1",
71  "false" => "1",
72  "filters" => "1",
73  "forms" => "1",
74  "frames" => "1",
75  "Global" => "1",
76  "hidden" => "1",
77  "history" => "1",
78  "image" => "1",
79  "images" => "1",
80  "imports" => "1",
81  "layer" => "1",
82  "layers" => "1",
83  "links" => "1",
84  "Math" => "1",
85  "navigator" => "1",
86  "Number" => "1",
87  "Object" => "1",
88  "options" => "1",
89  "password" => "1",
90  "plugins" => "1",
91  "radio" => "1",
92  "reset" => "1",
93  "rows" => "1",
94  "rules" => "1",
95  "RegExp" => "1",
96  "screen" => "1",
97  "scripts" => "1",
98  "selection" => "1",
99  "styleSheet" => "1",
100  "styleSheets" => "1",
101  "String" => "1",
102  "TextRange" => "1",
103  "TextStream" => "1",
104  "tbodies" => "1",
105  "true" => "1",
106  "userProfile" => "1",
107  "VBArray" => "1",
108  "window" => "1",
109  "accessKey" => "2",
110  "action" => "2",
111  "activeElement" => "2",
112  "align" => "2",
113  "aLink" => "2",
114  "alinkColor" => "2",
115  "alt" => "2",
116  "altHTML" => "2",
117  "altKey" => "2",
118  "appCodeName" => "2",
119  "appMinorVersion" => "2",
120  "appName" => "2",
121  "appVersion" => "2",
122  "arguments" => "2",
123  "availHeight" => "2",
124  "availWidth" => "2",
125  "AtEndOfLine" => "2",
126  "AtEndOfStream" => "2",
127  "Attributes" => "2",
128  "AvailableSpace" => "2",
129  "background" => "2",
130  "backgroundAttachment" => "2",
131  "backgroundColor" => "2",
132  "backgroundImage" => "2",
133  "backgroundPosition" => "2",
134  "backgroundPositionX" => "2",
135  "backgroundPositionY" => "2",
136  "backgroundRepeat" => "2",
137  "balance" => "2",
138  "behavior" => "2",
139  "bgColor" => "2",
140  "bgProperties" => "2",
141  "border" => "2",
142  "borderBottom" => "2",
143  "borderBottomColor" => "2",
144  "borderBottomStyle" => "2",
145  "borderBottomWidth" => "2",
146  "borderColor" => "2",
147  "borderColorDark" => "2",
148  "borderColorLight" => "2",
149  "borderLeft" => "2",
150  "borderLeftColor" => "2",
151  "borderLeftStyle" => "2",
152  "borderLeftWidth" => "2",
153  "borderRight" => "2",
154  "borderRightColor" => "2",
155  "borderRightStyle" => "2",
156  "borderRightWidth" => "2",
157  "borderStyle" => "2",
158  "borderTop" => "2",
159  "borderTopColor" => "2",
160  "borderTopStyle" => "2",
161  "borderTopWidth" => "2",
162  "borderWidth" => "2",
163  "bottomMargin" => "2",
164  "browserLanguage" => "2",
165  "bufferDepth" => "2",
166  "button" => "2",
167  "caller" => "2",
168  "cancelBubble" => "2",
169  "caption" => "2",
170  "cellIndex" => "2",
171  "cellPadding" => "2",
172  "cellSpacing" => "2",
173  "charset" => "2",
174  "checked" => "2",
175  "classid" => "2",
176  "className" => "2",
177  "clear" => "2",
178  "clientHeight" => "2",
179  "clientInformation" => "2",
180  "clientLeft" => "2",
181  "clientTop" => "2",
182  "clientWidth" => "2",
183  "clientX" => "2",
184  "clientY" => "2",
185  "clip" => "2",
186  "closed" => "2",
187  "code" => "2",
188  "codeBase" => "2",
189  "codeType" => "2",
190  "color" => "2",
191  "colorDepth" => "2",
192  "cols" => "2",
193  "colSpan" => "2",
194  "compact" => "2",
195  "complete" => "2",
196  "connectionSpeed" => "2",
197  "constructorCount" => "2",
198  "content" => "2",
199  "cookie" => "2",
200  "cookieEnabled" => "2",
201  "coords" => "2",
202  "cpuClass" => "2",
203  "cssText" => "2",
204  "ctrlKey" => "2",
205  "cursor" => "2",
206  "Column" => "2",
207  "CompareMode" => "2",
208  "data" => "2",
209  "dataFld" => "2",
210  "dataFormatAs" => "2",
211  "dataPageSize" => "2",
212  "dataSrc" => "2",
213  "defaultCharset" => "2",
214  "defaultChecked" => "2",
215  "defaultSelected" => "2",
216  "defaultStatus" => "2",
217  "defaultValue" => "2",
218  "defer" => "2",
219  "dialogArguments" => "2",
220  "dialogHeight" => "2",
221  "dialogLeft" => "2",
222  "dialogTop" => "2",
223  "dialogWidth" => "2",
224  "direction" => "2",
225  "disabled" => "2",
226  "display" => "2",
227  "domain" => "2",
228  "dynsrc" => "2",
229  "DriveLetter" => "2",
230  "DriveType" => "2",
231  "DateCreated" => "2",
232  "DateLastAccessed" => "2",
233  "DateLastModified" => "2",
234  "encoding" => "2",
235  "event" => "2",
236  "expando" => "2",
237  "face" => "2",
238  "fgColor" => "2",
239  "fileCreatedDate" => "2",
240  "fileModifiedDate" => "2",
241  "fileSize" => "2",
242  "fileUpdatedDate" => "2",
243  "filter" => "2",
244  "font" => "2",
245  "fontFamily" => "2",
246  "fontSize" => "2",
247  "fontSmoothingEnabled" => "2",
248  "fontStyle" => "2",
249  "fontVariant" => "2",
250  "fontWeight" => "2",
251  "form" => "2",
252  "frame" => "2",
253  "frameBorder" => "2",
254  "frameSpacing" => "2",
255  "fromElement" => "2",
256  "FileSystem" => "2",
257  "FreeSpace" => "2",
258  "global" => "2",
259  "hash" => "2",
260  "height" => "2",
261  "host" => "2",
262  "hostname" => "2",
263  "href" => "2",
264  "hspace" => "2",
265  "htmlFor" => "2",
266  "htmlText" => "2",
267  "httpEquiv" => "2",
268  "Hidden" => "2",
269  "id" => "2",
270  "ignoreCase" => "2",
271  "indeterminate" => "2",
272  "index" => "2",
273  "innerHTML" => "2",
274  "innerText" => "2",
275  "input" => "2",
276  "isMap" => "2",
277  "isTextEdit" => "2",
278  "Infinity" => "2",
279  "IsReady" => "2",
280  "IsRootFolder" => "2",
281  "Item" => "2",
282  "Key" => "2",
283  "keyCode" => "2",
284  "lang" => "2",
285  "language" => "2",
286  "lastIndex" => "2",
287  "lastMatch" => "2",
288  "lastModified" => "2",
289  "lastParent" => "2",
290  "left" => "2",
291  "leftContext" => "2",
292  "leftMargin" => "2",
293  "length" => "2",
294  "letterSpacing" => "2",
295  "lineHeight" => "2",
296  "link" => "2",
297  "linkColor" => "2",
298  "listStyle" => "2",
299  "listStyleImage" => "2",
300  "listStylePosition" => "2",
301  "listStyleType" => "2",
302  "location" => "2",
303  "loop" => "2",
304  "lowsrc" => "2",
305  "Line" => "2",
306  "LN10" => "2",
307  "LN2" => "2",
308  "LOG10E" => "2",
309  "LOG2E" => "2",
310  "map" => "2",
311  "margin" => "2",
312  "marginBottom" => "2",
313  "marginHeight" => "2",
314  "marginLeft" => "2",
315  "marginRight" => "2",
316  "marginTop" => "2",
317  "marginWidth" => "2",
318  "maxLength" => "2",
319  "media" => "2",
320  "method" => "2",
321  "mimeTypes" => "2",
322  "multiline" => "2",
323  "multiple" => "2",
324  "MAX_VALUE" => "2",
325  "Methods" => "2",
326  "MIN_VALUE" => "2",
327  "Name" => "2",
328  "NaN" => "2",
329  "NEGATIVE_INFINITY" => "2",
330  "noHref" => "2",
331  "noResize" => "2",
332  "noShade" => "2",
333  "noWrap" => "2",
334  "object" => "2",
335  "offscreenBuffering" => "2",
336  "offsetHeight" => "2",
337  "offsetLeft" => "2",
338  "offsetParent" => "2",
339  "offsetTop" => "2",
340  "offsetWidth" => "2",
341  "offsetX" => "2",
342  "offsetY" => "2",
343  "onLine" => "2",
344  "opener" => "2",
345  "outerHTML" => "2",
346  "outerText" => "2",
347  "overflow" => "2",
348  "owningElement" => "2",
349  "padding" => "2",
350  "paddingBottom" => "2",
351  "paddingLeft" => "2",
352  "paddingRight" => "2",
353  "paddingTop" => "2",
354  "pageBreakAfter" => "2",
355  "pageBreakBefore" => "2",
356  "palette" => "2",
357  "parent" => "2",
358  "parentElement" => "2",
359  "parentStyleSheet" => "2",
360  "parentTextEdit" => "2",
361  "parentWindow" => "2",
362  "pathname" => "2",
363  "pixelHeight" => "2",
364  "pixelLeft" => "2",
365  "pixelTop" => "2",
366  "pixelWidth" => "2",
367  "platform" => "2",
368  "pluginspage" => "2",
369  "port" => "2",
370  "posHeight" => "2",
371  "position" => "2",
372  "posLeft" => "2",
373  "posTop" => "2",
374  "posWidth" => "2",
375  "protocol" => "2",
376  "prototype" => "2",
377  "Path" => "2",
378  "PI" => "2",
379  "POSITIVE_INFINITY" => "2",
380  "readOnly" => "2",
381  "readyState" => "2",
382  "reason" => "2",
383  "recordNumber" => "2",
384  "recordset" => "2",
385  "referrer" => "2",
386  "rel" => "2",
387  "returnValue" => "2",
388  "rev" => "2",
389  "rightContext" => "2",
390  "rightMargin" => "2",
391  "rowIndex" => "2",
392  "rowSpan" => "2",
393  "RootFolder" => "2",
394  "screenX" => "2",
395  "screenY" => "2",
396  "scrollAmount" => "2",
397  "scrollDelay" => "2",
398  "scrollHeight" => "2",
399  "scrolling" => "2",
400  "scrollLeft" => "2",
401  "scrollTop" => "2",
402  "scrollWidth" => "2",
403  "search" => "2",
404  "sectionRowIndex" => "2",
405  "selected" => "2",
406  "selectedIndex" => "2",
407  "self" => "2",
408  "shape" => "2",
409  "shiftKey" => "2",
410  "source" => "2",
411  "sourceIndex" => "2",
412  "span" => "2",
413  "src" => "2",
414  "srcElement" => "2",
415  "srcFilter" => "2",
416  "status" => "2",
417  "style" => "2",
418  "styleFloat" => "2",
419  "systemLanguage" => "2",
420  "SerialNumber" => "2",
421  "ShareName" => "2",
422  "ShortName" => "2",
423  "ShortPath" => "2",
424  "Size" => "2",
425  "SQRT1_2" => "2",
426  "SQRT2" => "2",
427  "SubFolders" => "2",
428  "tabIndex" => "2",
429  "tagName" => "2",
430  "target" => "2",
431  "text" => "2",
432  "textAlign" => "2",
433  "textDecoration" => "2",
434  "textDecorationBlink" => "2",
435  "textDecorationLineThrough" => "2",
436  "textDecorationNone" => "2",
437  "textDecorationOverline" => "2",
438  "textDecorationUnderline" => "2",
439  "textIndent" => "2",
440  "textTransform" => "2",
441  "tfoot" => "2",
442  "thead" => "2",
443  "title" => "2",
444  "toElement" => "2",
445  "top" => "2",
446  "topMargin" => "2",
447  "trueSpeed" => "2",
448  "TotalSize" => "2",
449  "Type" => "2",
450  "units" => "2",
451  "updateInterval" => "2",
452  "urn" => "2",
453  "useMap" => "2",
454  "userAgent" => "2",
455  "userLanguage" => "2",
456  "URL" => "2",
457  "vAlign" => "2",
458  "value" => "2",
459  "verticalAlign" => "2",
460  "visibility" => "2",
461  "vLink" => "2",
462  "vlinkColor" => "2",
463  "volume" => "2",
464  "vspace" => "2",
465  "VolumeName" => "2",
466  "width" => "2",
467  "wrap" => "2",
468  "x" => "2",
469  "y" => "2",
470  "zIndex" => "2",
471  "abs" => "3",
472  "acos" => "3",
473  "addChannel" => "3",
474  "addImport" => "3",
475  "addReadRequest" => "3",
476  "addRule" => "3",
477  "alert" => "3",
478  "anchor" => "3",
479  "asin" => "3",
480  "assign" => "3",
481  "atan" => "3",
482  "atan2" => "3",
483  "Add" => "3",
484  "AddFolders" => "3",
485  "AtEnd" => "3",
486  "back" => "3",
487  "big" => "3",
488  "blink" => "3",
489  "blur" => "3",
490  "bold" => "3",
491  "BuildPath" => "3",
492  "ceil" => "3",
493  "charAt" => "3",
494  "charCodeAt" => "3",
495  "clearInterval" => "3",
496  "clearRequest" => "3",
497  "clearTimeout" => "3",
498  "click" => "3",
499  "collapse" => "3",
500  "compareEndPoints" => "3",
501  "compile" => "3",
502  "concat" => "3",
503  "confirm" => "3",
504  "contains" => "3",
505  "cos" => "3",
506  "createCaption" => "3",
507  "createElement" => "3",
508  "createRange" => "3",
509  "createStyleSheet" => "3",
510  "createTextRange" => "3",
511  "createTFoot" => "3",
512  "createTHead" => "3",
513  "Close" => "3",
514  "Copy" => "3",
515  "CopyFile" => "3",
516  "CopyFolder" => "3",
517  "CreateFolder" => "3",
518  "CreateTextFile" => "3",
519  "deleteCaption" => "3",
520  "deleteCell" => "3",
521  "deleteRow" => "3",
522  "deleteTFoot" => "3",
523  "deleteTHead" => "3",
524  "doReadRequest" => "3",
525  "duplicate" => "3",
526  "Delete" => "3",
527  "DeleteFile" => "3",
528  "DeleteFolder" => "3",
529  "Dimensions" => "3",
530  "DriveExists" => "3",
531  "elementFromPoint" => "3",
532  "empty" => "3",
533  "escape" => "3",
534  "eval" => "3",
535  "exec" => "3",
536  "execCommand" => "3",
537  "execScript" => "3",
538  "exp" => "3",
539  "expand" => "3",
540  "Exists" => "3",
541  "findText" => "3",
542  "fixed" => "3",
543  "floor" => "3",
544  "focus" => "3",
545  "fontcolor" => "3",
546  "fontsize" => "3",
547  "forward" => "3",
548  "fromCharCode" => "3",
549  "FileExists" => "3",
550  "FolderExists" => "3",
551  "getAttribute" => "3",
552  "getBookmark" => "3",
553  "getDate" => "3",
554  "getDay" => "3",
555  "getFullYear" => "3",
556  "getHours" => "3",
557  "getItem" => "3",
558  "getMilliseconds" => "3",
559  "getMinutes" => "3",
560  "getMonth" => "3",
561  "getSeconds" => "3",
562  "getTime" => "3",
563  "getTimezoneOffset" => "3",
564  "getUTCDate" => "3",
565  "getUTCDay" => "3",
566  "getUTCFullYear" => "3",
567  "getUTCHours" => "3",
568  "getUTCMilliseconds" => "3",
569  "getUTCMinutes" => "3",
570  "getUTCMonth" => "3",
571  "getUTCSeconds" => "3",
572  "getVarDate" => "3",
573  "getYear" => "3",
574  "go" => "3",
575  "GetAbsolutePathName" => "3",
576  "GetBaseName" => "3",
577  "GetDrive" => "3",
578  "GetDriveName" => "3",
579  "GetExtensionName" => "3",
580  "GetFile" => "3",
581  "GetFileName" => "3",
582  "GetFolder" => "3",
583  "GetParentFolderName" => "3",
584  "GetSpecialFolder" => "3",
585  "GetTempName" => "3",
586  "indexOf" => "3",
587  "inRange" => "3",
588  "insertAdjacentHTML" => "3",
589  "insertAdjacentText" => "3",
590  "insertCell" => "3",
591  "insertRow" => "3",
592  "isEqual" => "3",
593  "isFinite" => "3",
594  "isNaN" => "3",
595  "isSubscribed" => "3",
596  "italics" => "3",
597  "item" => "3",
598  "Items" => "3",
599  "javaEnabled" => "3",
600  "join" => "3",
601  "Keys" => "3",
602  "lastIndexOf" => "3",
603  "lbound" => "3",
604  "log" => "3",
605  "max" => "3",
606  "min" => "3",
607  "moveBy" => "3",
608  "moveEnd" => "3",
609  "moveFirst" => "3",
610  "moveNext" => "3",
611  "moveStart" => "3",
612  "moveTo" => "3",
613  "moveToBookmark" => "3",
614  "moveToElementText" => "3",
615  "moveToPoint" => "3",
616  "Move" => "3",
617  "MoveFile" => "3",
618  "MoveFolder" => "3",
619  "navigate" => "3",
620  "nextPage" => "3",
621  "open" => "3",
622  "OpenAsTextStream" => "3",
623  "OpenTextFile" => "3",
624  "parse" => "3",
625  "parseFloat" => "3",
626  "parseInt" => "3",
627  "pasteHTML" => "3",
628  "pow" => "3",
629  "previousPage" => "3",
630  "prompt" => "3",
631  "queryCommandEnabled" => "3",
632  "queryCommandIndeterm" => "3",
633  "queryCommandState" => "3",
634  "queryCommandSupported" => "3",
635  "queryCommandValue" => "3",
636  "random" => "3",
637  "refresh" => "3",
638  "reload" => "3",
639  "removeAttribute" => "3",
640  "replace" => "3",
641  "resizeBy" => "3",
642  "resizeTo" => "3",
643  "reverse" => "3",
644  "round" => "3",
645  "Read" => "3",
646  "ReadAll" => "3",
647  "ReadLine" => "3",
648  "Remove" => "3",
649  "RemoveAll" => "3",
650  "scroll" => "3",
651  "scrollBy" => "3",
652  "scrollIntoView" => "3",
653  "scrollTo" => "3",
654  "select" => "3",
655  "setAttribute" => "3",
656  "setDate" => "3",
657  "setEndPoint" => "3",
658  "setFullYear" => "3",
659  "setHours" => "3",
660  "setInterval" => "3",
661  "setMilliseconds" => "3",
662  "setMinutes" => "3",
663  "setMonth" => "3",
664  "setSeconds" => "3",
665  "setTime" => "3",
666  "setTimeout" => "3",
667  "setUTCDate" => "3",
668  "setUTCFullYear" => "3",
669  "setUTCHours" => "3",
670  "setUTCMilliseconds" => "3",
671  "setUTCMinutes" => "3",
672  "setUTCMonth" => "3",
673  "setUTCSeconds" => "3",
674  "setYear" => "3",
675  "showHelp" => "3",
676  "showModalDialog" => "3",
677  "sin" => "3",
678  "slice" => "3",
679  "small" => "3",
680  "sort" => "3",
681  "sqrt" => "3",
682  "start" => "3",
683  "stop" => "3",
684  "strike" => "3",
685  "sub" => "3",
686  "submit" => "3",
687  "substr" => "3",
688  "substring" => "3",
689  "sup" => "3",
690  "Skip" => "3",
691  "SkipLine" => "3",
692  "tags" => "3",
693  "taintEnabled" => "3",
694  "tan" => "3",
695  "test" => "3",
696  "toArray" => "3",
697  "toGMTString" => "3",
698  "toLocaleString" => "3",
699  "toLowerCase" => "3",
700  "toString" => "3",
701  "toUpperCase" => "3",
702  "toUTCString" => "3",
703  "ubound" => "3",
704  "unescape" => "3",
705  "UTC" => "3",
706  "valueOf" => "3",
707  "Write" => "3",
708  "WriteBlankLines" => "3",
709  "WriteLine" => "3",
710  "write" => "3",
711  "writeln" => "3",
712  "zOrder" => "3",
713  "onabort" => "4",
714  "onafterupdate" => "4",
715  "onbeforeunload" => "4",
716  "onbeforeupdate" => "4",
717  "onblur" => "4",
718  "onbounce" => "4",
719  "onchange" => "4",
720  "onclick" => "4",
721  "ondataavailable" => "4",
722  "ondatasetchanged" => "4",
723  "ondatasetcomplete" => "4",
724  "ondblclick" => "4",
725  "ondragstart" => "4",
726  "onerror" => "4",
727  "onerrorupdate" => "4",
728  "onfilterchange" => "4",
729  "onfinish" => "4",
730  "onfocus" => "4",
731  "onhelp" => "4",
732  "onkeydown" => "4",
733  "onkeypress" => "4",
734  "onkeyup" => "4",
735  "onload" => "4",
736  "onmousedown" => "4",
737  "onmousemove" => "4",
738  "onmouseout" => "4",
739  "onmouseover" => "4",
740  "onmouseup" => "4",
741  "onreadystatechange" => "4",
742  "onreset" => "4",
743  "onresize" => "4",
744  "onrowenter" => "4",
745  "onrowexit" => "4",
746  "onscroll" => "4",
747  "onselect" => "4",
748  "onselectstart" => "4",
749  "onstart" => "4",
750  "onsubmit" => "4",
751  "onunload" => "4",
752  "break" => "5",
753  "Comments" => "5",
754  "continue" => "5",
755  "do" => "5",
756  "else" => "5",
757  "for" => "5",
758  "function" => "5",
759  "if" => "5",
760  "in" => "5",
761  "Labeled" => "5",
762  "return" => "5",
763  "switch" => "5",
764  "this" => "5",
765  "var" => "5",
766  "while" => "5",
767  "with" => "5",
768  "AddAttribute" => "6",
769  "AddAttrubutes" => "6",
770  "AddEntity" => "6",
771  "AddEntry" => "6",
772  "AddKey" => "6",
773  "AddValue" => "6",
774  "Append" => "6",
775  "AttributeEquals" => "6",
776  "AttributeToInt" => "6",
777  "Begin" => "6",
778  "CancelRequest" => "6",
779  "CheckDesktopShortcuts" => "7",
780  "CheckStartMenuLinks" => "7",
781  "CopyFileFromUrl" => "7",
782  "CopyMapFile" => "6",
783  "CreateXMLEntity" => "6",
784  "DebugPrint" => "6",
785  "DeleteAttribute" => "6",
786  "DeleteDirectory" => "6",
787  "DeleteEntities" => "6",
788  "DeleteEntry" => "6",
789  "DeleteKey" => "6",
790  "DeleteValue" => "6",
791  "End" => "6",
792  "FindFile" => "7",
793  "GetAllComponentInfo" => "6",
794  "GetAllComponents" => "6",
795  "GetAllGroupInfo" => "6",
796  "GetAllInfoForAllComponents" => "6",
797  "GetAllKeyValues" => "6",
798  "GetApi" => "6",
799  "GetAppInstallPath" => "6",
800  "GetAppName" => "6",
801  "GetApplicationInstallHistory" => "7",
802  "GetAttribute" => "6",
803  "GetAttributeInfo" => "6",
804  "GetClientForMSNetSettings" => "6",
805  "GetComponentHistory" => "6",
806  "GetComponentIds" => "6",
807  "GetComponentInfo" => "6",
808  "GetDeviceInfo" => "6",
809  "GetDirAttrs" => "6",
810  "GetDirListing" => "6",
811  "GetDriverServicesInfo" => "7",
812  "GetEntities" => "6",
813  "GetEntitiesCompare" => "6",
814  "GetEntity" => "6",
815  "GetEntry" => "6",
816  "GetEnvironmentVariable" => "6",
817  "GetEnvironmentVariables" => "6",
818  "GetEventLogEntries" => "7",
819  "GetFullPath" => "6",
820  "GetGeneralInfo" => "6",
821  "GetGroupInfo" => "6",
822  "GetInstalledApps" => "6",
823  "GetInstalledDrivers" => "7",
824  "GetInstalledFileHistory" => "6",
825  "GetKeyValueName" => "6",
826  "GetKeyboardInfo" => "7",
827  "GetLoadedModules" => "6",
828  "GetLoadedModulesByProcess" => "6",
829  "GetLoadedModulesForProcess" => "6",
830  "GetLocalDriveInfo" => "6",
831  "GetMaxPath" => "6",
832  "GetMetaFrameId" => "6",
833  "GetMotherboardInfo" => "7",
834  "GetMotiveInstallPath" => "6",
835  "GetMouseInfo" => "7",
836  "GetName" => "6",
837  "GetNetConfig" => "6",
838  "GetNetworkAdapters" => "6",
839  "GetNetworkBindings" => "6",
840  "GetNetworkIdentification" => "6",
841  "GetNetworkProtocols" => "6",
842  "GetNetworkServices" => "6",
843  "GetNumAttributes" => "6",
844  "GetNumEntities" => "6",
845  "GetOLEServers" => "7",
846  "GetObject" => "6",
847  "GetObjectProperty" => "6",
848  "GetObjects" => "6",
849  "GetOperatingSystemName" => "6",
850  "GetParent" => "6",
851  "GetParentAttribute" => "6",
852  "GetPrimaryNetworkLogon" => "6",
853  "GetProblemDescription" => "6",
854  "GetProblemSummary" => "6",
855  "GetProperties" => "6",
856  "GetPropertiesAndVersions" => "6",
857  "GetResourceInfo" => "6",
858  "GetReturnCode" => "6",
859  "GetScsiAdapterInfo" => "7",
860  "GetSection" => "6",
861  "GetServicesInfo" => "6",
862  "GetSubFrameId" => "6",
863  "GetSubkey" => "6",
864  "GetSubkeys" => "6",
865  "GetSubtree" => "6",
866  "GetSystemDllChangeHistory" => "7",
867  "GetSystemDllInfo" => "7",
868  "GetTCPIPSettings" => "6",
869  "GetTaskList" => "7",
870  "GetUserName" => "6",
871  "GetValue" => "6",
872  "GetVersions" => "6",
873  "GetVideoAdapterInfo" => "7",
874  "GetWinIniOLEServers" => "6",
875  "HasWBEMSupport" => "6",
876  "Head" => "6",
877  "IsGUIAllowed" => "6",
878  "IsInteresting" => "6",
879  "IsKeyExcluded" => "6",
880  "IsPathExcluded" => "6",
881  "IsProcessRunning" => "6",
882  "IsWindows" => "6",
883  "IsWindows95" => "6",
884  "IsWindows98" => "6",
885  "IsWindowsNT" => "6",
886  "KeyExists" => "6",
887  "LogMessage" => "6",
888  "LogXMLEntities" => "6",
889  "LogXMLEntity" => "6",
890  "MakeDirectory" => "6",
891  "MultiSZToEnum" => "6",
892  "OpenRead" => "6",
893  "OpenWrite" => "6",
894  "Prepend" => "6",
895  "Print" => "6",
896  "ReadAppInstallPath" => "6",
897  "ReadKeyValueName" => "6",
898  "ReadSubkey" => "6",
899  "ReadValue" => "6",
900  "Readln" => "6",
901  "RegisteredWithDmiSP" => "6",
902  "RunMap" => "6",
903  "RunWQLQuery" => "6",
904  "Search" => "6",
905  "SearchReplace" => "6",
906  "SetDirAttrs" => "6",
907  "SetFileAttrs" => "6",
908  "SetInteresting" => "6",
909  "SetName" => "6",
910  "SetUninteresting" => "6",
911  "ShowEditDlg" => "6",
912  "ShowInfoDlg" => "6",
913  "ShowListDlg" => "6",
914  "ShowMultiSelectListDlg" => "6",
915  "ShowOKCancelDlg" => "6",
916  "ShowYesNoDlg" => "6",
917  "StartBrowser" => "6",
918  "StopBrowser" => "6",
919  "Tail" => "6",
920  "Writeln" => "6",
921  "AddIniFileEntry" => "7",
922  "AddRegistryKey" => "7",
923  "AddRegistryValue" => "7",
924  "BeginDisplayGroup" => "7",
925  "CheckDefaultRegistryValue" => "7",
926  "CheckDirectoryAttributes" => "7",
927  "CheckFileExists" => "7",
928  "CheckFileProperties" => "7",
929  "CheckFilePropertiesAndVersions" => "7",
930  "CheckFileVersions" => "7",
931  "CheckIniFileEntry" => "7",
932  "CheckRegistryValue" => "7",
933  "DeleteIniFileEntry" => "7",
934  "DeleteRegistryKey" => "7",
935  "DeleteRegistryValue" => "7",
936  "EndDisplayGroup" => "7",
937  "GetAllRegistryKeyValues" => "7",
938  "GetDefaultRegistryValue" => "7",
939  "GetDiagnosticsReport" => "7",
940  "GetDirectoryAttributes" => "7",
941  "GetDirectoryListing" => "7",
942  "GetEnvironmentVariableInfo" => "7",
943  "GetFileProperties" => "7",
944  "GetFilePropertiesAndVersions" => "7",
945  "GetFileVersions" => "7",
946  "GetGeneralSystemInfo" => "7",
947  "GetHardwareDeviceInfo" => "7",
948  "GetIniFileEntry" => "7",
949  "GetInstalledAppsList" => "7",
950  "GetLoadedModuleInfo" => "7",
951  "GetLoadedModuleInfoForAllProcesses" => "7",
952  "GetLoadedModuleInfoForProcesses" => "7",
953  "GetMapParam" => "7",
954  "GetNetworkAdapterInfo" => "7",
955  "GetNetworkConfigurationInfo" => "7",
956  "GetProcessList" => "7",
957  "GetRegistrySubkeys" => "7",
958  "GetRegistrySubtree" => "7",
959  "GetRegistryValue" => "7",
960  "GetResourceUsageSummary" => "7",
961  "GetScreenSnaHFileot" => "7",
962  "GetWin32ServicesInfo" => "7",
963  "RunProgramAsync" => "7",
964  "RunProgramSync" => "7",
965  "SetDirectoryAttributes" => "7",
966  "SetFileAttributes" => "7",
967  "SetSelfServiceAnswer" => "7",
968  "SetSelfServiceSearchString" => "7",
969  "SetSelfServiceUrl" => "7",
970  "dmiApi" => "8",
971  "DmiApi" => "8",
972  "fileApi" => "8",
973  "FileApi" => "8",
974  "guiApi" => "8",
975  "GuiApi" => "8",
976  "iniApi" => "8",
977  "IniApi" => "8",
978  "ntApi" => "8",
979  "NtApi" => "8",
980  "oleApi" => "8",
981  "OleApi" => "8",
982  "regApi" => "8",
983  "RegApi" => "8",
984  "sysApi" => "8",
985  "SysApi" => "8",
986  "threadApi" => "8",
987  "txtApi" => "8",
988  "ThreadApi" => "8",
989  "TxtApi" => "8",
990  "wbemApi" => "8",
991  "win98Api" => "8",
992  "win9xApi" => "8",
993  "WbemApi" => "8",
994  "Win98Api" => "8",
995  "Win9xApi" => "8");
996 
997 // Special extensions
998 
999 // Each category can specify a PHP function that returns an altered
1000 // version of the keyword.
1001 
1002 
1003 
1004 $this->linkscripts = array(
1005  "1" => "donothing",
1006  "2" => "donothing",
1007  "3" => "donothing",
1008  "4" => "donothing",
1009  "5" => "donothing",
1010  "6" => "donothing",
1011  "7" => "donothing",
1012  "8" => "donothing");
1013 }
HFile()
Definition: HFile.php:24
+ Here is the call graph for this function:

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