2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue",
"purple",
"gray");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
"Then",
"Begin",
"Lock",
"repeat",
"while",
"enumeration_list",
"class",
"object");
32 $this->unindent =
array(
"End",
"Next",
"End If",
"End Select",
"Unlock",
"loop",
"end_enumeration_list",
"end_class",
"end_object");
36 $this->stringchars =
array();
37 $this->delimiters =
array();
42 $this->linecommenton =
array(
"//");
43 $this->blockcommenton =
array(
"//*");
44 $this->blockcommentoff =
array(
"*//");
48 $this->keywords =
array(
54 "abort_transaction" =>
"2",
56 "activate_view" =>
"2",
59 "append_output" =>
"2",
65 "begin_contraints" =>
"2",
66 "begin_transaction" =>
"2",
71 "broadcast_focus" =>
"2",
76 "cd_end_object" =>
"2",
77 "cd_popup_object" =>
"2",
82 "clear_option" =>
"2",
85 "clearwarning" =>
"2",
89 "close_output" =>
"2",
92 "contrained_clear" =>
"2",
93 "constrained_find" =>
"2",
94 "constraint_set" =>
"2",
95 "constraint_validate" =>
"2",
97 "copy_records" =>
"2",
99 "create_field" =>
"2",
100 "create_index" =>
"2",
103 "declare_datafile" =>
"2",
105 "deferred_view" =>
"2",
110 "delete_field" =>
"2",
111 "delete_index" =>
"2",
112 "dependent_item" =>
"2",
114 "direct_input" =>
"2",
115 "direct_output" =>
"2",
122 "end_constraints" =>
"2",
123 "end_function" =>
"2",
124 "end_enumeration_list" =>
"2",
125 "end_item_group" =>
"2",
126 "end_item_list" =>
"2",
128 "end_procedure" =>
"2",
129 "end_transaction" =>
"2",
140 "entry_name_item" =>
"2",
141 "enumeration_list" =>
"2",
144 "error_report" =>
"2",
145 "export_files" =>
"2",
158 "forward_begin_construct" =>
"2",
159 "forward_end_construct" =>
"2",
162 "function_return" =>
"2",
164 "get_argument_size" =>
"2",
165 "get_attribute" =>
"2",
166 "get_channel_position" =>
"2",
167 "get_channel_size" =>
"2",
168 "get_current_colors" =>
"2",
169 "get_current_directory" =>
"2",
170 "get_current_input_channel" =>
"2",
171 "get_current_lockcount" =>
"2",
172 "get_current_output_channel" =>
"2",
173 "get_current_user_count" =>
"2",
174 "get_date_format" =>
"2",
175 "get_environment" =>
"2",
176 "get_field_value" =>
"2",
177 "get_filelist" =>
"2",
178 "get_licensed_max_users" =>
"2",
179 "get_number_format" =>
"2",
180 "get_resource_name" =>
"2",
181 "get_resource_type" =>
"2",
182 "get_transaction_retry" =>
"2",
183 "get_video_mode" =>
"2",
192 "import_class_protocol" =>
"2",
194 "include_resource" =>
"2",
199 "inherit_screen" =>
"2",
204 "is_file_included" =>
"2",
212 "local_driver" =>
"2",
227 "move_sub_page" =>
"2",
231 "name_object" =>
"2",
238 "on_name_item" =>
"2",
241 "output_aux_file" =>
"2",
242 "output_wrap" =>
"2",
251 "procedure_return" =>
"2",
258 "register_function" =>
"2",
259 "register_object" =>
"2",
260 "register_procedure" =>
"2",
261 "register_resource" =>
"2",
262 "registration" =>
"2",
266 "repeat_item" =>
"2",
277 "screen_optimize" =>
"2",
281 "set_argument_size" =>
"2",
282 "set_attribute" =>
"2",
283 "set_channel_position" =>
"2",
285 "set_field_value" =>
"2",
286 "set_filelist" =>
"2",
289 "set_resource_library" =>
"2",
290 "set_transaction_retry" =>
"2",
291 "set_video_mode" =>
"2",
300 "structure_abort" =>
"2",
301 "structure_copy" =>
"2",
302 "structure_end" =>
"2",
303 "structure_start" =>
"2",
315 "unload_driver" =>
"2",
374 "autofind_ge" =>
"5",
379 "displayonly" =>
"5",
384 "modal_insert" =>
"5",
400 "zero_suppress" =>
"5",
401 "constrain_found_count" =>
"6",
402 "constrain_tests_count" =>
"6",
403 "current_image" =>
"6",
404 "current_window" =>
"6",
418 $this->linkscripts =
array(
Create styles array
The data for the language used.