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");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array();
32 $this->unindent =
array();
36 $this->stringchars =
array(
"'",
"\"");
37 $this->delimiters =
array();
42 $this->linecommenton =
array(
"#");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
53 "no_authen_traps" =>
"1",
54 "no_usergroup_table" =>
"1",
55 "no_who_table" =>
"1",
56 "no_remoteshell_group" =>
"1",
57 "no_serial_status" =>
"1",
58 "no_stat_nfs_filesystems" =>
"1",
59 "no_process_sets" =>
"1",
61 "no_stat_floppy" =>
"1",
62 "no_process_group" =>
"1",
63 "no_probe_disks" =>
"1",
67 "sysedge_plugin" =>
"1",
69 "sysedge_debug" =>
"1",
70 "syslog_facility" =>
"1",
71 "syslog_logfile" =>
"1",
79 "internalipaddress" =>
"2",
80 "externalipaddress" =>
"2",
89 "perfinstance" =>
"2",
105 "information" =>
"3",
114 "devmaxnamelen" =>
"3",
118 "devcapacity" =>
"3",
119 "devinodecapacity" =>
"3",
140 "reg_expand_sz" =>
"5",
141 "reg_mult_sz" =>
"5",
142 "perf_counter_counter" =>
"5",
143 "perf_counter_rawcount" =>
"5",
144 "perf_counter_rawcount_hex" =>
"5",
145 "perf_sample_counter" =>
"5",
146 "perf_counter_timer" =>
"5",
147 "perf_counter_bulk_count" =>
"5",
148 "perf_counter_large_rawcount" =>
"5",
149 "perf_counter_large_rawcount_hex" =>
"5",
150 "perf_counter_timer_inv" =>
"5",
151 "perf_average_bulk" =>
"5",
152 "perf_100nsec_timer" =>
"5",
153 "perf_100nsec_timer_inv" =>
"5",
154 "perf_counter_multi_timer" =>
"5",
155 "perf_counter_multi_timer_inv" =>
"5",
156 "perf_100nsec_multi_timer" =>
"5",
157 "perf_100nsec_multi_timer_inv" =>
"5",
158 "perf_elapsed_time" =>
"5");
167 $this->linkscripts =
array(
Create styles array
The data for the language used.