2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
20 $this->colours = array(
"blue",
"purple",
"gray",
"brown",
"blue");
21 $this->quotecolour =
"blue";
22 $this->blockcommentcolour =
"green";
23 $this->linecommentcolour =
"green";
27 $this->indent = array(
"{",
"[");
28 $this->unindent = array(
"}",
"]");
32 $this->stringchars = array();
33 $this->delimiters = array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
38 $this->linecommenton = array(
"#");
39 $this->blockcommenton = array(
"");
40 $this->blockcommentoff = array(
"");
44 $this->keywords = array(
55 "IndexedFaceSet" =>
"1",
56 "IndexedLineSet" =>
"1",
67 "DirectionalLight" =>
"2",
70 "MaterialBinding" =>
"2",
71 "MatrixTransform" =>
"2",
73 "NormalBinding" =>
"2",
74 "OrthographicCamera" =>
"2",
75 "PerspectiveCamera" =>
"2",
83 "Texture2Transform" =>
"2",
84 "TextureCoordinate2" =>
"2",
109 "ViewerSpeed" =>
"3",
119 "COUNTERCLOCKWISE" =>
"4",
130 "JUSTIFICATION" =>
"4",
138 "PER_FACE_INDEXED" =>
"4",
140 "PER_PART_INDEXED" =>
"4",
142 "PER_VERTEX_INDEXED" =>
"4",
150 "UNKNOWN_FACE_TYPE" =>
"4",
151 "UNKNOWN_ORDERING" =>
"4",
152 "UNKNOWN_SHAPE_TYPE" =>
"4",
156 "ambientColor" =>
"5",
160 "bottomRadius" =>
"5",
165 "creaseAngle" =>
"5",
166 "cutOffAngle" =>
"5",
168 "description" =>
"5",
169 "diffuseColor" =>
"5",
171 "dropOffRate" =>
"5",
172 "emissiveColor" =>
"5",
177 "focalDistance" =>
"5",
180 "heightAngle" =>
"5",
182 "indexOfRefraction" =>
"5",
185 "justification" =>
"5",
189 "materialIndex" =>
"5",
192 "normalIndex" =>
"5",
195 "orientation" =>
"5",
201 "renderCulling" =>
"5",
203 "scaleFactor" =>
"5",
204 "scaleOrientation" =>
"5",
209 "specularColor" =>
"5",
213 "textureCoordIndex" =>
"5",
214 "translation" =>
"5",
215 "transparency" =>
"5",
218 "vertexOrdering" =>
"5",
231 $this->linkscripts = array(