Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 125 for libraries (0.09 seconds)

  1. docs/zh/docs/how-to/graphql.md

    你可以在同一个应用中将常规的 FastAPI 路径操作与 GraphQL 结合使用。
    
    /// tip | 提示
    
    **GraphQL** 解决一些非常特定的用例。
    
    与常见的 **Web API** 相比,它有各自的**优点**和**缺点**。
    
    请确保评估在你的用例中,这些**好处**是否足以弥补这些**缺点**。 🤓
    
    ///
    
    ## GraphQL 库 { #graphql-libraries }
    
    以下是一些支持 **ASGI** 的 **GraphQL** 库。你可以将它们与 **FastAPI** 一起使用:
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * 提供 [面向 FastAPI 的文档](https://strawberry.rocks/docs/integrations/fastapi)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/how-to/graphql.md

    你可以在同一個應用程式中同時使用一般的 FastAPI 路徑操作 (path operation) 與 GraphQL。
    
    /// tip
    
    GraphQL 解決某些非常特定的使用情境。
    
    與一般的 Web API 相比,它有優點也有缺點。
    
    請確認在你的使用情境中,這些效益是否足以彌補其限制。 🤓
    
    ///
    
    ## GraphQL 函式庫 { #graphql-libraries }
    
    下面是支援 ASGI 的部分 GraphQL 函式庫,你可以與 FastAPI 一起使用:
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * 提供 [FastAPI 文件](https://strawberry.rocks/docs/integrations/fastapi)
    * [Ariadne](https://ariadnegraphql.org/)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  3. apache-maven/src/main/appended-resources/META-INF/LICENSE.vm

    ## KIND, either express or implied.  See the License for the
    ## specific language governing permissions and limitations
    ## under the License.
    ##
    
    
    Apache Maven includes a number of components and libraries with separate
    copyright notices and license terms. Your use of those components are
    subject to the terms and conditions of the following licenses:
    ##
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  4. fastapi/.agents/skills/fastapi/SKILL.md

    ## Tooling
    
    See [the other tools reference](references/other-tools.md) for details on uv, Ruff, ty for package management, linting, type checking, formatting, etc.
    
    ## Other Libraries
    
    See [the other tools reference](references/other-tools.md) for details on other libraries:
    
    * Asyncer for handling async and await, concurrency, mixing async and blocking code, prefer it over AnyIO or asyncio.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 01 10:05:57 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  5. android/guava-tests/pom.xml

        <version>999.0.0-HEAD-android-SNAPSHOT</version>
      </parent>
      <artifactId>guava-tests</artifactId>
      <name>Guava Unit Tests</name>
      <description>
        The unit tests for the Guava libraries - separated into a
        separate artifact to allow for the testlibs to depend on guava
        itself.
      </description>
      <dependencies>
        <dependency>
          <groupId>${project.groupId}</groupId>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 05 03:10:05 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  6. tensorflow/BUILD

    # (e.g. _pywrap_tensorflow_internal.so for Python, libtensorflow.so for the C
    # API) is responsible for registering ops with libtensorflow_framework.so. In
    # addition to this core set of ops, user libraries which are loaded (via
    # TF_LoadLibrary/tf.load_op_library) register their ops and kernels with this
    # shared object directly.
    #
    # For example, from Python tf.load_op_library loads a custom op library (via
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
  7. src/cmd/cgo/doc.go

    they need to be linked into the final binary, along with the libraries
    they might depend on (in the case of puts, stdio). cmd/link has been
    extended to understand basic ELF files, but it does not understand ELF
    in the full complexity that modern C libraries embrace, so it cannot
    in general generate direct references to the system libraries.
    
    Instead, the build process generates an object file using dynamic
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Dec 08 22:37:14 GMT 2025
    - 43.9K bytes
    - Click Count (0)
  8. docs/ja/docs/how-to/graphql.md

    /// tip | 豆知識
    
    **GraphQL** は非常に特定のユースケースを解決します。
    
    一般的な **Web API** と比べると、**長所** と **短所** があります。
    
    ご自身のユースケースで得られる **利点** が **欠点** を補うかどうかを評価してください。 🤓
    
    ///
    
    ## GraphQL ライブラリ { #graphql-libraries }
    
    **ASGI** をサポートする **GraphQL** ライブラリの一部を以下に示します。**FastAPI** と組み合わせて使用できます:
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * [FastAPI 向けドキュメント](https://strawberry.rocks/docs/integrations/fastapi)あり
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  9. android/guava/src/com/google/common/escape/Escaper.java

     * extend one of these classes. If you find that you are unable to achieve the desired behavior
     * using either of these classes, please contact the Java libraries team for advice.
     *
     * <p>Popular escapers are defined as constants in classes like {@link
     * com.google.common.html.HtmlEscapers} and {@link com.google.common.xml.XmlEscapers}. To create
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Feb 13 15:45:16 GMT 2025
    - 4.7K bytes
    - Click Count (0)
  10. tensorflow/api_template_v1.__init__.py

          "keras.api._v1.keras.__internal__.legacy.rnn_cell")
    _current_module.nn.__path__ = [_module_dir] + _current_module.nn.__path__
    
    del importlib
    
    # Load all plugin libraries from site-packages/tensorflow-plugins if we are
    # running under pip.
    # TODO(gunan): Find a better location for this code snippet.
    from tensorflow.python.framework import load_library as _ll
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Oct 02 22:16:02 GMT 2024
    - 7.5K bytes
    - Click Count (0)
Back to Top