- Sort Score
- Num 10 results
- Language All
Results 401 - 410 of 549 for treats (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/js/chat.js
if (typeof marked === 'undefined' || typeof DOMPurify === 'undefined') { return escapeHtml(text); } initMarkdownSanitizer(); // breaks: true to match server-side softbreak("<br/>") var html = marked.parse(text, { gfm: true, breaks: true }); return DOMPurify.sanitize(html, markdownSanitizeConfig); } /** * Escape HTML characters */
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) -
dbflute_fess/dfprop/replaceSchemaMap.dfprop
# Elements of this map are as below: # o key of map: User Definition Name (userDefName) # o url: (NotRequired - Default same as one of main schema) # o schema: (NotRequired - Default treated as no schema setting) # o user: (Required) # o password: password plainly or path to password file (with default password) # e.g. foo or df:dfprop/system-password.txt|fooCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsScheduledJobBhv.java
return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) { final String msg = "Cannot create a new instance: " + entityType.getName(); throw new IllegalBehaviorStateException(msg, e); } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SambaHelper.java
} if (logger.isDebugEnabled()) { logger.debug("Ignored SID: {} {}", type, sid); } return null; } /** * Creates a search role. * @param type The SID type. * @param name The account name. * @return The search role. */ protected String createSearchRole(final int type, final String name) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/CrawlerEngineClientTest.java
crawlerEngineClient = null; super.tearDown(testInfo); } // Test constructor @Test public void test_constructor() { // Test that constructor creates a non-null instance assertNotNull(crawlerEngineClient); } // Test inheritance @Test public void test_inheritance() { // Test that CrawlerEngineClient is properly inheritedCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 5K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
* * If `./gradlew generateLicenseFile` fails with "declare a license name not registered in * License.kt", add the raw POM name string to the [aliases] list of the matching entry, or * create a new entry if the license is genuinely new. * * ## Adding a dependency whose POM has no license data * * If the task fails with "no license data in their POM or any parent POM", add a hardcoded
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java
@Test public void test_implementation_sequentialOperations() { TestAuthenticationChain chain = new TestAuthenticationChain(); List<User> users = new ArrayList<>(); // Create test users for (int i = 0; i < 10; i++) { users.add(createTestUser("user" + i, "User " + i)); } // Perform sequential operations for (User user : users) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 14.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/exbhv/UserBhv.java
.collect(Collectors.toMap(Pair::getFirst, Pair::getSecond))); return result; } catch (InstantiationException | IllegalAccessException e) { final String msg = "Cannot create a new instance: " + entityType.getName(); throw new IllegalBehaviorStateException(msg, e); } } private boolean isAttribute(final String key) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 2.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
queryFieldConfig = new QueryFieldConfig(); queryFieldConfig.init(); } } @Test public void test_init_withAdditionalDefaultFields() { // Create custom FessConfig with additional default fields FessConfig fessConfig = new FessConfig.SimpleImpl() { @Override public String getQueryAdditionalDefaultFields() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
return true; } /** * Creates a property item from a system property key. * * @param key the property key * @return map containing the key-value pair */ protected static Map<String, String> createPropItem(final String key) { return createItem(key, System.getProperty(key)); } /** * Creates a key-value item map for display. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.7K bytes - Click Count (0)