- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for lesz (0.15 sec)
-
src/main/resources/fess_label_fr.properties
labels.facet_timestamp_title=Heure labels.facet_timestamp_1day=Dans les 24 heures labels.facet_timestamp_1week=Dans la semaine labels.facet_timestamp_1month=Dans le mois labels.facet_timestamp_1year=Dans l'année labels.facet_timestamp_3month=Dans les 3 mois labels.facet_timestamp_6month=Dans les 6 mois labels.facet_timestamp_2year=Dans les 2 ans labels.facet_timestamp_3year=Dans les 3 ans labels.facet_contentLength_title=Taille
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
docs/fr/README.md
### Télécharger et Installer/Exécuter Fess 15.3 est désormais disponible et peut être téléchargé sur la [page de Releases](https://github.com/codelibs/fess/releases "download"). Les téléchargements sont disponibles en 3 formats : deb, rpm, zip. Les commandes suivantes montrent comment utiliser le téléchargement zip : $ unzip fess-15.3.x.zip $ cd fess-15.3.x $ ./bin/fess
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
super(); } /** * URL of the page. This URL must begin with the protocol (such as http) and * end with a trailing slash, if your web server requires it. This value * must be less than 2,048 characters. */ private String loc; /** * The date of last modification of the file. This date should be in W3C * Datetime format. This format allows you to omit the time portion, if
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 9.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/HostIntervalController.java
* ensuring that requests to the same host are not made too frequently. * The delay is calculated based on the configured delayMillisBeforeProcessing parameter. * If the time since the last request to the host is less than the configured delay, * the thread waits until the delay has elapsed. * This class is thread-safe. * The cache automatically evicts entries after 1 hour of inactivity to prevent memory leaks. */
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 5.2K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/CharUtilTest.java
assertFalse(CharUtil.isUrlChar('\t')); // tab assertFalse(CharUtil.isUrlChar('\n')); // newline assertFalse(CharUtil.isUrlChar('\r')); // carriage return assertFalse(CharUtil.isUrlChar('<')); // less than assertFalse(CharUtil.isUrlChar('>')); // greater than assertFalse(CharUtil.isUrlChar('"')); // double quote assertFalse(CharUtil.isUrlChar('\\')); // backslash
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 5.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/HostIntervalControllerTest.java
} } long elapsed = (System.nanoTime() - time) / 1000000; // Different hosts should NOT wait for each other assertTrue(elapsed + " should be much less than " + (waittime * numTasks), elapsed < waittime * numTasks / 2); } /** * Test that file:// URLs are not delayed */ public void test_fileUrl_noDelay() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 11.4K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
labels.logout=Logout # ... approximately 1,056 more entries ``` **`fess_message_[locale].properties`** contains system messages such as: ```properties errors.required={0} is required. errors.minlength={0} cannot be less than {1}. success.login=Logged in successfully. # ... approximately 200 more entries ``` ### 3. Update Configuration File Edit `src/main/resources/fess_config.properties`:Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
sb.append("a"); } String text = sb.toString(); String id = SuggestUtil.createSuggestTextId(text); assertNotNull(id); // Should be exactly 445 or less assertTrue(id.length() <= 445); } @Test public void testCreateSuggestTextIdBoundaryJustUnder445() { // Create text that encodes to just under 445 characters
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 26.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
final int minimumWindowSize = maxPageSize * 2; if (configuredWindowSize < minimumWindowSize) { logger.warn("Configured rank.fusion.window_size ({}) is less than required minimum size ({}). " + "Using minimum size instead.", configuredWindowSize, minimumWindowSize); this.windowSize = minimumWindowSize; } else {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 27.5K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"text/x-forth", "text/x-fortran", "text/x-go", "text/x-groovy", "text/x-haskell", "text/x-idl", "text/x-ini", "text/x-java-source", "text/x-jsp", "text/x-less", "text/x-lex", "text/x-log", "text/x-lua", "text/x-ml", "text/x-matlab", "application/x-matlab-data", "text/x-modula", "text/x-objcsrc", "text/x-ocaml",
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0)