- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for standalone (0.04 sec)
-
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
assertTrue(activityHelper.useEcsFormat); } public void test_init_withNonDockerEnvironment() { Map<String, String> nonDockerEnv = new HashMap<>(); nonDockerEnv.put("FESS_APP_TYPE", "standalone"); activityHelper.setEnvMap(nonDockerEnv); activityHelper.init(); assertFalse(activityHelper.useEcsFormat); } public void test_loginFailure_withCredential() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 18.7K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
* **New Request and Response types,** each with their own builder. There's also a `RequestBody` class to write the request body to the network and a `ResponseBody` to read the response body from the network. The standalone `Headers` class offers full access to the HTTP headers. * **Okio dependency added.** OkHttp now depends on [Okio](https://github.com/square/okio), an I/O library that makes it easier
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
src/main/config/eclipse/formatter/java.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <profiles version="12"> <profile kind="CodeFormatterProfile" name="DBFlute Style" version="12"> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Sep 17 06:39:42 UTC 2017 - 30.5K bytes - Viewed (0)