41 'LANG_NAME' =>
'jQuery',
42 'COMMENT_SINGLE' => array(1 =>
'//'),
43 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
45 'COMMENT_REGEXP' => array(2 =>
"/(?<=[\\s^])s\\/(?:\\\\.|(?!\n)[^\\/\\\\])+\\/(?:\\\\.|(?!\n)[^\\/\\\\])+\\/[gimsu]*(?=[\\s$\\.\\;])|(?<=[\\s^(=])m?\\/(?:\\\\.|(?!\n)[^\\/\\\\])+\\/[gimsu]*(?=[\\s$\\.\\,\\;\\)])/iU"),
47 'QUOTEMARKS' => array(
"'",
'"'),
48 'ESCAPE_CHAR' =>
'\\',
51 'as',
'break',
'case',
'catch',
'continue',
'decodeURI',
'delete',
'do',
52 'else',
'encodeURI',
'eval',
'finally',
'for',
'if',
'in',
'is',
'item',
53 'instanceof',
'return',
'switch',
'this',
'throw',
'try',
'typeof',
'void',
54 'while',
'write',
'with' 57 'class',
'const',
'default',
'debugger',
'export',
'extends',
'false',
58 'function',
'import',
'namespace',
'new',
'null',
'package',
'private',
59 'protected',
'public',
'super',
'true',
'use',
'var' 63 'alert',
'back',
'close',
'confirm',
'forward',
'home',
64 'name',
'navigate',
'onblur',
'onerror',
'onfocus',
'onload',
'onmove',
65 'onresize',
'onunload',
'open',
'print',
'prompt',
'status',
71 'jQuery',
'each',
'size',
'length',
'selector',
'context',
'eq',
72 'index',
'data',
'removeData',
'queue',
'dequeue',
'noConflict' 77 'attr',
'removeAttr',
'addClass',
'hasClass',
'removeClass',
'toggleClass',
78 'html',
'text',
'val',
82 'filter',
'not',
'slice',
'add',
'children',
'closest',
83 'contents',
'find',
'next',
'nextAll',
'parent',
'parents',
84 'prev',
'prevAll',
'siblings',
'andSelf',
'end',
91 'append',
'appendTo',
'prepend',
'prependTo',
'after',
'before',
'insertAfter',
92 'insertBefore',
'wrap',
'wrapAll',
'wrapInner',
'replaceWith',
'replaceAll',
93 'empty',
'remove',
'clone',
97 'css',
'offset',
'offsetParent',
'position',
'scrollTop',
'scrollLeft',
98 'height',
'width',
'innerHeight',
'innerWidth',
'outerHeight',
'outerWidth',
102 'ready',
'bind',
'one',
'trigger',
'triggerHandler',
'unbind',
'live',
103 'die',
'hover',
'blur',
'change',
'click',
'dblclick',
'error',
104 'focus',
'keydown',
'keypress',
'keyup',
'mousedown',
'mouseenter',
105 'mouseleave',
'mousemove',
'mouseout',
'mouseover',
'mouseup',
'resize',
106 'scroll',
'select',
'submit',
'unload',
112 'show',
'hide',
'toggle',
'slideDown',
'slideUp',
'slideToggle',
'fadeIn',
113 'fadeOut',
'fadeTo',
'animate',
'stop',
117 'ajax',
'load',
'get',
'getJSON',
'getScript',
'post',
'ajaxComplete',
118 'ajaxError',
'ajaxSend',
'ajaxStart',
'ajaxStop',
'ajaxSuccess',
'ajaxSetup',
119 'serialize',
'serializeArray',
123 'support',
'browser',
'version',
'boxModal',
'extend',
'grep',
'makeArray',
124 'map',
'inArray',
'merge',
'unique',
'isArray',
'isFunction',
'trim',
130 '(',
')',
'[',
']',
'{',
'}',
131 '+',
'-',
'*',
'/',
'%',
132 '!',
'@',
'&',
'|',
'^',
140 'CASE_SENSITIVE' => array(
157 1 =>
'color: #000066; font-weight: bold;',
158 2 =>
'color: #003366; font-weight: bold;',
159 3 =>
'color: #000066;',
160 4 =>
'color: #000066;',
161 5 =>
'color: #000066;',
162 6 =>
'color: #000066;',
163 7 =>
'color: #000066;',
164 8 =>
'color: #000066;',
165 9 =>
'color: #000066;',
166 10 =>
'color: #000066;',
167 11 =>
'color: #000066;',
168 12 =>
'color: #000066;' 171 1 =>
'color: #006600; font-style: italic;',
172 2 =>
'color: #009966; font-style: italic;',
173 'MULTI' =>
'color: #006600; font-style: italic;' 175 'ESCAPE_CHAR' => array(
176 0 =>
'color: #000099; font-weight: bold;' 179 0 =>
'color: #009900;' 182 0 =>
'color: #3366CC;' 185 0 =>
'color: #CC0000;' 188 1 =>
'color: #660066;' 191 0 =>
'color: #339933;',
192 1 =>
'color: #000066;' 207 4 =>
'http://docs.jquery.com/Core/{FNAME}',
208 5 =>
'http://docs.jquery.com/Attributes/{FNAME}',
209 6 =>
'http://docs.jquery.com/Traversing/{FNAME}',
210 7 =>
'http://docs.jquery.com/Manipulation/{FNAME}',
211 8 =>
'http://docs.jquery.com/CSS/{FNAME}',
212 9 =>
'http://docs.jquery.com/Events/{FNAME}',
213 10 =>
'http://docs.jquery.com/Effects/{FNAME}',
214 11 =>
'http://docs.jquery.com/Ajax/{FNAME}',
215 12 =>
'http://docs.jquery.com/Utilities/{FNAME}' 218 'OBJECT_SPLITTERS' => array(
224 'SCRIPT_DELIMITERS' => array(
226 '<script type="text/javascript">' =>
'</script>' 229 '<script language="javascript">' =>
'</script>' 232 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_MAYBE
Strict mode might apply, and can be enabled or disabled by GeSHi->enable_strict_mode().
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.