[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/geshi/geshi/src/geshi/ -> actionscript.php (source)

   1  <?php
   2  /*************************************************************************************
   3   * actionscript.php
   4   * ----------------
   5   * Author: Steffen Krause (Steffen.krause@muse.de)
   6   * Copyright: (c) 2004 Steffen Krause, Nigel McNie (http://qbnz.com/highlighter)
   7   * Release Version: 1.0.9.1
   8   * Date Started: 2004/06/20
   9   *
  10   * Actionscript language file for GeSHi.
  11   *
  12   * CHANGES
  13   * -------
  14   * 2004/11/27 (1.0.1)
  15   *  -  Added support for multiple object splitters
  16   * 2004/10/27 (1.0.0)
  17   *  -  First Release
  18   *
  19   * TODO (updated 2004/11/27)
  20   * -------------------------
  21   *
  22   *************************************************************************************
  23   *
  24   *     This file is part of GeSHi.
  25   *
  26   *   GeSHi is free software; you can redistribute it and/or modify
  27   *   it under the terms of the GNU General Public License as published by
  28   *   the Free Software Foundation; either version 2 of the License, or
  29   *   (at your option) any later version.
  30   *
  31   *   GeSHi is distributed in the hope that it will be useful,
  32   *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  33   *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  34   *   GNU General Public License for more details.
  35   *
  36   *   You should have received a copy of the GNU General Public License
  37   *   along with GeSHi; if not, write to the Free Software
  38   *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  39   *
  40   ************************************************************************************/
  41  
  42  $language_data = array (
  43      'LANG_NAME' => 'ActionScript',
  44      'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
  45      'COMMENT_MULTI' => array('/*' => '*/'),
  46      'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
  47      'QUOTEMARKS' => array("'", '"'),
  48      'ESCAPE_CHAR' => '\\',
  49      'KEYWORDS' => array(
  50          1 => array(
  51              '#include', 'for', 'foreach', 'each', 'if', 'elseif', 'else', 'while', 'do', 'dowhile',
  52              'endwhile', 'endif', 'switch', 'case', 'endswitch', 'return', 'break', 'continue', 'in'
  53              ),
  54          2 => array(
  55              'null', 'false', 'true', 'var',
  56              'default', 'function', 'class',
  57              'new', '_global'
  58              ),
  59          3 => array(
  60              '#endinitclip', '#initclip', '__proto__', '_accProps', '_alpha', '_currentframe',
  61              '_droptarget', '_focusrect', '_framesloaded', '_height', '_highquality', '_lockroot',
  62              '_name', '_parent', '_quality', '_root', '_rotation', '_soundbuftime', '_target', '_totalframes',
  63              '_url', '_visible', '_width', '_x', '_xmouse', '_xscale', '_y', '_ymouse', '_yscale', 'abs',
  64              'Accessibility', 'acos', 'activityLevel', 'add', 'addListener', 'addPage', 'addProperty',
  65              'addRequestHeader', 'align', 'allowDomain', 'allowInsecureDomain', 'and', 'appendChild',
  66              'apply', 'Arguments', 'Array', 'asfunction', 'asin', 'atan', 'atan2', 'attachAudio', 'attachMovie',
  67              'attachSound', 'attachVideo', 'attributes', 'autosize', 'avHardwareDisable', 'background',
  68              'backgroundColor', 'BACKSPACE', 'bandwidth', 'beginFill', 'beginGradientFill', 'blockIndent',
  69              'bold', 'Boolean', 'border', 'borderColor', 'bottomScroll', 'bufferLength', 'bufferTime',
  70              'builtInItems', 'bullet', 'Button', 'bytesLoaded', 'bytesTotal', 'call', 'callee', 'caller',
  71              'Camera', 'capabilities', 'CAPSLOCK', 'caption', 'catch', 'ceil', 'charAt', 'charCodeAt',
  72              'childNodes', 'chr', 'clear', 'clearInterval', 'cloneNode', 'close', 'Color', 'concat',
  73              'connect', 'condenseWhite', 'constructor', 'contentType', 'ContextMenu', 'ContextMenuItem',
  74              'CONTROL', 'copy', 'cos', 'createElement', 'createEmptyMovieClip', 'createTextField',
  75              'createTextNode', 'currentFps', 'curveTo', 'CustomActions', 'customItems', 'data', 'Date',
  76              'deblocking', 'delete', 'DELETEKEY', 'docTypeDecl', 'domain', 'DOWN',
  77              'duplicateMovieClip', 'duration', 'dynamic', 'E', 'embedFonts', 'enabled',
  78              'END', 'endFill', 'ENTER', 'eq', 'Error', 'ESCAPE(Konstante)', 'escape(Funktion)', 'eval',
  79              'exactSettings', 'exp', 'extends', 'finally', 'findText', 'firstChild', 'floor',
  80              'flush', 'focusEnabled', 'font', 'fps', 'fromCharCode', 'fscommand',
  81              'gain', 'ge', 'get', 'getAscii', 'getBeginIndex', 'getBounds', 'getBytesLoaded', 'getBytesTotal',
  82              'getCaretIndex', 'getCode', 'getCount', 'getDate', 'getDay', 'getDepth', 'getEndIndex', 'getFocus',
  83              'getFontList', 'getFullYear', 'getHours', 'getInstanceAtDepth', 'getLocal', 'getMilliseconds',
  84              'getMinutes', 'getMonth', 'getNewTextFormat', 'getNextHighestDepth', 'getPan', 'getProgress',
  85              'getProperty', 'getRGB', 'getSeconds', 'getSelected', 'getSelectedText', 'getSize', 'getStyle',
  86              'getStyleNames', 'getSWFVersion', 'getText', 'getTextExtent', 'getTextFormat', 'getTextSnapshot',
  87              'getTime', 'getTimer', 'getTimezoneOffset', 'getTransform', 'getURL', 'getUTCDate', 'getUTCDay',
  88              'getUTCFullYear', 'getUTCHours', 'getUTCMilliseconds', 'getUTCMinutes', 'getUTCMonth', 'getUTCSeconds',
  89              'getVersion', 'getVolume', 'getYear', 'globalToLocal', 'goto', 'gotoAndPlay', 'gotoAndStop',
  90              'hasAccessibility', 'hasAudio', 'hasAudioEncoder', 'hasChildNodes', 'hasEmbeddedVideo', 'hasMP3',
  91              'hasPrinting', 'hasScreenBroadcast', 'hasScreenPlayback', 'hasStreamingAudio', 'hasStreamingVideo',
  92              'hasVideoEncoder', 'height', 'hide', 'hideBuiltInItems', 'hitArea', 'hitTest', 'hitTestTextNearPos',
  93              'HOME', 'hscroll', 'html', 'htmlText', 'ID3', 'ifFrameLoaded', 'ignoreWhite', 'implements',
  94              'import', 'indent', 'index', 'indexOf', 'Infinity', '-Infinity', 'INSERT', 'insertBefore', 'install',
  95              'instanceof', 'int', 'interface', 'isActive', 'isDebugger', 'isDown', 'isFinite', 'isNaN', 'isToggled',
  96              'italic', 'join', 'Key', 'language', 'lastChild', 'lastIndexOf', 'le', 'leading', 'LEFT', 'leftMargin',
  97              'length', 'level', 'lineStyle', 'lineTo', 'list', 'LN10', 'LN2', 'load', 'loadClip', 'loaded', 'loadMovie',
  98              'loadMovieNum', 'loadSound', 'loadVariables', 'loadVariablesNum', 'LoadVars', 'LocalConnection',
  99              'localFileReadDisable', 'localToGlobal', 'log', 'LOG10E', 'LOG2E', 'manufacturer', 'Math', 'max',
 100              'MAX_VALUE', 'maxChars', 'maxhscroll', 'maxscroll', 'mbchr', 'mblength', 'mbord', 'mbsubstring', 'menu',
 101              'message', 'Microphone', 'min', 'MIN_VALUE', 'MMExecute', 'motionLevel', 'motionTimeOut', 'Mouse',
 102              'mouseWheelEnabled', 'moveTo', 'Movieclip', 'MovieClipLoader', 'multiline', 'muted', 'name', 'names', 'NaN',
 103              'ne', 'NEGATIVE_INFINITY', 'NetConnection', 'NetStream', 'newline', 'nextFrame',
 104              'nextScene', 'nextSibling', 'nodeName', 'nodeType', 'nodeValue', 'not', 'Number', 'Object',
 105              'on', 'onActivity', 'onChanged', 'onClipEvent', 'onClose', 'onConnect', 'onData', 'onDragOut',
 106              'onDragOver', 'onEnterFrame', 'onID3', 'onKeyDown', 'onKeyUp', 'onKillFocus', 'onLoad', 'onLoadComplete',
 107              'onLoadError', 'onLoadInit', 'onLoadProgress', 'onLoadStart', 'onMouseDown', 'onMouseMove', 'onMouseUp',
 108              'onMouseWheel', 'onPress', 'onRelease', 'onReleaseOutside', 'onResize', 'onRollOut', 'onRollOver',
 109              'onScroller', 'onSelect', 'onSetFocus', 'onSoundComplete', 'onStatus', 'onUnload', 'onUpdate', 'onXML',
 110              'or(logischesOR)', 'ord', 'os', 'parentNode', 'parseCSS', 'parseFloat', 'parseInt', 'parseXML', 'password',
 111              'pause', 'PGDN', 'PGUP', 'PI', 'pixelAspectRatio', 'play', 'playerType', 'pop', 'position',
 112              'POSITIVE_INFINITY', 'pow', 'prevFrame', 'previousSibling', 'prevScene', 'print', 'printAsBitmap',
 113              'printAsBitmapNum', 'PrintJob', 'printNum', 'private', 'prototype', 'public', 'push', 'quality',
 114              'random', 'rate', 'registerClass', 'removeListener', 'removeMovieClip', 'removeNode', 'removeTextField',
 115              'replaceSel', 'replaceText', 'resolutionX', 'resolutionY', 'restrict', 'reverse', 'RIGHT',
 116              'rightMargin', 'round', 'scaleMode', 'screenColor', 'screenDPI', 'screenResolutionX', 'screenResolutionY',
 117              'scroll', 'seek', 'selectable', 'Selection', 'send', 'sendAndLoad', 'separatorBefore', 'serverString',
 118              'set', 'setvariable', 'setBufferTime', 'setClipboard', 'setDate', 'setFocus', 'setFullYear', 'setGain',
 119              'setHours', 'setInterval', 'setMask', 'setMilliseconds', 'setMinutes', 'setMode', 'setMonth',
 120              'setMotionLevel', 'setNewTextFormat', 'setPan', 'setProperty', 'setQuality', 'setRate', 'setRGB',
 121              'setSeconds', 'setSelectColor', 'setSelected', 'setSelection', 'setSilenceLevel', 'setStyle',
 122              'setTextFormat', 'setTime', 'setTransform', 'setUseEchoSuppression', 'setUTCDate', 'setUTCFullYear',
 123              'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', 'setVolume',
 124              'setYear', 'SharedObject', 'SHIFT(Konstante)', 'shift(Methode)', 'show', 'showMenu', 'showSettings',
 125              'silenceLevel', 'silenceTimeout', 'sin', 'size', 'slice', 'smoothing', 'sort', 'sortOn', 'Sound', 'SPACE',
 126              'splice', 'split', 'sqrt', 'SQRT1_2', 'SQRT2', 'Stage', 'start', 'startDrag', 'static', 'status', 'stop',
 127              'stopAllSounds', 'stopDrag', 'String', 'StyleSheet(Klasse)', 'styleSheet(Eigenschaft)', 'substr',
 128              'substring', 'super', 'swapDepths', 'System', 'TAB', 'tabChildren', 'tabEnabled', 'tabIndex',
 129              'tabStops', 'tan', 'target', 'targetPath', 'tellTarget', 'text', 'textColor', 'TextField', 'TextFormat',
 130              'textHeight', 'TextSnapshot', 'textWidth', 'this', 'throw', 'time', 'toggleHighQuality', 'toLowerCase',
 131              'toString', 'toUpperCase', 'trace', 'trackAsMenu', 'try', 'type', 'typeof', 'undefined',
 132              'underline', 'unescape', 'uninstall', 'unloadClip', 'unloadMovie', 'unLoadMovieNum', 'unshift', 'unwatch',
 133              'UP', 'updateAfterEvent', 'updateProperties', 'url', 'useCodePage', 'useEchoSuppression', 'useHandCursor',
 134              'UTC', 'valueOf', 'variable', 'version', 'Video', 'visible', 'void', 'watch', 'width',
 135              'with', 'wordwrap', 'XML', 'xmlDecl', 'XMLNode', 'XMLSocket'
 136              )
 137          ),
 138      'SYMBOLS' => array(
 139          '(', ')', '[', ']', '{', '}', '!', '@', '%', '&', '*', '|', '/', '<', '>'
 140          ),
 141      'CASE_SENSITIVE' => array(
 142          GESHI_COMMENTS => false,
 143          1 => false,
 144          2 => false,
 145          3 => false,
 146          ),
 147      'STYLES' => array(
 148          'KEYWORDS' => array(
 149              1 => 'color: #b1b100;',
 150              2 => 'color: #000000; font-weight: bold;',
 151              3 => 'color: #0066CC;'
 152              ),
 153          'COMMENTS' => array(
 154              1 => 'color: #808080; font-style: italic;',
 155              2 => 'color: #808080; font-style: italic;',
 156              'MULTI' => 'color: #808080; font-style: italic;'
 157              ),
 158          'ESCAPE_CHAR' => array(
 159              0 => 'color: #000099; font-weight: bold;'
 160              ),
 161          'BRACKETS' => array(
 162              0 => 'color: #66cc66;'
 163              ),
 164          'STRINGS' => array(
 165              0 => 'color: #ff0000;'
 166              ),
 167          'NUMBERS' => array(
 168              0 => 'color: #cc66cc;'
 169              ),
 170          'METHODS' => array(
 171              1 => 'color: #006600;'
 172              ),
 173          'SYMBOLS' => array(
 174              0 => 'color: #66cc66;'
 175              ),
 176          'REGEXPS' => array(
 177              ),
 178          'SCRIPT' => array(
 179              )
 180          ),
 181      'URLS' => array(
 182          1 => '',
 183          2 => '',
 184          3 => ''
 185          ),
 186      'OOLANG' => true,
 187      'OBJECT_SPLITTERS' => array(
 188          1 => '.'
 189          ),
 190      'REGEXPS' => array(
 191          ),
 192      'STRICT_MODE_APPLIES' => GESHI_NEVER,
 193      'SCRIPT_DELIMITERS' => array(),
 194      'HIGHLIGHT_STRICT_BLOCK' => array()
 195  );