- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 305 for _items (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
breakCursor = true; } } }); }; } /** * Get the backup items. * @return The backup items. */ public static List<Map<String, String>> getBackupItems() { final FessConfig fessConfig = ComponentUtil.getFessConfig();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java
searchPaging(data, form); }); } /** * Displays a paginated list of synonym items. * * @param pageNumber the optional page number for pagination * @param form the search form containing search criteria * @return HTML response with the synonym items list */ @Execute @Secured({ ROLE, ROLE + VIEW })
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.7K bytes - Viewed (1) -
src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch_details.jsp
<th><la:message key="labels.key_match_urls"/></th> <td><c:forEach var="doc" varStatus="s" items="${docs}"> ${f:h(doc.url)}<br/> </c:forEach></td> </tr> <tr>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.2K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java
// Each group is a List of items, each item has a list of factory args. List<List<List<Object>>> argGroups = new ArrayList<>(); argGroups.add(ImmutableList.of(args, equalArgs)); EqualsTester tester = new EqualsTester( /* itemReporter= */ item -> { List<Object> factoryArgs = argGroups.get(item.groupNumber).get(item.itemNumber); return factory.getName()
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 32.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedcontent/AdminRelatedcontentAction.java
form.crudMode = CrudMode.CREATE; }); }); } /** * Displays the form for editing an existing related content item. * * @param form the edit form containing the ID of the item to edit * @return HTML response for the edit form */ @Execute @Secured({ ROLE }) public HtmlResponse edit(final EditForm form) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16K bytes - Viewed (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}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 4K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/ListIteratorTester.java
* features}, the features supported by the iterator; and {@code expectedElements}, the elements the * iterator should return in order. * * <p>The items in {@code elementsToInsert} will be repeated if {@code steps} is larger than the * number of provided elements. * * @author Chris Povirk */ @GwtCompatible @NullMarked
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.3K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js.map
}\n }\n\n this.onTabCreated($(`#${navId}`))\n }\n\n openTabSidebar(item, autoOpen = this._config.autoShowNewTab) {\n let $item = $(item).clone()\n if ($item.attr('href') === undefined) {\n $item = $(item).parent('a').clone()\n }\n\n $item.find('.right, .search-path').remove()\n let title = $item.find('p').text()\n if (title === '') {\n title = $item.text()\n }\n\n const link = $item.attr('href')\n if (link === '#' || link === '' || link === undefined) {\n...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (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} 이하여야 합니다.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0)