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");
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(
67 "do_individuals" =>
"2",
68 "do_initialize" =>
"2",
72 "abbreviation" =>
"3",
80 "associations" =>
"3",
132 "publication" =>
"3",
159 "NUMBER_OF_FAMILIES" =>
"4",
160 "NUMBER_OF_NOTES" =>
"4",
161 "NUMBER_OF_SOURCES" =>
"4",
163 "PATH_TO_ROOT" =>
"4",
164 "PERSONS_URL" =>
"4",
165 "SURNAMES_URL" =>
"4",
168 "CASE_FOLD_LINKS" =>
"5",
169 "CHARACTER_SET" =>
"5",
170 "DESTINATION_DIRECTORY" =>
"5",
171 "DOS_CODE_PAGE" =>
"5",
173 "FILENAME_TEMPLATE" =>
"5",
174 "FILES_PER_DIRECTORY" =>
"5",
175 "GENERATE_GENDEX" =>
"5",
176 "GENERATE_INDEX" =>
"5",
177 "GENERATE_INDIVIDUALS" =>
"5",
178 "GENERATE_NOTES" =>
"5",
179 "GENERATE_SOURCES" =>
"5",
180 "INDEX_WIDTH" =>
"5",
181 "INDIVIDUALS_PER_FILE" =>
"5",
183 "LIVING_CUTOFF_YEAR" =>
"5",
184 "LIVING_IGNORE_DEATH" =>
"5",
186 "NOTES_PER_FILE" =>
"5",
187 "NUMBER_OF_DIRECTORIES" =>
"5",
188 "OUTPUT_PROGRAM" =>
"5",
189 "PEDIGREE_DEPTH" =>
"5",
190 "SOURCES_PER_FILE" =>
"5",
191 "STABLE_FILENAMESSURNAME_WIDTH" =>
"5",
192 "UPPER_CASE_SURNAMES" =>
"5",
193 "USE_LOCAL_TIME" =>
"5",
194 "BACKGROUND_COLOR" =>
"6",
195 "BACKGROUND_IMAGE" =>
"6",
196 "CONT_MEANS_BREAK" =>
"6",
197 "FAMILY_GROUPS" =>
"6",
199 "INLINE_NOTES" =>
"6",
200 "INLINE_SOURCES" =>
"6",
203 "NO_ALPHABET_TABS" =>
"6",
206 "VISITED_COLOR" =>
"6");
215 $this->linkscripts =
array(
Create styles array
The data for the language used.