- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 814 for users5 (0.09 sec)
-
docs/em/docs/tutorial/sql-databases.md
{!../../docs_src/sql_databases/sql_app/models.py!} ``` ๐โ ๐ ๐ข `items` `User`, `my_user.items`, โซ๏ธ ๐ โ๏ธ ๐ `Item` ๐ธ๐ฒ ๐ท (โช๏ธโก๏ธ `items` ๐) ๐ โ๏ธ ๐ฑ ๐ โ ๐ โบ `users` ๐. ๐โ ๐ ๐ `my_user.items`, ๐ธ๐ฒ ๐ ๐ค ๐ถ & โ ๐ฌ โช๏ธโก๏ธ ๐ฝ `items` ๐ & ๐ ๐ซ ๐ฅ. & ๐โ ๐ ๐ข `owner` `Item`, โซ๏ธ ๐ ๐ `User` ๐ธ๐ฒ ๐ท โช๏ธโก๏ธ `users` ๐. โซ๏ธ ๐ โ๏ธ `owner_id` ๐ข/๐ โฎ๏ธ ๐ฎ ๐ฑ ๐ ๐ญ โ โบ ๐ค โช๏ธโก๏ธ `users` ๐. ## โ Pydantic ๐ท ๐ โก๏ธ โ ๐ `sql_app/schemas.py`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/em/docs/tutorial/extra-models.md
``` //// ### ๐ `**user_in.dict()` #### Pydantic `.dict()` `user_in` Pydantic ๐ท ๐ `UserIn`. Pydantic ๐ท โ๏ธ `.dict()` ๐ฉโ๐ฌ ๐ ๐จ `dict` โฎ๏ธ ๐ท ๐ฝ. , ๐ฅ ๐ฅ โ Pydantic ๐ `user_in` ๐: ```Python user_in = UserIn(username="john", password="secret", email="******@****.***") ``` & โคด๏ธ ๐ฅ ๐ค: ```Python user_dict = user_in.dict() ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.8K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/AbstractCheckOrUpdateContributorsInReleaseNotes.kt
} return Gson().fromJson(response.body(), klass) } private fun getUserInfo(login: String): GitHubUser { val uri = "https://api.github.com/users/$login" return invokeGitHubApi(uri, GitHubUser::class.java) } private fun getMergedContributorPullRequests(pageNumber: Int): List<GitHubPullRequest> {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 5.6K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 04 12:23:10 UTC 2024 - 13.7K bytes - Viewed (0) -
internal/bucket/lifecycle/transition.go
err := d.DecodeElement(&dateStr, &startElement) if err != nil { return err } // While AWS documentation mentions that the date specified // must be present in ISO 8601 format, in reality they allow // users to provide RFC 3339 compliant dates. trnDate, err := time.Parse(time.RFC3339, dateStr) if err != nil { return errTransitionInvalidDate } // Allow only date timestamp specifying midnight GMT
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jan 10 17:07:49 UTC 2022 - 5.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java
* explained in the {@link Comparator} documentation. * * @since 33.2.0 (available since 21.0 in guava-jre) */ @SuppressWarnings("Java7ApiChecker") @IgnoreJRERequirement // Users will use this only if they're already using streams. public static <E> Collector<E, ?, ImmutableSortedMultiset<E>> toImmutableSortedMultiset( Comparator<? super E> comparator) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 35.4K bytes - Viewed (0) -
docs/sts/tls.md
## Caveat
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 6K bytes - Viewed (1) -
src/main/java/jcifs/smb/NtlmUtil.java
/** * Creates the LMv2 response for the supplied information. * * @param domain * The domain in which the username exists. * @param user * The username. * @param password * The user's password. * @param challenge * The server challenge. * @param clientChallenge * The client challenge (nonce).
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 9.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/OptionalTest.java
} @SuppressWarnings("unused") // compilation test public void testSampleCodeFine2() { FluentIterable<? extends Number> numbers = getSomeNumbers(); // Sadly, the following is what users will have to do in some circumstances. @SuppressWarnings("unchecked") // safe covariant cast Optional<Number> first = (Optional<Number>) numbers.first(); Number value = first.or(0.5); // fine }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 17 18:14:12 UTC 2024 - 10.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* Kubernetes version command line parameter in kubeadm has been updated to drop an unnecessary redirection from ci/latest.txt to ci-cross/latest.txt. Users should know exactly where the builds are stored on Google Cloud storage buckets from now on. For example for 1.9 and 1.10, users can specify ci/latest-1.9 and ci/latest-1.10 as the CI build jobs what build images correctly updates those. The CI jobs for master update the ci-cross/latest location, so if you are...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0)