00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043 $language_data = array (
00044 'LANG_NAME' => 'dot',
00045 'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
00046 'COMMENT_MULTI' => array('/*' => '*/'),
00047 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00048 'QUOTEMARKS' => array('"'),
00049 'ESCAPE_CHAR' => '\\',
00050 'KEYWORDS' => array(
00051 1 => array('URL', 'arrowhead', 'arrowsize', 'arrowtail', 'bb', 'bgcolor', 'bottomlabel',
00052 'center', 'clusterrank', 'color', 'comment', 'constraint', 'decorate',
00053 'dir', 'distortion', 'fillcolor', 'fixedsize', 'fontcolor',
00054 'fontname', 'fontsize', 'group', 'headclip', 'headlabel', 'headport',
00055 'height', 'id', 'label', 'labelangle', 'labeldistance', 'labelfontcolor',
00056 'labelfontname', 'labelfontsize', 'layer', 'layers', 'margin', 'mclimit',
00057 'minlen', 'nodesep', 'nslimit', 'ordering', 'orientation', 'page',
00058 'pagedir', 'peripheries', 'port_label_distance', 'quantum', 'rank', 'rankdir',
00059 'ranksep', 'ratio', 'regular', 'rotate', 'samehead', 'sametail', 'searchsize',
00060 'shape', 'shapefile', 'showboxes', 'sides', 'size', 'skew', 'style',
00061 'tailclip', 'taillabel', 'tailport', 'toplabel', 'weight', 'width'
00062 ),
00063 2 => array('node', 'graph', 'digraph', 'strict', 'edge', 'subgraph'),
00064 3 => array('FALSE', 'Mcircle', 'Mdiamond', 'Mrecord', 'Msquare', 'TRUE', 'auto', 'back',
00065 'bold', 'both', 'box', 'circle', 'compress', 'dashed', 'diamond', 'dot',
00066 'dotted', 'doublecircle', 'doubleoctagon', 'egg', 'ellipse', 'epsf', 'false',
00067 'fill', 'filled', 'forward', 'global', 'hexagon', 'house', 'inv', 'invdot',
00068 'invhouse', 'invis', 'invodot', 'invtrapezium', 'invtriangle', 'local', 'max',
00069 'min', 'none', 'normal', 'octagon', 'odot', 'out', 'parallelogram', 'plaintext',
00070 'polygon', 'record', 'same', 'solid', 'trapezium', 'triangle', 'tripleoctagon',
00071 'true'
00072 ),
00073 4 => array('aliceblue', 'antiquewhite', 'aquamarine', 'azure', 'beige', 'bisque', 'black',
00074 'blanchedalmond', 'blue', 'blueviolet', 'brown', 'burlywood', 'cadetblue',
00075 'chartreuse', 'chocolate', 'coral', 'cornflowerblue', 'cornsilk', 'crimson',
00076 'cyan', 'darkgoldenrod', 'darkgreen', 'darkkhaki', 'darkolivegreen',
00077 'darkorange', 'darkorchid', 'darksalmon', 'darkseagreen', 'darkslateblue',
00078 'darkslategray', 'darkturquoise', 'darkviolet', 'deeppink', 'deepskyblue',
00079 'dimgray', 'dodgerblue', 'firebrick', 'forestgreen', 'gainsboro', 'ghostwhite',
00080 'gold', 'goldenrod', 'gray', 'green', 'greenyellow', 'honeydew', 'hotpink',
00081 'indianred', 'indigo', 'ivory', 'khaki', 'lavender', 'lavenderblush',
00082 'lawngreen', 'lemonchiffon', 'lightblue', 'lightcyan', 'lightgoldenrod',
00083 'lightgoldenrodyellow', 'lightgray', 'lightpink', 'lightsalmon',
00084 'lightseagreen', 'lightskyblue', 'lightslateblue', 'lightslategray',
00085 'lightyellow', 'limegreen', 'linen', 'magenta', 'maroon', 'mediumaquamarine',
00086 'mediumblue', 'mediumorchid', 'mediumpurple', 'mediumseagreen',
00087 'mediumslateblue', 'mediumspringgreen', 'mediumturquoise', 'mediumvioletred',
00088 'midnightblue', 'mintcream', 'mistyrose', 'moccasin', 'navajowhite', 'navy',
00089 'navyblue', 'oldlace', 'olivedrab', 'oralwhite', 'orange', 'orangered',
00090 'orchid', 'palegoldenrod', 'palegreen', 'paleturquoise', 'palevioletred',
00091 'papayawhip', 'peachpuff', 'peru', 'pink', 'plum', 'powderblue', 'purple',
00092 'red', 'rosybrown', 'royalblue', 'saddlebrown', 'salmon', 'salmon2', 'sandybrown',
00093 'seagreen', 'seashell', 'sienna', 'skyblue', 'slateblue', 'slategray', 'snow',
00094 'springgreen', 'steelblue', 'tan', 'thistle', 'tomato', 'turquoise', 'violet',
00095 'violetred', 'wheat', 'white', 'whitesmoke', 'yellow', 'yellowgreen'
00096 )
00097 ),
00098 'SYMBOLS' => array(
00099 '[', ']', '{', '}', '-', '+', '*', '/', '<', '>', '!', '~', '%', '&', '|', '='
00100 ),
00101 'CASE_SENSITIVE' => array(
00102 GESHI_COMMENTS => false,
00103 1 => false,
00104 2 => false,
00105 3 => false,
00106 4 => false,
00107 ),
00108 'STYLES' => array(
00109 'KEYWORDS' => array(
00110 1 => 'color: #000066;',
00111 2 => 'color: #000000; font-weight: bold;',
00112 3 => 'color: #993333;',
00113 4 => 'color: #b1b100;'
00114 ),
00115 'COMMENTS' => array(
00116 1 => 'color: #808080; font-style: italic;',
00117 2 => 'color: #339933;',
00118 'MULTI' => 'color: #808080; font-style: italic;'
00119 ),
00120 'ESCAPE_CHAR' => array(
00121 0 => 'color: #af624d; font-weight: bold;'
00122 ),
00123 'BRACKETS' => array(
00124 0 => 'color: #66cc66;'
00125 ),
00126 'STRINGS' => array(
00127 0 => 'color: #ff0000;'
00128 ),
00129 'NUMBERS' => array(
00130 0 => 'color: #cc66cc;'
00131 ),
00132 'SYMBOLS' => array(
00133 0 => 'color: #66cc66;'
00134 ),
00135 'METHODS' => array(
00136 ),
00137 'SCRIPT' => array(
00138 ),
00139 'REGEXPS' => array(
00140 ),
00141 ),
00142 'URLS' => array(
00143 1 => '',
00144 2 => '',
00145 3 => ''
00146 ),
00147 'OOLANG' => false,
00148 'OBJECT_SPLITTER' => '',
00149 'REGEXPS' => array(),
00150 'STRICT_MODE_APPLIES' => GESHI_MAYBE,
00151 'SCRIPT_DELIMITERS' => array(),
00152 'HIGHLIGHT_STRICT_BLOCK' => array(
00153 0 => true,
00154 1 => true,
00155 2 => true,
00156 3 => true
00157 )
00158 );
00159
00160 ?>