- Sort Score
- Num 10 results
- Language All
Results 821 - 830 of 900 for settings1 (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/zh-hant/docs/index.md
如果你想安裝帶有 standard 依賴、但不包含 `fastapi-cloud-cli`,可以使用 `pip install "fastapi[standard-no-fastapi-cloud-cli]"`。 ### 額外可選依賴套件 { #additional-optional-dependencies } 有些額外依賴你可能也會想安裝。 Pydantic 的額外可選依賴: * [`pydantic-settings`](https://docs.pydantic.dev/latest/usage/pydantic_settings/) - 設定管理。 * [`pydantic-extra-types`](https://docs.pydantic.dev/latest/usage/types/extra_types/extra_types/) - 與 Pydantic 一起使用的額外型別。 FastAPI 的額外可選依賴:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/StatsTesting.java
* #MANY_VALUES_MEAN} and the sum-of-squares-of-deltas is {@link * #MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS}. The smallest and largest finite values are always * {@link #MANY_VALUES_MIN} and {@link #MANY_VALUES_MAX}, although setting non-finite values will * change the true min and max. */ static class ManyValues { private final ImmutableList<Double> values; ManyValues(double[] values) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 24K bytes - Click Count (0) -
docs/ru/docs/advanced/behind-a-proxy.md
``` </div> Ответ будет примерно таким: ```JSON { "message": "Hello World", "root_path": "/api/v1" } ``` ### Установка `root_path` в приложении FastAPI { #setting-the-root-path-in-the-fastapi-app } Если нет возможности передать опцию командной строки `--root-path` (или аналог), вы можете указать параметр `root_path` при создании приложения FastAPI:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 22.7K bytes - Click Count (0) -
docs/uk/docs/advanced/behind-a-proxy.md
``` </div> Відповідь буде приблизно такою: ```JSON { "message": "Hello World", "root_path": "/api/v1" } ``` ### Встановлення `root_path` у застосунку FastAPI { #setting-the-root-path-in-the-fastapi-app } Альтернативно, якщо у вас немає способу передати опцію командного рядка на кшталт `--root-path` чи еквівалентну, ви можете встановити параметр `root_path` під час створення вашого застосунку FastAPI:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 23.1K bytes - Click Count (0) -
internal/ringbuffer/ring_buffer.go
// If block is false, Read and Write will return ErrIsEmpty or ErrIsFull immediately. // By default, the ring buffer is not blocking. // This setting should be called before any Read or Write operation or after a Reset. func (r *RingBuffer) SetBlocking(block bool) *RingBuffer { r.block = block if block { r.readCond = sync.NewCond(&r.mu)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 13.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_ADMINISTRATION = "{labels.administration}"; /** The key of the message: Settings */ public static final String LABELS_profile_button = "{labels.profile_button}"; /** The key of the message: Settings */ public static final String LABELS_PROFILE_TITLE = "{labels.profile.title}"; /** The key of the message: Update */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
"file", new FileTransporterFactory()))); }); // Configure repositories // TODO: we should read settings RemoteRepository central = session.createRemoteRepository(RemoteRepository.CENTRAL_ID, "https://repo.maven.apache.org/maven2");
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 37K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Script audit log settings. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getScriptAuditLogEnabled(); /** * Is the property for the key 'script.audit.log.enabled' true? <br> * The value is, e.g. true <br> * comment: Script audit log settings.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
okhttp/src/jvmTest/kotlin/okhttp3/InterceptorOverridesTest.kt
response.close() } } /** * Test that if we set a bad implementation on the OkHttpClient directly, that we can avoid the failure * by setting a good override. */ @Test fun testOverrideBadImplementation( override: OverrideParam = burstValues( OverrideParam.Authenticator, OverrideParam.Cache,
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 11 02:37:00 GMT 2026 - 28.8K bytes - Click Count (0) -
docs/es/docs/advanced/behind-a-proxy.md
``` </div> El response sería algo como: ```JSON { "message": "Hello World", "root_path": "/api/v1" } ``` ### Configurar el `root_path` en la app de FastAPI { #setting-the-root-path-in-the-fastapi-app } Alternativamente, si no tienes una forma de proporcionar una opción de línea de comandos como `--root-path` o su equivalente, puedes configurar el parámetro `root_path` al crear tu app de FastAPI:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 16.5K bytes - Click Count (0)