- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 71 for ENVIRONMENT (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
CONTRIBUTING.md
There is no need to ask for an assignment or for permission to work on those issues, just comment and start working on it. ## Setting up your development environment In order to make changes to Gradle, you'll need: * [Adoptium JDK](https://adoptium.net/temurin/archive/?version=17) (Java Development Kit) **version 17**. Fixed version is required to use [remote cache](#remote-build-cache).
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
return 60; } }; ComponentUtil.setFessConfig(mockConfig); } catch (Exception e) { // Ignore setup errors in test environment } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/ResourceUtilTest.java
} @Test public void test_getAppType() { // Test default empty when no env var is set String originalAppType = System.getenv("FESS_APP_TYPE"); // Since we can't modify environment variables directly, // we test the current behavior String appType = ResourceUtil.getAppType(); assertNotNull(appType); // appType should be either empty string or the actual env valueCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 11.8K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
* in the Gradle build. * * Each project may require a set of "target runtimes" that it must be able to run on. * Each target runtime reflects a runtime environment where code is executed. For one * project to be able to run in a given runtime, all of its dependencies must also * support running in that runtime. *
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/QueryCommandTemplateMethodTest.java
(field, text, boost) -> QueryBuilders.matchQuery(field, text).boost(boost)); // Verify query builder was created successfully // Note: In unit test environment without LastaFlute request, // context.highlightedQuerySet and context.fieldLogMap remain null, // so context updates cannot be verified. This is expected behavior. } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.5K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
If the intention is to gather user feedback on an early prototype, then the experimental property should be used. If the intention is to allow an issue reporter to get additional local diagnostics when running a build in their proprietary environment, then the internal property is sufficient. Examples of properties that follow the naming rules: * `org.gradle.experimental.declarative-common`
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/SystemUtilTest.java
assertEquals("/var/log/fess", SystemUtil.maskSensitiveValue("LOG_DIR", "/var/log/fess")); assertEquals("production", SystemUtil.maskSensitiveValue("ENVIRONMENT", "production")); assertEquals("admin", SystemUtil.maskSensitiveValue("USER_NAME", "admin")); assertEquals("true", SystemUtil.maskSensitiveValue("DEBUG_MODE", "true")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 17.1K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.failure_url_error_log=Log labels.failure_url_web_config_name=Web Crawl Config labels.failure_url_file_config_name=File Crawl Config labels.system_info_configuration=System Info labels.system_info_env_title=Environment Variable Properties labels.system_info_prop_title=System Properties labels.system_info_fess_prop_title=App Properties labels.system_info_bug_report_title=Bug Report Properties
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
return ComponentUtil.getSystemProperties().getProperty(OIC_REDIRECT_URL, buildDefaultRedirectUrl()); } /** * Builds a default redirect URL for OpenID Connect based on the environment. * Uses the configured base URL or defaults to http://localhost:8080 for compatibility * with common OIDC provider configurations. * * @return the default redirect URL */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Dec 14 01:18:25 GMT 2025 - 16.5K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
site: type: stringCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0)