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

syntax_highlight/php/HFile/HFile_jscript.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 
00006 class HFile_jscript extends HFile
00007 {
00008 
00009 function HFile_jscript(){
00010 
00011 $this->HFile(); 
00012 
00013 /*************************************/
00014 // Beautifier Highlighting Configuration File 
00015 // JScript
00016 /*************************************/
00017 // Flags
00018 
00019 $this->nocase                   = "0";
00020 $this->notrim                   = "0";
00021 $this->perl                     = "0";
00022 
00023 // Colours
00024 
00025 $this->colours          = array("blue", "purple", "gray", "brown", "blue");
00026 $this->quotecolour              = "blue";
00027 $this->blockcommentcolour       = "green";
00028 $this->linecommentcolour        = "green";
00029 
00030 // Indent Strings
00031 
00032 $this->indent                   = array("{");
00033 $this->unindent                 = array("}");
00034 
00035 // String characters and delimiters
00036 
00037 $this->stringchars              = array("\"", "'");
00038 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", ".", "?");
00039 $this->escchar                  = "\\";
00040 
00041 // Comment settings
00042 
00043 $this->linecommenton            = array("//");
00044 $this->blockcommenton           = array("/*");
00045 $this->blockcommentoff          = array("*/");
00046 
00047 // Keywords (keyword mapping to colour number)
00048 
00049 $this->keywords                 = array(
00050                         "all" => "1", 
00051                         "anchors" => "1", 
00052                         "applets" => "1", 
00053                         "areas" => "1", 
00054                         "Array" => "1", 
00055                         "Boolean" => "1", 
00056                         "cells" => "1", 
00057                         "checkbox" => "1", 
00058                         "children" => "1", 
00059                         "Collection" => "1", 
00060                         "Date" => "1", 
00061                         "Dictionary" => "1", 
00062                         "Drive" => "1", 
00063                         "Drives" => "1", 
00064                         "DT" => "1", 
00065                         "document" => "1", 
00066                         "elements" => "1", 
00067                         "embeds" => "1", 
00068                         "external" => "1", 
00069                         "Enumerator" => "1", 
00070                         "File" => "1", 
00071                         "Files" => "1", 
00072                         "FileSystemObject" => "1", 
00073                         "Folder" => "1", 
00074                         "Folders" => "1", 
00075                         "Function" => "1", 
00076                         "false" => "1", 
00077                         "filters" => "1", 
00078                         "forms" => "1", 
00079                         "frames" => "1", 
00080                         "Global" => "1", 
00081                         "hidden" => "1", 
00082                         "history" => "1", 
00083                         "image" => "1", 
00084                         "images" => "1", 
00085                         "imports" => "1", 
00086                         "layer" => "1", 
00087                         "layers" => "1", 
00088                         "links" => "1", 
00089                         "Math" => "1", 
00090                         "navigator" => "1", 
00091                         "Number" => "1", 
00092                         "Object" => "1", 
00093                         "options" => "1", 
00094                         "password" => "1", 
00095                         "plugins" => "1", 
00096                         "radio" => "1", 
00097                         "reset" => "1", 
00098                         "rows" => "1", 
00099                         "rules" => "1", 
00100                         "RegExp" => "1", 
00101                         "screen" => "1", 
00102                         "scripts" => "1", 
00103                         "selection" => "1", 
00104                         "styleSheet" => "1", 
00105                         "styleSheets" => "1", 
00106                         "String" => "1", 
00107                         "TextRange" => "1", 
00108                         "TextStream" => "1", 
00109                         "tbodies" => "1", 
00110                         "true" => "1", 
00111                         "userProfile" => "1", 
00112                         "VBArray" => "1", 
00113                         "window" => "1", 
00114                         "accessKey" => "2", 
00115                         "action" => "2", 
00116                         "activeElement" => "2", 
00117                         "align" => "2", 
00118                         "aLink" => "2", 
00119                         "alinkColor" => "2", 
00120                         "alt" => "2", 
00121                         "altHTML" => "2", 
00122                         "altKey" => "2", 
00123                         "appCodeName" => "2", 
00124                         "appMinorVersion" => "2", 
00125                         "appName" => "2", 
00126                         "appVersion" => "2", 
00127                         "arguments" => "2", 
00128                         "availHeight" => "2", 
00129                         "availWidth" => "2", 
00130                         "AtEndOfLine" => "2", 
00131                         "AtEndOfStream" => "2", 
00132                         "Attributes" => "2", 
00133                         "AvailableSpace" => "2", 
00134                         "background" => "2", 
00135                         "backgroundAttachment" => "2", 
00136                         "backgroundColor" => "2", 
00137                         "backgroundImage" => "2", 
00138                         "backgroundPosition" => "2", 
00139                         "backgroundPositionX" => "2", 
00140                         "backgroundPositionY" => "2", 
00141                         "backgroundRepeat" => "2", 
00142                         "balance" => "2", 
00143                         "behavior" => "2", 
00144                         "bgColor" => "2", 
00145                         "bgProperties" => "2", 
00146                         "border" => "2", 
00147                         "borderBottom" => "2", 
00148                         "borderBottomColor" => "2", 
00149                         "borderBottomStyle" => "2", 
00150                         "borderBottomWidth" => "2", 
00151                         "borderColor" => "2", 
00152                         "borderColorDark" => "2", 
00153                         "borderColorLight" => "2", 
00154                         "borderLeft" => "2", 
00155                         "borderLeftColor" => "2", 
00156                         "borderLeftStyle" => "2", 
00157                         "borderLeftWidth" => "2", 
00158                         "borderRight" => "2", 
00159                         "borderRightColor" => "2", 
00160                         "borderRightStyle" => "2", 
00161                         "borderRightWidth" => "2", 
00162                         "borderStyle" => "2", 
00163                         "borderTop" => "2", 
00164                         "borderTopColor" => "2", 
00165                         "borderTopStyle" => "2", 
00166                         "borderTopWidth" => "2", 
00167                         "borderWidth" => "2", 
00168                         "bottomMargin" => "2", 
00169                         "browserLanguage" => "2", 
00170                         "bufferDepth" => "2", 
00171                         "button" => "2", 
00172                         "caller" => "2", 
00173                         "cancelBubble" => "2", 
00174                         "caption" => "2", 
00175                         "cellIndex" => "2", 
00176                         "cellPadding" => "2", 
00177                         "cellSpacing" => "2", 
00178                         "charset" => "2", 
00179                         "checked" => "2", 
00180                         "classid" => "2", 
00181                         "className" => "2", 
00182                         "clear" => "2", 
00183                         "clientHeight" => "2", 
00184                         "clientInformation" => "2", 
00185                         "clientLeft" => "2", 
00186                         "clientTop" => "2", 
00187                         "clientWidth" => "2", 
00188                         "clientX" => "2", 
00189                         "clientY" => "2", 
00190                         "clip" => "2", 
00191                         "closed" => "2", 
00192                         "code" => "2", 
00193                         "codeBase" => "2", 
00194                         "codeType" => "2", 
00195                         "color" => "2", 
00196                         "colorDepth" => "2", 
00197                         "cols" => "2", 
00198                         "colSpan" => "2", 
00199                         "compact" => "2", 
00200                         "complete" => "2", 
00201                         "connectionSpeed" => "2", 
00202                         "constructorCount" => "2", 
00203                         "content" => "2", 
00204                         "cookie" => "2", 
00205                         "cookieEnabled" => "2", 
00206                         "coords" => "2", 
00207                         "cpuClass" => "2", 
00208                         "cssText" => "2", 
00209                         "ctrlKey" => "2", 
00210                         "cursor" => "2", 
00211                         "Column" => "2", 
00212                         "CompareMode" => "2", 
00213                         "data" => "2", 
00214                         "dataFld" => "2", 
00215                         "dataFormatAs" => "2", 
00216                         "dataPageSize" => "2", 
00217                         "dataSrc" => "2", 
00218                         "defaultCharset" => "2", 
00219                         "defaultChecked" => "2", 
00220                         "defaultSelected" => "2", 
00221                         "defaultStatus" => "2", 
00222                         "defaultValue" => "2", 
00223                         "defer" => "2", 
00224                         "dialogArguments" => "2", 
00225                         "dialogHeight" => "2", 
00226                         "dialogLeft" => "2", 
00227                         "dialogTop" => "2", 
00228                         "dialogWidth" => "2", 
00229                         "direction" => "2", 
00230                         "disabled" => "2", 
00231                         "display" => "2", 
00232                         "domain" => "2", 
00233                         "dynsrc" => "2", 
00234                         "DriveLetter" => "2", 
00235                         "DriveType" => "2", 
00236                         "DateCreated" => "2", 
00237                         "DateLastAccessed" => "2", 
00238                         "DateLastModified" => "2", 
00239                         "encoding" => "2", 
00240                         "event" => "2", 
00241                         "expando" => "2", 
00242                         "face" => "2", 
00243                         "fgColor" => "2", 
00244                         "fileCreatedDate" => "2", 
00245                         "fileModifiedDate" => "2", 
00246                         "fileSize" => "2", 
00247                         "fileUpdatedDate" => "2", 
00248                         "filter" => "2", 
00249                         "font" => "2", 
00250                         "fontFamily" => "2", 
00251                         "fontSize" => "2", 
00252                         "fontSmoothingEnabled" => "2", 
00253                         "fontStyle" => "2", 
00254                         "fontVariant" => "2", 
00255                         "fontWeight" => "2", 
00256                         "form" => "2", 
00257                         "frame" => "2", 
00258                         "frameBorder" => "2", 
00259                         "frameSpacing" => "2", 
00260                         "fromElement" => "2", 
00261                         "FileSystem" => "2", 
00262                         "FreeSpace" => "2", 
00263                         "global" => "2", 
00264                         "hash" => "2", 
00265                         "height" => "2", 
00266                         "host" => "2", 
00267                         "hostname" => "2", 
00268                         "href" => "2", 
00269                         "hspace" => "2", 
00270                         "htmlFor" => "2", 
00271                         "htmlText" => "2", 
00272                         "httpEquiv" => "2", 
00273                         "Hidden" => "2", 
00274                         "id" => "2", 
00275                         "ignoreCase" => "2", 
00276                         "indeterminate" => "2", 
00277                         "index" => "2", 
00278                         "innerHTML" => "2", 
00279                         "innerText" => "2", 
00280                         "input" => "2", 
00281                         "isMap" => "2", 
00282                         "isTextEdit" => "2", 
00283                         "Infinity" => "2", 
00284                         "IsReady" => "2", 
00285                         "IsRootFolder" => "2", 
00286                         "Item" => "2", 
00287                         "Key" => "2", 
00288                         "keyCode" => "2", 
00289                         "lang" => "2", 
00290                         "language" => "2", 
00291                         "lastIndex" => "2", 
00292                         "lastMatch" => "2", 
00293                         "lastModified" => "2", 
00294                         "lastParent" => "2", 
00295                         "left" => "2", 
00296                         "leftContext" => "2", 
00297                         "leftMargin" => "2", 
00298                         "length" => "2", 
00299                         "letterSpacing" => "2", 
00300                         "lineHeight" => "2", 
00301                         "link" => "2", 
00302                         "linkColor" => "2", 
00303                         "listStyle" => "2", 
00304                         "listStyleImage" => "2", 
00305                         "listStylePosition" => "2", 
00306                         "listStyleType" => "2", 
00307                         "location" => "2", 
00308                         "loop" => "2", 
00309                         "lowsrc" => "2", 
00310                         "Line" => "2", 
00311                         "LN10" => "2", 
00312                         "LN2" => "2", 
00313                         "LOG10E" => "2", 
00314                         "LOG2E" => "2", 
00315                         "map" => "2", 
00316                         "margin" => "2", 
00317                         "marginBottom" => "2", 
00318                         "marginHeight" => "2", 
00319                         "marginLeft" => "2", 
00320                         "marginRight" => "2", 
00321                         "marginTop" => "2", 
00322                         "marginWidth" => "2", 
00323                         "maxLength" => "2", 
00324                         "media" => "2", 
00325                         "method" => "2", 
00326                         "mimeTypes" => "2", 
00327                         "multiline" => "2", 
00328                         "multiple" => "2", 
00329                         "MAX_VALUE" => "2", 
00330                         "Methods" => "2", 
00331                         "MIN_VALUE" => "2", 
00332                         "Name" => "2", 
00333                         "NaN" => "2", 
00334                         "NEGATIVE_INFINITY" => "2", 
00335                         "noHref" => "2", 
00336                         "noResize" => "2", 
00337                         "noShade" => "2", 
00338                         "noWrap" => "2", 
00339                         "object" => "2", 
00340                         "offscreenBuffering" => "2", 
00341                         "offsetHeight" => "2", 
00342                         "offsetLeft" => "2", 
00343                         "offsetParent" => "2", 
00344                         "offsetTop" => "2", 
00345                         "offsetWidth" => "2", 
00346                         "offsetX" => "2", 
00347                         "offsetY" => "2", 
00348                         "onLine" => "2", 
00349                         "opener" => "2", 
00350                         "outerHTML" => "2", 
00351                         "outerText" => "2", 
00352                         "overflow" => "2", 
00353                         "owningElement" => "2", 
00354                         "padding" => "2", 
00355                         "paddingBottom" => "2", 
00356                         "paddingLeft" => "2", 
00357                         "paddingRight" => "2", 
00358                         "paddingTop" => "2", 
00359                         "pageBreakAfter" => "2", 
00360                         "pageBreakBefore" => "2", 
00361                         "palette" => "2", 
00362                         "parent" => "2", 
00363                         "parentElement" => "2", 
00364                         "parentStyleSheet" => "2", 
00365                         "parentTextEdit" => "2", 
00366                         "parentWindow" => "2", 
00367                         "pathname" => "2", 
00368                         "pixelHeight" => "2", 
00369                         "pixelLeft" => "2", 
00370                         "pixelTop" => "2", 
00371                         "pixelWidth" => "2", 
00372                         "platform" => "2", 
00373                         "pluginspage" => "2", 
00374                         "port" => "2", 
00375                         "posHeight" => "2", 
00376                         "position" => "2", 
00377                         "posLeft" => "2", 
00378                         "posTop" => "2", 
00379                         "posWidth" => "2", 
00380                         "protocol" => "2", 
00381                         "prototype" => "2", 
00382                         "Path" => "2", 
00383                         "PI" => "2", 
00384                         "POSITIVE_INFINITY" => "2", 
00385                         "readOnly" => "2", 
00386                         "readyState" => "2", 
00387                         "reason" => "2", 
00388                         "recordNumber" => "2", 
00389                         "recordset" => "2", 
00390                         "referrer" => "2", 
00391                         "rel" => "2", 
00392                         "returnValue" => "2", 
00393                         "rev" => "2", 
00394                         "rightContext" => "2", 
00395                         "rightMargin" => "2", 
00396                         "rowIndex" => "2", 
00397                         "rowSpan" => "2", 
00398                         "RootFolder" => "2", 
00399                         "screenX" => "2", 
00400                         "screenY" => "2", 
00401                         "scrollAmount" => "2", 
00402                         "scrollDelay" => "2", 
00403                         "scrollHeight" => "2", 
00404                         "scrolling" => "2", 
00405                         "scrollLeft" => "2", 
00406                         "scrollTop" => "2", 
00407                         "scrollWidth" => "2", 
00408                         "search" => "2", 
00409                         "sectionRowIndex" => "2", 
00410                         "selected" => "2", 
00411                         "selectedIndex" => "2", 
00412                         "self" => "2", 
00413                         "shape" => "2", 
00414                         "shiftKey" => "2", 
00415                         "source" => "2", 
00416                         "sourceIndex" => "2", 
00417                         "span" => "2", 
00418                         "src" => "2", 
00419                         "srcElement" => "2", 
00420                         "srcFilter" => "2", 
00421                         "status" => "2", 
00422                         "style" => "2", 
00423                         "styleFloat" => "2", 
00424                         "systemLanguage" => "2", 
00425                         "SerialNumber" => "2", 
00426                         "ShareName" => "2", 
00427                         "ShortName" => "2", 
00428                         "ShortPath" => "2", 
00429                         "Size" => "2", 
00430                         "SQRT1_2" => "2", 
00431                         "SQRT2" => "2", 
00432                         "SubFolders" => "2", 
00433                         "tabIndex" => "2", 
00434                         "tagName" => "2", 
00435                         "target" => "2", 
00436                         "text" => "2", 
00437                         "textAlign" => "2", 
00438                         "textDecoration" => "2", 
00439                         "textDecorationBlink" => "2", 
00440                         "textDecorationLineThrough" => "2", 
00441                         "textDecorationNone" => "2", 
00442                         "textDecorationOverline" => "2", 
00443                         "textDecorationUnderline" => "2", 
00444                         "textIndent" => "2", 
00445                         "textTransform" => "2", 
00446                         "tfoot" => "2", 
00447                         "thead" => "2", 
00448                         "title" => "2", 
00449                         "toElement" => "2", 
00450                         "top" => "2", 
00451                         "topMargin" => "2", 
00452                         "trueSpeed" => "2", 
00453                         "TotalSize" => "2", 
00454                         "Type" => "2", 
00455                         "units" => "2", 
00456                         "updateInterval" => "2", 
00457                         "urn" => "2", 
00458                         "useMap" => "2", 
00459                         "userAgent" => "2", 
00460                         "userLanguage" => "2", 
00461                         "URL" => "2", 
00462                         "vAlign" => "2", 
00463                         "value" => "2", 
00464                         "verticalAlign" => "2", 
00465                         "visibility" => "2", 
00466                         "vLink" => "2", 
00467                         "vlinkColor" => "2", 
00468                         "volume" => "2", 
00469                         "vspace" => "2", 
00470                         "VolumeName" => "2", 
00471                         "width" => "2", 
00472                         "wrap" => "2", 
00473                         "x" => "2", 
00474                         "y" => "2", 
00475                         "zIndex" => "2", 
00476                         "abs" => "3", 
00477                         "acos" => "3", 
00478                         "addChannel" => "3", 
00479                         "addImport" => "3", 
00480                         "addReadRequest" => "3", 
00481                         "addRule" => "3", 
00482                         "alert" => "3", 
00483                         "anchor" => "3", 
00484                         "asin" => "3", 
00485                         "assign" => "3", 
00486                         "atan" => "3", 
00487                         "atan2" => "3", 
00488                         "Add" => "3", 
00489                         "AddFolders" => "3", 
00490                         "AtEnd" => "3", 
00491                         "back" => "3", 
00492                         "big" => "3", 
00493                         "blink" => "3", 
00494                         "blur" => "3", 
00495                         "bold" => "3", 
00496                         "BuildPath" => "3", 
00497                         "ceil" => "3", 
00498                         "charAt" => "3", 
00499                         "charCodeAt" => "3", 
00500                         "clearInterval" => "3", 
00501                         "clearRequest" => "3", 
00502                         "clearTimeout" => "3", 
00503                         "click" => "3", 
00504                         "collapse" => "3", 
00505                         "compareEndPoints" => "3", 
00506                         "compile" => "3", 
00507                         "concat" => "3", 
00508                         "confirm" => "3", 
00509                         "contains" => "3", 
00510                         "cos" => "3", 
00511                         "createCaption" => "3", 
00512                         "createElement" => "3", 
00513                         "createRange" => "3", 
00514                         "createStyleSheet" => "3", 
00515                         "createTextRange" => "3", 
00516                         "createTFoot" => "3", 
00517                         "createTHead" => "3", 
00518                         "Close" => "3", 
00519                         "Copy" => "3", 
00520                         "CopyFile" => "3", 
00521                         "CopyFolder" => "3", 
00522                         "CreateFolder" => "3", 
00523                         "CreateTextFile" => "3", 
00524                         "deleteCaption" => "3", 
00525                         "deleteCell" => "3", 
00526                         "deleteRow" => "3", 
00527                         "deleteTFoot" => "3", 
00528                         "deleteTHead" => "3", 
00529                         "doReadRequest" => "3", 
00530                         "duplicate" => "3", 
00531                         "Delete" => "3", 
00532                         "DeleteFile" => "3", 
00533                         "DeleteFolder" => "3", 
00534                         "Dimensions" => "3", 
00535                         "DriveExists" => "3", 
00536                         "elementFromPoint" => "3", 
00537                         "empty" => "3", 
00538                         "escape" => "3", 
00539                         "eval" => "3", 
00540                         "exec" => "3", 
00541                         "execCommand" => "3", 
00542                         "execScript" => "3", 
00543                         "exp" => "3", 
00544                         "expand" => "3", 
00545                         "Exists" => "3", 
00546                         "findText" => "3", 
00547                         "fixed" => "3", 
00548                         "floor" => "3", 
00549                         "focus" => "3", 
00550                         "fontcolor" => "3", 
00551                         "fontsize" => "3", 
00552                         "forward" => "3", 
00553                         "fromCharCode" => "3", 
00554                         "FileExists" => "3", 
00555                         "FolderExists" => "3", 
00556                         "getAttribute" => "3", 
00557                         "getBookmark" => "3", 
00558                         "getDate" => "3", 
00559                         "getDay" => "3", 
00560                         "getFullYear" => "3", 
00561                         "getHours" => "3", 
00562                         "getItem" => "3", 
00563                         "getMilliseconds" => "3", 
00564                         "getMinutes" => "3", 
00565                         "getMonth" => "3", 
00566                         "getSeconds" => "3", 
00567                         "getTime" => "3", 
00568                         "getTimezoneOffset" => "3", 
00569                         "getUTCDate" => "3", 
00570                         "getUTCDay" => "3", 
00571                         "getUTCFullYear" => "3", 
00572                         "getUTCHours" => "3", 
00573                         "getUTCMilliseconds" => "3", 
00574                         "getUTCMinutes" => "3", 
00575                         "getUTCMonth" => "3", 
00576                         "getUTCSeconds" => "3", 
00577                         "getVarDate" => "3", 
00578                         "getYear" => "3", 
00579                         "go" => "3", 
00580                         "GetAbsolutePathName" => "3", 
00581                         "GetBaseName" => "3", 
00582                         "GetDrive" => "3", 
00583                         "GetDriveName" => "3", 
00584                         "GetExtensionName" => "3", 
00585                         "GetFile" => "3", 
00586                         "GetFileName" => "3", 
00587                         "GetFolder" => "3", 
00588                         "GetParentFolderName" => "3", 
00589                         "GetSpecialFolder" => "3", 
00590                         "GetTempName" => "3", 
00591                         "indexOf" => "3", 
00592                         "inRange" => "3", 
00593                         "insertAdjacentHTML" => "3", 
00594                         "insertAdjacentText" => "3", 
00595                         "insertCell" => "3", 
00596                         "insertRow" => "3", 
00597                         "isEqual" => "3", 
00598                         "isFinite" => "3", 
00599                         "isNaN" => "3", 
00600                         "isSubscribed" => "3", 
00601                         "italics" => "3", 
00602                         "item" => "3", 
00603                         "Items" => "3", 
00604                         "javaEnabled" => "3", 
00605                         "join" => "3", 
00606                         "Keys" => "3", 
00607                         "lastIndexOf" => "3", 
00608                         "lbound" => "3", 
00609                         "log" => "3", 
00610                         "max" => "3", 
00611                         "min" => "3", 
00612                         "moveBy" => "3", 
00613                         "moveEnd" => "3", 
00614                         "moveFirst" => "3", 
00615                         "moveNext" => "3", 
00616                         "moveStart" => "3", 
00617                         "moveTo" => "3", 
00618                         "moveToBookmark" => "3", 
00619                         "moveToElementText" => "3", 
00620                         "moveToPoint" => "3", 
00621                         "Move" => "3", 
00622                         "MoveFile" => "3", 
00623                         "MoveFolder" => "3", 
00624                         "navigate" => "3", 
00625                         "nextPage" => "3", 
00626                         "open" => "3", 
00627                         "OpenAsTextStream" => "3", 
00628                         "OpenTextFile" => "3", 
00629                         "parse" => "3", 
00630                         "parseFloat" => "3", 
00631                         "parseInt" => "3", 
00632                         "pasteHTML" => "3", 
00633                         "pow" => "3", 
00634                         "previousPage" => "3", 
00635                         "prompt" => "3", 
00636                         "queryCommandEnabled" => "3", 
00637                         "queryCommandIndeterm" => "3", 
00638                         "queryCommandState" => "3", 
00639                         "queryCommandSupported" => "3", 
00640                         "queryCommandValue" => "3", 
00641                         "random" => "3", 
00642                         "refresh" => "3", 
00643                         "reload" => "3", 
00644                         "removeAttribute" => "3", 
00645                         "replace" => "3", 
00646                         "resizeBy" => "3", 
00647                         "resizeTo" => "3", 
00648                         "reverse" => "3", 
00649                         "round" => "3", 
00650                         "Read" => "3", 
00651                         "ReadAll" => "3", 
00652                         "ReadLine" => "3", 
00653                         "Remove" => "3", 
00654                         "RemoveAll" => "3", 
00655                         "scroll" => "3", 
00656                         "scrollBy" => "3", 
00657                         "scrollIntoView" => "3", 
00658                         "scrollTo" => "3", 
00659                         "select" => "3", 
00660                         "setAttribute" => "3", 
00661                         "setDate" => "3", 
00662                         "setEndPoint" => "3", 
00663                         "setFullYear" => "3", 
00664                         "setHours" => "3", 
00665                         "setInterval" => "3", 
00666                         "setMilliseconds" => "3", 
00667                         "setMinutes" => "3", 
00668                         "setMonth" => "3", 
00669                         "setSeconds" => "3", 
00670                         "setTime" => "3", 
00671                         "setTimeout" => "3", 
00672                         "setUTCDate" => "3", 
00673                         "setUTCFullYear" => "3", 
00674                         "setUTCHours" => "3", 
00675                         "setUTCMilliseconds" => "3", 
00676                         "setUTCMinutes" => "3", 
00677                         "setUTCMonth" => "3", 
00678                         "setUTCSeconds" => "3", 
00679                         "setYear" => "3", 
00680                         "showHelp" => "3", 
00681                         "showModalDialog" => "3", 
00682                         "sin" => "3", 
00683                         "slice" => "3", 
00684                         "small" => "3", 
00685                         "sort" => "3", 
00686                         "sqrt" => "3", 
00687                         "start" => "3", 
00688                         "stop" => "3", 
00689                         "strike" => "3", 
00690                         "sub" => "3", 
00691                         "submit" => "3", 
00692                         "substr" => "3", 
00693                         "substring" => "3", 
00694                         "sup" => "3", 
00695                         "Skip" => "3", 
00696                         "SkipLine" => "3", 
00697                         "tags" => "3", 
00698                         "taintEnabled" => "3", 
00699                         "tan" => "3", 
00700                         "test" => "3", 
00701                         "toArray" => "3", 
00702                         "toGMTString" => "3", 
00703                         "toLocaleString" => "3", 
00704                         "toLowerCase" => "3", 
00705                         "toString" => "3", 
00706                         "toUpperCase" => "3", 
00707                         "toUTCString" => "3", 
00708                         "ubound" => "3", 
00709                         "unescape" => "3", 
00710                         "UTC" => "3", 
00711                         "valueOf" => "3", 
00712                         "Write" => "3", 
00713                         "WriteBlankLines" => "3", 
00714                         "WriteLine" => "3", 
00715                         "write" => "3", 
00716                         "writeln" => "3", 
00717                         "zOrder" => "3", 
00718                         "onabort" => "4", 
00719                         "onafterupdate" => "4", 
00720                         "onbeforeunload" => "4", 
00721                         "onbeforeupdate" => "4", 
00722                         "onblur" => "4", 
00723                         "onbounce" => "4", 
00724                         "onchange" => "4", 
00725                         "onclick" => "4", 
00726                         "ondataavailable" => "4", 
00727                         "ondatasetchanged" => "4", 
00728                         "ondatasetcomplete" => "4", 
00729                         "ondblclick" => "4", 
00730                         "ondragstart" => "4", 
00731                         "onerror" => "4", 
00732                         "onerrorupdate" => "4", 
00733                         "onfilterchange" => "4", 
00734                         "onfinish" => "4", 
00735                         "onfocus" => "4", 
00736                         "onhelp" => "4", 
00737                         "onkeydown" => "4", 
00738                         "onkeypress" => "4", 
00739                         "onkeyup" => "4", 
00740                         "onload" => "4", 
00741                         "onmousedown" => "4", 
00742                         "onmousemove" => "4", 
00743                         "onmouseout" => "4", 
00744                         "onmouseover" => "4", 
00745                         "onmouseup" => "4", 
00746                         "onreadystatechange" => "4", 
00747                         "onreset" => "4", 
00748                         "onresize" => "4", 
00749                         "onrowenter" => "4", 
00750                         "onrowexit" => "4", 
00751                         "onscroll" => "4", 
00752                         "onselect" => "4", 
00753                         "onselectstart" => "4", 
00754                         "onstart" => "4", 
00755                         "onsubmit" => "4", 
00756                         "onunload" => "4", 
00757                         "break" => "5", 
00758                         "Comments" => "5", 
00759                         "continue" => "5", 
00760                         "do" => "5", 
00761                         "else" => "5", 
00762                         "for" => "5", 
00763                         "function" => "5", 
00764                         "if" => "5", 
00765                         "in" => "5", 
00766                         "Labeled" => "5", 
00767                         "return" => "5", 
00768                         "switch" => "5", 
00769                         "this" => "5", 
00770                         "var" => "5", 
00771                         "while" => "5", 
00772                         "with" => "5");
00773 
00774 // Special extensions
00775 
00776 // Each category can specify a PHP function that returns an altered
00777 // version of the keyword.
00778 
00779 
00780 
00781 $this->linkscripts      = array(
00782                         "1" => "donothing", 
00783                         "2" => "donothing", 
00784                         "3" => "donothing", 
00785                         "4" => "donothing", 
00786                         "5" => "donothing");
00787 }
00788 
00789 
00790 
00791 function donothing($keywordin)
00792 {
00793         return $keywordin;
00794 }
00795 
00796 }
00797 ?>

Generated on Fri Dec 13 2013 09:06:39 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1