- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 373 for 13 (0.01 sec)
-
docs/en/docs/tutorial/dependencies/classes-as-dependencies.md
``` //// //// tab | Python 3.9+ ```Python hl_lines="12" {!> ../../docs_src/dependencies/tutorial002_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="13" {!> ../../docs_src/dependencies/tutorial002_an.py!} ``` //// //// tab | Python 3.10+ non-Annotated /// tip Prefer to use the `Annotated` version if possible. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.1K bytes - Viewed (0) -
src/archive/tar/strconv.go
} // fitsInOctal reports whether the integer x fits in a field n-bytes long // using octal encoding with the appropriate NUL terminator. func fitsInOctal(n int, x int64) bool { octBits := uint(n-1) * 3 return x >= 0 && (n >= 22 || x < 1<<octBits) } // parsePAXTime takes a string of the form %d.%d as described in the PAX // specification. Note that this implementation allows for negative timestamps,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Aug 01 14:28:42 UTC 2023 - 9K bytes - Viewed (0) -
docs/ru/docs/tutorial/query-params-str-validations.md
//// tab | Python 3.10+ В Python 3.9 или выше, `Annotated` является частью стандартной библиотеки, таким образом вы можете импортировать его из `typing`. ```Python hl_lines="1 3" {!> ../../docs_src/query_params_str_validations/tutorial002_an_py310.py!} ``` //// //// tab | Python 3.8+ В версиях Python ниже Python 3.9 `Annotation` импортируется из `typing_extensions`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 37.5K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
// Marker is set to "obj1" in the testCase, (testCase 36). 12: { IsTruncated: false, Objects: []ObjectInfo{ {Name: "obj2"}, }, }, // ListObjectsResult-13. // Marker is set to "man" in the testCase, (testCase37). 13: { IsTruncated: false, Objects: []ObjectInfo{ {Name: "newPrefix0"}, {Name: "newPrefix1"}, {Name: "newzen/zen/recurse/again/again/again/pics"}, {Name: "obj0"},
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 01 11:07:40 UTC 2024 - 73.1K bytes - Viewed (0) -
docs/es/docs/python-types.md
### Clases como tipos También puedes declarar una clase como el tipo de una variable. Digamos que tienes una clase `Person`con un nombre: ```Python hl_lines="1-3" {!../../docs_src/python_types/tutorial009.py!} ``` Entonces puedes declarar una variable que sea de tipo `Person`: ```Python hl_lines="6" {!../../docs_src/python_types/tutorial009.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/classes-as-dependencies.md
``` //// //// tab | Python 3.9+ ```Python hl_lines="12" {!> ../../docs_src/dependencies/tutorial002_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="13" {!> ../../docs_src/dependencies/tutorial002_an.py!} ``` //// //// tab | Python 3.10+ nicht annotiert /// tip | "Tipp" Bevorzugen Sie die `Annotated`-Version, falls möglich. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12K bytes - Viewed (0) -
docs/fr/docs/tutorial/query-params-str-validations.md
/// Vous pouvez ajouter un `title` : {* ../../docs_src/query_params_str_validations/tutorial007.py hl[10] *} Et une `description` : {* ../../docs_src/query_params_str_validations/tutorial008.py hl[13] *} ## Alias de paramètres Imaginez que vous vouliez que votre paramètre se nomme `item-query`. Comme dans la requête : ``` http://127.0.0.1:8000/items/?item-query=foobaritems ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 17:14:38 UTC 2024 - 9.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm.s
CMN R9<<R8, R7 // 190877e1 CMN R9>>R8, R7 // 390877e1 CMN R9->R8, R7 // 590877e1 CMN R9@>R8, R7 // 790877e1 // B* BEQ 14(PC) // BEQ 14(PC) // 0c00000a BNE 13(PC) // BNE 13(PC) // 0b00001a BCS 12(PC) // BCS 12(PC) // 0a00002a BCC 11(PC) // BCC 11(PC) // 0900003a BMI 10(PC) // BMI 10(PC) // 0800004a BPL 9(PC) // BPL 9(PC) // 0700005a
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample2.eml
こんにちは、Kaoru FUZITAさん。 @tokyo_bousai 【気象情報】7月30日(木)13時56分現在、気象庁から大雨、洪水警報が発表されています。多摩北部・西部・南部では、低い土地の浸水や河川の増水に警戒してください。http://t.co/SttHvzrWR8 https://twitter.com/tokyo_bousai/status/626620914617024512 @riezo0608 猫を愛する漫画家10人の展覧会「ねこまんてん」 「猫の額」(東京・高円寺)にて7/31~8/12開催予定。 みんにゃ来てね! http://t.co/t0dkECemdh http://t.co/T4feyVmazB https://twitter.com/riezo0608/status/626571637073145856 @Mint_Lee
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 91.6K bytes - Viewed (0) -
CHANGELOG.md
System. * Fix in okhttp-coroutines: Publish a valid artifact. The coroutines JAR file in 5.0.0-alpha.13 was corrupt and should not be used. ## Version 5.0.0-alpha.13 _2024-04-16_ * Breaking: Tag unstable new APIs as `@ExperimentalOkHttpApi`. We intend to release OkHttp 5.0 without stabilizing these new APIs first.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 18 01:31:39 UTC 2024 - 21.4K bytes - Viewed (0)