Lines Matching refs:in
7 you may not use this file except in compliance with the License.
12 Unless required by applicable law or agreed to in writing, software
66 supposedly there is a bug in chrome that it lays out tables before
84 for words in text.split(" "):
87 new_word = "".join([addwbr(i) for i in words])
92 for i in replace_chars:
111 % for section in metadata.find_all(lambda x: isinstance(x, metadata_model.Section)):
114 % for prop in section.find_all(lambda x: isinstance(x, metadata_model.Entry)):
137 % for root in metadata.outer_namespaces:
139 % for section in root.sections:
146 % for kind in section.merged_kinds: # dynamic,static,controls
164 % for nested in node.namespaces:
168 % for entry in node.merged_entries:
185 % for tag in prop.tags:
209 % for val in prop.tuple_values:
221 % for value in prop.enum.values:
267 % for tag in prop.tags:
293 % for tag in metadata.tags:
296 % for prop in tag.entries: