Search Options

Results per page
Sort
Preferred Languages
Advance

Results 821 - 830 of 887 for deinem (0.12 sec)

  1. android/guava/src/com/google/common/graph/Network.java

       */
      @Override
      boolean equals(@CheckForNull Object object);
    
      /**
       * Returns the hash code for this network. The hash code of a network is defined as the hash code
       * of a map from each of its {@link #edges() edges} to their {@link #incidentNodes(Object)
       * incident nodes}.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 10 15:41:27 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Ascii.java

       * preferred assignment.)
       *
       * @since 8.0
       */
      public static final byte DC1 = 17; // aka XON
    
      /**
       * Transmission On: Although originally defined as DC1, this ASCII control character is now better
       * known as the XON code used for software flow control in serial communications. The main use is
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

    - Improved scheduler performance when no scoring plugins were defined.
       ([#122058](https://github.com/kubernetes/kubernetes/pull/122058), [@aleksandra-malinowska](https://github.com/aleksandra-malinowska))
    - Improved scheduler performance when no scoring plugins were defined.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:40:14 UTC 2024
    - 309.1K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

            .build()
        val call = client.newCall(Request(server.url("/")))
        val response = call.execute()
        assertThat(response.body.string()).isEqualTo("Successful auth!")
        val denied = server.takeRequest()
        assertThat(denied.headers["Authorization"]).isNull()
        val accepted = server.takeRequest()
        assertThat(accepted.requestLine).isEqualTo("GET / HTTP/1.1")
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/jquery-3.7.1.min.js

    isWindow=y,ce.camelCase=F,ce.type=x,ce.now=Date.now,ce.isNumeric=function(e){var t=ce.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},ce.trim=function(e){return null==e?"":(e+"").replace(en,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return ce});var tn=ie.jQuery,nn=ie.$;return ce.noConflict=function(e){return ie.$===ce&&(ie.$=nn),e&&ie.jQuery===ce&&(ie.jQuery=tn),ce},"undefined"==typeof e&&(ie.jQuery=ie.$=ce),ce});...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/sql-databases.md

    ///
    
    ## ๐Ÿ› ๏ธ
    
    โ†ฉ๏ธ ๐Ÿ‘ฅ โš™๏ธ ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿ”— &amp; ๐Ÿ‘ฅ ๐Ÿšซ ๐Ÿšš ๐Ÿ™† ๐Ÿ˜‡ ๐Ÿ”Œ-โšซ๏ธ ๐Ÿ‘ท โฎ๏ธ **FastAPI**, ๐Ÿ‘ฅ ๐Ÿ’ช ๐Ÿ› ๏ธ ๐Ÿ’ฝ <abbr title="Automatically updating the database to have any new column we define in our models.">๐Ÿ› ๏ธ</abbr> โฎ๏ธ <a href="https://alembic.sqlalchemy.org" class="external-link" target="_blank">โš—</a> ๐Ÿ”—.
    
    &amp; ๐Ÿ“Ÿ ๐Ÿ”— ๐Ÿ‡ธ๐Ÿ‡ฒ &amp; ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿท ๐Ÿ–– ๐ŸŽ ๐Ÿ”ฌ ๐Ÿ“, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ’ช ๐ŸŽญ ๐Ÿ› ๏ธ โฎ๏ธ โš— ๐Ÿต โœ”๏ธ โŽ FastAPI, Pydantic, โš–๏ธ ๐Ÿ•ณ ๐Ÿ™†.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  7. docs/pt/docs/alternatives.md

    /// info
    
    Flask-apispec foi criado pelos mesmos desenvolvedores do Marshmallow.
    
    ///
    
    /// check | "**FastAPI** inspirado para"
    
    Gerar _schema_ OpenAPI automaticamente, a partir do mesmo cรณdigo que define serializaรงรฃo e validaรงรฃo.
    
    ///
    
    ### <a href="https://nestjs.com/" class="external-link" target="_blank">NestJS</a> (and <a href="https://angular.io/" class="external-link" target="_blank">Angular</a>)
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  8. docs/changelogs/changelog_2x.md

        // OkHttp 2.x:
        HttpURLConnection connection = new OkUrlFactory(client).open(url);
        ```
    
     *  **Custom caches are no longer supported.** In OkHttp 1.x it was possible to
        define your own response cache with the `java.net.ResponseCache` and OkHttp's
        `OkResponseCache` interfaces. Both of these APIs have been dropped. In
        OkHttp 2 the built-in disk cache is the only supported response cache.
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  9. docs/em/docs/async.md

    ๐Ÿ•โ” ๐Ÿ‘† ๐Ÿ’š ๐Ÿค™ `async def` ๐Ÿ”ข, ๐Ÿ‘† โœ”๏ธ "โŒ›" โšซ๏ธ. , ๐Ÿ‘‰ ๐Ÿ† ๐Ÿšซ ๐Ÿ‘ท:
    
    ```Python
    # This won't work, because get_burgers was defined with: async def
    burgers = get_burgers(2)
    ```
    
    ---
    
    , ๐Ÿšฅ ๐Ÿ‘† โš™๏ธ ๐Ÿ—ƒ ๐Ÿ‘ˆ ๐Ÿ’ฌ ๐Ÿ‘† ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿค™ โšซ๏ธ โฎ๏ธ `await`, ๐Ÿ‘† ๐Ÿ’ช โœ *โžก ๐Ÿ› ๏ธ ๐Ÿ”ข* ๐Ÿ‘ˆ โš™๏ธ โšซ๏ธ โฎ๏ธ `async def`, ๐Ÿ’–:
    
    ```Python hl_lines="2-3"
    @app.get('/burgers')
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  10. LICENSE

       TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    
       1. Definitions.
    
          "License" shall mean the terms and conditions for use, reproduction,
          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Jan 23 11:07:23 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top