Lines Matching refs:extName
1621 …for (extName, ei) in sorted(self.extdict.items(), key=lambda x: x[1].number if x[1].number is not …
1622 extName = ei.name
1630 extName, "(defaultExtensions matches the 'supported' attribute)")
1638 if regAddExtensions.match(extName) is not None:
1641 … extName, '(matches explicitly requested, but does not match the \'supported\' attribute)')
1645 extName, '(matches explicitly requested extensions to add)')
1651 if regRemoveExtensions.match(extName) is not None:
1653 extName, '(matches explicitly requested extensions to remove)')
1659 ei.emit = (regEmitExtensions.match(extName) is not None)
1663 extName,
1669 self.requiredextensions.append(extName)
1672 … extName, '(does not match api attribute or explicitly requested extensions)')