- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 436 for Environment (0.1 sec)
-
src/test/java/org/codelibs/fess/helper/ProcessHelperTest.java
List<String> cmdList = Arrays.asList("echo", "hello"); boolean[] pbCallExecuted = { false }; Consumer<ProcessBuilder> pbCall = pb -> { pb.redirectErrorStream(true); pb.environment().put("TEST_VAR", "test_value"); pbCallExecuted[0] = true; }; try { JobProcess jobProcess = processHelper.startProcess(sessionId, cmdList, pbCall);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
return 60; } }; ComponentUtil.setFessConfig(mockConfig); } catch (Exception e) { // Ignore setup errors in test environment } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
docs/em/docs/features.md
โฎ๏ธ **FastAPI** ๐ ๐ค ๐ **Pydantic**'โ โ (FastAPI โ๏ธ ๐ Pydantic ๐ ๐ฝ ๐): * **๐ โโ ๐ **: * ๐ โโ ๐ ๐ ๐ โพ-๐ช๐ธ ๐ก. * ๐ฅ ๐ ๐ญ ๐ ๐ ๐ ๐ญ โ โ๏ธ Pydantic. * ๐คพ ๐ โฎ๏ธ ๐ **<abbr title="Integrated Development Environment, similar to a code editor">๐พ</abbr>/<abbr title="A program that checks for code errors">๐งถ</abbr>/๐ง **: * โฉ๏ธ Pydantic ๐ ๐ ๐ ๐ ๐ ๐ฌ; ๐-๐ ๏ธ, ๐งฝ, โ & ๐ ๐ค ๐ ๐ ๐ท โ โฎ๏ธ ๐ โ ๐ฝ. * โ **๐ ๐**:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs/en/docs/tutorial/response-model.md
/// info To use `EmailStr`, first install <a href="https://github.com/JoshData/python-email-validator" class="external-link" target="_blank">`email-validator`</a>. Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and then install it, for example: ```console $ pip install email-validator ``` or with: ```console $ pip install "pydantic[email]" ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 16K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
restart alias/`. ### Upgrade Checklist - Test all upgrades in a lower environment (DEV, QA, UAT) before applying to production. Performing blind upgrades in production environments carries significant risk. - Read the release notes for MinIO *before* performing any upgrade, there is no forced requirement to upgrade to latest release upon every release. Some release may not be relevant to your setup, avoid upgrading production environments unnecessarily. - If you plan to use `mc admin update`, MinIO process...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
docs/ko/README.md
[](https://github.com/gitbucket/gitbucket/blob/master/LICENSE) ## ๊ฐ์ Fess๋ ๋งค์ฐ ๊ฐ๋ ฅํ๊ณ ์ฝ๊ฒ ๋ฐฐํฌ ๊ฐ๋ฅํ ์ํฐํ๋ผ์ด์ฆ ๊ฒ์ ์๋ฒ์ ๋๋ค. ์๋ฐ ๋ฐํ์ ํ๊ฒฝ(Java Runtime Environment)์ ์คํํ ์ ์๋ ๋ชจ๋ ํ๋ซํผ์์ Fess๋ฅผ ๋น ๋ฅด๊ฒ ์ค์นํ๊ณ ์คํํ ์ ์์ต๋๋ค. Fess๋ [Apache License 2.0](LICENSE)์ ๋ฐ๋ผ ์ ๊ณต๋ฉ๋๋ค.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.8K bytes - Viewed (1) -
mvnw
fi if [ ! -x "$JAVACMD" ]; then echo "Error: JAVA_HOME is not defined correctly." >&2 echo " We cannot execute $JAVACMD" >&2 exit 1 fi if [ -z "$JAVA_HOME" ]; then echo "Warning: JAVA_HOME environment variable is not set." >&2 fi # traverses directory structure from process work directory to filesystem root # first directory with .mvn subdirectory is considered project base directory find_maven_basedir() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Oct 14 22:24:15 UTC 2024 - 10.9K bytes - Viewed (0) -
docs/tls/README.md
```sh openssl genrsa -aes256 -passout pass:PASSWORD -out private.key 2048 ``` **Note:** When using a password-protected private key, the password must be provided through the environment variable `MINIO_CERT_PASSWD` using the following command: ```sh export MINIO_CERT_PASSWD=<PASSWORD> ```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.6K bytes - Viewed (0) -
helm-releases/minio-1.0.2.tgz
makeBucketJob: podAnnotations: annotations: securityContext: enabled: false runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 resources: requests: memory: 128Mi ## Use this field to add environment variables relevant to MinIO server. These fields will be passed on to MinIO container(s) ## when Chart is deployed environment: ## Please refer for comprehensive list https://docs.min.io/minio/baremetal/reference/minio-server/minio-server.html ## MINIO_SUBNET_LICENSE: "License key obtained from https://subnet.min.io"...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 24 18:58:05 UTC 2021 - 13.6K bytes - Viewed (0) -
docs/pt-BR/README.md
## Visรฃo Geral Fess รฉ um servidor de busca empresarial muito poderoso e fรกcil de implantar. Vocรช pode instalar e executar o Fess rapidamente em qualquer plataforma que suporte o Java Runtime Environment. O Fess รฉ fornecido sob a [Licenรงa Apache 2.0](LICENSE).
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.4K bytes - Viewed (0)