• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_motivemaps.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005   class HFile_motivemaps extends HFile{
00006    function HFile_motivemaps(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // Motive Maps
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "0";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("blue", "purple", "gray", "brown", "blue", "purple", "gray", "brown");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array();
00028 $this->unindent                 = array();
00029 
00030 // String characters and delimiters
00031 
00032 $this->stringchars              = array("\"", "'");
00033 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", ".", "?");
00034 $this->escchar                  = "";
00035 
00036 // Comment settings
00037 
00038 $this->linecommenton            = array("//");
00039 $this->blockcommenton           = array("/*");
00040 $this->blockcommentoff          = array("*/");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "all" => "1", 
00046                         "anchors" => "1", 
00047                         "applets" => "1", 
00048                         "areas" => "1", 
00049                         "Array" => "1", 
00050                         "Boolean" => "1", 
00051                         "cells" => "1", 
00052                         "checkbox" => "1", 
00053                         "children" => "1", 
00054                         "Collection" => "1", 
00055                         "Date" => "1", 
00056                         "Dictionary" => "1", 
00057                         "Drive" => "1", 
00058                         "Drives" => "1", 
00059                         "DT" => "1", 
00060                         "document" => "1", 
00061                         "elements" => "1", 
00062                         "embeds" => "1", 
00063                         "external" => "1", 
00064                         "Enumerator" => "1", 
00065                         "File" => "1", 
00066                         "Files" => "1", 
00067                         "FileSystemObject" => "1", 
00068                         "Folder" => "1", 
00069                         "Folders" => "1", 
00070                         "Function" => "1", 
00071                         "false" => "1", 
00072                         "filters" => "1", 
00073                         "forms" => "1", 
00074                         "frames" => "1", 
00075                         "Global" => "1", 
00076                         "hidden" => "1", 
00077                         "history" => "1", 
00078                         "image" => "1", 
00079                         "images" => "1", 
00080                         "imports" => "1", 
00081                         "layer" => "1", 
00082                         "layers" => "1", 
00083                         "links" => "1", 
00084                         "Math" => "1", 
00085                         "navigator" => "1", 
00086                         "Number" => "1", 
00087                         "Object" => "1", 
00088                         "options" => "1", 
00089                         "password" => "1", 
00090                         "plugins" => "1", 
00091                         "radio" => "1", 
00092                         "reset" => "1", 
00093                         "rows" => "1", 
00094                         "rules" => "1", 
00095                         "RegExp" => "1", 
00096                         "screen" => "1", 
00097                         "scripts" => "1", 
00098                         "selection" => "1", 
00099                         "styleSheet" => "1", 
00100                         "styleSheets" => "1", 
00101                         "String" => "1", 
00102                         "TextRange" => "1", 
00103                         "TextStream" => "1", 
00104                         "tbodies" => "1", 
00105                         "true" => "1", 
00106                         "userProfile" => "1", 
00107                         "VBArray" => "1", 
00108                         "window" => "1", 
00109                         "accessKey" => "2", 
00110                         "action" => "2", 
00111                         "activeElement" => "2", 
00112                         "align" => "2", 
00113                         "aLink" => "2", 
00114                         "alinkColor" => "2", 
00115                         "alt" => "2", 
00116                         "altHTML" => "2", 
00117                         "altKey" => "2", 
00118                         "appCodeName" => "2", 
00119                         "appMinorVersion" => "2", 
00120                         "appName" => "2", 
00121                         "appVersion" => "2", 
00122                         "arguments" => "2", 
00123                         "availHeight" => "2", 
00124                         "availWidth" => "2", 
00125                         "AtEndOfLine" => "2", 
00126                         "AtEndOfStream" => "2", 
00127                         "Attributes" => "2", 
00128                         "AvailableSpace" => "2", 
00129                         "background" => "2", 
00130                         "backgroundAttachment" => "2", 
00131                         "backgroundColor" => "2", 
00132                         "backgroundImage" => "2", 
00133                         "backgroundPosition" => "2", 
00134                         "backgroundPositionX" => "2", 
00135                         "backgroundPositionY" => "2", 
00136                         "backgroundRepeat" => "2", 
00137                         "balance" => "2", 
00138                         "behavior" => "2", 
00139                         "bgColor" => "2", 
00140                         "bgProperties" => "2", 
00141                         "border" => "2", 
00142                         "borderBottom" => "2", 
00143                         "borderBottomColor" => "2", 
00144                         "borderBottomStyle" => "2", 
00145                         "borderBottomWidth" => "2", 
00146                         "borderColor" => "2", 
00147                         "borderColorDark" => "2", 
00148                         "borderColorLight" => "2", 
00149                         "borderLeft" => "2", 
00150                         "borderLeftColor" => "2", 
00151                         "borderLeftStyle" => "2", 
00152                         "borderLeftWidth" => "2", 
00153                         "borderRight" => "2", 
00154                         "borderRightColor" => "2", 
00155                         "borderRightStyle" => "2", 
00156                         "borderRightWidth" => "2", 
00157                         "borderStyle" => "2", 
00158                         "borderTop" => "2", 
00159                         "borderTopColor" => "2", 
00160                         "borderTopStyle" => "2", 
00161                         "borderTopWidth" => "2", 
00162                         "borderWidth" => "2", 
00163                         "bottomMargin" => "2", 
00164                         "browserLanguage" => "2", 
00165                         "bufferDepth" => "2", 
00166                         "button" => "2", 
00167                         "caller" => "2", 
00168                         "cancelBubble" => "2", 
00169                         "caption" => "2", 
00170                         "cellIndex" => "2", 
00171                         "cellPadding" => "2", 
00172                         "cellSpacing" => "2", 
00173                         "charset" => "2", 
00174                         "checked" => "2", 
00175                         "classid" => "2", 
00176                         "className" => "2", 
00177                         "clear" => "2", 
00178                         "clientHeight" => "2", 
00179                         "clientInformation" => "2", 
00180                         "clientLeft" => "2", 
00181                         "clientTop" => "2", 
00182                         "clientWidth" => "2", 
00183                         "clientX" => "2", 
00184                         "clientY" => "2", 
00185                         "clip" => "2", 
00186                         "closed" => "2", 
00187                         "code" => "2", 
00188                         "codeBase" => "2", 
00189                         "codeType" => "2", 
00190                         "color" => "2", 
00191                         "colorDepth" => "2", 
00192                         "cols" => "2", 
00193                         "colSpan" => "2", 
00194                         "compact" => "2", 
00195                         "complete" => "2", 
00196                         "connectionSpeed" => "2", 
00197                         "constructorCount" => "2", 
00198                         "content" => "2", 
00199                         "cookie" => "2", 
00200                         "cookieEnabled" => "2", 
00201                         "coords" => "2", 
00202                         "cpuClass" => "2", 
00203                         "cssText" => "2", 
00204                         "ctrlKey" => "2", 
00205                         "cursor" => "2", 
00206                         "Column" => "2", 
00207                         "CompareMode" => "2", 
00208                         "data" => "2", 
00209                         "dataFld" => "2", 
00210                         "dataFormatAs" => "2", 
00211                         "dataPageSize" => "2", 
00212                         "dataSrc" => "2", 
00213                         "defaultCharset" => "2", 
00214                         "defaultChecked" => "2", 
00215                         "defaultSelected" => "2", 
00216                         "defaultStatus" => "2", 
00217                         "defaultValue" => "2", 
00218                         "defer" => "2", 
00219                         "dialogArguments" => "2", 
00220                         "dialogHeight" => "2", 
00221                         "dialogLeft" => "2", 
00222                         "dialogTop" => "2", 
00223                         "dialogWidth" => "2", 
00224                         "direction" => "2", 
00225                         "disabled" => "2", 
00226                         "display" => "2", 
00227                         "domain" => "2", 
00228                         "dynsrc" => "2", 
00229                         "DriveLetter" => "2", 
00230                         "DriveType" => "2", 
00231                         "DateCreated" => "2", 
00232                         "DateLastAccessed" => "2", 
00233                         "DateLastModified" => "2", 
00234                         "encoding" => "2", 
00235                         "event" => "2", 
00236                         "expando" => "2", 
00237                         "face" => "2", 
00238                         "fgColor" => "2", 
00239                         "fileCreatedDate" => "2", 
00240                         "fileModifiedDate" => "2", 
00241                         "fileSize" => "2", 
00242                         "fileUpdatedDate" => "2", 
00243                         "filter" => "2", 
00244                         "font" => "2", 
00245                         "fontFamily" => "2", 
00246                         "fontSize" => "2", 
00247                         "fontSmoothingEnabled" => "2", 
00248                         "fontStyle" => "2", 
00249                         "fontVariant" => "2", 
00250                         "fontWeight" => "2", 
00251                         "form" => "2", 
00252                         "frame" => "2", 
00253                         "frameBorder" => "2", 
00254                         "frameSpacing" => "2", 
00255                         "fromElement" => "2", 
00256                         "FileSystem" => "2", 
00257                         "FreeSpace" => "2", 
00258                         "global" => "2", 
00259                         "hash" => "2", 
00260                         "height" => "2", 
00261                         "host" => "2", 
00262                         "hostname" => "2", 
00263                         "href" => "2", 
00264                         "hspace" => "2", 
00265                         "htmlFor" => "2", 
00266                         "htmlText" => "2", 
00267                         "httpEquiv" => "2", 
00268                         "Hidden" => "2", 
00269                         "id" => "2", 
00270                         "ignoreCase" => "2", 
00271                         "indeterminate" => "2", 
00272                         "index" => "2", 
00273                         "innerHTML" => "2", 
00274                         "innerText" => "2", 
00275                         "input" => "2", 
00276                         "isMap" => "2", 
00277                         "isTextEdit" => "2", 
00278                         "Infinity" => "2", 
00279                         "IsReady" => "2", 
00280                         "IsRootFolder" => "2", 
00281                         "Item" => "2", 
00282                         "Key" => "2", 
00283                         "keyCode" => "2", 
00284                         "lang" => "2", 
00285                         "language" => "2", 
00286                         "lastIndex" => "2", 
00287                         "lastMatch" => "2", 
00288                         "lastModified" => "2", 
00289                         "lastParent" => "2", 
00290                         "left" => "2", 
00291                         "leftContext" => "2", 
00292                         "leftMargin" => "2", 
00293                         "length" => "2", 
00294                         "letterSpacing" => "2", 
00295                         "lineHeight" => "2", 
00296                         "link" => "2", 
00297                         "linkColor" => "2", 
00298                         "listStyle" => "2", 
00299                         "listStyleImage" => "2", 
00300                         "listStylePosition" => "2", 
00301                         "listStyleType" => "2", 
00302                         "location" => "2", 
00303                         "loop" => "2", 
00304                         "lowsrc" => "2", 
00305                         "Line" => "2", 
00306                         "LN10" => "2", 
00307                         "LN2" => "2", 
00308                         "LOG10E" => "2", 
00309                         "LOG2E" => "2", 
00310                         "map" => "2", 
00311                         "margin" => "2", 
00312                         "marginBottom" => "2", 
00313                         "marginHeight" => "2", 
00314                         "marginLeft" => "2", 
00315                         "marginRight" => "2", 
00316                         "marginTop" => "2", 
00317                         "marginWidth" => "2", 
00318                         "maxLength" => "2", 
00319                         "media" => "2", 
00320                         "method" => "2", 
00321                         "mimeTypes" => "2", 
00322                         "multiline" => "2", 
00323                         "multiple" => "2", 
00324                         "MAX_VALUE" => "2", 
00325                         "Methods" => "2", 
00326                         "MIN_VALUE" => "2", 
00327                         "Name" => "2", 
00328                         "NaN" => "2", 
00329                         "NEGATIVE_INFINITY" => "2", 
00330                         "noHref" => "2", 
00331                         "noResize" => "2", 
00332                         "noShade" => "2", 
00333                         "noWrap" => "2", 
00334                         "object" => "2", 
00335                         "offscreenBuffering" => "2", 
00336                         "offsetHeight" => "2", 
00337                         "offsetLeft" => "2", 
00338                         "offsetParent" => "2", 
00339                         "offsetTop" => "2", 
00340                         "offsetWidth" => "2", 
00341                         "offsetX" => "2", 
00342                         "offsetY" => "2", 
00343                         "onLine" => "2", 
00344                         "opener" => "2", 
00345                         "outerHTML" => "2", 
00346                         "outerText" => "2", 
00347                         "overflow" => "2", 
00348                         "owningElement" => "2", 
00349                         "padding" => "2", 
00350                         "paddingBottom" => "2", 
00351                         "paddingLeft" => "2", 
00352                         "paddingRight" => "2", 
00353                         "paddingTop" => "2", 
00354                         "pageBreakAfter" => "2", 
00355                         "pageBreakBefore" => "2", 
00356                         "palette" => "2", 
00357                         "parent" => "2", 
00358                         "parentElement" => "2", 
00359                         "parentStyleSheet" => "2", 
00360                         "parentTextEdit" => "2", 
00361                         "parentWindow" => "2", 
00362                         "pathname" => "2", 
00363                         "pixelHeight" => "2", 
00364                         "pixelLeft" => "2", 
00365                         "pixelTop" => "2", 
00366                         "pixelWidth" => "2", 
00367                         "platform" => "2", 
00368                         "pluginspage" => "2", 
00369                         "port" => "2", 
00370                         "posHeight" => "2", 
00371                         "position" => "2", 
00372                         "posLeft" => "2", 
00373                         "posTop" => "2", 
00374                         "posWidth" => "2", 
00375                         "protocol" => "2", 
00376                         "prototype" => "2", 
00377                         "Path" => "2", 
00378                         "PI" => "2", 
00379                         "POSITIVE_INFINITY" => "2", 
00380                         "readOnly" => "2", 
00381                         "readyState" => "2", 
00382                         "reason" => "2", 
00383                         "recordNumber" => "2", 
00384                         "recordset" => "2", 
00385                         "referrer" => "2", 
00386                         "rel" => "2", 
00387                         "returnValue" => "2", 
00388                         "rev" => "2", 
00389                         "rightContext" => "2", 
00390                         "rightMargin" => "2", 
00391                         "rowIndex" => "2", 
00392                         "rowSpan" => "2", 
00393                         "RootFolder" => "2", 
00394                         "screenX" => "2", 
00395                         "screenY" => "2", 
00396                         "scrollAmount" => "2", 
00397                         "scrollDelay" => "2", 
00398                         "scrollHeight" => "2", 
00399                         "scrolling" => "2", 
00400                         "scrollLeft" => "2", 
00401                         "scrollTop" => "2", 
00402                         "scrollWidth" => "2", 
00403                         "search" => "2", 
00404                         "sectionRowIndex" => "2", 
00405                         "selected" => "2", 
00406                         "selectedIndex" => "2", 
00407                         "self" => "2", 
00408                         "shape" => "2", 
00409                         "shiftKey" => "2", 
00410                         "source" => "2", 
00411                         "sourceIndex" => "2", 
00412                         "span" => "2", 
00413                         "src" => "2", 
00414                         "srcElement" => "2", 
00415                         "srcFilter" => "2", 
00416                         "status" => "2", 
00417                         "style" => "2", 
00418                         "styleFloat" => "2", 
00419                         "systemLanguage" => "2", 
00420                         "SerialNumber" => "2", 
00421                         "ShareName" => "2", 
00422                         "ShortName" => "2", 
00423                         "ShortPath" => "2", 
00424                         "Size" => "2", 
00425                         "SQRT1_2" => "2", 
00426                         "SQRT2" => "2", 
00427                         "SubFolders" => "2", 
00428                         "tabIndex" => "2", 
00429                         "tagName" => "2", 
00430                         "target" => "2", 
00431                         "text" => "2", 
00432                         "textAlign" => "2", 
00433                         "textDecoration" => "2", 
00434                         "textDecorationBlink" => "2", 
00435                         "textDecorationLineThrough" => "2", 
00436                         "textDecorationNone" => "2", 
00437                         "textDecorationOverline" => "2", 
00438                         "textDecorationUnderline" => "2", 
00439                         "textIndent" => "2", 
00440                         "textTransform" => "2", 
00441                         "tfoot" => "2", 
00442                         "thead" => "2", 
00443                         "title" => "2", 
00444                         "toElement" => "2", 
00445                         "top" => "2", 
00446                         "topMargin" => "2", 
00447                         "trueSpeed" => "2", 
00448                         "TotalSize" => "2", 
00449                         "Type" => "2", 
00450                         "units" => "2", 
00451                         "updateInterval" => "2", 
00452                         "urn" => "2", 
00453                         "useMap" => "2", 
00454                         "userAgent" => "2", 
00455                         "userLanguage" => "2", 
00456                         "URL" => "2", 
00457                         "vAlign" => "2", 
00458                         "value" => "2", 
00459                         "verticalAlign" => "2", 
00460                         "visibility" => "2", 
00461                         "vLink" => "2", 
00462                         "vlinkColor" => "2", 
00463                         "volume" => "2", 
00464                         "vspace" => "2", 
00465                         "VolumeName" => "2", 
00466                         "width" => "2", 
00467                         "wrap" => "2", 
00468                         "x" => "2", 
00469                         "y" => "2", 
00470                         "zIndex" => "2", 
00471                         "abs" => "3", 
00472                         "acos" => "3", 
00473                         "addChannel" => "3", 
00474                         "addImport" => "3", 
00475                         "addReadRequest" => "3", 
00476                         "addRule" => "3", 
00477                         "alert" => "3", 
00478                         "anchor" => "3", 
00479                         "asin" => "3", 
00480                         "assign" => "3", 
00481                         "atan" => "3", 
00482                         "atan2" => "3", 
00483                         "Add" => "3", 
00484                         "AddFolders" => "3", 
00485                         "AtEnd" => "3", 
00486                         "back" => "3", 
00487                         "big" => "3", 
00488                         "blink" => "3", 
00489                         "blur" => "3", 
00490                         "bold" => "3", 
00491                         "BuildPath" => "3", 
00492                         "ceil" => "3", 
00493                         "charAt" => "3", 
00494                         "charCodeAt" => "3", 
00495                         "clearInterval" => "3", 
00496                         "clearRequest" => "3", 
00497                         "clearTimeout" => "3", 
00498                         "click" => "3", 
00499                         "collapse" => "3", 
00500                         "compareEndPoints" => "3", 
00501                         "compile" => "3", 
00502                         "concat" => "3", 
00503                         "confirm" => "3", 
00504                         "contains" => "3", 
00505                         "cos" => "3", 
00506                         "createCaption" => "3", 
00507                         "createElement" => "3", 
00508                         "createRange" => "3", 
00509                         "createStyleSheet" => "3", 
00510                         "createTextRange" => "3", 
00511                         "createTFoot" => "3", 
00512                         "createTHead" => "3", 
00513                         "Close" => "3", 
00514                         "Copy" => "3", 
00515                         "CopyFile" => "3", 
00516                         "CopyFolder" => "3", 
00517                         "CreateFolder" => "3", 
00518                         "CreateTextFile" => "3", 
00519                         "deleteCaption" => "3", 
00520                         "deleteCell" => "3", 
00521                         "deleteRow" => "3", 
00522                         "deleteTFoot" => "3", 
00523                         "deleteTHead" => "3", 
00524                         "doReadRequest" => "3", 
00525                         "duplicate" => "3", 
00526                         "Delete" => "3", 
00527                         "DeleteFile" => "3", 
00528                         "DeleteFolder" => "3", 
00529                         "Dimensions" => "3", 
00530                         "DriveExists" => "3", 
00531                         "elementFromPoint" => "3", 
00532                         "empty" => "3", 
00533                         "escape" => "3", 
00534                         "eval" => "3", 
00535                         "exec" => "3", 
00536                         "execCommand" => "3", 
00537                         "execScript" => "3", 
00538                         "exp" => "3", 
00539                         "expand" => "3", 
00540                         "Exists" => "3", 
00541                         "findText" => "3", 
00542                         "fixed" => "3", 
00543                         "floor" => "3", 
00544                         "focus" => "3", 
00545                         "fontcolor" => "3", 
00546                         "fontsize" => "3", 
00547                         "forward" => "3", 
00548                         "fromCharCode" => "3", 
00549                         "FileExists" => "3", 
00550                         "FolderExists" => "3", 
00551                         "getAttribute" => "3", 
00552                         "getBookmark" => "3", 
00553                         "getDate" => "3", 
00554                         "getDay" => "3", 
00555                         "getFullYear" => "3", 
00556                         "getHours" => "3", 
00557                         "getItem" => "3", 
00558                         "getMilliseconds" => "3", 
00559                         "getMinutes" => "3", 
00560                         "getMonth" => "3", 
00561                         "getSeconds" => "3", 
00562                         "getTime" => "3", 
00563                         "getTimezoneOffset" => "3", 
00564                         "getUTCDate" => "3", 
00565                         "getUTCDay" => "3", 
00566                         "getUTCFullYear" => "3", 
00567                         "getUTCHours" => "3", 
00568                         "getUTCMilliseconds" => "3", 
00569                         "getUTCMinutes" => "3", 
00570                         "getUTCMonth" => "3", 
00571                         "getUTCSeconds" => "3", 
00572                         "getVarDate" => "3", 
00573                         "getYear" => "3", 
00574                         "go" => "3", 
00575                         "GetAbsolutePathName" => "3", 
00576                         "GetBaseName" => "3", 
00577                         "GetDrive" => "3", 
00578                         "GetDriveName" => "3", 
00579                         "GetExtensionName" => "3", 
00580                         "GetFile" => "3", 
00581                         "GetFileName" => "3", 
00582                         "GetFolder" => "3", 
00583                         "GetParentFolderName" => "3", 
00584                         "GetSpecialFolder" => "3", 
00585                         "GetTempName" => "3", 
00586                         "indexOf" => "3", 
00587                         "inRange" => "3", 
00588                         "insertAdjacentHTML" => "3", 
00589                         "insertAdjacentText" => "3", 
00590                         "insertCell" => "3", 
00591                         "insertRow" => "3", 
00592                         "isEqual" => "3", 
00593                         "isFinite" => "3", 
00594                         "isNaN" => "3", 
00595                         "isSubscribed" => "3", 
00596                         "italics" => "3", 
00597                         "item" => "3", 
00598                         "Items" => "3", 
00599                         "javaEnabled" => "3", 
00600                         "join" => "3", 
00601                         "Keys" => "3", 
00602                         "lastIndexOf" => "3", 
00603                         "lbound" => "3", 
00604                         "log" => "3", 
00605                         "max" => "3", 
00606                         "min" => "3", 
00607                         "moveBy" => "3", 
00608                         "moveEnd" => "3", 
00609                         "moveFirst" => "3", 
00610                         "moveNext" => "3", 
00611                         "moveStart" => "3", 
00612                         "moveTo" => "3", 
00613                         "moveToBookmark" => "3", 
00614                         "moveToElementText" => "3", 
00615                         "moveToPoint" => "3", 
00616                         "Move" => "3", 
00617                         "MoveFile" => "3", 
00618                         "MoveFolder" => "3", 
00619                         "navigate" => "3", 
00620                         "nextPage" => "3", 
00621                         "open" => "3", 
00622                         "OpenAsTextStream" => "3", 
00623                         "OpenTextFile" => "3", 
00624                         "parse" => "3", 
00625                         "parseFloat" => "3", 
00626                         "parseInt" => "3", 
00627                         "pasteHTML" => "3", 
00628                         "pow" => "3", 
00629                         "previousPage" => "3", 
00630                         "prompt" => "3", 
00631                         "queryCommandEnabled" => "3", 
00632                         "queryCommandIndeterm" => "3", 
00633                         "queryCommandState" => "3", 
00634                         "queryCommandSupported" => "3", 
00635                         "queryCommandValue" => "3", 
00636                         "random" => "3", 
00637                         "refresh" => "3", 
00638                         "reload" => "3", 
00639                         "removeAttribute" => "3", 
00640                         "replace" => "3", 
00641                         "resizeBy" => "3", 
00642                         "resizeTo" => "3", 
00643                         "reverse" => "3", 
00644                         "round" => "3", 
00645                         "Read" => "3", 
00646                         "ReadAll" => "3", 
00647                         "ReadLine" => "3", 
00648                         "Remove" => "3", 
00649                         "RemoveAll" => "3", 
00650                         "scroll" => "3", 
00651                         "scrollBy" => "3", 
00652                         "scrollIntoView" => "3", 
00653                         "scrollTo" => "3", 
00654                         "select" => "3", 
00655                         "setAttribute" => "3", 
00656                         "setDate" => "3", 
00657                         "setEndPoint" => "3", 
00658                         "setFullYear" => "3", 
00659                         "setHours" => "3", 
00660                         "setInterval" => "3", 
00661                         "setMilliseconds" => "3", 
00662                         "setMinutes" => "3", 
00663                         "setMonth" => "3", 
00664                         "setSeconds" => "3", 
00665                         "setTime" => "3", 
00666                         "setTimeout" => "3", 
00667                         "setUTCDate" => "3", 
00668                         "setUTCFullYear" => "3", 
00669                         "setUTCHours" => "3", 
00670                         "setUTCMilliseconds" => "3", 
00671                         "setUTCMinutes" => "3", 
00672                         "setUTCMonth" => "3", 
00673                         "setUTCSeconds" => "3", 
00674                         "setYear" => "3", 
00675                         "showHelp" => "3", 
00676                         "showModalDialog" => "3", 
00677                         "sin" => "3", 
00678                         "slice" => "3", 
00679                         "small" => "3", 
00680                         "sort" => "3", 
00681                         "sqrt" => "3", 
00682                         "start" => "3", 
00683                         "stop" => "3", 
00684                         "strike" => "3", 
00685                         "sub" => "3", 
00686                         "submit" => "3", 
00687                         "substr" => "3", 
00688                         "substring" => "3", 
00689                         "sup" => "3", 
00690                         "Skip" => "3", 
00691                         "SkipLine" => "3", 
00692                         "tags" => "3", 
00693                         "taintEnabled" => "3", 
00694                         "tan" => "3", 
00695                         "test" => "3", 
00696                         "toArray" => "3", 
00697                         "toGMTString" => "3", 
00698                         "toLocaleString" => "3", 
00699                         "toLowerCase" => "3", 
00700                         "toString" => "3", 
00701                         "toUpperCase" => "3", 
00702                         "toUTCString" => "3", 
00703                         "ubound" => "3", 
00704                         "unescape" => "3", 
00705                         "UTC" => "3", 
00706                         "valueOf" => "3", 
00707                         "Write" => "3", 
00708                         "WriteBlankLines" => "3", 
00709                         "WriteLine" => "3", 
00710                         "write" => "3", 
00711                         "writeln" => "3", 
00712                         "zOrder" => "3", 
00713                         "onabort" => "4", 
00714                         "onafterupdate" => "4", 
00715                         "onbeforeunload" => "4", 
00716                         "onbeforeupdate" => "4", 
00717                         "onblur" => "4", 
00718                         "onbounce" => "4", 
00719                         "onchange" => "4", 
00720                         "onclick" => "4", 
00721                         "ondataavailable" => "4", 
00722                         "ondatasetchanged" => "4", 
00723                         "ondatasetcomplete" => "4", 
00724                         "ondblclick" => "4", 
00725                         "ondragstart" => "4", 
00726                         "onerror" => "4", 
00727                         "onerrorupdate" => "4", 
00728                         "onfilterchange" => "4", 
00729                         "onfinish" => "4", 
00730                         "onfocus" => "4", 
00731                         "onhelp" => "4", 
00732                         "onkeydown" => "4", 
00733                         "onkeypress" => "4", 
00734                         "onkeyup" => "4", 
00735                         "onload" => "4", 
00736                         "onmousedown" => "4", 
00737                         "onmousemove" => "4", 
00738                         "onmouseout" => "4", 
00739                         "onmouseover" => "4", 
00740                         "onmouseup" => "4", 
00741                         "onreadystatechange" => "4", 
00742                         "onreset" => "4", 
00743                         "onresize" => "4", 
00744                         "onrowenter" => "4", 
00745                         "onrowexit" => "4", 
00746                         "onscroll" => "4", 
00747                         "onselect" => "4", 
00748                         "onselectstart" => "4", 
00749                         "onstart" => "4", 
00750                         "onsubmit" => "4", 
00751                         "onunload" => "4", 
00752                         "break" => "5", 
00753                         "Comments" => "5", 
00754                         "continue" => "5", 
00755                         "do" => "5", 
00756                         "else" => "5", 
00757                         "for" => "5", 
00758                         "function" => "5", 
00759                         "if" => "5", 
00760                         "in" => "5", 
00761                         "Labeled" => "5", 
00762                         "return" => "5", 
00763                         "switch" => "5", 
00764                         "this" => "5", 
00765                         "var" => "5", 
00766                         "while" => "5", 
00767                         "with" => "5", 
00768                         "AddAttribute" => "6", 
00769                         "AddAttrubutes" => "6", 
00770                         "AddEntity" => "6", 
00771                         "AddEntry" => "6", 
00772                         "AddKey" => "6", 
00773                         "AddValue" => "6", 
00774                         "Append" => "6", 
00775                         "AttributeEquals" => "6", 
00776                         "AttributeToInt" => "6", 
00777                         "Begin" => "6", 
00778                         "CancelRequest" => "6", 
00779                         "CheckDesktopShortcuts" => "7", 
00780                         "CheckStartMenuLinks" => "7", 
00781                         "CopyFileFromUrl" => "7", 
00782                         "CopyMapFile" => "6", 
00783                         "CreateXMLEntity" => "6", 
00784                         "DebugPrint" => "6", 
00785                         "DeleteAttribute" => "6", 
00786                         "DeleteDirectory" => "6", 
00787                         "DeleteEntities" => "6", 
00788                         "DeleteEntry" => "6", 
00789                         "DeleteKey" => "6", 
00790                         "DeleteValue" => "6", 
00791                         "End" => "6", 
00792                         "FindFile" => "7", 
00793                         "GetAllComponentInfo" => "6", 
00794                         "GetAllComponents" => "6", 
00795                         "GetAllGroupInfo" => "6", 
00796                         "GetAllInfoForAllComponents" => "6", 
00797                         "GetAllKeyValues" => "6", 
00798                         "GetApi" => "6", 
00799                         "GetAppInstallPath" => "6", 
00800                         "GetAppName" => "6", 
00801                         "GetApplicationInstallHistory" => "7", 
00802                         "GetAttribute" => "6", 
00803                         "GetAttributeInfo" => "6", 
00804                         "GetClientForMSNetSettings" => "6", 
00805                         "GetComponentHistory" => "6", 
00806                         "GetComponentIds" => "6", 
00807                         "GetComponentInfo" => "6", 
00808                         "GetDeviceInfo" => "6", 
00809                         "GetDirAttrs" => "6", 
00810                         "GetDirListing" => "6", 
00811                         "GetDriverServicesInfo" => "7", 
00812                         "GetEntities" => "6", 
00813                         "GetEntitiesCompare" => "6", 
00814                         "GetEntity" => "6", 
00815                         "GetEntry" => "6", 
00816                         "GetEnvironmentVariable" => "6", 
00817                         "GetEnvironmentVariables" => "6", 
00818                         "GetEventLogEntries" => "7", 
00819                         "GetFullPath" => "6", 
00820                         "GetGeneralInfo" => "6", 
00821                         "GetGroupInfo" => "6", 
00822                         "GetInstalledApps" => "6", 
00823                         "GetInstalledDrivers" => "7", 
00824                         "GetInstalledFileHistory" => "6", 
00825                         "GetKeyValueName" => "6", 
00826                         "GetKeyboardInfo" => "7", 
00827                         "GetLoadedModules" => "6", 
00828                         "GetLoadedModulesByProcess" => "6", 
00829                         "GetLoadedModulesForProcess" => "6", 
00830                         "GetLocalDriveInfo" => "6", 
00831                         "GetMaxPath" => "6", 
00832                         "GetMetaFrameId" => "6", 
00833                         "GetMotherboardInfo" => "7", 
00834                         "GetMotiveInstallPath" => "6", 
00835                         "GetMouseInfo" => "7", 
00836                         "GetName" => "6", 
00837                         "GetNetConfig" => "6", 
00838                         "GetNetworkAdapters" => "6", 
00839                         "GetNetworkBindings" => "6", 
00840                         "GetNetworkIdentification" => "6", 
00841                         "GetNetworkProtocols" => "6", 
00842                         "GetNetworkServices" => "6", 
00843                         "GetNumAttributes" => "6", 
00844                         "GetNumEntities" => "6", 
00845                         "GetOLEServers" => "7", 
00846                         "GetObject" => "6", 
00847                         "GetObjectProperty" => "6", 
00848                         "GetObjects" => "6", 
00849                         "GetOperatingSystemName" => "6", 
00850                         "GetParent" => "6", 
00851                         "GetParentAttribute" => "6", 
00852                         "GetPrimaryNetworkLogon" => "6", 
00853                         "GetProblemDescription" => "6", 
00854                         "GetProblemSummary" => "6", 
00855                         "GetProperties" => "6", 
00856                         "GetPropertiesAndVersions" => "6", 
00857                         "GetResourceInfo" => "6", 
00858                         "GetReturnCode" => "6", 
00859                         "GetScsiAdapterInfo" => "7", 
00860                         "GetSection" => "6", 
00861                         "GetServicesInfo" => "6", 
00862                         "GetSubFrameId" => "6", 
00863                         "GetSubkey" => "6", 
00864                         "GetSubkeys" => "6", 
00865                         "GetSubtree" => "6", 
00866                         "GetSystemDllChangeHistory" => "7", 
00867                         "GetSystemDllInfo" => "7", 
00868                         "GetTCPIPSettings" => "6", 
00869                         "GetTaskList" => "7", 
00870                         "GetUserName" => "6", 
00871                         "GetValue" => "6", 
00872                         "GetVersions" => "6", 
00873                         "GetVideoAdapterInfo" => "7", 
00874                         "GetWinIniOLEServers" => "6", 
00875                         "HasWBEMSupport" => "6", 
00876                         "Head" => "6", 
00877                         "IsGUIAllowed" => "6", 
00878                         "IsInteresting" => "6", 
00879                         "IsKeyExcluded" => "6", 
00880                         "IsPathExcluded" => "6", 
00881                         "IsProcessRunning" => "6", 
00882                         "IsWindows" => "6", 
00883                         "IsWindows95" => "6", 
00884                         "IsWindows98" => "6", 
00885                         "IsWindowsNT" => "6", 
00886                         "KeyExists" => "6", 
00887                         "LogMessage" => "6", 
00888                         "LogXMLEntities" => "6", 
00889                         "LogXMLEntity" => "6", 
00890                         "MakeDirectory" => "6", 
00891                         "MultiSZToEnum" => "6", 
00892                         "OpenRead" => "6", 
00893                         "OpenWrite" => "6", 
00894                         "Prepend" => "6", 
00895                         "Print" => "6", 
00896                         "ReadAppInstallPath" => "6", 
00897                         "ReadKeyValueName" => "6", 
00898                         "ReadSubkey" => "6", 
00899                         "ReadValue" => "6", 
00900                         "Readln" => "6", 
00901                         "RegisteredWithDmiSP" => "6", 
00902                         "RunMap" => "6", 
00903                         "RunWQLQuery" => "6", 
00904                         "Search" => "6", 
00905                         "SearchReplace" => "6", 
00906                         "SetDirAttrs" => "6", 
00907                         "SetFileAttrs" => "6", 
00908                         "SetInteresting" => "6", 
00909                         "SetName" => "6", 
00910                         "SetUninteresting" => "6", 
00911                         "ShowEditDlg" => "6", 
00912                         "ShowInfoDlg" => "6", 
00913                         "ShowListDlg" => "6", 
00914                         "ShowMultiSelectListDlg" => "6", 
00915                         "ShowOKCancelDlg" => "6", 
00916                         "ShowYesNoDlg" => "6", 
00917                         "StartBrowser" => "6", 
00918                         "StopBrowser" => "6", 
00919                         "Tail" => "6", 
00920                         "Writeln" => "6", 
00921                         "AddIniFileEntry" => "7", 
00922                         "AddRegistryKey" => "7", 
00923                         "AddRegistryValue" => "7", 
00924                         "BeginDisplayGroup" => "7", 
00925                         "CheckDefaultRegistryValue" => "7", 
00926                         "CheckDirectoryAttributes" => "7", 
00927                         "CheckFileExists" => "7", 
00928                         "CheckFileProperties" => "7", 
00929                         "CheckFilePropertiesAndVersions" => "7", 
00930                         "CheckFileVersions" => "7", 
00931                         "CheckIniFileEntry" => "7", 
00932                         "CheckRegistryValue" => "7", 
00933                         "DeleteIniFileEntry" => "7", 
00934                         "DeleteRegistryKey" => "7", 
00935                         "DeleteRegistryValue" => "7", 
00936                         "EndDisplayGroup" => "7", 
00937                         "GetAllRegistryKeyValues" => "7", 
00938                         "GetDefaultRegistryValue" => "7", 
00939                         "GetDiagnosticsReport" => "7", 
00940                         "GetDirectoryAttributes" => "7", 
00941                         "GetDirectoryListing" => "7", 
00942                         "GetEnvironmentVariableInfo" => "7", 
00943                         "GetFileProperties" => "7", 
00944                         "GetFilePropertiesAndVersions" => "7", 
00945                         "GetFileVersions" => "7", 
00946                         "GetGeneralSystemInfo" => "7", 
00947                         "GetHardwareDeviceInfo" => "7", 
00948                         "GetIniFileEntry" => "7", 
00949                         "GetInstalledAppsList" => "7", 
00950                         "GetLoadedModuleInfo" => "7", 
00951                         "GetLoadedModuleInfoForAllProcesses" => "7", 
00952                         "GetLoadedModuleInfoForProcesses" => "7", 
00953                         "GetMapParam" => "7", 
00954                         "GetNetworkAdapterInfo" => "7", 
00955                         "GetNetworkConfigurationInfo" => "7", 
00956                         "GetProcessList" => "7", 
00957                         "GetRegistrySubkeys" => "7", 
00958                         "GetRegistrySubtree" => "7", 
00959                         "GetRegistryValue" => "7", 
00960                         "GetResourceUsageSummary" => "7", 
00961                         "GetScreenSnaHFileot" => "7", 
00962                         "GetWin32ServicesInfo" => "7", 
00963                         "RunProgramAsync" => "7", 
00964                         "RunProgramSync" => "7", 
00965                         "SetDirectoryAttributes" => "7", 
00966                         "SetFileAttributes" => "7", 
00967                         "SetSelfServiceAnswer" => "7", 
00968                         "SetSelfServiceSearchString" => "7", 
00969                         "SetSelfServiceUrl" => "7", 
00970                         "dmiApi" => "8", 
00971                         "DmiApi" => "8", 
00972                         "fileApi" => "8", 
00973                         "FileApi" => "8", 
00974                         "guiApi" => "8", 
00975                         "GuiApi" => "8", 
00976                         "iniApi" => "8", 
00977                         "IniApi" => "8", 
00978                         "ntApi" => "8", 
00979                         "NtApi" => "8", 
00980                         "oleApi" => "8", 
00981                         "OleApi" => "8", 
00982                         "regApi" => "8", 
00983                         "RegApi" => "8", 
00984                         "sysApi" => "8", 
00985                         "SysApi" => "8", 
00986                         "threadApi" => "8", 
00987                         "txtApi" => "8", 
00988                         "ThreadApi" => "8", 
00989                         "TxtApi" => "8", 
00990                         "wbemApi" => "8", 
00991                         "win98Api" => "8", 
00992                         "win9xApi" => "8", 
00993                         "WbemApi" => "8", 
00994                         "Win98Api" => "8", 
00995                         "Win9xApi" => "8");
00996 
00997 // Special extensions
00998 
00999 // Each category can specify a PHP function that returns an altered
01000 // version of the keyword.
01001         
01002         
01003 
01004 $this->linkscripts      = array(
01005                         "1" => "donothing", 
01006                         "2" => "donothing", 
01007                         "3" => "donothing", 
01008                         "4" => "donothing", 
01009                         "5" => "donothing", 
01010                         "6" => "donothing", 
01011                         "7" => "donothing", 
01012                         "8" => "donothing");
01013 }
01014 
01015 
01016 function donothing($keywordin)
01017 {
01018         return $keywordin;
01019 }
01020 
01021 }?>

Generated on Fri Dec 13 2013 13:52:16 for ILIAS Release_3_7_x_branch .rev 46817 by  doxygen 1.7.1