- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for keep1 (2.34 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 20) public String csvFileEncoding; /** * Number of days to keep search logs before purging. * Set to -1 to disable automatic purging of search logs. */ @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeSearchLogDay; /** * Number of days to keep job logs before purging. * Set to -1 to disable automatic purging of job logs. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
rm -f ${tmp_png_prefix}*png elif [[ x"${cmd_type}" = "xsvg" ]] ; then check_command rsvg-convert target_file=$(echo "$url" | sed -e "s#^file:/*#/#g") rsvg-convert -w 100 -h 100 --keep-aspect-ratio "${target_file}" -o "${output_file}" elif [[ x"${cmd_type}" = "ximage" ]] ; then im_cmd=$(get_imagemagick_cmd) if [[ -z "${im_cmd}" ]] ; then echo "ImageMagick (convert or magick) does not exist."Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.bat
set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -XX:MaxDirectMemorySize=%FESS_DIRECT_SIZE% ) REM set to headless, just in case set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Djava.awt.headless=true REM maximum # keep-alive connections to maintain at once set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dhttp.maxConnections=20 REM Force the JVM to use IPv4 stack if NOT "%FESS_USE_IPV4%" == "" (
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 03:48:59 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.sh
if [ "x$FESS_HEAP_NEWSIZE" != "x" ]; then FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Xmn${FESS_HEAP_NEWSIZE}" fi # set to headless, just in case FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djava.awt.headless=true" # maximum # keep-alive connections to maintain at once FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dhttp.maxConnections=20" # Force the JVM to use IPv4 stack if [ "x$FESS_USE_IPV4" != "x" ]; then
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 03:48:59 UTC 2025 - 5.3K bytes - Viewed (0) -
CLAUDE.md
2. Write implementation following existing patterns 3. Add comprehensive tests 4. Run `mvn formatter:format license:format test` 5. Update JavaDoc for changed/new classes **Principles:** - Avoid over-engineering - keep solutions simple - Only expose necessary public APIs - Validate parameters with `Objects.requireNonNull()` - Provide detailed error messages with context - Add logging with contextual information ### Resource Files
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 8.9K bytes - Viewed (0) -
CLAUDE.md
6. Update JavaDoc ### When Fixing Bugs 1. Write failing test first 2. Understand root cause 3. Minimal changes 4. Verify no regressions ### When Refactoring 1. Preserve behavior 2. Keep tests green 3. Small incremental steps 4. Don't mix with new features ### Code Quality Checklist - [ ] Java conventions followed - [ ] JavaDoc for public APIs - [ ] Tests pass (`mvn test`)
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 28 17:31:34 UTC 2025 - 10.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 27K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2)