Lines Matching refs:identifiers
54 'identifiers': directives.unchanged,
55 'no-identifiers': directives.unchanged,
77 # 'function' is an alias of 'identifiers'
79 self.options['identifiers'] = self.options.get('functions')
90 elif 'identifiers' in self.options:
91 identifiers = self.options.get('identifiers').split()
92 if identifiers:
93 for i in identifiers:
98 if 'no-identifiers' in self.options:
99 no_identifiers = self.options.get('no-identifiers').split()