- Sort Score
- Result 10 results
- Languages All
Results 11 - 15 of 15 for OSDD (0.01 sec)
-
src/main/webapp/WEB-INF/view/search.jsp
<meta name="referrer" content="no-referrer"> <title>${f:h(displayQuery)}-<la:message key="labels.search_title" /></title> <c:if test="${osddLink}"> <link rel="search" type="application/opensearchdescription+xml" href="${fe:url('/osdd')}" title="<la:message key="labels.index_osdd_title" />" /> </c:if> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><la:message key="labels.search_title" /></title> <c:if test="${osddLink}"> <link rel="search" type="application/opensearchdescription+xml" href="${fe:url('/osdd')}" title="<la:message key="labels.index_osdd_title" />" /> </c:if> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
/** Helper for managing user information and authentication. */ @Resource protected UserInfoHelper userInfoHelper; /** Helper for OpenSearch Description Document (OSDD) functionality. */ @Resource protected OsddHelper osddHelper; /** Helper for managing popular search words and suggestions. */ @Resource protected PopularWordHelper popularWordHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Whether to enable label in admin config forms. form.admin.label.in.config.enabled=false # Default template name for admin forms. form.admin.default.template.name=__TEMPLATE__ # Whether to enable OSDD link (OpenSearch Description Document). osdd.link.enabled=auto # Whether to enable the clipboard copy icon. clipboard.copy.icon.enabled=true # ----------------------------------------------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getFormAdminDefaultTemplateName(); /** * Get the value for the key 'osdd.link.enabled'. <br> * The value is, e.g. auto <br> * comment: Whether to enable OSDD link (OpenSearch Description Document). * @return The value of found property. (NotNull: if not found, exception but basically no way) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)