- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 49 for hermana (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/pt/docs/advanced/advanced-dependencies.md
Na versão 0.121.0, o FastAPI adicionou suporte a `Depends(scope="function")` para dependências com `yield`. Usando `Depends(scope="function")`, o código de saída após o `yield` é executado logo depois que a *função de operação de rota* termina, antes de a response ser enviada de volta ao cliente. E ao usar `Depends(scope="request")` (o padrão), o código de saída após o `yield` é executado depois que a response é enviada.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 20:32:40 GMT 2025 - 10K bytes - Click Count (0) -
docs/de/docs/_llm-test.md
Siehe z. B. den Abschnitt `### List of English terms and their preferred German translations` in `docs/de/llm-prompt.md`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 07:17:04 GMT 2025 - 12.6K bytes - Click Count (0) -
docs/fr/README.md
- [English](../../README.md) - [日本語 (Japanese)](../ja/README.md) - [简体中文 (Simplified Chinese)](../zh-CN/README.md) - [Español (Spanish)](../es/README.md) - [Português (Brazilian Portuguese)](../pt-BR/README.md) - [Deutsch (German)](../de/README.md) - [한국어 (Korean)](../ko/README.md) ## Alimenté par * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di") : Conteneur DI
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/pt-BR/README.md
- [English](../../README.md) - [日本語 (Japanese)](../ja/README.md) - [简体中文 (Simplified Chinese)](../zh-CN/README.md) - [Español (Spanish)](../es/README.md) - [Français (French)](../fr/README.md) - [Deutsch (German)](../de/README.md) - [한국어 (Korean)](../ko/README.md) ## Desenvolvido por * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): Contêiner DI
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.6K bytes - Click Count (0) -
docs/ko/README.md
- [简体中文 (Simplified Chinese)](../zh-CN/README.md) - [Español (Spanish)](../es/README.md) - [Português (Brazilian Portuguese)](../pt-BR/README.md) - [Français (French)](../fr/README.md) - [Deutsch (German)](../de/README.md) ## 제공된 기술 * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI 컨테이너 * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): 웹 프레임워크
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8K bytes - Click Count (1) -
ADDING_NEW_LANGUAGE.md
2. **Search/Analysis Support** (40+ languages): Language-specific text analysis for search indexing Currently supported UI languages: German, English, Spanish, French, Italian, Japanese, Korean, Dutch, Polish, Brazilian Portuguese, Russian, Simplified Chinese, and Traditional Chinese. ## File Structure Language resource files are located in: ```
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
guava/src/com/google/common/base/Suppliers.java
import org.jspecify.annotations.Nullable; /** * Useful suppliers. * * <p>All methods return serializable suppliers as long as they're given serializable parameters. * * @author Laurence Gonsalves * @author Harry Heymann * @since 2.0 */ @GwtCompatible public final class Suppliers { private Suppliers() {} /** * Returns a new supplier which is the composition of the provided function and supplier. In other
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 16.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/sql-databases.md
E qualquer classe de modelo que não tenha `table=True` é um **modelo de dados**, esses são na verdade apenas modelos Pydantic (com alguns recursos extras pequenos). 🤓 Com o SQLModel, podemos usar a **herança** para **evitar duplicação** de todos os campos em todos os casos. #### `HeroBase` - a classe base { #herobase-the-base-class }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 20:32:40 GMT 2025 - 16.9K bytes - Click Count (0) -
docs/es/docs/advanced/custom-response.md
2. Al usar un bloque `with`, nos aseguramos de que el objeto similar a un archivo se cierre después de que la función generadora termine. Así, después de que termina de enviar el response. 3. Este `yield from` le dice a la función que itere sobre esa cosa llamada `file_like`. Y luego, para cada parte iterada, yield esa parte como proveniente de esta función generadora (`iterfile`).
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 13.2K bytes - Click Count (0) -
docs/es/docs/async.md
Entonces, durante ese tiempo, la computadora puede ir y hacer algún otro trabajo, mientras "archivo-lento" 📝 termina.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 25.4K bytes - Click Count (0)