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(
"ifstr",
"ifstr(i)",
"ifint",
"ifcontains");
32 $this->unindent =
array(
"endif");
36 $this->stringchars =
array(
"\"",
"'");
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton =
array(
";");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
49 "\"ifcontains(i)\"" =>
"",
50 "addfiletodeletelist" =>
"1",
52 "createregkey" =>
"1",
53 "debug-output" =>
"1",
54 "debug_output" =>
"1",
55 "deleteregkey" =>
"1",
56 "deleteregtree" =>
"1",
57 "deleteregvalue" =>
"1",
58 "else-ifcontains" =>
"1",
59 "else-ifcontains(i)" =>
"1",
62 "else-ifstr(i)" =>
"1",
63 "endforlistdo" =>
"1",
67 "enumregvalue" =>
"1",
72 "getdriveinpath" =>
"1",
74 "getsystemdate" =>
"1",
77 "ifcontaints(i)" =>
"1",
81 "libraryprocedure" =>
"1",
84 "querylistsize" =>
"1",
88 "set-dectohex" =>
"1",
90 "set-hextodec" =>
"1",
97 "split-string" =>
"1",
99 "addsectionfilestocopylist" =>
"2",
100 "addsectionkeyfiletocopylist" =>
"2",
101 "addnthsectionfiletocopylist" =>
"2",
102 "copyfilesincopylist" =>
"2",
103 "clearcopylist" =>
"2",
126 "STATUS_SUCCESSFUL" =>
"5",
127 "STATUS_FAILED" =>
"5",
128 "STATUS_USERCANCEL" =>
"5",
129 "STATUS_REBIND" =>
"5",
130 "STATUS_REBOOT" =>
"5",
131 "STATUS_NO_EFFECT" =>
"5");
140 $this->linkscripts =
array(
Create styles array
The data for the language used.