Lines Matching refs:identifiers
64 'identifiers': directives.unchanged,
65 'no-identifiers': directives.unchanged,
87 # 'function' is an alias of 'identifiers'
89 self.options['identifiers'] = self.options.get('functions')
100 elif 'identifiers' in self.options:
101 identifiers = self.options.get('identifiers').split()
102 if identifiers:
103 for i in identifiers:
108 if 'no-identifiers' in self.options:
109 no_identifiers = self.options.get('no-identifiers').split()