- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 304 for _items (0.03 seconds)
-
src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 7.9K bytes - Click Count (0) -
src/main/resources/fess_message_hi.properties
constraints.URL.message = {item} एक मान्य URL नहीं है। constraints.Required.message = {item} आवश्यक है। constraints.TypeInteger.message = {item} एक संख्या होनी चाहिए। constraints.TypeLong.message = {item} एक संख्या होनी चाहिए। constraints.TypeFloat.message = {item} एक संख्या होनी चाहिए। constraints.TypeDouble.message = {item} एक संख्या होनी चाहिए। constraints.TypeAny.message = {item} को {propertyType} में परिवर्तित नहीं किया जा सकता।Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 20.2K bytes - Click Count (0) -
src/main/resources/fess_message_es.properties
constraints.URL.message = {item} no es una URL válida. constraints.Required.message = {item} es obligatorio. constraints.TypeInteger.message = {item} debe ser un número. constraints.TypeLong.message = {item} debe ser un número. constraints.TypeFloat.message = {item} debe ser un número. constraints.TypeDouble.message = {item} debe ser un número. constraints.TypeAny.message = {item} no se puede convertir a {propertyType}.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/InputStreamThreadTest.java
thread.start(); thread.join(1000); String output = thread.getOutput(); String[] lines = output.split("\n"); assertTrue("Buffer should be limited to 10 items", lines.length <= 10); assertTrue("Last lines should be kept", output.contains("line15")); } @Test public void test_run_maxBufferSizeConstant() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 12K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java
import org.codelibs.fess.dict.DictionaryItem; /** * Dictionary item for protected words. * This class represents a single protected word entry in the dictionary. */ public class ProtwordsItem extends DictionaryItem { private final String input; private String newInput; /** * Constructor for ProtwordsItem. * @param id the unique identifier for this item * @param input the protected word input */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 3.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/header.jsp
<ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" data-widget="pushmenu" href="#"> <i class="fas fa-bars" aria-hidden="true"></i> <span class="sr-only"><la:message key="labels.admin_toggle_navi" /></span> </a> </li> </ul> <ul class="navbar-nav ml-auto"> <c:if test="${eoled}"> <li class="nav-item" data-toggle="tooltip" data-placement="left"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 2.7K bytes - Click Count (0) -
src/main/webapp/js/bootstrap.min.js.map
}\n }\n\n _selectMenuItem({ key, target }) {\n const items = SelectorEngine.find(SELECTOR_VISIBLE_ITEMS, this._menu).filter(element => isVisible(element))\n\n if (!items.length) {\n return\n }\n\n // if target isn't included in items (e.g. when expanding the dropdown)\n // allow cycling to get the last item in case key equals ARROW_UP_KEY\n getNextActiveElement(items, target, key === ARROW_DOWN_KEY, !items.includes(target)).focus()\n }\n\n // Static\n static jQueryInterface(config)...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 211.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 4.6K bytes - Click Count (0) -
src/main/resources/fess_message_ko.properties
# --------------- constraints.AssertFalse.message = {item}는 false여야 합니다. constraints.AssertTrue.message = {item}는 true여야 합니다. constraints.DecimalMax.message = {item}는 {value}보다 작아야 합니다. constraints.DecimalMin.message = {item}는 {value}보다 커야 합니다. constraints.Digits.message = {item}는 숫자여야 합니다. (기대값: <숫자>.<숫자>) constraints.Future.message = {item}는 미래의 값이어야 합니다. constraints.Max.message = {item}는 {value} 이하여야 합니다.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 15.2K bytes - Click Count (0)