- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 42 for favorite (0.07 sec)
-
src/main/webapp/WEB-INF/view/searchResults.jsp
</c:if> <c:if test="${favoriteSupport}"> <div class="d-sm-none"></div> <span class="d-none d-sm-inline"> </span> <a href="#${doc.doc_id}" class="favorite"><i class="far fa-star"></i></a> <span class="favorited"><i class="fas fa-star"></i></span> </c:if> </div> </li> </c:forEach> </ol> <aside class="col-md-4 d-none d-md-block"> <%-- Side Content --%>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 09 04:29:42 UTC 2022 - 9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/exentity/FavoriteLog.java
+ userInfoId + ", docMeta=" + docMeta + "]"; } @Override public String getEventType() { return "favorite"; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImpl.java
final long count = searchLogHelper.getFavoriteCount(url); doc.put(favoriteCountField, count); if (logger.isDebugEnabled()) { logger.debug("Favorite Count: {}, url: {}", count, url); } } @Override public long getDocumentSize() { return documentSize.get(); } @Override public long getExecuteTime() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 7.9K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.search_result_sort_click_count_asc=Click (ascending) labels.search_result_sort_click_count_desc=Click (descending) labels.search_result_sort_favorite_count_asc=Favorite (ascending) labels.search_result_sort_favorite_count_desc=Favorite (descending) labels.search_result_sort_multiple=Multiple labels.search_result_size={0} bytes labels.search_result_created=Registered: labels.search_result_last_modified=Last Modified:
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
public static final String LOG_TYPE_CLICK = "click"; public static final String LOG_TYPE_CLICK_COUNT = "click_count_agg"; public static final String LOG_TYPE_FAVORITE = "favorite"; public static final String LOG_TYPE_FAVORITE_COUNT = "favorite_count_agg"; public static final String LOG_TYPE_USERINFO = "user_info"; public static final int DEFAULT_PAGE_SIZE = 20;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.6K bytes - Viewed (0) -
docs/sts/casdoor.md
- Add your redirect url (callback url) to `Redirect URLs` - Save - Go to Users - Edit the user - Add your MinIO policy (ex: `readwrite`) in `Tag` - Save - Open your favorite browser and visit: **http://`CASDOOR_ENDPOINT`/.well-known/openid-configuration**, you will see the OIDC configure of Casdoor. ### Configure MinIO ``` export MINIO_ROOT_USER=minio export MINIO_ROOT_PASSWORD=minio123
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 6.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp
key="labels.searchlog_log_type_user_info"/></la:option> <la:option value="favorite"><la:message key="labels.searchlog_log_type_favorite"/></la:option> <la:option value="search_keyword_agg"><la:message
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 16K bytes - Viewed (0) -
tests/test_tutorial/test_dataclasses/test_tutorial003.py
}, { "name": "System of an Up", "items": [ { "name": "Salt", "description": "The kombucha mushroom people's favorite", }, {"name": "Pad Thai", "description": None}, { "name": "Lonely Night", "description": "The mostests lonliest nightiest of allest",
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Jul 31 14:09:15 UTC 2024 - 12.1K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.none=None labels.crawling_thread_count=Simultaneous Crawler Config labels.incremental_crawling=Check Last Modified labels.search_log_enabled=Search Logging labels.user_info_enabled=User Logging labels.user_favorite_enabled=Favorite Logging labels.web_api_json_enabled=JSON Response labels.app_value=System Properties labels.default_label_value=Default Label Value labels.default_sort_value=Default Sort Value
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchResults.jsp
</c:if> <c:if test="${favoriteSupport}"> <div class="d-sm-none"></div> <span class="d-none d-sm-inline"> </span> <a href="#${doc.doc_id}" class="favorite"><i class="far fa-star"></i></a> <span class="favorited"><i class="fas fa-star"></i></span> </c:if> </div> </li> </c:forEach> </ol> <aside class="col-md-4 d-none d-md-block"> <%-- Side Content --%>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 09 04:29:42 UTC 2022 - 9K bytes - Viewed (0)