2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray");
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(
55 "Description]" =>
"1",
91 "[Capacitance" =>
"1",
97 "[Description]" =>
"1",
99 "[Disclaimer]" =>
"1",
107 "[Inductance" =>
"1",
110 "[Manufacturer]" =>
"1",
133 "[Resistance" =>
"1",
145 "[Temperature" =>
"1",
147 "Banded_matrix" =>
"2",
155 "D_overshoot_high" =>
"2",
156 "D_overshoot_low" =>
"2",
157 "D_overshoot_time" =>
"2",
160 "Fall_off_dly" =>
"2",
161 "Fall_on_dly" =>
"2",
163 "Full_matrix" =>
"2",
185 "Rise_off_dly" =>
"2",
186 "Rise_on_dly" =>
"2",
188 "S_overshoot_high" =>
"2",
189 "S_overshoot_low" =>
"2",
190 "Si_location" =>
"2",
191 "Sparse_matrix" =>
"2",
192 "Submodel_type" =>
"2",
193 "Timing_location" =>
"2",
195 "V_fixture_max" =>
"2",
196 "V_fixture_min" =>
"2",
197 "V_trigger_f" =>
"2",
198 "V_trigger_r" =>
"2",
209 "function_table_group" =>
"2",
210 "gnd_clamp_ref" =>
"2",
214 "power_clamp_ref" =>
"2",
215 "pulldown_ref" =>
"2",
217 "signal_name" =>
"2",
223 "3-state_ECL" =>
"3",
226 "I/O_open_drain" =>
"3",
227 "I/O_open_sink" =>
"3",
228 "I/O_open_source" =>
"3",
233 "Open_source" =>
"3",
237 "Series_switch" =>
"3",
238 "Terminator" =>
"3");
247 $this->linkscripts =
array(
Create styles array
The data for the language used.