41 'LANG_NAME' =>
'Nagios',
42 'COMMENT_SINGLE' => array(1 =>
';', 2 =>
'#'),
43 'COMMENT_MULTI' => array(),
45 'HARDQUOTE' => array(
"'",
"'"),
46 'QUOTEMARKS' => array(
"'",
'"'),
47 'ESCAPE_CHAR' =>
'\'',
53 'command',
'contact',
'contactgroup',
'host',
'hostdependency',
54 'hostescalation',
'hostextinfo',
'hostgroup',
'service',
55 'servicedependency',
'serviceescalation',
56 'serviceextinfo',
'servicegroup',
'timeperiod' 59 'active_checks_enabled',
'passive_checks_enabled',
'alias',
60 'display_name',
'host_name',
'address',
'hostgroups',
'parents',
61 'hostgroup_members',
'members',
'service_description',
62 'servicegroups',
'is_volatile',
'servicegroup_name',
63 'servicegroup_members',
'contact_name',
'contactgroups',
'email',
64 'pager',
'can_submit_commands',
'contactgroup_name',
65 'contactgroup_members',
'host_notifications_enabled',
66 'service_notifications_enabled',
'host_notification_period',
67 'service_notification_period',
'host_notification_options',
68 'service_notification_options',
'host_notification_commands',
69 'service_notification_commands',
'check_command',
70 'check_freshness',
'check_interval',
'check_period',
'contacts',
71 'contact_groups',
'event_handler',
'event_handler_enabled',
72 'flap_detection_enabled',
'flap_detection_options',
73 'freshness_threshold',
'initial_state',
'low_flap_threshold',
74 'high_flap_threshold',
'max_check_attempts',
75 'notification_interval',
'first_notification_delay',
76 'notification_period',
'notification_options',
77 'notifications_enabled',
'stalking_options',
'notes',
'notes_url',
78 'action_url',
'icon_image',
'icon_image_alt',
'vrml_image',
79 'statusmap_image',
'2d_coords',
'3d_coords',
'obsess_over_host',
80 'obsess_over_hostver_service',
'process_perf_data',
81 'retain_status_information',
'retain_nonstatus_information',
82 'retry_interval',
'register',
'use',
'name',
'timeperiod_name',
83 'exclude',
'command_name',
'command_line',
'dependent_host_name',
84 'dependent_hostgroup_name',
'dependent_service_description',
85 'inherits_parent',
'execution_failure_criteria',
86 'notification_failure_criteria',
'dependency_period',
87 'first_notification',
'last_notification',
'escalation_period',
91 'monday',
'tuesday',
'wednesday',
'thursday',
'friday',
'saturday',
92 'sunday',
'january',
'february',
'march',
'april',
'may',
'june',
93 'july',
'august',
'september',
'october',
'november',
'december',
102 'CASE_SENSITIVE' => array(
111 1 =>
'font-weight:bold;color:#FFDCA8;',
112 2 =>
'font-weight:bold;color #FFA858;',
113 3 =>
'font-weight:bold;color:#00C0C0;',
114 4 =>
'font-weight:bold;color:#C0C0FF;' 117 0 =>
'font-weight:bold;color:#000000;' 123 0 =>
'color: #AAAAAA; font-style: italic;',
124 1 =>
'color: #AAAAAA; font-style: italic;',
125 2 =>
'color: #AAAAAA; font-style: italic;' 128 0 =>
'color: #009900;' 131 0 =>
'color: #660066;',
132 'HARD' =>
'color: #660066;' 134 'ESCAPE_CHAR' => array(
135 0 =>
'color: #000099; font-weight: bold;' 138 1 =>
'color: #006600;' 141 0 =>
'font-weight:bold;color:#808080;',
142 1 =>
'font-weight:bold;color:#000080;',
143 2 =>
'font-weight:bold;color:red;',
144 3 =>
'font-weight:bold;color:#808000;',
145 4 =>
'font-weight:bold;color:blue;',
146 5 =>
'font-weight:bold;color:#C0FFC0;',
153 'OBJECT_SPLITTERS' => array(
199 GESHI_SEARCH =>
'(use[\\x20\\t]+[^\\x20\\t]+)([\\x20\\t]*[$;#])',
213 'SCRIPT_DELIMITERS' => array(),
214 'HIGHLIGHT_STRICT_BLOCK' => array(
218 'PARSER_CONTROL' => array(
219 'ENABLE_FLAGS' => array(
const GESHI_MODIFIERS
The key of the regex array defining any modifiers to the regular expression.
const GESHI_BEFORE
The key of the regex array defining what bracket group in a matched search to put before the replacem...
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_REPLACE
The key of the regex array defining what bracket group in a matched search to use as a replacement...
const GESHI_SEARCH
The key of the regex array defining what to search for.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.
const GESHI_AFTER
The key of the regex array defining what bracket group in a matched search to put after the replaceme...