Lines Matching refs:A
31 # A comma-separated list of package or module names from where C extensions may
116 # Tells whether missing members accessed in mixin class should be ignored. A
176 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
179 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
194 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
197 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
200 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
203 inlinevar-name-hint=[A-Za-z_][A-Za-z0-9_]*$
206 class-rgx=[A-Z_][a-zA-Z0-9]+$
209 class-name-hint=[A-Z_][a-zA-Z0-9]+$
212 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
215 module-name-hint=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
241 # A path to a file that contains private dictionary; one word per line.
290 # A regular expression matching the name of dummy variables (i.e. expectedly
298 # List of strings which can identify a callback function by name. A callback