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(
59 "IndexedFaceSet" =>
"1",
60 "IndexedLineSet" =>
"1",
71 "DirectionalLight" =>
"2",
74 "MaterialBinding" =>
"2",
75 "MatrixTransform" =>
"2",
77 "NormalBinding" =>
"2",
78 "OrthographicCamera" =>
"2",
79 "PerspectiveCamera" =>
"2",
87 "Texture2Transform" =>
"2",
88 "TextureCoordinate2" =>
"2",
113 "ViewerSpeed" =>
"3",
123 "COUNTERCLOCKWISE" =>
"4",
134 "JUSTIFICATION" =>
"4",
142 "PER_FACE_INDEXED" =>
"4",
144 "PER_PART_INDEXED" =>
"4",
146 "PER_VERTEX_INDEXED" =>
"4",
154 "UNKNOWN_FACE_TYPE" =>
"4",
155 "UNKNOWN_ORDERING" =>
"4",
156 "UNKNOWN_SHAPE_TYPE" =>
"4",
160 "ambientColor" =>
"5",
164 "bottomRadius" =>
"5",
169 "creaseAngle" =>
"5",
170 "cutOffAngle" =>
"5",
172 "description" =>
"5",
173 "diffuseColor" =>
"5",
175 "dropOffRate" =>
"5",
176 "emissiveColor" =>
"5",
181 "focalDistance" =>
"5",
184 "heightAngle" =>
"5",
186 "indexOfRefraction" =>
"5",
189 "justification" =>
"5",
193 "materialIndex" =>
"5",
196 "normalIndex" =>
"5",
199 "orientation" =>
"5",
205 "renderCulling" =>
"5",
207 "scaleFactor" =>
"5",
208 "scaleOrientation" =>
"5",
213 "specularColor" =>
"5",
217 "textureCoordIndex" =>
"5",
218 "translation" =>
"5",
219 "transparency" =>
"5",
222 "vertexOrdering" =>
"5",
235 $this->linkscripts =
array(
Create styles array
The data for the language used.