- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 301 for NO (0.05 seconds)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
*/ String getMailSendMock(); /** * Is the property for the key 'mail.send.mock' true? <br> * The value is, e.g. true <br> * comment: Does it send mock mail? (true: no send actually, logging only) * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isMailSendMock(); /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 9.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'crawler.document.file.no.title.label'. <br> * The value is, e.g. No title. <br> * comment: Label to use when a file has no title. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDocumentFileNoTitleLabel(); /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/test/java/org/codelibs/fess/helper/KeyMatchHelperTest.java
assertNotNull(functionBuilders); assertEquals(0, functionBuilders.size()); // No data loaded } @Test public void test_load_emptyState() { try { int result = keyMatchHelper.load(); assertEquals(0, result); // No data loaded in test environment } catch (Exception e) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
assertNotNull(manager); } // Test insert with no chains @Test public void test_insert_noChains() { User user = createTestUser("testuser"); authenticationManager.insert(user); // Should not throw exception even with no chains } // Test insert with single chain @Test public void test_insert_singleChain() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/EmptyGenerator.java
package org.codelibs.fess.thumbnail.impl; import java.io.File; /** * Empty implementation of thumbnail generator that does not generate any thumbnails. * This class is used as a no-op thumbnail generator when thumbnail generation is disabled * or when no specific thumbnail generator is configured. */ public class EmptyGenerator extends BaseThumbnailGenerator { /** * Default constructor. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryExpiredException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.dict; /** * Exception thrown when a dictionary has expired and is no longer valid. * This runtime exception indicates that a dictionary file or dictionary data * has exceeded its lifetime and should be refreshed or reloaded. */ public class DictionaryExpiredException extends RuntimeException {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatPhaseCallback.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:32:04 GMT 2026 - 3.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/LogNotificationTargetTest.java
} @Test public void test_expired_emptyBuffer() { // expired() with empty buffer is no-op (no exception) logNotificationTarget.expired(); } @Test public void test_flush_callsExpired() { // flush() delegates to expired(); with empty buffer, no-op (no exception) logNotificationTarget.flush(); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.7K bytes - Click Count (0) -
.github/workflows/stale-pr.yml
operations-per-run: 50 ascending: true exempt-all-milestones: true # ISSUES (deactivated) ---------------------------------------------- # This workflow should touch no issues, so times are set to -1 # (see actions/stale documentation for the behavior) days-before-issue-stale: -1 stale-issue-label: stale stale-issue-message: >Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Sep 04 22:13:29 GMT 2025 - 1.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/DocMap.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.7K bytes - Click Count (0)