- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for click_count (0.14 sec)
-
src/main/webapp/WEB-INF/view/searchResults.jsp
arg0="${fe:formatFileSize(doc.content_length)}" /> </c:if> <c:if test="${searchLogSupport && doc.click_count!=null && doc.click_count>0}"> <div class="d-sm-none"></div> <span class="d-none d-sm-inline"> </span> <la:message key="labels.search_click_views" arg0="${f:h(doc.click_count)}" /> </c:if> <c:if test="${doc.has_cache=='true'}"> <div class="d-sm-none"></div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 09 04:29:42 UTC 2022 - 9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/SearchListTests.java
return searchBody; } @Override protected Map<String, Object> getUpdateMap() { final Map<String, Object> updateMap = new HashMap<>(); // updateMap.put("click_count", 100); return updateMap; } @Override protected void testUpdate() { // Test: update settings api final Map<String, Object> updateMap = getUpdateMap();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchOptions.jsp
<la:message key="labels.search_result_sort_last_modified_desc" /> </la:option> <c:if test="${searchLogSupport}"> <la:option value="click_count.asc"> <la:message key="labels.search_result_sort_click_count_asc" /> </la:option> <la:option value="click_count.desc"> <la:message key="labels.search_result_sort_click_count_desc" /> </la:option> </c:if> <c:if test="${favoriteSupport}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 17 08:19:53 UTC 2019 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchOptions.jsp
<la:message key="labels.search_result_sort_last_modified_desc" /> </la:option> <c:if test="${searchLogSupport}"> <la:option value="click_count.asc"> <la:message key="labels.search_result_sort_click_count_asc" /> </la:option> <la:option value="click_count.desc"> <la:message key="labels.search_result_sort_click_count_desc" /> </la:option> </c:if> <c:if test="${favoriteSupport}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 17 08:19:53 UTC 2019 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/search.jsp
</c:if> <c:if test="${sort=='last_modified.desc'}"> <la:message key="labels.search_result_sort_last_modified_desc" /> </c:if> <c:if test="${sort=='click_count.asc'}"> <la:message key="labels.search_result_sort_click_count_asc" /> </c:if> <c:if test="${sort=='click_count.desc'}"> <la:message key="labels.search_result_sort_click_count_desc" /> </c:if> <c:if test="${sort=='favorite_count.asc'}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/search.jsp
</c:if> <c:if test="${sort=='last_modified.desc'}"> <la:message key="labels.search_result_sort_last_modified_desc" /> </c:if> <c:if test="${sort=='click_count.asc'}"> <la:message key="labels.search_result_sort_click_count_asc" /> </c:if> <c:if test="${sort=='click_count.desc'}"> <la:message key="labels.search_result_sort_click_count_desc" /> </c:if> <c:if test="${sort=='favorite_count.asc'}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchResults.jsp
arg0="${fe:formatFileSize(doc.content_length)}" /> </c:if> <c:if test="${searchLogSupport && doc.click_count!=null && doc.click_count>0}"> <div class="d-sm-none"></div> <span class="d-none d-sm-inline"> </span> <la:message key="labels.search_click_views" arg0="${f:h(doc.click_count)}" /> </c:if> <c:if test="${doc.has_cache=='true'}"> <div class="d-sm-none"></div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 09 04:29:42 UTC 2022 - 9K bytes - Viewed (0)