- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for PathMapping (0.16 sec)
-
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<c:if test="${fe:permission('admin-pathmap-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/pathmap/')}" class="nav-link <c:if test="${param.menuType=='pathMapping'}">active</c:if>" <c:if test="${param.menuType=='pathMapping'}">aria-current="page"</c:if>> <i class='fa fa-genderless nav-icon' aria-hidden="true"></i> <p><la:message key="labels.menu_path_mapping" /></p> </a></li></c:if>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 21.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
parseProjectProperties(ResourceUtil.getProjectPropertiesFile()); updateConfigListenerMap.put("Label", () -> Integer.toString(ComponentUtil.getLabelTypeHelper().load())); updateConfigListenerMap.put("PathMapping", () -> Integer.toString(ComponentUtil.getPathMappingHelper().load())); updateConfigListenerMap.put("RelatedContent", () -> Integer.toString(ComponentUtil.getRelatedContentHelper().load()));
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0)