Lines Matching refs:z_
224 #function-rgx=[a-z_][a-z0-9_]{2,30}$
228 function-name-hint=[a-z_][a-z0-9_]{2,30}$
231 variable-rgx=[a-z_][a-z0-9_]{2,30}$
234 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
245 attr-rgx=[a-z_][a-z0-9_]{2,30}$
248 attr-name-hint=[a-z_][a-z0-9_]{2,30}$
251 argument-rgx=[a-z_][a-z0-9_]{2,30}$
254 argument-name-hint=[a-z_][a-z0-9_]{2,30}$
258 #class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
259 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,40}|(__.*__))$
262 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
265 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
268 inlinevar-name-hint=[A-Za-z_][A-Za-z0-9_]*$
279 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
282 module-name-hint=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
286 #method-rgx=[a-z_][a-z0-9_]{2,30}$
290 method-name-hint=[a-z_][a-z0-9_]{2,30}$