- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 67 for ENVIRONMENT (0.05 seconds)
-
build-logic-settings/build-environment/src/main/kotlin/gradlebuild.build-environment.settings.gradle.kts
József Bartók <******@****.***> 1774424991 +0200
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 25 08:51:12 GMT 2026 - 1.8K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildEnvironment.kt
*/ object BuildEnvironment { /** * A selection of environment variables injected into the environment by the `codeql-env.sh` script. */ private val CODEQL_ENVIRONMENT_VARIABLES = arrayOf( "CODEQL_JAVA_HOME", "CODEQL_EXTRACTOR_JAVA_SCRATCH_DIR", "CODEQL_ACTION_RUN_MODE", "CODEQL_ACTION_VERSION", "CODEQL_DIST",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 25 08:51:12 GMT 2026 - 4.9K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/helper/KeyMatchHelperTest.java
} catch (Exception e) { // Expected due to missing dependencies in test environment assertTrue(true); return; } assertEquals(0, functionBuilders.size()); } catch (Exception e) { // Expected due to missing dependencies in test environment assertTrue(true); } } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/PythonJob.java
pb.directory(baseDir); pb.redirectErrorStream(true); final Map<String, String> environment = pb.environment(); environment.put("SESSION_ID", sessionId); environment.put("OPENSEARCH_URL", SystemUtil.getSearchEngineHttpAddress()); }); final InputStreamThread it = jobProcess.getInputStreamThread();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapUser.java
/** The environment for LDAP connection. */ protected Hashtable<String, String> env; /** The name of the user. */ protected String name; /** The permissions of the user. */ protected String[] permissions = null; /** * Constructs a new LDAP user. * * @param env The environment for LDAP connection. * @param name The name of the user.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/SearchEngineUtilTest.java
// Expected in test environment due to OpenSearch XContent setup assertTrue(e.getCause() instanceof IOException); } } @Test public void test_scroll_callbackHandling() { // This test verifies the scroll method exists and handles callbacks properly // Note: In a real test environment, this would require proper SearchEngineClient setupCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/JobHelperTest.java
assertEquals("scheduledJob parameter is null. Cannot register a null job.", e.getMessage()); } catch (Exception e) { // Expected due to missing dependencies in test environment assertTrue(true); } } @Test public void test_register_with_cron_null_scheduledJob() { try { LaCron mockCron = new MockLaCron();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
return getPath(StringUtil.EMPTY, "js", names); } /** * Gets the path to environment-specific files directory. * * @param envName the environment name (e.g., "python", "ruby") * @param names the path components to append to the environment directory * @return the Path object pointing to the environment-specific directory */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 14.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
RenderDataUtil.register(data, "bugReportItems", getBugReportItems()); } /** * Gets a list of environment variables as key-value pairs. * * @return list of environment variable items */ public static List<Map<String, String>> getEnvItems() { final List<Map<String, String>> itemList = new ArrayList<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.7K bytes - Click Count (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
exit 1 fi echo "$body" } main() { WRAPPER_VERSION="${1:-}" : "${DEFAULT_BRANCH:?DEFAULT_BRANCH environment variable is required}" : "${GITHUB_TOKEN:?GITHUB_TOKEN environment variable is required}" if [[ "$TRIGGERED_BY" == *"Release - Final"* ]]; then source version-info-final-release/promote-projects/gradle/build/version-info.propertiesCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 29 03:20:20 GMT 2025 - 2.9K bytes - Click Count (0)