- Sort Score
- Num 10 results
- Language All
Results 1921 - 1930 of 3,506 for user (0.02 seconds)
-
docs/es/docs/advanced/middleware.md
En esta sección veremos cómo usar otros middlewares. ## Agregando middlewares ASGI { #adding-asgi-middlewares } Como **FastAPI** está basado en Starlette e implementa la especificación <abbr title="Asynchronous Server Gateway Interface - Interfaz de puerta de enlace de servidor asíncrona">ASGI</abbr>, puedes usar cualquier middleware ASGI.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 4.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/SwitchableHttpClient.java
*/ public CrawlerClient getHc5Client() { return hc5Client; } /** * Returns whether the HC5 client is being used. * * @return true if HC5 client is used, false if HC4 client is used */ public boolean isUseHc5() { return useHc5; }Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 04:17:06 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/de/docs/about/index.md
# Über { #about }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 81 bytes - Click Count (0) -
docs/es/docs/tutorial/sql-databases.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 16.6K bytes - Click Count (0) -
cmd/object-api-listobjects_test.go
}, }, // ListObjectsResult-6. // Used for Asserting prefixes. // Used for test case with prefix = "obj", (testCase 30). 6: { IsTruncated: false, Objects: []ObjectInfo{ {Name: "obj0"}, {Name: "obj1"}, {Name: "obj2"}, }, }, // ListObjectsResult-7. // Used for Asserting prefixes and truncation. // Used for test case with prefix = "new" and maxKeys = 1, (testCase 31).
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 76.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java
// Execute the job String result = purgeDocJob.execute(); // Assert deleteByQuery was called assertTrue(deleteByQueryCalled); // Assert correct index was used assertEquals("fess.update", deleteIndex); // Assert query builder is correct assertNotNull(deleteQuery); assertTrue(deleteQuery instanceof RangeQueryBuilder);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.4K bytes - Click Count (0) -
tensorflow/c/eager/immediate_execution_context.h
// Initialize the step resource container for a training step. This is used // in current TF runtime. For tfrt, it is used by fallback op handler. virtual void StartStep() = 0; // Destroy the step resource container for a training step. virtual void EndStep() = 0; // Return the Eager Executor for current thread. Please note that Eager // Executor is only used in current TF but not in TFRT. virtual EagerExecutor& Executor() = 0;
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 12.3K bytes - Click Count (0) -
docs/es/docs/advanced/settings.md
## Resumen { #recap } Puedes usar Pydantic Settings para manejar las configuraciones o ajustes de tu aplicación, con todo el poder de los modelos de Pydantic. * Al usar una dependencia, puedes simplificar las pruebas. * Puedes usar archivos `.env` con él.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 11.7K bytes - Click Count (0) -
docs/de/docs/python-types.md
## Typhinweise mit Metadaten-Annotationen { #type-hints-with-metadata-annotations } Python bietet auch die Möglichkeit, **zusätzliche <dfn title="Daten über die Daten, in diesem Fall Informationen über den Typ, z. B. eine Beschreibung.">Metadaten</dfn>** in Typhinweisen unterzubringen, mittels `Annotated`. Sie können `Annotated` von `typing` importieren.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.6K bytes - Click Count (1) -
internal/kms/kms.go
// the data key is used. AssociatedData Context } // DecryptRequest is a structure containing fields // and options for decrypting data. type DecryptRequest struct { // Name is the name of the master key used decrypt // the ciphertext. Name string // Version is the version of the master used for // decryption. If empty, the latest key version // is used. Version intCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Apr 24 15:33:57 GMT 2025 - 11.4K bytes - Click Count (0)