Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1331 - 1340 of 1,513 for notes (0.07 sec)

  1. 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)
  2. 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)
  3. cmd/erasure-healing.go

    	return false, erErr
    }
    
    const (
    	xMinIOHealing = ReservedMetadataPrefix + "healing"
    	xMinIODataMov = ReservedMetadataPrefix + "data-mov"
    )
    
    // SetHealing marks object (version) as being healed.
    // Note: this is to be used only from healObject
    func (fi *FileInfo) SetHealing() {
    	if fi.Metadata == nil {
    		fi.Metadata = make(map[string]string)
    	}
    	fi.Metadata[xMinIOHealing] = "true"
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Oct 02 17:50:41 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  4. cmd/sftp-server.go

    	kexAlgoDH14SHA256, kexAlgoDH16SHA512, kexAlgoDH14SHA1,
    	kexAlgoDH1SHA1,
    }
    
    // supportedPubKeyAuthAlgos specifies the supported client public key
    // authentication algorithms. Note that this doesn't include certificate types
    // since those use the underlying algorithm. This list is sent to the client if
    // it supports the server-sig-algs extension. Order is irrelevant.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Aug 20 20:00:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  5. internal/rest/client.go

    func (n *NetworkError) Unwrap() error {
    	return n.Err
    }
    
    // Client - http based RPC client.
    type Client struct {
    	connected int32 // ref: https://golang.org/pkg/sync/atomic/#pkg-note-BUG
    	_         int32 // For 64 bits alignment
    	lastConn  int64
    
    	// HealthCheckFn is the function set to test for health.
    	// If not set the client will not keep track of health.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jul 26 12:55:01 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // +optional
      optional ParamRef paramRef = 2;
    
      // MatchResources declares what resources match this binding and will be validated by it.
      // Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this.
      // If this is unset, all resources matched by the policy are validated by this binding
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. cmd/server-main.go

      3. Start distributed MinIO server on an 32 node setup with 32 drives each, run following command on all the nodes
         {{.Prompt}} {{.HelpName}} http://node{1...32}.example.com/mnt/export{1...32}
    
      4. Start distributed MinIO server in an expanded setup, run the following command on all the nodes
         {{.Prompt}} {{.HelpName}} http://node{1...16}.example.com/mnt/export{1...32} \
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 21:50:11 UTC 2024
    - 35.2K bytes
    - Viewed (2)
  10. 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)
Back to top