Lines Matching refs:node
74 different edge and node color.
76 different edge and node color.
164 # For every node, propagate its rules down to all its children.
174 # Check that this node does not explicitly override a rule from the
185 # 2) Populate a list of computed raw node attributes to be output as node
234 # Reformat the computed raw node attributes into a final DOT representation.
236 for (node, attrs) in node_props.items():
241 nodes.append(' "%s" [%s];' % (node, ','.join(attr_strs)))
329 "or similar, with both source and target node regexps present, "