Lines Matching refs:kind
30 ….kind { color: #eeeeee; font-size: 1.2em; font-weight: bold; padding-left: 1.5em; background-color…
116 # Convert node name "x.y.z" of kind w to an HTML anchor of form
119 return '<a href="#%s_%s">%s</a>' % (node.kind, node.name, node.name)
186 % for kind in section.merged_kinds: # dynamic,static,controls
188 <span class="toc_kind_header">${kind.name}</span>
190 ${ insert_toc_body(kind)}\
225 % for kind in section.merged_kinds: # dynamic,static,controls
226 <tr><td colspan="7" class="kind">${kind.name}</td></tr>
257 <tr class="entry" id="${prop.kind}_${prop.name}">
393 ${insert_body(kind)}
395 <!-- end of kind -->
397 % endfor # for each kind
412 <li>${html_anchor(prop)} (${prop.kind})</li>