Searched refs:snake_case (Results 1 – 7 of 7) sorted by relevance
12 snake_case,
9 def snake_case( str ) method
283 attr_reader( Util.snake_case( grammar ) )292 attr_reader( Util.snake_case( grammar ) )350 del = __send__( Util.snake_case( grammar ) ) and
203 # 'camel_case' and 'snake_case' group names are used for consistency of naming205 function-rgx=^(?:(?P<camel_case>_?[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_?[a-z][a-z0-9_]*))$208 # 'camel_case' and 'snake_case' group names are used for consistency of naming211 …xempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_{0,2}[a-z][a-z0…
140 function-rgx=^(?:(?P<camel_case>_?[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_?[a-z][a-z0-9_]*))$143 …xempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_{0,2}[a-z][a-z0…
64 // use a snake_case convention instead of CamelCase.
481 - Table and struct field names: snake_case. This is translated to lowerCamelCase