- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 149 for myhost (0.03 seconds)
-
src/main/resources/fess_label_pt_BR.properties
labels.pathmap_pt_both=Rastreamento/Exibição labels.pathmap_pt_stored=Conversão de URL extraída labels.regular_name=Nome regular labels.duplicate_name=Nome duplicado labels.duplicate_host_configuration=Host duplicado labels.duplicate_host_title_details=Host duplicado labels.dashboard_title_configuration=Configuração do sistema labels.dashboard_plugin=Plugin do painel labels.web_config_list=Lista de configuração web
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java
/** * The permissions required to view this label type. */ @CustomSize(maxKey = "form.admin.max.input.size") public String permissions; /** * The virtual host for the label type. */ @Size(max = 1000) public String virtualHost; /** * The sort order for displaying this label type. */ @Min(value = 0) @Max(value = 2147483647)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 23 23:57:26 GMT 2026 - 20.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
public long getCurrentTimeAsLong() { return System.currentTimeMillis(); } @Override public String getHostname() { return "test-host"; } @Override public File createTempFile(String prefix, String suffix) { try { return File.createTempFile(prefix, suffix);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 30.8K bytes - Click Count (0) -
src/main/resources/fess_env.properties
# ------ # Does it send mock mail? (true: no send actually, logging only) mail.send.mock = true # SMTP server settings for main: host:port mail.smtp.server.main.host.and.port = localhost:25 # The prefix of subject to show test environment or not mail.subject.test.prefix = [Test] # The common return path of all mail mail.return.path = root@localhost
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Aug 07 04:53:24 GMT 2021 - 2.2K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
*/ @Size(max = 1000) public String defaultSortValue; /** * Virtual host configuration for multi-tenant setups. * Allows different search configurations based on the request host. */ @Size(max = 10000) public String virtualHostValue; /** * Enable or disable appending query parameters to search URLs.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
"ClassCanBeStatic", // We should enable this. // DISCUSS "EnumOrdinal", // This violation is ubiquitous, though most are benign. "EqualsGetClass", // Let's agree if we want to adopt Error Prone's idea of valid equals() "JdkObsolete", // Most of the checks are good, but we do not want to replace all LinkedLists without a good reason // NEVER
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:47:14 GMT 2026 - 8.7K bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
However, this would limit the ability of the Gradle ecosystem plugin authors to take advantage of new Java features and improvements. One example is when one of the most popular plugins started requiring Java 17 because the underlying framework behind the plugin began requiring 17, and code from the framework was used in the plugin itself.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
} /** * Processes the given path through the virtual host helper to handle * virtual host configurations and path modifications. * * @param path the HTML path to process * @return the processed path with virtual host handling applied */ protected HtmlNext virtualHost(final HtmlNext path) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 18 04:42:56 GMT 2026 - 14K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/duplicatehost/CreateBody.java
*/ package org.codelibs.fess.app.web.api.admin.duplicatehost; import org.codelibs.fess.app.web.admin.duplicatehost.CreateForm; /** * Request body for creating duplicate host via REST API. * Extends CreateForm to inherit validation and field definitions. */ public class CreateBody extends CreateForm { /** * Creates a new CreateBody instance. */ public CreateBody() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1019 bytes - Click Count (0)