1# Semi-manually curated list of interesting words within a graphviz input file. 2# TODO(robhart): Consider expanding from: 3# - htmllex.c 4# - ? 5# Not included exhaustive list of colortables, fontnames, etc. that are unlikely 6# to influence core graphviz behaviour. 7 8# Attributes (from http://www.graphviz.org/doc/info/attrs.html) 9"Damping" 10"K" 11"URL" 12"_background" 13"area" 14"arrowhead" 15"arrowsize" 16"arrowtail" 17"bb" 18"bgcolor" 19"colorList" 20"center" 21"charset" 22"clusterrank" 23"color" 24"colorList" 25"colorscheme" 26"comment" 27"compound" 28"concentrate" 29"constraint" 30"decorate" 31"defaultdist" 32"dim" 33"dimen" 34"dir" 35"diredgeconstraints" 36"distortion" 37"dpi" 38"edgeURL" 39"edgehref" 40"edgetarget" 41"edgetooltip" 42"epsilon" 43"esep" 44"fillcolor" 45"fixedsize" 46"fontcolor" 47"fontname" 48"fontnames" 49"fontpath" 50"fontsize" 51"forcelabels" 52"gradientangle" 53"group" 54"headURL" 55"head_lp" 56"headclip" 57"headhref" 58"headlabel" 59"headport" 60"headtarget" 61"headtooltip" 62"height" 63"href" 64"id" 65"image" 66"imagepath" 67"imagescale" 68"inputscale" 69"label" 70"labelURL" 71"label_scheme" 72"labelangle" 73"labeldistance" 74"labelfloat" 75"labelfontcolor" 76"labelfontname" 77"labelfontsize" 78"labelhref" 79"labeljust" 80"labelloc" 81"labeltarget" 82"labeltooltip" 83"landscape" 84"layer" 85"layerlistsep" 86"layers" 87"layerselect" 88"layersep" 89"layout" 90"len" 91"levels" 92"levelsgap" 93"lhead" 94"lheight" 95"lp" 96"ltail" 97"lwidth" 98"margin" 99"maxiter" 100"mclimit" 101"mindist" 102"minlen" 103"mode" 104"model" 105"mosek" 106"newrank" 107"nodesep" 108"nojustify" 109"normalize" 110"notranslate" 111"nslimit " 112"nslimit1" 113"ordering" 114"orientation" 115"OrientationGraph" 116"outputorder" 117"overlap" 118"overlap_scaling" 119"overlap_shrink" 120"pack" 121"packmode" 122"pad" 123"point" 124"page" 125"point" 126"pagedir" 127"pencolor" 128"penwidth" 129"peripheries" 130"pin" 131"pos" 132"splineType" 133"quadtree" 134"quantum" 135"rank" 136"rankdir" 137"ranksep" 138"ratio" 139"string" 140"rects" 141"regular" 142"remincross" 143"RemoveOverlaps" 144"repulsiveforce" 145"resolution" 146"root" 147"rotate" 148"rotation" 149"samehead" 150"sametail" 151"samplepoints" 152"scale" 153"searchsize" 154"sep" 155"setlinewidth" 156"shape" 157"shapefile" 158"showboxes" 159"sides" 160"size" 161"skew" 162"smoothing" 163"sortv" 164"splines" 165"string" 166"start" 167"style" 168"stylesheet" 169"tailURL" 170"tail_lp" 171"tailclip" 172"tailhref" 173"taillabel" 174"tailport" 175"tailtarget" 176"tailtooltip" 177"target" 178"tooltip" 179"truecolor" 180"vertices" 181"viewport" 182"voro_margin" 183"weight" 184"width" 185"xdotversion" 186"xlabel" 187"xlp" 188"z" 189 190# Shapes (from shapes.c) 191"box" 192"polygon" 193"ellipse" 194"oval" 195"circle" 196"point" 197"egg" 198"triangle" 199"none" 200"plaintext" 201"plain" 202"diamond" 203"trapezium" 204"parallelogram" 205"house" 206"pentagon" 207"hexagon" 208"septagon" 209"octagon" 210"note" 211"tab" 212"folder" 213"box3d" 214"component" 215"cylinder" 216"rect" 217"rectangle" 218"square" 219"doublecircle" 220"doubleoctagon" 221"tripleoctagon" 222"invtriangle" 223"invtrapezium" 224"invhouse" 225"underline" 226"Mdiamond" 227"Msquare" 228"Mcircle" 229"DotGraphs" 230 231"promoter" 232"cds" 233"terminator" 234"utr" 235"insulator" 236"ribosite" 237"rnastab" 238"proteasesite" 239"proteinstab" 240 241"primersite" 242"restrictionsite" 243"fivepoverhang" 244"threepoverhang" 245"noverhang" 246"assembly" 247"signature" 248"rpromoter" 249"larrow" 250"rarrow" 251"lpromoter" 252 253"record" 254"Mrecord" 255"epsf" 256"star" 257 258# styles 259"bold" 260"dashed" 261"diagonals" 262"dotted" 263"filled" 264"invis" 265"radial" 266"rounded" 267"solid" 268"striped" 269"tapered" 270"wedged" 271 272 273# misc -- https://graphviz.gitlab.io/_pages/doc/info/lang.html 274"node" 275"edge" 276"digraph" 277"subgraph" 278"strict" 279"same" 280"->" 281"--" 282" {A B} " 283" a -- b " 284# Special value for the "shape" attribute 285"epsf" 286 287# html 288"=\"" 289"<table" 290"<tr" 291"<td" 292"<font" 293"<br" 294"<img" 295"<i" 296"<b" 297"<u" 298"<o" 299"<sub" 300"<sup" 301"<s" 302"<hr" 303"<vr" 304 305# html attributes 306"align" 307"balign" 308"bgcolor" 309"border" 310"cellborder" 311"cellpadding" 312"cellspacing" 313"color" 314"colspan" 315"columns" 316"face" 317"fixedsize" 318"gradientangle" 319"height" 320"href" 321"id" 322"point-size" 323"port" 324"rows" 325"rowspan" 326"scale" 327"sides" 328"src" 329"style" 330"target" 331"title" 332"tooltip" 333"valign" 334"width" 335 336# arrow spaces 337"box" 338"crow" 339"curve" 340"icurve" 341"diamond" 342"dot" 343"inv" 344"none" 345"normal" 346"tee" 347"vee" 348 349 350# Examples of parameters 351"%f" 352"50,50,.5,'2.8 BSD'" 353"100,100,2,450,-1" 354"none" 355"avg_dist" 356"graph_dist" 357"power_dist" 358"rng" 359"spring" 360"triangle" 361"same" 362"min" 363"source" 364"max" 365"sink" 366"node" 367"clust" 368"graph" 369"array_flags" 370"%2x" 371"%s" 372"%99$p" 373"%n" 374