Home
last modified time | relevance | path

Searched full:camelcase (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/
D344981821-META.yml25 String::CamelCase: 0
/openbsd/src/gnu/llvm/llvm/lib/Support/
DStringExtras.cpp128 // Walk the input converting any `*_[a-z]` snake case into `*[A-Z]` camelCase. in convertToCamelFromSnakeCase()
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
DValidator.pm686 #pod Validates that the given key is in CamelCase, to indicate a user defined
912 $self->_error( "Custom resource '$key' must be in CamelCase." );
1141 Validates that the given key is in CamelCase, to indicate a user defined
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DVariableNames.rst200 The coding standard could allow both ``CamelCase`` and ``camelBack`` styles for
/openbsd/src/gnu/llvm/clang/lib/Basic/
DIdentifierTable.cpp631 /// Interpreting the given string using the normal CamelCase
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DIdentifierTable.h703 // additional CamelCase "words" in their first selector chunk
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
DMM_Any.pm1205 # fix non-camelcase custom resource keys (only other trick we know)
1207 my ( $key ) = ( $error =~ /Custom resource '(.*)' must be in CamelCase./ );