- Sort Score
- Num 10 results
- Language All
Results 4541 - 4550 of 4,556 for true (0.06 seconds)
-
docs/fr/docs/advanced/security/oauth2-scopes.md
Pour cela, nous utilisons `security_scopes.scopes`, qui contient une `list` avec tous ces scopes en `str`. {* ../../docs_src/security/tutorial005_an_py310.py hl[130:136] *} ## Arbre de dépendances et scopes { #dependency-tree-and-scopes } Revoyons encore cet arbre de dépendances et les scopes.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.5K bytes - Click Count (0) -
docs/ko/docs/advanced/security/oauth2-scopes.md
이를 위해, 모든 스코프를 `str`로 담고 있는 `security_scopes.scopes`를 사용합니다. {* ../../docs_src/security/tutorial005_an_py310.py hl[130:136] *} ## 의존성 트리와 스코프 { #dependency-tree-and-scopes } 이 의존성 트리와 스코프를 다시 살펴보겠습니다. `get_current_active_user` 의존성은 `get_current_user`를 하위 의존성으로 가지므로, `get_current_active_user`에서 선언된 스코프 `"me"`는 `get_current_user`에 전달되는 `security_scopes.scopes`의 요구 스코프 목록에 포함됩니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.7K bytes - Click Count (0) -
docs/es/docs/index.md
**[FastAPI Cloud](https://fastapicloud.com)** está construido por el mismo autor y equipo detrás de **FastAPI**. Optimiza el proceso de **construir**, **desplegar** y **acceder** a una API con un esfuerzo mínimo. Trae la misma **experiencia de desarrollador** de construir apps con FastAPI a **desplegarlas** en la nube. 🎉 FastAPI Cloud es el sponsor principal y proveedor de financiamiento para los proyectos open source *FastAPI and friends*. ✨
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 22.6K bytes - Click Count (0) -
docs/ja/docs/advanced/security/oauth2-scopes.md
そのために、これらすべてのスコープを `str` の `list` として含む `security_scopes.scopes` を使います。 {* ../../docs_src/security/tutorial005_an_py310.py hl[130:136] *} ## 依存関係ツリーとスコープ { #dependency-tree-and-scopes } 依存関係ツリーとスコープをもう一度見てみましょう。 `get_current_active_user` 依存関係は `get_current_user` をサブ依存として持つため、`get_current_active_user` で宣言された `"me"` スコープは、`get_current_user` に渡される `security_scopes.scopes` の必須スコープ一覧に含まれます。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 16.6K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.user_description=Description labels.description=Description labels.user_title=Titre labels.title=Titre labels.user_pager=Téléavertisseur labels.pager=Téléavertisseur labels.user_street=Rue labels.street=Rue labels.user_postalCode=Code postal labels.postalCode=Code postal labels.user_physicalDeliveryOfficeName=Bureau labels.physicalDeliveryOfficeName=Bureau labels.user_destinationIndicator=Indicateur de destination
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.17.md
## Changes by Kind ### Bug or Regression - An issues preventing volume expand controller to annotate the PVC with `volume.kubernetes.io/storage-resizer` when the PVC StorageClass is already updated to the out-of-tree provisioner is now fixed. ([#94489](https://github.com/kubernetes/kubernetes/pull/94489), [@ialidzhikov](https://github.com/ialidzhikov)) [SIG API Machinery, Apps and Storage]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Jan 28 10:44:33 GMT 2021 - 346.2K bytes - Click Count (1) -
api/go1.txt
pkg text/template/parse, method (*TextNode) Copy() Node pkg text/template/parse, method (*TextNode) String() string pkg text/template/parse, method (*Tree) Parse(string, string, string, map[string]*Tree, ...map[string]interface{}) (*Tree, error) pkg text/template/parse, method (*VariableNode) Copy() Node pkg text/template/parse, method (*VariableNode) String() string
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
docs/fr/docs/deployment/concepts.md
* N'importe quel programme, n'importe quel code, **ne peut faire des choses** que lorsqu'il est **exécuté**. Donc, lorsqu'il y a un **processus en cours**. * Le processus peut être **arrêté** (ou « tué ») par vous ou par le système d'exploitation. À ce moment‑là, il cesse de s'exécuter/d'être exécuté, et il **ne peut plus rien faire**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
api/go1.4.txt
pkg text/template/parse, type NilNode struct, embedded NodeType pkg text/template/parse, method (*BranchNode) Copy() Node pkg text/template/parse, method (*IdentifierNode) SetTree(*Tree) *IdentifierNode pkg html/template, type Error struct, Node parse.Node # CL 127470043 unicode: strconv: regexp: Upgrade to Unicode 7.0.0., Marcel van Lohuizen <******@****.***> pkg unicode, const Version = "7.0.0"
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 12 03:01:01 GMT 2014 - 34K bytes - Click Count (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
/** * The Public Suffix Trie data. * * <p>Like the {@link #STRING_POOL}, the trie data is stored using standard Java UTF-16 charset. */ public static final PublicSuffixTrie TRIE =Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 06 20:41:51 GMT 2026 - 290.5K bytes - Click Count (1)