- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 86 for Environment (0.08 sec)
-
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 */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0) -
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); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/SystemUtil.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
* The value is, e.g. true <br> * comment: Is development environment here? (used for various purpose, you should set false if unknown) * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isDevelopmentHere(); /** * Get the value for the key 'environment.title'. <br> * The value is, e.g. Local Development <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10K bytes - Viewed (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<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.7K bytes - Viewed (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();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SearchHelperTest.java
} } catch (NullPointerException e) { // Expected in test environment due to missing dependencies assertTrue("Test environment limitation", true); } } public void test_getLanguages_withAllLanguages() { SearchRequestParams params = createMockSearchRequestParams();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ActivityHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ThemeHelperTest.java
mockThemeHelper.install(artifact); assertTrue(true); // Should complete without exception } catch (Exception e) { // May fail due to ResourceUtil dependencies in test environment assertTrue(true); } } public void test_install_withInvalidZip() throws IOException { // Create an invalid zip file Path jarPath = tempDir.resolve("invalid.jar");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.5K bytes - Viewed (0) -
gradlew
Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi else JAVACMD=java if ! command -v java >/dev/null 2>&1 then die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi fi
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 8.5K bytes - Viewed (0)