- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 56 for Fstatat (0.1 sec)
-
docs/debugging/reorder-disks/main.go
}) if err != nil { return nil, err } return result, nil } type localDisk struct { index int path string } func getMajorMinor(path string) (string, error) { var stat syscall.Stat_t if err := syscall.Stat(path, &stat); err != nil { return "", fmt.Errorf("unable to stat `%s`: %w", path, err) } devID := uint64(stat.Dev) major := (devID & 0x00000000000fff00) >> 8
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5.4K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Flags uint32 pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Gen uint32 pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Gid uint32 pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Ino uint64 pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Mode uint32 pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Mtimespec Timespec
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
docs/de/docs/tutorial/body-multiple-params.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.2K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64-cgo), type Stat_t struct, Flags uint32 pkg syscall (darwin-arm64-cgo), type Stat_t struct, Gen uint32 pkg syscall (darwin-arm64-cgo), type Stat_t struct, Gid uint32 pkg syscall (darwin-arm64-cgo), type Stat_t struct, Ino uint64 pkg syscall (darwin-arm64-cgo), type Stat_t struct, Lspare int32 pkg syscall (darwin-arm64-cgo), type Stat_t struct, Mode uint16
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
docs/de/docs/tutorial/body-nested-models.md
Und Sie erhalten Editor-Unterstützung überall. Selbst für Dinge in Listen: <img src="/img/tutorial/body-nested-models/image01.png"> Sie würden diese Editor-Unterstützung nicht erhalten, wenn Sie direkt mit `dict`, statt mit Pydantic-Modellen arbeiten würden. Aber Sie müssen sich auch nicht weiter um die Modelle kümmern, hereinkommende Dicts werden automatisch in sie konvertiert. Und was Sie zurückgeben, wird automatisch nach JSON konvertiert.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.3K bytes - Viewed (0) -
docs/de/docs/tutorial/path-params.md
} ] } ``` Der Pfad-Parameter `item_id` hatte den Wert `"foo"`, was kein `int` ist. Die gleiche Fehlermeldung würde angezeigt werden, wenn Sie ein `float` (also eine Kommazahl) statt eines `int`s übergeben würden, wie etwa in: <a href="http://127.0.0.1:8000/items/4.2" class="external-link" target="_blank">http://127.0.0.1:8000/items/4.2</a> /// check
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.2K bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (netbsd-arm), type Kevent_t struct, Pad_cgo_0 [4]uint8 pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8 pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_1 [4]uint8 pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_2 [4]uint8 pkg syscall (netbsd-arm), type Termios struct pkg syscall (netbsd-arm), type Termios struct, Cc [20]uint8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
docs/de/docs/tutorial/security/simple-oauth2.md
/// ### Die Formulardaten verwenden /// tip | "Tipp" Die Instanz der Klassenabhängigkeit `OAuth2PasswordRequestForm` verfügt, statt eines Attributs `scope` mit dem durch Leerzeichen getrennten langen String, über das Attribut `scopes` mit einer tatsächlichen Liste von Strings, einem für jeden gesendeten Scope.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 14.1K bytes - Viewed (0) -
docs/de/docs/advanced/events.md
Aber `open()` verwendet nicht `async` und `await`. Daher deklarieren wir die Eventhandler-Funktion mit Standard-`def` statt mit `async def`. /// ### `startup` und `shutdown` zusammen
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.authRealm = Royaume labels.available = Statut labels.createdBy = Créé par labels.createdTime = Heure de création labels.depth = Profondeur labels.excludedPaths = Chemins exclus pour l'exploration labels.excludedUrls = URL exclues pour l'exploration labels.excludedDocPaths = Chemins exclus pour l'indexation labels.excludedDocUrls = URL exclues pour l'indexation labels.hostname = Nom d'hôte labels.id = IDENTIFIANT
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0)