- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for boostdoc (0.05 seconds)
-
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/boostdoc/admin_boostdoc.jsp */ HtmlNext path_AdminBoostdoc_AdminBoostdocJsp = new HtmlNext("/admin/boostdoc/admin_boostdoc.jsp"); /** The path of the HTML: /admin/boostdoc/admin_boostdoc_details.jsp */ HtmlNext path_AdminBoostdoc_AdminBoostdocDetailsJsp = new HtmlNext("/admin/boostdoc/admin_boostdoc_details.jsp"); /** The path of the HTML: /admin/boostdoc/admin_boostdoc_edit.jsp */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 26.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc.jsp
<div class="collapse <c:if test="${!empty urlExpr || !empty boostExpr}">show</c:if>" id="listSearchForm"> <la:form action="/admin/boostdoc/"> <div class="form-group row"> <label for="urlExpr" class="col-sm-2 text-sm-right col-form-label"><la:message
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<p><la:message key="labels.menu_key_match" /></p> </a></li></c:if> <c:if test="${fe:permission('admin-boostdoc-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/boostdoc/')}" class="nav-link <c:if test="${param.menuType=='boostDocumentRule'}">active</c:if>" <c:if test="${param.menuType=='boostDocumentRule'}">aria-current="page"</c:if>>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 21K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc_details.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 4.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc_edit.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.boostdoc; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.core.beans.util.BeanUtil; import org.codelibs.fess.Constants; import org.codelibs.fess.annotation.Secured;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 14.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
verifyPathPattern("AdminAccesstoken", "/admin/accesstoken/"); verifyPathPattern("AdminBadword", "/admin/badword/"); verifyPathPattern("AdminBoostdoc", "/admin/boostdoc/"); verifyPathPattern("AdminDataconfig", "/admin/dataconfig/"); verifyPathPattern("AdminDuplicatehost", "/admin/duplicatehost/"); verifyPathPattern("AdminElevateword", "/admin/elevateword/");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.1K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Online help key for bad word. online.help.name.badword=badword # Online help key for path mapping. online.help.name.pathmap=pathmap # Online help key for boost document. online.help.name.boostdoc=boostdoc # Online help key for data config. online.help.name.dataconfig=dataconfig # Online help key for system info. online.help.name.systeminfo=systeminfo # Online help key for user. online.help.name.user=user
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. pathmap */ String ONLINE_HELP_NAME_PATHMAP = "online.help.name.pathmap"; /** The key of the configuration. e.g. boostdoc */ String ONLINE_HELP_NAME_BOOSTDOC = "online.help.name.boostdoc"; /** The key of the configuration. e.g. dataconfig */ String ONLINE_HELP_NAME_DATACONFIG = "online.help.name.dataconfig";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)