Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for boostdoc (2.94 sec)

  1. 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 */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jun 21 04:02:44 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  2. 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>>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  3. 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;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 13:56:35 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

    import org.codelibs.fess.app.web.admin.backup.AdminBackupAction;
    import org.codelibs.fess.app.web.admin.badword.AdminBadwordAction;
    import org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction;
    import org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction;
    import org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19K bytes
    - Viewed (0)
Back to top