- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 806 for shtml (0.02 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java
}); }); } private HtmlResponse asEditHtml() { return asHtml(path_AdminScheduler_AdminSchedulerEditJsp); } private HtmlResponse asDetailsHtml(final String id) { return asHtml(path_AdminScheduler_AdminSchedulerDetailsJsp).renderWith(data -> { RenderDataUtil.register(data, "systemJobId", fessConfig.isSystemJobId(id));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 22.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
}); }); } private HtmlResponse asEditHtml() { return asHtml(path_AdminWebconfig_AdminWebconfigEditJsp).renderWith(data -> { registerRolesAndLabels(data); }); } private HtmlResponse asDetailsHtml() { return asHtml(path_AdminWebconfig_AdminWebconfigDetailsJsp).renderWith(data -> { registerRolesAndLabels(data); });
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
/** * Displays the wizard index page. * * @return HTML response for the wizard main page */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse index() { return asIndexHtml(); } private HtmlResponse asIndexHtml() { return asHtml(path_AdminWizard_AdminWizardJsp).useForm(IndexForm.class); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java
}); }); } private HtmlResponse asEditHtml() { return asHtml(path_AdminReqheader_AdminReqheaderEditJsp).renderWith(data -> { registerWebConfigItems(data); }); } private HtmlResponse asDetailsHtml() { return asHtml(path_AdminReqheader_AdminReqheaderDetailsJsp).renderWith(data -> { registerWebConfigItems(data); });
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/plugin/AdminPluginAction.java
* @param form the install form containing plugin installation details * @return HTML response redirecting to the plugin list */ @Execute @Secured({ ROLE }) public HtmlResponse install(final InstallForm form) { validate(form, messages -> {}, () -> asHtml(path_AdminPlugin_AdminPluginInstallpluginJsp)); verifyToken(() -> asHtml(path_AdminPlugin_AdminPluginInstallpluginJsp)); try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
}); }); } private HtmlResponse asEditHtml() { return asHtml(path_AdminElevateword_AdminElevatewordEditJsp).renderWith(data -> { registerLabels(data); }); } private HtmlResponse asDetailsHtml() { return asHtml(path_AdminElevateword_AdminElevatewordDetailsJsp).renderWith(data -> { registerLabels(data); }); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
break; } return OptionalEntity.empty(); } private HtmlResponse asListHtml() { return asHtml(path_AdminSearchlist_AdminSearchlistJsp); } private HtmlResponse asEditHtml() { return asHtml(path_AdminSearchlist_AdminSearchlistEditJsp); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
} } return asHtml(virtualHost(path_AdvanceJsp)).renderWith(data -> { buildInitParams(); RenderDataUtil.register(data, "notification", fessConfig.getNotificationAdvanceSearch()); }); } /** * The search page. * @param form The search form. * @return The HTML response. */ @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
(http://www.thoughtworks.com). This product includes software developed by javolution (http://javolution.org/). This product includes software developed by Rome (https://rome.dev.java.net/). about.html in archive lib/org.eclipse.sisu.inject-0.3.5.jar http://www.w3.org/1999/xhtml Content-Type text/html; charset=ISO-8859-1 About org.eclipse.sisu.inject EN-US About org.eclipse.sisu.inject November 5, 2013 License The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless...
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Sep 10 19:27:25 UTC 2022 - 5.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java
assertEquals(UserAgentType.CHROME, userAgentHelper.getUserAgentType()); } public void test_getUserAgentType_safariWithoutChrome() { getMockRequest().addHeader("user-agent", "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 7.1K bytes - Viewed (0)