- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 120 for avesse (0.18 seconds)
-
docs/de/docs/_llm-test.md
Der Linktext sollte übersetzt werden, die Linkadresse sollte auf die Übersetzung zeigen: * [FastAPI-Link](https://fastapi.tiangolo.com/de/) //// //// tab | Info Links sollten übersetzt werden, aber ihre Adresse soll unverändert bleiben. Eine Ausnahme sind absolute Links zu Seiten der FastAPI-Dokumentation. In diesem Fall sollte auf die Übersetzung verlinkt werden. Siehe Abschnitt `### Links` im allgemeinen Prompt in `scripts/translate.py`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.3K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
AESMC V1.B16, V1.B16 AESE V18.B16, V2.B16 AESMC V2.B16, V2.B16 AESE V18.B16, V3.B16 AESMC V3.B16, V3.B16 AESE V19.B16, V0.B16 AESMC V0.B16, V0.B16 AESE V19.B16, V1.B16 AESMC V1.B16, V1.B16 AESE V19.B16, V2.B16 AESMC V2.B16, V2.B16 AESE V19.B16, V3.B16 AESMC V3.B16, V3.B16 AESE V20.B16, V0.B16 AESMC V0.B16, V0.B16 AESE V20.B16, V1.B16 AESMC V1.B16, V1.B16 AESE V20.B16, V2.B16 AESMC V2.B16, V2.B16 AESE V20.B16, V3.B16 AESMC V3.B16, V3.B16 AESE V21.B16, V0.B16 AESE V21.B16, V1.B16 AESE V21.B16, V2.B16 AESE...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
docs/fr/docs/tutorial/dependencies/index.md
Peu importe. **FastAPI** saura quoi faire. /// note | Remarque Si vous ne savez pas, consultez la section [Async : *« Pressé ? »*](../../async.md#in-a-hurry) à propos de `async` et `await` dans la documentation. /// ## Intégrer à OpenAPI { #integrated-with-openapi }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/schema-extra-example.md
Esse `examples` **específico do OpenAPI** vai em outra seção da especificação OpenAPI. Ele fica nos **detalhes de cada *operação de rota***, não dentro de cada JSON Schema. E o Swagger UI tem suportado esse campo `examples` particular há algum tempo. Então, você pode usá-lo para **mostrar** diferentes **exemplos na UI da documentação**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 9.5K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/Service.java
* * <p>Implementors of this interface are strongly encouraged to extend one of the abstract classes * in this package which implement this interface and make the threading and state management * easier. * * @author Jesse Wilson * @author Luke Sandberg * @since 9.0 (in 1.0 as {@code com.google.common.base.Service}) */ @DoNotMock("Create an AbstractIdleService") @J2ktIncompatible @GwtIncompatible public interface Service { /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 10.8K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/testers/NavigableSetNavigationTester.java
import java.util.TreeSet; import org.junit.Ignore; /** * A generic JUnit test which tests operations on a NavigableSet. Can't be invoked directly; please * see {@code NavigableSetTestSuiteBuilder}. * * @author Jesse Wilson * @author Louis Wasserman */ @GwtIncompatible @Ignore("test runners must not instantiate and run this directly, only via suites we build")
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Nov 14 23:40:07 GMT 2024 - 8.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/first-steps.md
O termo "*schema*" também pode se referir à forma de alguns dados, como um conteúdo JSON. Nesse caso, significaria os atributos JSON e os tipos de dados que eles possuem, etc. #### OpenAPI e JSON Schema { #openapi-and-json-schema }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 14.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/handling-errors.md
Nesse cenário, se você precisa manipular essa exceção de modo global com o FastAPI, você pode adicionar um manipulador de exceção customizada com `@app.exception_handler()`. {* ../../docs_src/handling_errors/tutorial003_py310.py hl[5:7,13:18,24] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 10.1K bytes - Click Count (0) -
src/main/resources/fess_label_de.properties
labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=Geschäftskategorie labels.businessCategory=Geschäftskategorie labels.user_registeredAddress=Registrierte Adresse labels.registeredAddress=Registrierte Adresse labels.user_displayName=Anzeigename labels.displayName=Anzeigename labels.user_preferredLanguage=Bevorzugte Sprache labels.preferredLanguage=Bevorzugte Sprache
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.3K bytes - Click Count (1) -
guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java
import java.util.concurrent.TimeoutException; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** * Unit test for {@link AbstractExecutionThreadService}. * * @author Jesse Wilson */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class AbstractExecutionThreadServiceTest extends TestCase { private final TearDownStack tearDownStack = new TearDownStack(true);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 12.8K bytes - Click Count (0)