Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1161 - 1170 of 1,335 for pocs (0.14 sec)

  1. guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java

       * value is <a href="#bitEquals">bitwise equal</a> to the expected value.
       *
       * <p>May <a
       * href="http://download.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/package-summary.html#Spurious">
       * fail spuriously</a> and does not provide ordering guarantees, so is only rarely an appropriate
       * alternative to {@code compareAndSet}.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Jun 14 17:55:55 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/body-nested-models.md

    * ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿ•โ€๐Ÿฆบ (๐Ÿ› ๏ธ, โ™’๏ธ), ๐Ÿฆ ๐Ÿท
    * ๐Ÿ’ฝ ๐Ÿ› ๏ธ
    * ๐Ÿ’ฝ ๐Ÿ”ฌ
    * ๐Ÿง ๐Ÿงพ
    
    ## ๐ŸŽ ๐Ÿ†Ž &amp; ๐Ÿ”ฌ
    
    โ†–๏ธ โšช๏ธโžก๏ธ ๐Ÿ˜ โญ ๐Ÿ†Ž ๐Ÿ’– `str`, `int`, `float`, โ™’๏ธ. ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ ๐ŸŒ… ๐Ÿ— โญ ๐Ÿ†Ž ๐Ÿ‘ˆ ๐Ÿ˜– โšช๏ธโžก๏ธ `str`.
    
    ๐Ÿ‘€ ๐ŸŒ ๐ŸŽ› ๐Ÿ‘† โœ”๏ธ, ๐Ÿ›’ ๐Ÿฉบ <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic ๐Ÿ˜ ๐Ÿ†Ž</a>. ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ‘€ ๐Ÿ–ผ โญ ๐Ÿ“ƒ.
    
    ๐Ÿ–ผ, `Image` ๐Ÿท ๐Ÿ‘ฅ โœ”๏ธ `url` ๐Ÿ‘, ๐Ÿ‘ฅ ๐Ÿ’ช ๐Ÿ“ฃ โšซ๏ธ โ†ฉ๏ธ `str`, Pydantic `HttpUrl`:
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ &amp; ๐Ÿ”›
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  3. docs/ja/docs/tutorial/testing.md

    <a href="https://www.python-httpx.org" class="external-link" target="_blank">HTTPX</a> ใŒใƒ™ใƒผใ‚นใชใฎใงใ€้žๅธธใซไฝฟใ„ใ‚„ใ™ใ็›ดๆ„Ÿ็š„ใงใ™ใ€‚
    
    ใ“ใ‚Œใ‚’ไฝฟ็”จใ™ใ‚‹ใจใ€**FastAPI** ใจๅ…ฑใซ <a href="https://docs.pytest.org/" class="external-link" target="_blank">pytest</a> ใ‚’็›ดๆŽฅๅˆฉ็”จใงใใพใ™ใ€‚
    
    ## `TestClient` ใ‚’ไฝฟ็”จ
    
    `TestClient` ใ‚’ใ‚คใƒณใƒใƒผใƒˆใ—ใพใ™ใ€‚
    
    `TestClient` ใ‚’ไฝœๆˆใ—ใ€**FastAPI** ใซๆธกใ—ใพใ™ใ€‚
    
    `test_` ใ‹ใ‚‰ๅง‹ใพใ‚‹ๅๅ‰ใฎ้–ขๆ•ฐใ‚’ไฝœๆˆใ—ใพใ™ (ใ“ใ‚Œใฏ `pytest` ใฎๆจ™ๆบ–็š„ใชใ‚ณใƒณใƒ™ใƒณใ‚ทใƒงใƒณใงใ™)ใ€‚
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. docs/distributed/DESIGN.md

    Refer to the sizing guide with details on the default parity count chosen for different erasure stripe sizes [here](https://github.com/minio/minio/blob/master/docs/distributed/SIZING.md)
    
    MinIO places new objects in server pools based on proportionate free space, per pool. Following pseudo code demonstrates this behavior.
    
    ```go
    func getAvailablePoolIdx(ctx context.Context) int {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Aug 15 23:04:20 UTC 2023
    - 8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/rbac/v1alpha1/generated.proto

      // Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding.
      // Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"),  but not both.
      // +optional
      repeated string nonResourceURLs = 6;
    }
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/storage/v1alpha1/generated.proto

    }
    
    // VolumeAttachmentSource represents a volume that should be attached.
    // Right now only PersistenVolumes can be attached via external attacher,
    // in future we may allow also inline volumes in pods.
    // Exactly one member can be set.
    message VolumeAttachmentSource {
      // persistentVolumeName represents the name of the persistent volume to attach.
      // +optional
      optional string persistentVolumeName = 1;
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/rbac/v1beta1/generated.proto

      // Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding.
      // Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"),  but not both.
      // +optional
      repeated string nonResourceURLs = 5;
    }
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  8. docs/ja/docs/python-types.md

    {!../../docs_src/python_types/tutorial010.py!}
    ```
    
    ใใ—ใฆใ€ๅ†ใณใ€ใ™ในใฆใฎใ‚จใƒ‡ใ‚ฃใ‚ฟใฎใ‚ตใƒใƒผใƒˆใ‚’ๅพ—ใ‚‹ใ“ใจใŒใงใใพใ™:
    
    <img src="https://fastapi.tiangolo.com/img/python-types/image06.png">
    
    ## Pydanticใฎใƒขใƒ‡ใƒซ
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> ใฏใƒ‡ใƒผใ‚ฟๆคœ่จผใ‚’่กŒใ†ใŸใ‚ใฎPythonใƒฉใ‚คใƒ–ใƒฉใƒชใงใ™ใ€‚
    
    ใƒ‡ใƒผใ‚ฟใฎใ€Œๅฝขใ€ใ‚’ๅฑžๆ€งไป˜ใใฎใ‚ฏใƒฉใ‚นใจใ—ใฆๅฎฃ่จ€ใ—ใพใ™ใ€‚
    
    ใใ—ใฆใ€ใใ‚Œใžใ‚Œใฎๅฑžๆ€งใฏๅž‹ใ‚’ๆŒใกใพใ™ใ€‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/FluentIterable.java

    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * An expanded {@code Iterable} API, providing functionality similar to Java 8's powerful <a href=
     * "https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#package.description"
     * >streams library</a> in a slightly different way.
     *
     * <p>The following types of methods are provided:
     *
     * <ul>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Sep 24 13:42:31 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  10. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerReader.kt

     * [Lets Encrypt's ASN.1 and DER][asn1_and_der] guide.
     *
     * [x690]: https://www.itu.int/rec/T-REC-X.690
     * [asn1_and_der]: https://letsencrypt.org/docs/a-warm-welcome-to-asn1-and-der/
     */
    internal class DerReader(source: Source) {
      private val countingSource: CountingSource = CountingSource(source)
      private val source: BufferedSource = countingSource.buffer()
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top