- Sort Score
- Num 10 results
- Language All
Results 1491 - 1500 of 2,423 for checks (0.36 seconds)
-
docs/uk/docs/tutorial/cookie-param-models.md
**FastAPI** буде **витягувати** дані для **кожного поля** з **cookies**, отриманих у запиті, і передавати вам Pydantic-модель, яку ви визначили. ## Перевірка у документації { #check-the-docs } Ви можете побачити визначені cookies в інтерфейсі документації за адресою `/docs`: <div class="screenshot"> <img src="/img/tutorial/cookie-param-models/image01.png"> </div> /// info | ІнформаціяCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:42:01 GMT 2026 - 4.7K bytes - Click Count (0) -
ci/official/requirements_updater/README.md
the `--upgrade` parameter: ``` bazel run //ci/official/requirements_updater:requirements.update --repo_env=HERMETIC_PYTHON_VERSION=3.12 -- --upgrade ``` For the full set of supported parameters please check [pip-compile](https://pip-tools.readthedocs.io/en/latest/cli/pip-compile/)
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Jun 29 00:19:18 GMT 2024 - 3K bytes - Click Count (0) -
docs/ru/docs/tutorial/bigger-applications.md
Например, с помощью зависимостей в `APIRouter` мы можем потребовать аутентификации для доступа ко всей группе *операций пути*. Даже если зависимости не добавляются по отдельности к каждой из них. /// /// check | Заметка Параметры `prefix`, `tags`, `responses` и `dependencies` — это (как и во многих других случаях) просто возможность **FastAPI**, помогающая избежать дублирования кода. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 29.7K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/MultimapEntriesTester.java
/* * We are comparing Multimaps of the same type, so as long as they have value collections that * implement equals() (as with ListMultimap or SetMultimap, as opposed to a QueueMultimap or * something), our equality check is value-based. */ @SuppressWarnings("UndefinedEquals") public void testRetainAllPropagatesToMultimap() { multimap().entries().retainAll(singleton(mapEntry(k0(), v0())));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Feb 12 21:10:54 GMT 2025 - 5.4K bytes - Click Count (0) -
android/guava/src/com/google/common/reflect/TypeToInstanceMap.java
* #getInstance} are available. * * <p>Generally, implementations don't support {@link #put} and {@link #putAll} because there is no * way to check an object at runtime to be an instance of a {@link TypeToken}. Instead, caller * should use the type safe {@link #putInstance}. * * <p>Also, if caller suppresses unchecked warnings and passes in an {@code Iterable<String>} for
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 3.7K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/DcerpcErrorTest.java
@Test @DisplayName("Should verify all fault code constants are unique") void testFaultCodesUniqueness() { Set<Integer> faultCodes = new HashSet<>(); // Add all fault codes to a set to check uniqueness faultCodes.add(DcerpcError.DCERPC_FAULT_OTHER); faultCodes.add(DcerpcError.DCERPC_FAULT_ACCESS_DENIED); faultCodes.add(DcerpcError.DCERPC_FAULT_CANT_PERFORM);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7K bytes - Click Count (0) -
docs/de/docs/tutorial/path-operation-configuration.md
/// info | Info Beachten Sie, dass sich `response_description` speziell auf die Response bezieht, während `description` sich generell auf die *Pfadoperation* bezieht. /// /// check | Testen OpenAPI verlangt, dass jede *Pfadoperation* über eine Beschreibung der Response verfügt. Daher, wenn Sie keine vergeben, wird **FastAPI** automatisch eine für „Erfolgreiche Response“ erstellen. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 4.7K bytes - Click Count (0) -
docs/ja/docs/tutorial/request-form-models.md
{* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI** はリクエストの **フォームデータ** から **各フィールド** のデータを **抽出** し、定義した Pydantic モデルとして渡します。 ## ドキュメントで確認 { #check-the-docs } `/docs` のドキュメント UI で確認できます: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## 追加のフォームフィールドを禁止 { #forbid-extra-form-fields }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/ru/docs/tutorial/security/get-current-user.md
/// tip | Подсказка Возможно, вы помните, что тела запросов также объявляются с помощью Pydantic-моделей. Здесь **FastAPI** не запутается, потому что вы используете `Depends`. /// /// check | Заметка То, как устроена эта система зависимостей, позволяет иметь разные зависимости, которые возвращают модель `User`. Мы не ограничены наличием только одной зависимости, которая может возвращать такой тип данных.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 19:57:34 GMT 2026 - 6.9K bytes - Click Count (0) -
helm-releases/minio-3.1.2.tgz
in the event of a failed command. {{- if .Values.configPathmc }} MC_CONFIG_DIR="{{ .Values.configPathmc }}" MC="/usr/bin/mc --insecure --config-dir ${MC_CONFIG_DIR}" {{- else }} MC="/usr/bin/mc --insecure" {{- end }} # connectToMinio # Use a check-sleep-check loop to wait for Minio service to be available connectToMinio() { SCHEME=$1 ATTEMPTS=0 ; LIMIT=29 ; # Allow 30 attempts set -e ; # fail if we can't read the keys. ACCESS=$(cat /config/rootUser) ; SECRET=$(cat /config/rootPassword) ; set +e ;...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Sep 18 04:26:47 GMT 2021 - 14.4K bytes - Click Count (0)