- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 21 for standalone (0.06 seconds)
-
README.md
> [!NOTE] > **THIS REPOSITORY IS NO LONGER MAINTAINED.** > > **Alternatives:** > - **[AIStor Free](https://min.io/download)** — Full-featured, standalone edition for community use (free license) > - **[AIStor Enterprise](https://min.io/pricing)** — Distributed edition with commercial support --- # MinIO Quickstart Guide
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Feb 12 20:18:48 GMT 2026 - 8.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
// A user message not followed by assistant is treated as standalone turn final List<LlmMessage> history = new ArrayList<>(); history.add(LlmMessage.user("Q1")); // 2 - standalone history.add(LlmMessage.user("Q2")); // 2 - standalone (no preceding assistant) final LlmChatRequest request = new LlmChatRequest();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0) -
.bazelrc
# rbe_linux: General RBE options used on all linux builds. # rbe_win_base: General RBE options used on all Windows builds. Not to be used standalone. # rbe_windows_x86_cpu_2022: Windows-specific RBE options. # # rbe_linux_cpu: RBE options to build with only CPU support.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 58.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
} @Test 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); } @Test public void test_loginFailure_withCredential() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0) -
docs/zh-hant/docs/how-to/custom-docs-ui-assets.md
* [`swagger-ui.css`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css) 而 ReDoc 需要以下檔案: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) 之後,你的檔案結構可能如下: ``` . ├── app │ ├── __init__.py │ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ``` ### 提供靜態檔案 { #serve-the-static-files }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 6.9K bytes - Click Count (0) -
docs/de/docs/how-to/custom-docs-ui-assets.md
Und **ReDoc** verwendet diese Datei: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) Danach könnte Ihre Dateistruktur wie folgt aussehen: ``` . ├── app │ ├── __init__.py │ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 9.2K bytes - Click Count (0) -
docs/en/docs/how-to/custom-docs-ui-assets.md
And **ReDoc** uses the file: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) After that, your file structure could look like: ``` . ├── app │ ├── __init__.py │ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 7.5K bytes - Click Count (0) -
docs/ru/docs/how-to/custom-docs-ui-assets.md
А **ReDoc** использует файл: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) После этого структура файлов может выглядеть так: ``` . ├── app │ ├── __init__.py │ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 12.6K bytes - Click Count (0) -
docs/ko/docs/how-to/custom-docs-ui-assets.md
**ReDoc**은 다음 파일을 사용합니다: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) 이후 파일 구조는 다음과 같을 수 있습니다: ``` . ├── app │ ├── __init__.py │ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 8.9K bytes - Click Count (0) -
docs/uk/docs/how-to/custom-docs-ui-assets.md
А **ReDoc** використовує файл: - [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) Після цього ваша структура файлів може виглядати так: ``` . ├── app │ ├── __init__.py │ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 11.8K bytes - Click Count (0)