- Sort Score
- Result 10 results
- Languages All
Results 1081 - 1090 of 1,303 for Note (0.04 sec)
-
docs/em/docs/python-types.md
๐ **โฉ ๐ฐ / โ๏ธ** ๐ ๐ ๐ ๐. โซ๏ธ ๐ ๐ด ๐ฏ ๐ช โ๏ธ ๐ซ โฎ๏ธ **FastAPI**... โ ๐ค ๐ถ ๐ฅ. **FastAPI** ๐ โ๏ธ ๐ ๐ซ ๐ ๐, ๐ซ ๐ค โซ๏ธ ๐ ๐ & ๐ฐ. โ๏ธ ๐ฅ ๐ ๐ โ๏ธ **FastAPI**, ๐ ๐ ๐ฐ โช๏ธโก๏ธ ๐ซ ๐ ๐ ๐ซ. /// note ๐ฅ ๐ ๐ ๐ด, & ๐ โช ๐ญ ๐ ๐ ๐ ๐, ๐ถ โญ ๐. /// ## ๐ฏ โก๏ธ โถ๏ธ โฎ๏ธ ๐ ๐ผ: ```Python {!../../docs_src/python_types/tutorial001.py!} ``` ๐ค ๐ ๐ ๐ข: ``` John Doe ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
cmd/object-api-interface.go
// when looking up a version by fi.VersionID InclFreeVersions bool // SkipFreeVersion skips adding a free version when a tiered version is // being 'replaced' // Note: Used only when a tiered object is being expired. SkipFreeVersion bool MetadataChg bool // is true if it is a metadata update operation.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 22 21:57:20 UTC 2024 - 17.3K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt
license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License. 5. DISCLAIMER OF WARRANTY.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri May 17 19:14:22 UTC 2024 - 38.5K bytes - Viewed (0) -
common-protos/k8s.io/api/extensions/v1beta1/generated.proto
// is considered to be failed. The deployment controller will continue to // process failed deployments and a condition with a ProgressDeadlineExceeded // reason will be surfaced in the deployment status. Note that progress will // not be estimated during the time a deployment is paused. This is set to // the max value of int32 (i.e. 2147483647) by default, which means "no deadline". // +optional
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 45.6K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java
return cached; } /** * Creates and returns a new <code>VersionRange</code> that is a restriction of this * version range and the specified version range. * <p> * Note: Precedence is given to the recommended version from this version range over the * recommended version from the specified version range. * </p> *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 19K bytes - Viewed (0) -
docs/ja/docs/tutorial/body.md
``` ้ขๆฐใใฉใกใผใฟใฏไปฅไธใฎๆงใซ่ช่ญใใใพใ: * ใใฉใกใผใฟใ**ใใน**ใงๅฎฃ่จใใใฆใใๅ ดๅใฏใๅชๅ ็ใซใในใใฉใกใผใฟใจใใฆๆฑใใใพใใ * ใใฉใกใผใฟใ**ๅๆฐๅ** (`int`ใ`float`ใ`str`ใ`bool` ใชใฉ)ใฎๅ ดๅใฏ**ใฏใจใช**ใใฉใกใผใฟใจใใฆ่งฃ้ใใใพใใ * ใใฉใกใผใฟใ **Pydantic ใขใใซ**ๅใงๅฎฃ่จใใใๅ ดๅใใชใฏใจในใ**ใใใฃ**ใจใใฆ่งฃ้ใใใพใใ /// note | "ๅ่" FastAPIใฏใ`= None`ใใใใใใใงใ`q`ใใชใใทใงใใซใ ใจใใใใพใใ `Optional[str]` ใฎ`Optional` ใฏFastAPIใงใฏไฝฟ็จใใใฆใใพใใ๏ผFastAPIใฏ`str`ใฎ้จๅใฎใฟไฝฟ็จใใพใ๏ผใใใใใ`Optional[str]` ใฏใจใใฃใฟใใณใผใใฎใจใฉใผใ่ฆใคใใใฎใๅฉใใฆใใใพใใ /// ## Pydanticใไฝฟใใชใๆนๆณ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/CompactHashSet.java
/** * Keeps track of metadata like the number of hash table bits and modifications of this data * structure (to make it possible to throw ConcurrentModificationException in the iterator). Note * that we choose not to make this volatile, so we do less of a "best effort" to track such * errors, for better performance. */ private transient int metadata;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 20:24:49 UTC 2024 - 24K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/TypeResolver.java
import javax.annotation.CheckForNull; /** * An object of this class encapsulates type mappings from type variables. Mappings are established * with {@link #where} and types are resolved using {@link #resolveType}. * * <p>Note that usually type mappings are already implied by the static type hierarchy (for example, * the {@code E} type variable declared by class {@code List} naturally maps to {@code String} in
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 10 19:45:10 UTC 2022 - 24.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/MoreFilesTest.java
import java.util.concurrent.Executors; import java.util.concurrent.Future; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Tests for {@link MoreFiles}. * * <p>Note: {@link MoreFiles#fileTraverser()} is tested in {@link MoreFilesFileTraverserTest}. * * @author Colin Decker */ public class MoreFilesTest extends TestCase { public static TestSuite suite() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 02:42:09 UTC 2024 - 27.4K bytes - Viewed (0) -
docs/en/docs/tutorial/response-model.md
{!> ../../docs_src/response_model/tutorial001_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="17 22 24-27" {!> ../../docs_src/response_model/tutorial001.py!} ``` //// /// note Notice that `response_model` is a parameter of the "decorator" method (`get`, `post`, etc). Not of your *path operation function*, like all the parameters and body. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.1K bytes - Viewed (0)