- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 86 for lowerCase (0.06 sec)
-
src/main/resources/fess_indices/fess.json
"truncate20_filter", "lowercase", "arabic_stop", "arabic_normalization", "arabic_keywords", "arabic_override", "arabic_stemmer" ] }, "armenian_analyzer": { "tokenizer": "standard", "filter": [ "truncate20_filter", "lowercase", "armenian_stop",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
assertThat(base16().upperCase()).isSameInstanceAs(base16()); } public void testBase16LowerCase() { BaseEncoding lowerCase = base16().lowerCase(); assertThat(lowerCase).isNotSameInstanceAs(base16()); assertThat(lowerCase).isSameInstanceAs(base16().lowerCase()); testEncodingWithCasing(lowerCase, "foobar", "666f6f626172"); } public void testBase16IgnoreCase() { BaseEncoding ignoreCase = base16().ignoreCase();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/UUIDTest.java
assertEquals(TIME_HI_AND_VERSION, uuid.time_hi_and_version, "time_hi_and_version should be parsed correctly with lowercase hex"); assertEquals(CLOCK_SEQ_HI_AND_RESERVED, uuid.clock_seq_hi_and_reserved, "clock_seq_hi_and_reserved should be parsed correctly with lowercase hex");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/PrefixQueryCommand.java
.maxExpansions(fessConfig.getQueryPrefixExpansionsAsInteger()) .slop(fessConfig.getQueryPrefixSlopAsInteger()); } /** * Converts value to lowercase if lowercase wildcard is enabled. * * @param value the value to convert * @return the converted value */ protected String toLowercaseWildcard(final String value) { if (lowercaseWildcard) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
} } } fun javaHome( jvm: Jvm, os: Os, arch: Arch = Arch.AMD64, ) = "%${if (os == Os.ALPINE) "linux" else os.name.lowercase()}.${ jvm.version.name.lowercase().replace( "_", "", ) }.${jvm.vendor.name.lowercase()}.${arch.suffix}%" fun BuildType.paramsForBuildToolBuild( buildJvm: Jvm = BuildToolBuildJvm, os: Os, arch: Arch = Arch.AMD64, ) {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/OsService.java
* The value is converted to lowercase for consistency. * * @return the operating system name (never null) */ @Nonnull String name(); /** * Returns the OS architecture as reported by the system property "os.arch". * The value is converted to lowercase for consistency. * * @return the operating system architecture (never null)
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Feb 10 14:12:18 UTC 2025 - 3.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/BaseEncodingTest.java
assertThat(base16().upperCase()).isSameInstanceAs(base16()); } public void testBase16LowerCase() { BaseEncoding lowerCase = base16().lowerCase(); assertThat(lowerCase).isNotSameInstanceAs(base16()); assertThat(lowerCase).isSameInstanceAs(base16().lowerCase()); testEncodingWithCasing(lowerCase, "foobar", "666f6f626172"); } public void testBase16IgnoreCase() { BaseEncoding ignoreCase = base16().ignoreCase();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/EncodingHelper.java
} encodingMap.put(toLowerCase(source), target); } /** * Converts the given encoding string to lowercase. * @param enc The encoding string. * @return The lowercase encoding string. */ protected String toLowerCase(final String enc) { return enc.toLowerCase(Locale.ROOT); }
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/WildcardQueryCommand.java
} /** * Converts a wildcard value to lowercase if configured to do so. * * @param value The wildcard value to potentially convert * @return The value in lowercase if lowercaseWildcard is true, otherwise the original value */ protected String toLowercaseWildcard(final String value) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess.json
"truncate20_filter", "lowercase", "arabic_stop", "arabic_normalization", "arabic_keywords", "arabic_override", "arabic_stemmer" ] }, "armenian_analyzer": { "tokenizer": "standard", "filter": [ "truncate20_filter", "lowercase", "armenian_stop",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0)