- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 80 for nosuffix (0.04 seconds)
-
src/main/webapp/WEB-INF/view/index.jsp
<div class="alert alert-info">${msg}</div> </la:info> <la:errors header="errors.front_header" footer="errors.front_footer" prefix="errors.front_prefix" suffix="errors.front_suffix" /> </div> <fieldset> <legend><la:message key="labels.search" /></legend> <div class="clearfix"> <div class="mx-auto col-10 col-sm-8 col-md-8 col-lg-6">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* * @param prefix The prefix for the file name. * @param suffix The suffix for the file name. * @return The created temporary file. * @throws IORuntimeException if the file cannot be created. */ public File createTempFile(final String prefix, final String suffix) { try { final File file = File.createTempFile(prefix, suffix); file.setReadable(false, false);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
.github/workflows/update-jdks.yml
title: "Update jdks.yaml" body: "This PR updates JDK to the latest versions available in `.teamcity/jdks.yaml`." delete-branch: true branch: "devprod/update-jdks" branch-suffix: timestamp labels: | in:building-gradle @dev-productivity - name: Trigger a build uses: peter-evans/create-or-update-comment@v5
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 09 22:14:16 GMT 2025 - 2.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
return "test-host"; } @Override public File createTempFile(String prefix, String suffix) { try { return File.createTempFile(prefix, suffix); } catch (Exception e) { throw new RuntimeException(e); } } };
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 30.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.5K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
# ---------------------------------------------------------- # Lasta Taglib # ------------ errors.header = <ul class="has-error"> errors.footer = </ul> errors.prefix = <li><i class="fa fa-exclamation-circle"></i> errors.suffix = </li> # ---------------------------------------------------------- # Javax Validator # --------------- constraints.AssertFalse.message = {item} musi być fałszywe. constraints.AssertTrue.message = {item} musi być prawdziwe.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/SuggestJobTest.java
// Mock SystemHelper implementation private class MockSystemHelper extends SystemHelper { @Override public File createTempFile(String prefix, String suffix) { try { File tempFile = File.createTempFile(prefix, suffix, tempDir); tempFile.deleteOnExit(); return tempFile; } catch (IOException e) { throw new RuntimeException(e);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 31.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
*/ protected CrawlingInfoService getCrawlingInfoService() { return ComponentUtil.getComponent(CrawlingInfoService.class); } /** * Extracts the canonical session ID by removing any suffix after the first hyphen. * If the session ID contains a hyphen, returns the portion before the first hyphen. * Otherwise, returns the original session ID. * * @param sessionId the session ID to processCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 15.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
super.parseProjectProperties(propFile.toPath()); } @Override public File createTempFile(String prefix, String suffix) { try { File tempFile = File.createTempFile(prefix, suffix); tempFile.deleteOnExit(); return tempFile; } catch (IOException e) { throw new RuntimeException(e);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3)