- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 32 for Bharat (0.05 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CsvExtractor.java
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 12.8K bytes - Click Count (0) -
guava/src/com/google/common/hash/AbstractNonStreamingHashFunction.java
int len = input.length(); ByteBuffer buffer = ByteBuffer.allocate(len * 2).order(ByteOrder.LITTLE_ENDIAN); for (int i = 0; i < len; i++) { buffer.putChar(input.charAt(i)); } return hashBytes(buffer.array()); } @Override public HashCode hashString(CharSequence input, Charset charset) { return hashBytes(input.toString().getBytes(charset)); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 04 15:39:10 GMT 2025 - 4.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/BadWordService.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8.6K bytes - Click Count (0) -
guava/src/com/google/common/base/CaseFormat.java
return normalizeWord(word); } private static String firstCharOnlyToUpper(String word) { return word.isEmpty() ? word : Ascii.toUpperCase(word.charAt(0)) + Ascii.toLowerCase(word.substring(1)); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Dec 03 18:46:33 GMT 2025 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 18.3K bytes - Click Count (0) -
android/guava/src/com/google/common/base/CaseFormat.java
return normalizeWord(word); } private static String firstCharOnlyToUpper(String word) { return word.isEmpty() ? word : Ascii.toUpperCase(word.charAt(0)) + Ascii.toLowerCase(word.substring(1)); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Dec 03 18:46:33 GMT 2025 - 6.5K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/JvmConfigParser.java
StringBuilder current = new StringBuilder(); boolean inDoubleQuotes = false; boolean inSingleQuotes = false; for (int i = 0; i < line.length(); i++) { char c = line.charAt(i); if (c == '"' && !inSingleQuotes) { inDoubleQuotes = !inDoubleQuotes; } else if (c == '\'' && !inDoubleQuotes) { inSingleQuotes = !inSingleQuotes;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 6.4K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java
if (method != null) { String propertyName = method.getPropertyName(); String isGetterName = "is" + Character.toUpperCase(propertyName.charAt(0)) + propertyName.substring(1); return method.getReplacedAccessors().stream()
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 9.3K bytes - Click Count (0) -
docs/en/data/translators.yml
avatarUrl: https://avatars.githubusercontent.com/u/20477587?u=c5184dab6d021733d10c8f975b20e391856303d6&v=4 url: https://github.com/jackleeio choi-haram: login: choi-haram count: 2 avatarUrl: https://avatars.githubusercontent.com/u/62204475?v=4 url: https://github.com/choi-haram imtiaz101325: login: imtiaz101325 count: 2
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 01 06:27:43 GMT 2025 - 19.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 24.9K bytes - Click Count (0)