- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 142 for motala (0.03 seconds)
-
src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl.jsp
tabindex="-1" role="dialog"> <div class="modal-dialog"> <div class="modal-content bg-danger"> <div class="modal-header">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 13.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
} /** * Gets the total number of records matching the search criteria. * * @return The total record count */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records matching the search criteria. * * @param allRecordCount The total record count */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmChatResponse.java
this.completionTokens = completionTokens; } /** * Gets the total number of tokens. * * @return the total tokens count */ public Integer getTotalTokens() { return totalTokens; } /** * Sets the total number of tokens. * * @param totalTokens the total tokens count */ public void setTotalTokens(final Integer totalTokens) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 12 10:32:40 GMT 2026 - 3.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
} /** * Gets the total number of records across all pages. * * @return the total record count */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records across all pages. * * @param allRecordCount the total record count */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.5K bytes - Click Count (0) -
src/main/webapp/js/admin/admin.js
}); }); $("#confirmToDelete").on("show.bs.modal", function(event) { var button = $(event.relatedTarget); var docId = button.data("docid"); var title = button.data("title"); var url = button.data("url"); $(this) .find(".modal-body #delete-doc-title") .text(title); $(this) .find(".modal-body #delete-doc-url") .text(url); $(this)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Aug 06 20:44:47 GMT 2018 - 3.1K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/lv/stopwords.txt
tik nevis turpretim jeb iekam iekām iekāms kolīdz līdzko tiklīdz jebšu tālab tāpēc nekā itin jā jau jel nē nezin tad tikai vis tak iekams vien # modal verbs būt biju biji bija bijām bijāt esmu esi esam esat būšu būsi būs būsim būsiet tikt tiku tiki tika tikām tikāt tieku
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 19 06:31:02 GMT 2018 - 1.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
/** The underlying list containing the actual data. */ private final List<E> parent; /** The total number of pages available. */ protected int allPageCount; /** The total number of records across all pages. */ protected int allRecordCount; /** The number of records per page. */ protected int pageSize;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 11.2K bytes - Click Count (0) -
src/main/webapp/css/bootstrap.min.css
-bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;bo...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 227.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
assertTrue(doneLatch.await(30, TimeUnit.SECONDS)); executor.shutdown(); // Drain remaining totalDrained.addAndGet(helper.drainAll().size()); // Total drained should be <= total offered (some may be dropped at capacity) int totalOffered = numThreads * eventsPerThread; assertTrue(totalDrained.get() > 0); assertTrue(totalDrained.get() <= totalOffered); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java
String details = testableJob.testFormatDetails(events); assertNotNull(details); assertTrue(details.contains("Total: 1 event(s)")); assertTrue(details.contains("ERROR")); assertTrue(details.contains("org.codelibs.fess.TestClass")); assertTrue(details.contains("Something went wrong")); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.5K bytes - Click Count (0)