Lines Matching refs:kind
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
110 by joining the names of each node and excluding the Metadata/Kind nodes
122 not isa(x, metadata_model.Kind)
227 the kind and then combining any children nodes with the same name together.
230 node: An instance of Section, InnerNamespace, or Kind
241 # Note that this makes jump from Section to Kind,
242 # skipping the Kind entirely in the tree.
253 Takes a section and yields the children of the merged kind under this section.
257 kind_name: A name of the kind, i.e. 'dynamic' or 'static' or 'controls'
260 An iterable over the children of the specified merged kind.
839 return '{@link %s#%s %s}' % (kind_mapping[node.kind],
852 text = text + '\n@see %s#%s' % (kind_mapping[node.kind],
1192 kind_name: A name of the kind, i.e. 'dynamic' or 'static' or 'controls'