- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 845 for standart (0.17 seconds)
-
docs/es/docs/tutorial/path-params.md
Nota que el parámetro de path está declarado como un entero. /// ## Beneficios basados en estándares, documentación alternativa { #standards-based-benefits-alternative-documentation } Y porque el esquema generado es del estándar [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md), hay muchas herramientas compatibles.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 9.4K bytes - Click Count (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Oct 03 02:51:59 GMT 2019 - 57.3K bytes - Click Count (3) -
src/main/resources/suggest_indices/_cloud/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 27 09:26:16 GMT 2021 - 57.4K bytes - Click Count (1) -
docs/es/docs/python-types.md
Puedes declarar todos los tipos estándar de Python, no solo `str`. Puedes usar, por ejemplo: * `int` * `float` * `bool` * `bytes` {* ../../docs_src/python_types/tutorial005_py310.py hl[1] *} ### Módulo `typing` { #typing-module }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 11.6K bytes - Click Count (1) -
src/main/resources/suggest_indices/_aws/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Mar 24 12:55:37 GMT 2021 - 57.4K bytes - Click Count (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 23 05:09:51 GMT 2019 - 57.7K bytes - Click Count (0) -
docs/de/docs/tutorial/security/oauth2-jwt.md
Wir bauen auf dem vorherigen Kapitel auf. ## Über JWT { #about-jwt } JWT bedeutet „JSON Web Tokens“. Es ist ein Standard, um ein JSON-Objekt in einem langen, kompakten String ohne Leerzeichen zu kodieren. Das sieht so aus: ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.9K bytes - Click Count (0) -
docs/en/docs/tutorial/schema-extra-example.md
/// /// info OpenAPI 3.1.0 (used since FastAPI 0.99.0) added support for `examples`, which is part of the **JSON Schema** standard. Before that, it only supported the keyword `example` with a single example. That is still supported by OpenAPI 3.1.0, but is deprecated and is not part of the JSON Schema standard. So you are encouraged to migrate `example` to `examples`. 🤓 You can read more at the end of this page. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 8.7K bytes - Click Count (0) -
src/main/resources/fess_indices/fess.json
"tokenizer": "standard", "filter": [ "truncate20_filter", "lowercase", "arabic_stop", "arabic_normalization", "arabic_keywords", "arabic_override", "arabic_stemmer" ] }, "armenian_analyzer": { "tokenizer": "standard", "filter": [
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 40K bytes - Click Count (0) -
docs/es/docs/features.md
### Solo Python moderno { #just-modern-python } Todo está basado en declaraciones estándar de **tipos en Python** (gracias a Pydantic). Sin nueva sintaxis que aprender. Solo Python moderno estándar. Si necesitas un repaso de 2 minutos sobre cómo usar tipos en Python (aunque no uses FastAPI), revisa el tutorial corto: [Tipos en Python](python-types.md). Escribes Python estándar con tipos: ```Python from datetime import dateCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 10.1K bytes - Click Count (0)