- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 19 for standalone (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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/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) -
docs/es/docs/how-to/custom-docs-ui-assets.md
Y **ReDoc** utiliza el archivo: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) Después de eso, tu estructura de archivos podría verse así: ``` . ├── 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:15:55 GMT 2026 - 8.4K bytes - Click Count (0) -
docs/pt/docs/how-to/custom-docs-ui-assets.md
E o **ReDoc** usa o arquivo: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) Depois disso, sua estrutura de arquivos deve se parecer com: ``` . ├── 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:20:43 GMT 2026 - 8.5K bytes - Click Count (0)