- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for sekonda (0.04 seconds)
-
src/main/resources/fess_config.properties
# Window size in milliseconds. rate.limit.window.ms=60000 # Duration in milliseconds to block IP when limit exceeded. rate.limit.block.duration.ms=300000 # Retry-After header value in seconds. rate.limit.retry.after.seconds=60 # Comma-separated list of whitelisted IPs (e.g., 127.0.0.1,::1). rate.limit.whitelist.ips=127.0.0.1,::1 # Comma-separated list of blocked IPs. rate.limit.blocked.ips=
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/main/java/org/codelibs/fess/helper/ViewHelper.java
this.cacheTemplateName = cacheTemplateName; } /** * Sets the facet cache duration in seconds. * * @param facetCacheDuration the cache duration in seconds */ public void setFacetCacheDuration(final long facetCacheDuration) { this.facetCacheDuration = facetCacheDuration; } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
hour = 0; } } this.leftCalendar.month.hour(hour).minute(minute).second(second); this.rightCalendar.month.hour(hour).minute(minute).second(second); } this.renderCalendar('left'); this.renderCalendar('right');Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 64.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
/** Cache for storing group information to reduce API calls. */ protected Cache<String, Pair<String[], String[]>> groupCache; /** Group cache expiry time in seconds. */ protected long groupCacheExpiry = 10 * 60L; /** Maximum depth for processing nested groups to prevent infinite loops. */ protected int maxGroupDepth = 10; /** Use V2 endpoint. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.search_result_status=Results <b>{2}</b> - <b>{3}</b> of <b>{1}</b> for <b>{0}</b> labels.search_result_status_over=Results <b>{2}</b> - <b>{3}</b> of over <b>{1}</b> for <b>{0}</b> labels.search_result_time=({0} seconds) labels.prev_page=Prev labels.next_page=Next labels.did_not_match=Your search - <b>{0}</b> - did not match any documents. labels.did_not_match_suggestion=Try different keywords or check your spelling.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/java/org/codelibs/fess/llm/AbstractLlmClient.java
* Gets the model name. * * @return the model name */ protected abstract String getModel(); /** * Gets the availability check interval in seconds. * * @return the interval in seconds */ protected abstract int getAvailabilityCheckInterval(); /** * Checks if RAG chat feature is enabled. * * @return true if RAG chat is enabledCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.search_result_status_over=Risultati di ricerca per <b>{0}</b><span class="br-phone"></span> circa <b>{1}</b> o più <b>{2}</b> - <b>{3}</b> labels.search_result_time=({0} secondi) labels.prev_page=Precedente labels.next_page=Successivo labels.did_not_match=Nessuna informazione corrispondente a <b>{0}</b> è stata trovata.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.search_result_status=Results <b>{2}</b> - <b>{3}</b> of <b>{1}</b> for <b>{0}</b> labels.search_result_status_over=Results <b>{2}</b> - <b>{3}</b> of over <b>{1}</b> for <b>{0}</b> labels.search_result_time=({0} seconds) labels.prev_page=Prev labels.next_page=Next labels.did_not_match=Your search - <b>{0}</b> - did not match any documents. labels.did_not_match_suggestion=Try different keywords or check your spelling.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/helper/CoordinatorHelperTest.java
final EventInfo event = new EventInfo(); event.name = "test_event"; coordinatorHelper.dispatchEvent(event); // Second handler should still be called even if first throws assertTrue(secondCalled.get()); } @Test public void test_dispatchEvent_eventData() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0) -
src/main/resources/fess_label_pl.properties
labels.search_result_status_over=Wyniki wyszukiwania dla <b>{0}</b><span class="br-phone"></span> około <b>{1}</b> lub więcej <b>{2}</b> - <b>{3}</b> labels.search_result_time=({0} sekund) labels.prev_page=Poprzednia labels.next_page=Następna labels.did_not_match=Nie znaleziono informacji pasujących do <b>{0}</b>. labels.did_not_match_suggestion=Spróbuj innych słów kluczowych lub sprawdź pisownię.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.2K bytes - Click Count (0)