- Sort Score
- Result 10 results
- Languages All
Results 11 - 17 of 17 for DuplicateHost (0.06 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/duplicatehost/SearchBody.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.duplicatehost; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for duplicate host administration. * Extends BaseSearchBody with duplicate host-specific search parameters. */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/duplicatehost/admin_duplicatehost.jsp */ HtmlNext path_AdminDuplicatehost_AdminDuplicatehostJsp = new HtmlNext("/admin/duplicatehost/admin_duplicatehost.jsp"); /** The path of the HTML: /admin/duplicatehost/admin_duplicatehost_details.jsp */ HtmlNext path_AdminDuplicatehost_AdminDuplicatehostDetailsJsp = new HtmlNext("/admin/duplicatehost/admin_duplicatehost_details.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) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/CreateForm.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.duplicatehost; import org.codelibs.fess.app.web.CrudMode; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.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.duplicatehost; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; import jakarta.validation.constraints.Size; /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
import org.codelibs.fess.app.web.admin.design.AdminDesignAction; import org.codelibs.fess.app.web.admin.dict.AdminDictAction; import org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction; import org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction; import org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Online help key for file authentication. online.help.name.fileauth=fileauth # Online help key for label type. online.help.name.labeltype=labeltype # Online help key for duplicate host. online.help.name.duplicatehost=duplicatehost # Online help key for scheduler. online.help.name.scheduler=scheduler # Online help key for crawling info. online.help.name.crawlinginfo=crawlinginfo # Online help key for backup.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. labeltype */ String ONLINE_HELP_NAME_LABELTYPE = "online.help.name.labeltype"; /** The key of the configuration. e.g. duplicatehost */ String ONLINE_HELP_NAME_DUPLICATEHOST = "online.help.name.duplicatehost"; /** The key of the configuration. e.g. scheduler */ String ONLINE_HELP_NAME_SCHEDULER = "online.help.name.scheduler";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)