Home | History | Annotate | Download | only in tools

Lines Matching refs:label

182   print '  subgraph { rank=source; 0 [label="start"] }'
191 print ' label="%s"' % host
198 print ' label="%s"' % path
203 print ' %s [label="%s"]' % (url.id, EscapeDot(pretty))
212 # Gather up all the transitions into the label.
213 label = [] # Label for the edge.
232 label.append(text)
233 if len(label) == 0:
241 if len(label) > 0:
242 edgeattrs.append('label="%s"' % EscapeDot('\n'.join(label)))