- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 33 for tots (0.01 sec)
-
src/main/resources/fess_label_fr.properties
labels.token=Jeton labels.synonymFile=Fichier de synonymes labels.stopwordsFile=Fichier de mots vides labels.stemmerOverrideFile=Fichier de remplacement de racinisation labels.mappingFile=Fichier de mappage labels.protwordsFile=Fichier de mots de protection labels.kuromojiFile=Fichier Kuromoji labels.elevateWordFile=Fichier de mots à élever labels.badWordFile=Fichier de mots incorrects labels.urlExpr=Condition labels.boostExpr=Expression de boost
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.failed_to_download_protwords_file = Échec du téléchargement d'un fichier de mots de protection. errors.failed_to_upload_protwords_file = Échec du téléversement d'un fichier de mots de protection. errors.failed_to_download_stopwords_file = Échec du téléchargement d'un fichier de mots vides. errors.failed_to_upload_stopwords_file = Échec du téléversement d'un fichier de mots vides.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/math/MathTesting.java
// Add values up to 40. This covers cases like "square of a prime" and such. for (int i = 1; i <= 40; i++) { intValues.add(i); } // Now add values near 2^N for lots of values of N. for (int exponent : asList(2, 3, 4, 9, 15, 16, 17, 24, 25, 30)) { int x = 1 << exponent; intValues.add(x, x + 1, x - 1); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 11.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ResourceUtilTest.java
value = "${spaces}"; assertEquals(" ", ResourceUtil.resolve(value)); // Test long property name System.setProperty("very.long.property.name.with.many.dots", "long"); value = "${very.long.property.name.with.many.dots}"; assertEquals("long", ResourceUtil.resolve(value)); // Test multiple occurrences of same variable System.setProperty("repeat", "X");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-HostnamesCommon.kt
* of Android's private InetAddress#isNumeric API. * * This matches IPv6 addresses as a hex string containing at least one colon, and possibly * including dots after the first colon. It matches IPv4 addresses as strings containing only * decimal digits and dots. This pattern matches strings like "a:.23" and "54" that are neither IP * addresses nor hostnames; they will be verified as IP addresses (which is a more strict * verification).
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
*/ @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeUserInfoDay; /** * Bot user agents whose search logs should be purged. * Search logs from these bots will be automatically removed. */ @Size(max = 10000) public String purgeByBots; /** * Email addresses to receive system notifications.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/EmptyCachesTest.java
} /* ---------------- Local utilities -------------- */ /** Most of the tests in this class run against every one of these caches. */ private Iterable<LoadingCache<Object, Object>> caches() { // lots of different ways to configure a LoadingCache CacheBuilderFactory factory = cacheFactory(); return Iterables.transform( factory.buildAllPermutations(),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 11.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java
} /* ---------------- Local utilities -------------- */ /** Most of the tests in this class run against every one of these caches. */ private Iterable<LoadingCache<Object, Object>> caches() { // lots of different ways to configure a LoadingCache CacheBuilderFactory factory = cacheFactory(); return Iterables.transform( factory.buildAllPermutations(),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ParameterUtilTest.java
// Test with special characters in keys and values value = "key.with.dots=value\nkey_with_underscores=value with spaces\nkey-with-dashes=value@#$%"; paramMap = ParameterUtil.parse(value); assertEquals(3, paramMap.size()); assertEquals("value", paramMap.get("key.with.dots")); assertEquals("value with spaces", paramMap.get("key_with_underscores"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 22.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigImplTest.java
assertEquals(arrayValue, value); } finally { System.clearProperty(Constants.FESS_CONFIG_PREFIX + arrayKey); } } // Test property key with dots public void test_get_propertyKeyWithDots() { String dottedKey = "deeply.nested.property.key"; String dottedValue = "nested-value";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.6K bytes - Viewed (0)