plugins/geshi/geshi/rails.php
author Dan
Fri, 29 May 2009 19:40:15 -0400
changeset 3 f3e2bbbd2155
parent 2 9e3258dfae15
permissions -rw-r--r--
Updated to latest GeSHi, 1.0.8.4, released May 23, 2009.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     1
<?php
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     2
/*************************************************************************************
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     3
 * rails.php
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     4
 * ---------
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     5
 * Author: Moises Deniz
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     6
 * Copyright: (c) 2005 Moises Deniz
3
f3e2bbbd2155 Updated to latest GeSHi, 1.0.8.4, released May 23, 2009.
Dan
parents: 2
diff changeset
     7
 * Release Version: 1.0.8.4
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     8
 * Date Started: 2007/03/21
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     9
 *
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    10
 * Ruby (with Ruby on Rails Framework) language file for GeSHi.
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    11
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    12
 *************************************************************************************
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    13
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    14
 *   This file is part of GeSHi.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    15
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    16
 *   GeSHi is free software; you can redistribute it and/or modify
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    17
 *   it under the terms of the GNU General Public License as published by
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    18
 *   the Free Software Foundation; either version 2 of the License, or
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    19
 *   (at your option) any later version.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    20
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    21
 *   GeSHi is distributed in the hope that it will be useful,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    22
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    23
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    24
 *   GNU General Public License for more details.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    25
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    26
 *   You should have received a copy of the GNU General Public License
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    27
 *   along with GeSHi; if not, write to the Free Software
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    28
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    29
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    30
 ************************************************************************************/
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    31
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    32
$language_data = array (
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    33
    'LANG_NAME' => 'Rails',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    34
    'COMMENT_SINGLE' => array(1 => "#"),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    35
    'COMMENT_MULTI' => array("=begin" => "=end"),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    36
    'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    37
    'QUOTEMARKS' => array('"', '`','\''),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    38
    'ESCAPE_CHAR' => '\\',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    39
    'KEYWORDS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    40
        1 => array(
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    41
            'alias', 'and', 'begin', 'break', 'case', 'class',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    42
            'def', 'defined', 'do', 'else', 'elsif', 'end',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    43
            'ensure', 'for', 'if', 'in', 'module', 'while',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    44
            'next', 'not', 'or', 'redo', 'rescue', 'yield',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    45
            'retry', 'super', 'then', 'undef', 'unless',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    46
            'until', 'when', 'BEGIN', 'END', 'include'
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    47
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    48
        2 => array(
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    49
            '__FILE__', '__LINE__', 'false', 'nil', 'self', 'true',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    50
            'return'
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    51
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    52
        3 => array(
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    53
            'Array', 'Float', 'Integer', 'String', 'at_exit',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    54
            'autoload', 'binding', 'caller', 'catch', 'chop', 'chop!',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    55
            'chomp', 'chomp!', 'eval', 'exec', 'exit', 'exit!', 'fail',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    56
            'fork', 'format', 'gets', 'global_variables', 'gsub', 'gsub!',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    57
            'iterator?', 'lambda', 'load', 'local_variables', 'loop',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    58
            'open', 'p', 'print', 'printf', 'proc', 'putc', 'puts',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    59
            'raise', 'rand', 'readline', 'readlines', 'require', 'select',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    60
            'sleep', 'split', 'sprintf', 'srand', 'sub', 'sub!', 'syscall',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    61
            'system', 'trace_var', 'trap', 'untrace_var'
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    62
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    63
        4 => array(
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    64
            'Abbrev', 'ArgumentError', 'Base64', 'Benchmark',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    65
            'Benchmark::Tms', 'Bignum', 'Binding', 'CGI', 'CGI::Cookie',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    66
            'CGI::HtmlExtension', 'CGI::QueryExtension',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    67
            'CGI::Session', 'CGI::Session::FileStore',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    68
            'CGI::Session::MemoryStore', 'Class', 'Comparable', 'Complex',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    69
            'ConditionVariable', 'Continuation', 'Data',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    70
            'Date', 'DateTime', 'Delegator', 'Dir', 'EOFError', 'ERB',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    71
            'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    72
            'Exception', 'FalseClass', 'File',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    73
            'File::Constants', 'File::Stat', 'FileTest', 'FileUtils',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    74
            'FileUtils::DryRun', 'FileUtils::NoWrite',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    75
            'FileUtils::StreamUtils_', 'FileUtils::Verbose', 'Find',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    76
            'Fixnum', 'FloatDomainError', 'Forwardable', 'GC', 'Generator',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    77
            'Hash', 'IO', 'IOError', 'Iconv', 'Iconv::BrokenLibrary',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    78
            'Iconv::Failure', 'Iconv::IllegalSequence',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    79
            'Iconv::InvalidCharacter', 'Iconv::InvalidEncoding',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    80
            'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    81
            'LoadError', 'LocalJumpError', 'Logger', 'Logger::Application',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    82
            'Logger::Error', 'Logger::Formatter', 'Logger::LogDevice',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    83
            'Logger::LogDevice::LogDeviceMutex', 'Logger::Severity',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    84
            'Logger::ShiftingError', 'Marshal', 'MatchData',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    85
            'Math', 'Matrix', 'Method', 'Module', 'Mutex', 'NameError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    86
            'NameError::message', 'NilClass', 'NoMemoryError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    87
            'NoMethodError', 'NotImplementedError', 'Numeric', 'Object',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    88
            'ObjectSpace', 'Observable', 'PStore', 'PStore::Error',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    89
            'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    90
            'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    91
            'Range', 'RangeError', 'Rational', 'Regexp', 'RegexpError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    92
            'RuntimeError', 'ScriptError', 'SecurityError', 'Set',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    93
            'Shellwords', 'Signal', 'SignalException', 'SimpleDelegator',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    94
            'SingleForwardable', 'Singleton', 'SingletonClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    95
            'SizedQueue', 'SortedSet', 'StandardError', 'StringIO',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    96
            'StringScanner', 'StringScanner::Error', 'Struct', 'Symbol',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    97
            'SyncEnumerator', 'SyntaxError', 'SystemCallError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    98
            'SystemExit', 'SystemStackError', 'Tempfile',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    99
            'Test::Unit::TestCase', 'Test::Unit', 'Test', 'Thread',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   100
            'ThreadError', 'ThreadGroup',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   101
            'ThreadsWait', 'Time', 'TrueClass', 'TypeError', 'URI',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   102
            'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   103
            'URI::Generic', 'URI::HTTP', 'URI::HTTPS',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   104
            'URI::InvalidComponentError', 'URI::InvalidURIError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   105
            'URI::LDAP', 'URI::MailTo', 'URI::REGEXP',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   106
            'URI::REGEXP::PATTERN', 'UnboundMethod', 'Vector', 'YAML',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   107
            'ZeroDivisionError', 'Zlib',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   108
            'Zlib::BufError', 'Zlib::DataError', 'Zlib::Deflate',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   109
            'Zlib::Error', 'Zlib::GzipFile', 'Zlib::GzipFile::CRCError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   110
            'Zlib::GzipFile::Error', 'Zlib::GzipFile::LengthError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   111
            'Zlib::GzipFile::NoFooter', 'Zlib::GzipReader',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   112
            'Zlib::GzipWriter', 'Zlib::Inflate', 'Zlib::MemError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   113
            'Zlib::NeedDict', 'Zlib::StreamEnd', 'Zlib::StreamError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   114
            'Zlib::VersionError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   115
            'Zlib::ZStream',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   116
            'ActionController::AbstractRequest',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   117
            'ActionController::Assertions::DomAssertions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   118
            'ActionController::Assertions::ModelAssertions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   119
            'ActionController::Assertions::ResponseAssertions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   120
            'ActionController::Assertions::RoutingAssertions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   121
            'ActionController::Assertions::SelectorAssertions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   122
            'ActionController::Assertions::TagAssertions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   123
            'ActionController::Base',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   124
            'ActionController::Benchmarking::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   125
            'ActionController::Caching',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   126
            'ActionController::Caching::Actions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   127
            'ActionController::Caching::Actions::ActionCachePath',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   128
            'ActionController::Caching::Fragments',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   129
            'ActionController::Caching::Pages',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   130
            'ActionController::Caching::Pages::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   131
            'ActionController::Caching::Sweeping',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   132
            'ActionController::Components',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   133
            'ActionController::Components::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   134
            'ActionController::Components::InstanceMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   135
            'ActionController::Cookies',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   136
            'ActionController::Filters::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   137
            'ActionController::Flash',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   138
            'ActionController::Flash::FlashHash',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   139
            'ActionController::Helpers::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   140
            'ActionController::Integration::Session',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   141
            'ActionController::IntegrationTest',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   142
            'ActionController::Layout::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   143
            'ActionController::Macros',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   144
            'ActionController::Macros::AutoComplete::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   145
            'ActionController::Macros::InPlaceEditing::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   146
            'ActionController::MimeResponds::InstanceMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   147
            'ActionController::Pagination',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   148
            'ActionController::Pagination::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   149
            'ActionController::Pagination::Paginator',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   150
            'ActionController::Pagination::Paginator::Page',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   151
            'ActionController::Pagination::Paginator::Window',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   152
            'ActionController::Rescue', 'ActionController::Resources',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   153
            'ActionController::Routing',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   154
            'ActionController::Scaffolding::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   155
            'ActionController::SessionManagement::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   156
            'ActionController::Streaming', 'ActionController::TestProcess',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   157
            'ActionController::TestUploadedFile',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   158
            'ActionController::UrlWriter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   159
            'ActionController::Verification::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   160
            'ActionMailer::Base', 'ActionView::Base',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   161
            'ActionView::Helpers::ActiveRecordHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   162
            'ActionView::Helpers::AssetTagHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   163
            'ActionView::Helpers::BenchmarkHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   164
            'ActionView::Helpers::CacheHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   165
            'ActionView::Helpers::CaptureHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   166
            'ActionView::Helpers::DateHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   167
            'ActionView::Helpers::DebugHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   168
            'ActionView::Helpers::FormHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   169
            'ActionView::Helpers::FormOptionsHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   170
            'ActionView::Helpers::FormTagHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   171
            'ActionView::Helpers::JavaScriptHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   172
            'ActionView::Helpers::JavaScriptMacrosHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   173
            'ActionView::Helpers::NumberHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   174
            'ActionView::Helpers::PaginationHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   175
            'ActionView::Helpers::PrototypeHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   176
            'ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   177
            'ActionView::Helpers::ScriptaculousHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   178
            'ActionView::Helpers::TagHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   179
            'ActionView::Helpers::TextHelper',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   180
            'ActionView::Helpers::UrlHelper', 'ActionView::Partials',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   181
            'ActionWebService::API::Method', 'ActionWebService::Base',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   182
            'ActionWebService::Client::Soap',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   183
            'ActionWebService::Client::XmlRpc',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   184
            'ActionWebService::Container::ActionController::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   185
            'ActionWebService::Container::Delegated::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   186
            'ActionWebService::Container::Direct::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   187
            'ActionWebService::Invocation::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   188
            'ActionWebService::Scaffolding::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   189
            'ActionWebService::SignatureTypes', 'ActionWebService::Struct',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   190
            'ActiveRecord::Acts::List::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   191
            'ActiveRecord::Acts::List::InstanceMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   192
            'ActiveRecord::Acts::NestedSet::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   193
            'ActiveRecord::Acts::NestedSet::InstanceMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   194
            'ActiveRecord::Acts::Tree::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   195
            'ActiveRecord::Acts::Tree::InstanceMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   196
            'ActiveRecord::Aggregations::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   197
            'ActiveRecord::Associations::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   198
            'ActiveRecord::AttributeMethods::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   199
            'ActiveRecord::Base',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   200
            'ActiveRecord::Calculations::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   201
            'ActiveRecord::Callbacks',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   202
            'ActiveRecord::ConnectionAdapters::AbstractAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   203
            'ActiveRecord::ConnectionAdapters::Column',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   204
            'ActiveRecord::ConnectionAdapters::DB2Adapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   205
            'ActiveRecord::ConnectionAdapters::DatabaseStatements',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   206
            'ActiveRecord::ConnectionAdapters::FirebirdAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   207
            'ActiveRecord::ConnectionAdapters::FrontBaseAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   208
            'ActiveRecord::ConnectionAdapters::MysqlAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   209
            'ActiveRecord::ConnectionAdapters::OpenBaseAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   210
            'ActiveRecord::ConnectionAdapters::OracleAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   211
            'ActiveRecord::ConnectionAdapters::PostgreSQLAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   212
            'ActiveRecord::ConnectionAdapters::Quoting',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   213
            'ActiveRecord::ConnectionAdapters::SQLServerAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   214
            'ActiveRecord::ConnectionAdapters::SQLiteAdapter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   215
            'ActiveRecord::ConnectionAdapters::SchemaStatements',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   216
            'ActiveRecord::ConnectionAdapters::SybaseAdapter::ColumnWithIdentity',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   217
            'ActiveRecord::ConnectionAdapters::SybaseAdapterContext',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   218
            'ActiveRecord::ConnectionAdapters::TableDefinition',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   219
            'ActiveRecord::Errors', 'ActiveRecord::Locking',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   220
            'ActiveRecord::Locking::Optimistic',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   221
            'ActiveRecord::Locking::Optimistic::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   222
            'ActiveRecord::Locking::Pessimistic',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   223
            'ActiveRecord::Migration', 'ActiveRecord::Observer',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   224
            'ActiveRecord::Observing::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   225
            'ActiveRecord::Reflection::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   226
            'ActiveRecord::Reflection::MacroReflection',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   227
            'ActiveRecord::Schema', 'ActiveRecord::Timestamp',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   228
            'ActiveRecord::Transactions::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   229
            'ActiveRecord::Validations',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   230
            'ActiveRecord::Validations::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   231
            'ActiveRecord::XmlSerialization',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   232
            'ActiveSupport::CachingTools::HashCaching',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   233
            'ActiveSupport::CoreExtensions::Array::Conversions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   234
            'ActiveSupport::CoreExtensions::Array::Grouping',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   235
            'ActiveSupport::CoreExtensions::Date::Conversions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   236
            'ActiveSupport::CoreExtensions::Hash::Conversions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   237
            'ActiveSupport::CoreExtensions::Hash::Conversions::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   238
            'ActiveSupport::CoreExtensions::Hash::Diff',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   239
            'ActiveSupport::CoreExtensions::Hash::Keys',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   240
            'ActiveSupport::CoreExtensions::Hash::ReverseMerge',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   241
            'ActiveSupport::CoreExtensions::Integer::EvenOdd',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   242
            'ActiveSupport::CoreExtensions::Integer::Inflections',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   243
            'ActiveSupport::CoreExtensions::Numeric::Bytes',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   244
            'ActiveSupport::CoreExtensions::Numeric::Time',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   245
            'ActiveSupport::CoreExtensions::Pathname::CleanWithin',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   246
            'ActiveSupport::CoreExtensions::Range::Conversions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   247
            'ActiveSupport::CoreExtensions::String::Access',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   248
            'ActiveSupport::CoreExtensions::String::Conversions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   249
            'ActiveSupport::CoreExtensions::String::Inflections',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   250
            'ActiveSupport::CoreExtensions::String::Iterators',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   251
            'ActiveSupport::CoreExtensions::String::StartsEndsWith',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   252
            'ActiveSupport::CoreExtensions::String::Unicode',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   253
            'ActiveSupport::CoreExtensions::Time::Calculations',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   254
            'ActiveSupport::CoreExtensions::Time::Calculations::ClassMethods',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   255
            'ActiveSupport::CoreExtensions::Time::Conversions',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   256
            'ActiveSupport::Multibyte::Chars',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   257
            'ActiveSupport::Multibyte::Handlers::UTF8Handler',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   258
            'Breakpoint', 'Builder::BlankSlate', 'Builder::XmlMarkup',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   259
            'Fixtures',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   260
            'HTML::Selector', 'HashWithIndifferentAccess', 'Inflector',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   261
            'Inflector::Inflections', 'Mime', 'Mime::Type',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   262
            'OCI8AutoRecover', 'TimeZone', 'XmlSimple'
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   263
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   264
        5 => array(
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   265
            'image_tag', 'link_to', 'link_to_remote', 'javascript_include_tag',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   266
            'assert_equal', 'assert_not_equal', 'before_filter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   267
            'after_filter', 'render', 'redirect_to', 'hide_action',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   268
            'render_to_string', 'url_for', 'controller_name',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   269
            'controller_class_name', 'controller_path', 'session',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   270
            'render_component', 'render_component_as_string', 'cookie',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   271
            'layout', 'flash', 'auto_complete_for', 'in_place_editor_for',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   272
            'respond_to', 'paginate', 'current_page', 'each', 'first',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   273
            'first_page', 'last_page', 'last', 'length', 'new', 'page_count',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   274
            'previous', 'scaffold', 'send_data',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   275
            'send_file', 'deliver', 'receive', 'error_messages_for',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   276
            'error_message_on', 'form', 'input', 'stylesheet_link_tag',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   277
            'stylesheet_path', 'content_for', 'select_date', 'ago',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   278
            'month', 'day', 'check_box', 'fields_for', 'file_field',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   279
            'form_for', 'hidden_field', 'text_area', 'password_field',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   280
            'collection_select', 'options_for_select',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   281
            'options_from_collection_for_select', 'file_field_tag',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   282
            'form_for_tag', 'hidden_field_tag', 'text_area_tag',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   283
            'password_field_tag', 'link_to_function', 'javascript_tag',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   284
            'human_size', 'number_to_currency', 'pagination_links',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   285
            'form_remote_tag', 'form_remote_for',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   286
            'submit_to_remote', 'remote_function', 'observe_form',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   287
            'observe_field', 'remote_form_for', 'options_for_ajax', 'alert',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   288
            'call', 'assign', 'show', 'hide', 'insert_html', 'sortable',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   289
            'toggle', 'visual_effect', 'replace', 'replace_html', 'remove',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   290
            'save', 'save!', 'draggable', 'drop_receiving', 'literal',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   291
            'draggable_element', 'drop_receiving_element', 'sortable_element',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   292
            'content_tag', 'tag', 'link_to_image', 'link_to_if',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   293
            'link_to_unless', 'mail_to', 'link_image_to', 'button_to',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   294
            'current_page?', 'act_as_list', 'act_as_nested', 'act_as_tree',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   295
            'has_many', 'has_one', 'belongs_to', 'has_many_and_belogns_to',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   296
            'delete', 'destroy', 'destroy_all', 'clone', 'deep_clone', 'copy',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   297
            'update', 'table_name', 'primary_key', 'sum', 'maximun', 'minimum',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   298
            'count', 'size', 'after_save', 'after_create', 'before_save',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   299
            'before_create', 'add_to_base', 'errors', 'add', 'validate',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   300
            'validates_presence_of', 'validates_numericality_of',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   301
            'validates_uniqueness_of', 'validates_length_of',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   302
            'validates_format_of', 'validates_size_of', 'to_a', 'to_s',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   303
            'to_xml', 'to_i'
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   304
            )
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   305
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   306
    'SYMBOLS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   307
        '(', ')', '[', ']', '{', '}', '%', '&', '*', '|', '/', '<', '>',
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   308
        '+', '-', '=>', '<<'
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   309
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   310
    'CASE_SENSITIVE' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   311
        GESHI_COMMENTS => false,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   312
        1 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   313
        2 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   314
        3 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   315
        4 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   316
        5 => true
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   317
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   318
    'STYLES' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   319
        'KEYWORDS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   320
            1 => 'color:#9966CC; font-weight:bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   321
            2 => 'color:#0000FF; font-weight:bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   322
            3 => 'color:#CC0066; font-weight:bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   323
            4 => 'color:#CC00FF; font-weight:bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   324
            5 => 'color:#5A0A0A; font-weight:bold;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   325
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   326
        'COMMENTS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   327
            1 => 'color:#008000; font-style:italic;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   328
                    'MULTI' => 'color:#000080; font-style:italic;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   329
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   330
        'ESCAPE_CHAR' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   331
            0 => 'color:#000099;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   332
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   333
        'BRACKETS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   334
            0 => 'color:#006600; font-weight:bold;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   335
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   336
        'STRINGS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   337
            0 => 'color:#996600;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   338
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   339
        'NUMBERS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   340
            0 => 'color:#006666;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   341
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   342
        'METHODS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   343
            1 => 'color:#9900CC;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   344
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   345
        'SYMBOLS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   346
            0 => 'color:#006600; font-weight:bold;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   347
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   348
        'REGEXPS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   349
            0 => 'color:#ff6633; font-weight:bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   350
            1 => 'color:#0066ff; font-weight:bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   351
            2 => 'color:#6666ff; font-weight:bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   352
            3 => 'color:#ff3333; font-weight:bold;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   353
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   354
        'SCRIPT' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   355
            0 => '',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   356
            1 => '',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   357
            2 => '',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   358
            )
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   359
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   360
    'URLS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   361
        1 => '',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   362
        2 => '',
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   363
        3 => '',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   364
        4 => '',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   365
        5 => ''
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   366
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   367
    'OOLANG' => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   368
    'OBJECT_SPLITTERS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   369
        1 => '.'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   370
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   371
    'REGEXPS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   372
        0 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   373
            GESHI_SEARCH => "([[:space:]])(\\$[a-zA-Z_][a-zA-Z0-9_]*)",
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   374
            GESHI_REPLACE => '\\2',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   375
            GESHI_MODIFIERS => '',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   376
            GESHI_BEFORE => '\\1',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   377
            GESHI_AFTER => ''
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   378
            ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   379
        1 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   380
            GESHI_SEARCH => "([[:space:]])(@[a-zA-Z_][a-zA-Z0-9_]*)",
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   381
            GESHI_REPLACE => '\\2',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   382
            GESHI_MODIFIERS => '',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   383
            GESHI_BEFORE => '\\1',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   384
            GESHI_AFTER => ''
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   385
            ),
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   386
        2 => "([A-Z][a-zA-Z0-9_]*::)+[A-Z][a-zA-Z0-9_]*", //Static OOP References
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   387
        3 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   388
            GESHI_SEARCH => "([[:space:]]|\[|\()(:[a-zA-Z_][a-zA-Z0-9_]*)",
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   389
            GESHI_REPLACE => '\\2',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   390
            GESHI_MODIFIERS => '',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   391
            GESHI_BEFORE => '\\1',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   392
            GESHI_AFTER => ''
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   393
            )
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   394
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   395
    'STRICT_MODE_APPLIES' => GESHI_MAYBE,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   396
    'SCRIPT_DELIMITERS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   397
        0 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   398
            '<%' => '%>'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   399
            )
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   400
        ),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   401
    'HIGHLIGHT_STRICT_BLOCK' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   402
        0 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   403
        )
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   404
);
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   405
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   406
?>