- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 437 for modulu (0.04 sec)
-
mockwebserver/Module.md
# Module mockwebserver
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Apr 02 11:27:49 UTC 2019 - 74 bytes - Viewed (0) -
okhttp-coroutines/Module.md
# Module okhttp-coroutines
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Mar 06 15:31:31 UTC 2022 - 55 bytes - Viewed (0) -
okhttp/Module.md
# Module okhttp
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Apr 02 11:27:49 UTC 2019 - 74 bytes - Viewed (0) -
futures/failureaccess/src/module-info.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ /** Guava: {@code Future} Internals. */ module com.google.common.util.concurrent.internal { exports com.google.common.util.concurrent.internal;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 18:13:11 UTC 2025 - 744 bytes - Viewed (0) -
guava-testlib/src/module-info.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ /** Guava Testlib */ module com.google.common.testlib { requires java.logging; requires transitive com.google.common; requires transitive junit; requires static com.google.errorprone.annotations; requires static com.google.j2objc.annotations;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Apr 01 21:16:20 UTC 2025 - 1.2K bytes - Viewed (0) -
docs/en/docs/tutorial/extra-models.md
# Extra Models { #extra-models } Continuing with the previous example, it will be common to have more than one related model. This is especially the case for user models, because: * The **input model** needs to be able to have a password. * The **output model** should not have a password. * The **database model** would probably need to have a hashed password. /// danger
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/extra-models.md
# Modelos Adicionais Continuando com o exemplo anterior, será comum ter mais de um modelo relacionado. Isso é especialmente o caso para modelos de usuários, porque: * O **modelo de entrada** precisa ser capaz de ter uma senha. * O **modelo de saída** não deve ter uma senha. * O **modelo de banco de dados** provavelmente precisaria ter uma senha criptografada. /// danger
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.8K bytes - Viewed (0) -
docs/es/docs/tutorial/response-model.md
## Verlo en la documentación Cuando veas la documentación automática, puedes verificar que el modelo de entrada y el modelo de salida tendrán cada uno su propio JSON Schema: <img src="/img/tutorial/response-model/image01.png"> Y ambos modelos se utilizarán para la documentación interactiva de la API: <img src="/img/tutorial/response-model/image02.png"> ## Otras Anotaciones de Tipos de Retorno
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 17K bytes - Viewed (0) -
docs/de/docs/tutorial/extra-models.md
# Extramodelle Fahren wir beim letzten Beispiel fort. Es gibt normalerweise mehrere zusammengehörende Modelle. Insbesondere Benutzermodelle, denn: * Das **hereinkommende Modell** sollte ein Passwort haben können. * Das **herausgehende Modell** sollte kein Passwort haben.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/de/docs/tutorial/response-model.md
Zum Beispiel könnten Sie **ein Dict zurückgeben** wollen, oder ein Datenbank-Objekt, aber **es als Pydantic-Modell deklarieren**. Auf diese Weise übernimmt das Pydantic-Modell alle Datendokumentation, -validierung, usw. für das Objekt, welches Sie zurückgeben (z. B. ein Dict oder ein Datenbank-Objekt).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 16.9K bytes - Viewed (0)