- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 557 for globals (0.06 seconds)
-
docs/en/docs/tutorial/dependencies/global-dependencies.md
# Global Dependencies { #global-dependencies } For some types of applications you might want to add dependencies to the whole application. Similar to the way you can [add `dependencies` to the *path operation decorators*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank}, you can add them to the `FastAPI` application. In that case, they will be applied to all the *path operations* in the application:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 1.1K bytes - Click Count (0) -
src/archive/tar/testdata/pax-global-records.tar
global1 file2 file3 file4...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Aug 25 23:03:52 GMT 2017 - 7K bytes - Click Count (0) -
docs/ru/docs/tutorial/dependencies/global-dependencies.md
# Глобальные зависимости { #global-dependencies } Для некоторых типов приложений может потребоваться добавить зависимости ко всему приложению. Подобно тому, как вы можете [добавлять `dependencies` (зависимости) в *декораторах операций пути*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank}, вы можете добавлять зависимости сразу ко всему `FastAPI` приложению. В этом случае они будут применяться ко всем *операциям пути* в приложении:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 1.7K bytes - Click Count (0) -
docs/de/docs/virtual-environments.md
<div class="termy"> ```console $ pip install "harry==1" ``` </div> Und dann hätten Sie `harry` Version `1` in Ihrer globalen Python-Umgebung installiert. ```mermaid flowchart LR subgraph global[globale Umgebung] harry-1[harry v1] end subgraph stone-project[philosophers-stone-Projekt] stone(philosophers-stone) -->|benötigt| harry-1 end
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 02 17:32:56 GMT 2025 - 25.4K bytes - Click Count (0) -
cmd/os_windows.go
// Ensure we don't pick up files as directories. globAll := filepath.Clean(dirPath) + `\*` globAllP, err := syscall.UTF16PtrFromString(globAll) if err != nil { return errInvalidArgument } data := &syscall.Win32finddata{} handle, err := syscall.FindFirstFile(globAllP, data) if err != nil { if err = syscallErrToFileErr(dirPath, err); err == errFileNotFound { return nil
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 5K bytes - Click Count (0) -
cmd/global-heal.go
Harshavardhana <******@****.***> 1743774497 -0700
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Apr 04 13:49:12 GMT 2025 - 16.2K bytes - Click Count (0) -
docs/ko/docs/tutorial/dependencies/global-dependencies.md
Sebastián Ramírez <******@****.***> 1731896744 +0100
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 1.2K bytes - Click Count (0) -
docs/zh/docs/tutorial/dependencies/global-dependencies.md
Sebastián Ramírez <******@****.***> 1731896744 +0100
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 936 bytes - Click Count (0) -
docs/es/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
## Dependencias Globales { #global-dependencies }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 3.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
## Dependências globais { #global-dependencies }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 3.4K bytes - Click Count (0)