Home
last modified time | relevance | path

Searched refs:toTitleCase (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/
H A DTestCaseConverter.cpp49 QCOMPARE( Amarok::CaseConverter::toTitleCase( "" ), QString( "" ) ); in testToTitleCase()
51 QCOMPARE( Amarok::CaseConverter::toTitleCase( "A" ), QString( "A" ) ); in testToTitleCase()
52 QCOMPARE( Amarok::CaseConverter::toTitleCase( "a" ), QString( "A" ) ); in testToTitleCase()
53 …QCOMPARE( Amarok::CaseConverter::toTitleCase( "a tale of true love" ), QString( "A Tale of True Lo… in testToTitleCase()
54 …QCOMPARE( Amarok::CaseConverter::toTitleCase( "a horse with no name" ), QString( "A Horse With No … in testToTitleCase()
55 …QCOMPARE( Amarok::CaseConverter::toTitleCase( "riding on a dead horse" ), QString( "Riding on a De… in testToTitleCase()
57 …QCOMPARE( Amarok::CaseConverter::toTitleCase( QChar( 0x00E4 ) + QString( "test" ) ), QChar( 0x00C4… in testToTitleCase()
58 … QCOMPARE( Amarok::CaseConverter::toTitleCase( "a a an in of on" ), QString( "A a an in of on" ) ); in testToTitleCase()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/protocol_typescript/
H A Dprotocol_dts_generator.ts65 moduleName = toTitleCase(moduleName);
81 const domainName = toTitleCase(domain.domain);
120 type = interfaceName + toTitleCase(prop.name);
177 const refined = result.split('-').map(toTitleCase).join('');
203 const enumName = prefix + toTitleCase(type.name);
310 moduleName = toTitleCase(moduleName);
315 const protocolModulePrefix = toTitleCase(protocolModuleName);
317 const domainName = toTitleCase(d.domain);
325 const domainName = toTitleCase(d.domain);
354 const domainName = toTitleCase(domain.domain);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/protocol_typescript/
H A Dprotocol_dts_generator.ts65 moduleName = toTitleCase(moduleName);
87 const domainName = toTitleCase(domain.domain);
126 type = interfaceName + toTitleCase(prop.name);
183 const refined = result.split('-').map(toTitleCase).join('');
209 const enumName = prefix + toTitleCase(type.name);
316 moduleName = toTitleCase(moduleName);
321 const protocolModulePrefix = toTitleCase(protocolModuleName);
323 const domainName = toTitleCase(d.domain);
331 const domainName = toTitleCase(d.domain);
361 const domainName = toTitleCase(domain.domain);
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DServiceIdUtils.java28 public static String toTitleCase(String id) { in toTitleCase() method in ServiceIdUtils
29 return toTitleCase(id, true); in toTitleCase()
40 public static String toTitleCase(String id, boolean removeSeparator) { in toTitleCase() method in ServiceIdUtils
48 c = Character.toTitleCase(c); in toTitleCase()
/dports/math/R/R-4.1.2/src/library/tools/man/
H A DtoTitleCase.Rd1 % File src/library/tools/man/toTitleCase.Rd
6 \name{toTitleCase}
7 \alias{toTitleCase}
13 toTitleCase(text)
/dports/math/libRmath/R-4.1.1/src/library/tools/man/
H A DtoTitleCase.Rd1 % File src/library/tools/man/toTitleCase.Rd
6 \name{toTitleCase}
7 \alias{toTitleCase}
13 toTitleCase(text)
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qchar/
H A Dtst_qchar.cpp178 QVERIFY(QChar('a').toTitleCase() == 'A'); in toTitle()
179 QVERIFY(QChar('A').toTitleCase() == 'A'); in toTitle()
184 QVERIFY(QChar::toTitleCase((ushort)'a') == 'A'); in toTitle()
185 QVERIFY(QChar::toTitleCase((ushort)'A') == 'A'); in toTitle()
186 QVERIFY(QChar::toTitleCase((ushort)0x1c7) == 0x1c8); in toTitle()
187 QVERIFY(QChar::toTitleCase((ushort)0x1c8) == 0x1c8); in toTitle()
190 QVERIFY(QChar::toTitleCase((uint)'a') == 'A'); in toTitle()
191 QVERIFY(QChar::toTitleCase((uint)'A') == 'A'); in toTitle()
192 QVERIFY(QChar::toTitleCase((uint)0x1c7) == 0x1c8); in toTitle()
193 QVERIFY(QChar::toTitleCase((uint)0x1c8) == 0x1c8); in toTitle()
[all …]
/dports/audio/jid3lib/jid3lib-0.5.4/test/org/farng/mp3/
H A DTagUtilityTest.java772 TagUtility.toTitleCase(null, true); in testToTitleCase()
778 TagUtility.toTitleCase(null, false); in testToTitleCase()
783 assertEquals("", TagUtility.toTitleCase("", true)); in testToTitleCase()
784 assertEquals("", TagUtility.toTitleCase("", false)); in testToTitleCase()
786 TagUtility.toTitleCase("THE quick BROWN fox jumps over the lazy dog", false)); in testToTitleCase()
788 TagUtility.toTitleCase("quick brown fox jumps over the lazy DOG", false)); in testToTitleCase()
790 TagUtility.toTitleCase("the quick BROWN fox jumps over the", false)); in testToTitleCase()
793 TagUtility.toTitleCase("the quick brown fox jumps over the lazy dog", true)); in testToTitleCase()
795 TagUtility.toTitleCase("quick brown fox jumps over THE lazy DOG", true)); in testToTitleCase()
797 TagUtility.toTitleCase("THE quick brown fox JUMPS over the", true)); in testToTitleCase()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/lang/
H A DnatCharacter.cc136 java::lang::Character::toTitleCase(jchar ch) in toTitleCase() function in java::lang::Character
146 java::lang::Character::toTitleCase(jint codePoint) in toTitleCase() function in java::lang::Character
151 return toTitleCase((jchar)codePoint); in toTitleCase()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/lang/
H A DnatCharacter.cc136 java::lang::Character::toTitleCase(jchar ch) in toTitleCase() function in java::lang::Character
146 java::lang::Character::toTitleCase(jint codePoint) in toTitleCase() function in java::lang::Character
151 return toTitleCase((jchar)codePoint); in toTitleCase()
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/lang/
H A DnatCharacter.cc136 java::lang::Character::toTitleCase(jchar ch) in toTitleCase() function in java::lang::Character
146 java::lang::Character::toTitleCase(jint codePoint) in toTitleCase() function in java::lang::Character
151 return toTitleCase((jchar)codePoint); in toTitleCase()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DnatCharacter.cc136 java::lang::Character::toTitleCase(jchar ch) in toTitleCase() function in java::lang::Character
146 java::lang::Character::toTitleCase(jint codePoint) in toTitleCase() function in java::lang::Character
151 return toTitleCase((jchar)codePoint); in toTitleCase()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/
H A DnatCharacter.cc136 java::lang::Character::toTitleCase(jchar ch) in toTitleCase() function in java::lang::Character
146 java::lang::Character::toTitleCase(jint codePoint) in toTitleCase() function in java::lang::Character
151 return toTitleCase((jchar)codePoint); in toTitleCase()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DCheckCasing.java66 newValue = UCharacter.toTitleCase(uLocale, value, null); in handleCheck()
96 return UCharacter.toTitleCase(uLocale, value.substring(0, endOfFirstWord), breaker) in TitleCaseFirst()
/dports/audio/kid3-kf5/kid3-3.8.6/src/qml/script/
H A DTitleCase.qml34 // and upper case handling at the end of the toTitleCase() function.
45 function toTitleCase(title) {
104 var newTxt = toTitleCase(oldTxt)
/dports/audio/kid3-qt5/kid3-3.8.6/src/qml/script/
H A DTitleCase.qml34 // and upper case handling at the end of the toTitleCase() function.
45 function toTitleCase(title) {
104 var newTxt = toTitleCase(oldTxt)
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/api/
H A DGoAPIGenerator.java153 out.write(toTitleCase(createMethodName(element.getName()))); in generateGoElement()
291 private static String toTitleCase(String input) { in toTitleCase() method in GoAPIGenerator
298 c = Character.toTitleCase(c); in toTitleCase()
/dports/editors/texmaker/texmaker-5.0.3/scripts/
H A Dtitlecase_selection.tms31 String.prototype.toTitleCase = function() {
50 txt = txt.toTitleCase();

12345678910>>...22