- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 70 for design (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml
</module> <!-- Design --> <!-- <module name="InterfaceIsType"/> -->Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Dec 11 10:24:25 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.menu_system=System labels.menu_wizard=Wizard labels.menu_crawl_config=General labels.menu_scheduler_config=Scheduler labels.menu_dashboard_config=Dashboard labels.menu_design=Page Design labels.menu_dict=Dictionary labels.menu_data=Backup/Restore labels.menu_crawl=Crawler labels.menu_web=Web labels.menu_file_system=File System labels.menu_data_store=Data Store labels.menu_label_type=Label
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/SystemUtilTest.java
System.clearProperty(Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS); } } } @Test public void test_utilityClass_pattern() { // Verify utility class design pattern compliance // 1. Class should be final (or have private constructor) Constructor<?>[] constructors = SystemUtil.class.getDeclaredConstructors();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 17.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/WebApiUtilTest.java
// This is expected behavior when no request context is available } } @Test public void test_utilityClass_pattern() { // Verify utility class design pattern compliance // 1. Class should be final assertTrue("Class should be final", java.lang.reflect.Modifier.isFinal(WebApiUtil.class.getModifiers()));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/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
fail("All expected public methods should exist: " + e.getMessage()); } } @Test public void test_utilityClass_pattern() { // Verify utility class design pattern compliance // 1. Class should be final assertTrue("Class should be final", java.lang.reflect.Modifier.isFinal(KuromojiCSVUtil.class.getModifiers()));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 18.9K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.menu_system=System labels.menu_wizard=Wizard labels.menu_crawl_config=General labels.menu_scheduler_config=Scheduler labels.menu_dashboard_config=Dashboard labels.menu_design=Page Design labels.menu_dict=Dictionary labels.menu_data=Backup/Restore labels.menu_crawl=Crawler labels.menu_web=Web labels.menu_file_system=File System labels.menu_data_store=Data Store labels.menu_label_type=Label
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/webapp/css/chat.css
/* Chat Page Styles - Bootstrap 5 Compatible with Atlassian Design System */ /* ============================================ Status Lozenge (ADS-style badge) ============================================ */ .status-lozenge { display: inline-flex; align-items: center; padding: 0.25rem 0.75rem; border-radius: 3px; font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
src/main/webapp/js/chat.js
/** * Fess RAG Chat JavaScript * Enhanced with Atlassian Design System patterns */ var FessChat = (function() { 'use strict'; var config = { apiUrl: '/api/v1/chat', streamUrl: '/api/v1/chat/stream', labels: { thinking: 'Thinking...', waiting: '...', error: 'An error occurred. Please try again.', sources: 'Sources', statusReady: 'AI Assistant',Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/resources/fess_config.properties
online.help.name.systeminfo=systeminfo # Online help key for user. online.help.name.user=user # Online help key for group. online.help.name.group=group # Online help key for design. online.help.name.design=design # Online help key for dashboard. online.help.name.dashboard=dashboard # Online help key for web authentication. online.help.name.webauth=webauth # Online help key for file config.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/design/AdminDesignActionTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.design; import java.io.File; import java.lang.reflect.Method; import java.nio.file.Files; import java.nio.file.Path; import org.codelibs.core.misc.Tuple3; import org.codelibs.fess.helper.VirtualHostHelper;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.6K bytes - Click Count (0)