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_sysedge extends HFile{
00006 function HFile_sysedge(){
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 "community" => "1",
00046 "extension" => "1",
00047 "emphistory" => "1",
00048 "monitor" => "1",
00049 "no_authen_traps" => "1",
00050 "no_usergroup_table" => "1",
00051 "no_who_table" => "1",
00052 "no_remoteshell_group" => "1",
00053 "no_serial_status" => "1",
00054 "no_stat_nfs_filesystems" => "1",
00055 "no_process_sets" => "1",
00056 "no_actions" => "1",
00057 "no_stat_floppy" => "1",
00058 "no_process_group" => "1",
00059 "no_probe_disks" => "1",
00060 "ntregperf" => "1",
00061 "syscontact" => "1",
00062 "sysdescr" => "1",
00063 "sysedge_plugin" => "1",
00064 "syslocation" => "1",
00065 "sysedge_debug" => "1",
00066 "syslog_facility" => "1",
00067 "syslog_logfile" => "1",
00068 "watch" => "1",
00069 "application" => "2",
00070 "counter" => "2",
00071 "filesystem" => "2",
00072 "gauge" => "2",
00073 "integer" => "2",
00074 "ipaddress" => "2",
00075 "internalipaddress" => "2",
00076 "externalipaddress" => "2",
00077 "key" => "2",
00078 "logfile" => "2",
00079 "ntevent" => "2",
00080 "octetstring" => "2",
00081 "objectid" => "2",
00082 "oid" => "2",
00083 "object" => "2",
00084 "process" => "2",
00085 "perfinstance" => "2",
00086 "performance" => "2",
00087 "read-write" => "2",
00088 "read-only" => "2",
00089 "readwrite" => "2",
00090 "readonly" => "2",
00091 "registry" => "2",
00092 "security" => "2",
00093 "system" => "2",
00094 "traps" => "2",
00095 "timeticks" => "2",
00096 "value" => "2",
00097 "absolute" => "3",
00098 "all" => "3",
00099 "error" => "3",
00100 "failure" => "3",
00101 "information" => "3",
00102 "delta" => "3",
00103 "devdevice" => "3",
00104 "devmntpt" => "3",
00105 "devbsize" => "3",
00106 "devtblks" => "3",
00107 "devfblks" => "3",
00108 "devtfiles" => "3",
00109 "devffiles" => "3",
00110 "devmaxnamelen" => "3",
00111 "devtype" => "3",
00112 "devfsid" => "3",
00113 "devunmount" => "3",
00114 "devcapacity" => "3",
00115 "devinodecapacity" => "3",
00116 "success" => "3",
00117 "warning" => "3",
00118 "**" => "3",
00119 "0x" => "3",
00120 "nop" => "4",
00121 "ne" => "4",
00122 "gt" => "4",
00123 "ge" => "4",
00124 "le" => "4",
00125 "lt" => "4",
00126 "eq" => "4",
00127 "=" => "4",
00128 ">" => "4",
00129 ">=" => "4",
00130 "<" => "4",
00131 "<=" => "4",
00132 "!" => "4",
00133 "!=" => "4",
00134 "reg_dword" => "5",
00135 "reg_sz" => "5",
00136 "reg_expand_sz" => "5",
00137 "reg_mult_sz" => "5",
00138 "perf_counter_counter" => "5",
00139 "perf_counter_rawcount" => "5",
00140 "perf_counter_rawcount_hex" => "5",
00141 "perf_sample_counter" => "5",
00142 "perf_counter_timer" => "5",
00143 "perf_counter_bulk_count" => "5",
00144 "perf_counter_large_rawcount" => "5",
00145 "perf_counter_large_rawcount_hex" => "5",
00146 "perf_counter_timer_inv" => "5",
00147 "perf_average_bulk" => "5",
00148 "perf_100nsec_timer" => "5",
00149 "perf_100nsec_timer_inv" => "5",
00150 "perf_counter_multi_timer" => "5",
00151 "perf_counter_multi_timer_inv" => "5",
00152 "perf_100nsec_multi_timer" => "5",
00153 "perf_100nsec_multi_timer_inv" => "5",
00154 "perf_elapsed_time" => "5");
00155
00156
00157
00158
00159
00160
00161
00162
00163 $this->linkscripts = array(
00164 "1" => "donothing",
00165 "2" => "donothing",
00166 "3" => "donothing",
00167 "4" => "donothing",
00168 "5" => "donothing");
00169 }
00170
00171
00172 function donothing($keywordin)
00173 {
00174 return $keywordin;
00175 }
00176
00177 }?>