Search Options

Results per page
Sort
Preferred Languages
Advance

Results 411 - 420 of 1,481 for Largest (0.06 sec)

  1. src/main/webapp/js/search.js

      $(document).on("click touchend", function(e) {
        if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) {
          $("#searchOptions").removeClass("active");
        }
      });
    
      $("[data-toggle='control-options']").click(function(e) {
        e.preventDefault();
        var target = $(this).attr("data-target") || $(this).attr("href");
        if (target) {
          $(target).toggleClass("active");
        }
      });
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  2. cmd/data-usage-utils.go

    	"github.com/minio/madmin-go/v3"
    )
    
    // BucketTargetUsageInfo - bucket target usage info provides
    // - replicated size for all objects sent to this target
    // - replica size for all objects received from this target
    // - replication pending size for all objects pending replication to this target
    // - replication failed size for all objects failed replication to this target
    // - replica pending count
    // - replica failed count
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. compat/maven-builder-support/src/test/java/org/apache/maven/building/UrlSourceTest.java

            assertEquals("url cannot be null", e.getMessage());
        }
    
        @Test
        void testGetInputStream() throws Exception {
            URL txtFile = new File("target/test-classes/source.txt").toURI().toURL();
            UrlSource source = new UrlSource(txtFile);
            try (InputStream is = source.getInputStream();
                    Scanner scanner = new Scanner(is)) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/encoder.md

    So, a `datetime` object would have to be converted to a `str` containing the data in <a href="https://en.wikipedia.org/wiki/ISO_8601" class="external-link" target="_blank">ISO format</a>.
    
    The same way, this database wouldn't receive a Pydantic model (an object with attributes), only a `dict`.
    
    You can use `jsonable_encoder` for that.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 23:31:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/dependencies/global-dependencies.md

    ๐Ÿ‘ˆ ๐Ÿ’ผ, ๐Ÿ‘ซ ๐Ÿ”œ โœ” ๐ŸŒ *โžก ๐Ÿ› ๏ธ* ๐Ÿˆธ:
    
    ```Python hl_lines="15"
    {!../../docs_src/dependencies/tutorial012.py!}
    ```
    
    &amp; ๐ŸŒ ๐Ÿ’ญ ๐Ÿ“„ ๐Ÿ”ƒ [โŽ `dependencies` *โžก ๐Ÿ› ๏ธ ๐Ÿ‘จโ€๐ŸŽจ*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank} โœ”, โœ‹๏ธ ๐Ÿ‘‰ ๐Ÿ’ผ, ๐ŸŒ *โžก ๐Ÿ› ๏ธ* ๐Ÿ“ฑ.
    
    ## ๐Ÿ”— ๐Ÿ‘ช *โžก ๐Ÿ› ๏ธ*
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 825 bytes
    - Viewed (0)
  6. docs/em/docs/advanced/custom-response.md

    ๐Ÿ–ผ, ๐Ÿšฅ ๐Ÿ‘† โœŠ ๐ŸŽญ, ๐Ÿ‘† ๐Ÿ’ช โŽ &amp; โš™๏ธ <a href="https://github.com/ijl/orjson" class="external-link" target="_blank">`orjson`</a> &amp; โš’ ๐Ÿ“จ `ORJSONResponse`.
    
    ๐Ÿ—„ `Response` ๐ŸŽ“ (๐ŸŽง-๐ŸŽ“) ๐Ÿ‘† ๐Ÿ’š โš™๏ธ &amp; ๐Ÿ“ฃ โšซ๏ธ *โžก ๐Ÿ› ๏ธ ๐Ÿ‘จโ€๐ŸŽจ*.
    
    โญ• ๐Ÿ“จ, ๐Ÿ“จ `Response` ๐Ÿ”— ๐ŸŒ… โฉ ๐ŸŒ˜ ๐Ÿ›ฌ ๐Ÿ“–.
    
    ๐Ÿ‘‰ โ†ฉ๏ธ ๐Ÿ”ข, FastAPI ๐Ÿ”œ โœ” ๐Ÿ”  ๐Ÿฌ ๐Ÿ”˜ &amp; โš’ ๐Ÿ’ญ โšซ๏ธ ๐ŸŽป โฎ๏ธ ๐ŸŽป, โš™๏ธ ๐ŸŽ [๐ŸŽป ๐Ÿ”— ๐Ÿ”ข](../tutorial/encoder.md){.internal-link target=_blank} ๐Ÿ”ฌ ๐Ÿ”ฐ. ๐Ÿ‘‰ โšซ๏ธโ” โœ” ๐Ÿ‘† ๐Ÿ“จ **โŒ ๐ŸŽš**, ๐Ÿ–ผ ๐Ÿ’ฝ ๐Ÿท.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  7. docs/em/docs/how-to/custom-request-and-route.md

    * ๐Ÿ—œ ๐Ÿ—œ-๐Ÿ—œ ๐Ÿ“จ ๐Ÿ’ช.
    * ๐Ÿ” ๐Ÿšจ ๐ŸŒ ๐Ÿ“จ ๐Ÿ’ช.
    
    ## ๐Ÿšš ๐Ÿ›ƒ ๐Ÿ“จ ๐Ÿ’ช ๐Ÿ”ข
    
    โžก๏ธ ๐Ÿ‘€ โ” โš’ โš™๏ธ ๐Ÿ›ƒ `Request` ๐Ÿฟ ๐Ÿ—œ ๐Ÿ—œ ๐Ÿ“จ.
    
    &amp; `APIRoute` ๐Ÿฟ โš™๏ธ ๐Ÿ‘ˆ ๐Ÿ›ƒ ๐Ÿ“จ ๐ŸŽ“.
    
    ### โœ ๐Ÿ›ƒ `GzipRequest` ๐ŸŽ“
    
    /// tip
    
    ๐Ÿ‘‰ ๐Ÿงธ ๐Ÿ–ผ ๐ŸŽฆ โ” โšซ๏ธ ๐Ÿ‘ท, ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ—œ ๐Ÿ•โ€๐Ÿฆบ, ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ ๐Ÿšš [`GzipMiddleware`](../advanced/middleware.md#gzipmiddleware){.internal-link target=_blank}.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. docs/pt/docs/environment-variables.md

    ## Conclusรฃo
    
    Com isso, vocรช deve ter uma compreensรฃo bรกsica do que sรฃo **variรกveis โ€‹โ€‹de ambiente** e como usรก-las em Python.
    
    Vocรช tambรฉm pode ler mais sobre elas na <a href="https://en.wikipedia.org/wiki/Environment_variable" class="external-link" target="_blank">Wikipedia para Variรกveis โ€‹โ€‹de Ambiente</a>.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 10 10:36:42 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. docs/ru/docs/deployment/docker.md

    * <a href="https://hub.docker.com/_/mysql" class="external-link" target="_blank">MySQL</a>
    * <a href="https://hub.docker.com/_/mongo" class="external-link" target="_blank">MongoDB</a>
    * <a href="https://hub.docker.com/_/redis" class="external-link" target="_blank">Redis</a>
    
    ะธ ั‚.ะฟ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/body.md

    ไธŠ่จ˜ใฎใ‚นใ‚ฏใƒชใƒผใƒณใ‚ทใƒงใƒƒใƒˆใฏ<a href="https://code.visualstudio.com" class="external-link" target="_blank">Visual Studio Code</a>ใ‚’ๆ’ฎใฃใŸใ‚‚ใฎใงใ™ใ€‚
    
    ใ—ใ‹ใ—ใ€<a href="https://www.jetbrains.com/pycharm/" class="external-link" target="_blank">PyCharm</a>ใ‚„ใปใจใ‚“ใฉใฎPythonใ‚จใƒ‡ใ‚ฃใ‚ฟใงใ‚‚ๅŒๆง˜ใชใ‚จใƒ‡ใ‚ฃใ‚ฟใƒผใ‚ตใƒใƒผใƒˆใ‚’ๅ—ใ‘ใ‚‰ใ‚Œใพใ™:
    
    <img src="/img/tutorial/body/image05.png">
    
    /// tip | "่ฑ†็Ÿฅ่ญ˜"
    
    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