Lines Matching refs:kind
30 ….kind { color: #eeeeee; font-size: 1.2em; font-weight: bold; padding-left: 1.5em; background-color…
115 # Convert node name "x.y.z" of kind w to an HTML anchor of form
118 return '<a href="#%s_%s">%s</a>' % (node.kind, node.name, node.name)
181 % for kind in section.merged_kinds: # dynamic,static,controls
183 <span class="toc_kind_header">${kind.name}</span>
185 ${ insert_toc_body(kind)}\
219 % for kind in section.merged_kinds: # dynamic,static,controls
220 <tr><td colspan="6" class="kind">${kind.name}</td></tr>
250 <tr class="entry" id="${prop.kind}_${prop.name}">
382 ${insert_body(kind)}
384 <!-- end of kind -->
386 % endfor # for each kind
401 <li>${html_anchor(prop)} (${prop.kind})</li>