- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 114 for masing (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
architecture/standards/0010-gradle-properties-naming.md
Since the naming of the properties no longer suggests they are experimental, we want to ensure users are aware if the current property stops having an effect. Since the underlying feature is incubating, its actual behavior can still change or be removed in the minor releases. These properties CAN be supplemented with command-line options and they SHOULD follow the shared naming scheme described above.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
CONTRIBUTING.md
It helps developers optimize performance and gain deeper insights into their builds. ## Making your change ### Code change guidelines Code contributions should follow these guidelines to maximize the chance of them being accepted:
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/WebApiUtilTest.java
// This should not throw exception, just do nothing try { WebApiUtil.setObject("testKey", "testValue"); } catch (Exception e) { fail("setObject should handle missing request gracefully: " + e.getMessage()); } } @Test public void test_setObject_withNullName() { // Test setObject with null name try {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/PathMappingService.java
/** * Gets the path mapping list with paging. * * @param pathMappingPager the path mapping pager * @return the path mapping list */ public List<PathMapping> getPathMappingList(final PathMapPager pathMappingPager) { final PagingResultBean<PathMapping> pathMappingList = pathMappingBhv.selectPage(cb -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java
}); }); } /** * Displays the form for editing an existing path mapping. * * @param form the edit form containing the path mapping ID and data * @return HTML response for the path mapping edit form */ @Execute @Secured({ ROLE }) public HtmlResponse edit(final EditForm form) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 15.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/pathmap/ApiAdminPathmapAction.java
/** Service for managing path mapping configurations */ @Resource private PathMappingService pathMappingService; // GET /api/admin/pathmap // PUT /api/admin/pathmap /** * Returns list of path mapping settings. * Supports both GET and PUT requests for retrieving paginated path mapping configurations. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess/doc.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 11.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
/** Type identifier for character mapping dictionaries. */ private static final String MAPPING = "mapping"; /** List of character mapping items loaded from the mapping file. */ List<CharMappingItem> mappingItemList; /** * Constructs a new CharMappingFile instance. * * @param id the unique identifier for this mapping fileCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 15.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/web.xml
<dispatcher>INCLUDE</dispatcher> </filter-mapping> <filter-mapping> <filter-name>httpHeaderSecurity</filter-name> <url-pattern>/*</url-pattern> <dispatcher>REQUEST</dispatcher> </filter-mapping> <filter-mapping> <filter-name>rateLimitFilter</filter-name> <url-pattern>/*</url-pattern> <dispatcher>REQUEST</dispatcher> </filter-mapping> <filter-mapping>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 09:08:35 GMT 2026 - 8.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/CharMappingService.java
/** * Retrieves a specific character mapping item by its ID from the specified dictionary. * <p> * This method looks up a character mapping item using its unique identifier * within the context of the specified dictionary. * </p> * * @param dictId the dictionary ID containing the character mapping item * @param id the unique identifier of the character mapping itemCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 6.1K bytes - Click Count (0)