00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005 class HFile_VerityStyle extends HFile{
00006 function HFile_VerityStyle(){
00007 $this->HFile();
00008
00009
00010
00011
00012
00013
00014 $this->nocase = "1";
00015 $this->notrim = "0";
00016 $this->perl = "0";
00017
00018
00019
00020 $this->colours = array("blue", "purple", "gray", "brown", "blue");
00021 $this->quotecolour = "blue";
00022 $this->blockcommentcolour = "green";
00023 $this->linecommentcolour = "green";
00024
00025
00026
00027 $this->indent = array();
00028 $this->unindent = array();
00029
00030
00031
00032 $this->stringchars = array();
00033 $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
00034 $this->escchar = "";
00035
00036
00037
00038 $this->linecommenton = array("#");
00039 $this->blockcommenton = array("");
00040 $this->blockcommentoff = array("");
00041
00042
00043
00044 $this->keywords = array(
00045 "$$" => "1",
00046 "$control:" => "1",
00047 "$define" => "1",
00048 "$endif" => "1",
00049 "$include" => "1",
00050 "$ifdef" => "1",
00051 "$subst:" => "1",
00052 "BulkLoad" => "2",
00053 "default" => "2",
00054 "false" => "2",
00055 "FastSearch" => "2",
00056 "guess" => "2",
00057 "NewsFeedIdx" => "2",
00058 "NewsFeedOpt" => "2",
00059 "no" => "2",
00060 "none" => "2",
00061 "ReadOnly" => "2",
00062 "skip" => "2",
00063 "true" => "2",
00064 "yes" => "2",
00065 "8859" => "2",
00066 "agents:" => "3",
00067 "agt:" => "3",
00068 "autorec:" => "3",
00069 "autoval:" => "3",
00070 "collection:" => "3",
00071 "config:" => "3",
00072 "constant:" => "3",
00073 "copy:" => "3",
00074 "data-table:" => "3",
00075 "dda:" => "3",
00076 "default:" => "3",
00077 "define:" => "3",
00078 "descriptor:" => "3",
00079 "dft:" => "3",
00080 "dlv:" => "3",
00081 "drivers:" => "3",
00082 "dispatch:" => "3",
00083 "field:" => "3",
00084 "fixwidth:" => "3",
00085 "gateway:" => "3",
00086 "lex:" => "3",
00087 "mode:" => "3",
00088 "policy:" => "3",
00089 "repository:" => "3",
00090 "session:" => "3",
00091 "table:" => "3",
00092 "token:" => "3",
00093 "type:" => "3",
00094 "types:" => "3",
00095 "user:" => "3",
00096 "varwidth:" => "3",
00097 "vdkwatch:" => "3",
00098 "worm:" => "3",
00099 "zone-begin:" => "3",
00100 "zone-end:" => "3",
00101 "date" => "4",
00102 "EOS" => "4",
00103 "multiRow" => "4",
00104 "multiRowOrderBy" => "4",
00105 "multiRowCol" => "4",
00106 "multiRowFormat" => "4",
00107 "NEWLINE" => "4",
00108 "PARA" => "4",
00109 "PUNCT" => "4",
00110 "signed-integer" => "4",
00111 "sirepath" => "4",
00112 "TAB" => "4",
00113 "text" => "4",
00114 "unsigned-integer" => "4",
00115 "WHITE" => "4",
00116 "WORD" => "4",
00117 "_hexdata" => "5",
00118 "_implied_size" => "5",
00119 "action" => "5",
00120 "alias" => "5",
00121 "batch" => "5",
00122 "charset" => "5",
00123 "collection" => "5",
00124 "config" => "5",
00125 "createok" => "5",
00126 "def-charset" => "5",
00127 "disk_free_interval" => "5",
00128 "fill" => "5",
00129 "filter" => "5",
00130 "format-filter" => "5",
00131 "globalstyle" => "5",
00132 "goaldocs" => "5",
00133 "gwkey" => "5",
00134 "gwtable" => "5",
00135 "hidden" => "5",
00136 "housekeeping_interval" => "5",
00137 "indexed" => "5",
00138 "inherit" => "5",
00139 "instance_ceiling" => "5",
00140 "instance_floor" => "5",
00141 "lock_retry_count" => "5",
00142 "maintenance_interval" => "5",
00143 "maxdocs" => "5",
00144 "max_new_docs" => "5",
00145 "max_new_work" => "5",
00146 "max-records" => "5",
00147 "merge_fully" => "5",
00148 "merge_parts" => "5",
00149 "minmax" => "5",
00150 "minparts" => "5",
00151 "ngram_index" => "5",
00152 "num-records" => "5",
00153 "offset" => "5",
00154 "outlevel" => "5",
00155 "packed" => "5",
00156 "partition_max_size" => "5",
00157 "pidfile" => "5",
00158 "post" => "5",
00159 "regular" => "5",
00160 "spanning_index" => "5",
00161 "startupKB" => "5",
00162 "statefile" => "5",
00163 "xor" => "5");
00164
00165
00166
00167
00168
00169
00170
00171
00172 $this->linkscripts = array(
00173 "1" => "donothing",
00174 "2" => "donothing",
00175 "3" => "donothing",
00176 "4" => "donothing",
00177 "5" => "donothing");
00178 }
00179
00180
00181 function donothing($keywordin)
00182 {
00183 return $keywordin;
00184 }
00185
00186 }?>