Searched full:camelcase (Results 1 – 7 of 7) sorted by relevance
25 String::CamelCase: 0
128 // Walk the input converting any `*_[a-z]` snake case into `*[A-Z]` camelCase. in convertToCamelFromSnakeCase()
686 #pod Validates that the given key is in CamelCase, to indicate a user defined912 $self->_error( "Custom resource '$key' must be in CamelCase." );1141 Validates that the given key is in CamelCase, to indicate a user defined
200 The coding standard could allow both ``CamelCase`` and ``camelBack`` styles for
631 /// Interpreting the given string using the normal CamelCase
703 // additional CamelCase "words" in their first selector chunk
1205 # fix non-camelcase custom resource keys (only other trick we know)1207 my ( $key ) = ( $error =~ /Custom resource '(.*)' must be in CamelCase./ );