Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 90 of 206 for interpret (0.06 seconds)

  1. docs/en/docs/tutorial/header-params.md

    ///
    
    /// info
    
    To declare headers, you need to use `Header`, because otherwise the parameters would be interpreted as query parameters.
    
    ///
    
    ## Automatic conversion { #automatic-conversion }
    
    `Header` has a little extra functionality on top of what `Path`, `Query` and `Cookie` provide.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Aug 31 09:15:41 GMT 2025
    - 3K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/request-forms.md

    /// info
    
    `Form` est une classe qui hérite directement de `Body`.
    
    ///
    
    /// tip | Astuce
    
    Pour déclarer des corps de formulaire, vous devez utiliser `Form` explicitement, car sinon les paramètres seraient interprétés comme des paramètres de requête ou des paramètres de corps (JSON).
    
    ///
    
    ## À propos des « champs de formulaire » { #about-form-fields }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/helper/UserAgentHelper.java

         * Each type represents a major browser family that can be detected
         * from the User-Agent header string.
         */
        public enum UserAgentType {
            /** Internet Explorer and Trident-based browsers */
            IE,
            /** Mozilla Firefox browser */
            FIREFOX,
            /** Google Chrome browser */
            CHROME,
            /** Apple Safari browser */
            SAFARI,
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 3.5K bytes
    - Click Count (0)
  4. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildEnvironment.kt

        val isMacOsX = OperatingSystem.current().isMacOsX
        val isIntel: Boolean = architecture == "x86_64" || architecture == "x86"
        val isSlowInternetConnection
            get() = System.getProperty("slow.internet.connection", "false")!!.toBoolean()
        val agentNum: Int
            get() {
                if (System.getenv().containsKey("USERNAME")) {
                    val agentNumEnv = System.getenv("USERNAME").replaceFirst("tcagent", "")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 25 08:51:12 GMT 2026
    - 4.9K bytes
    - Click Count (1)
  5. docs/zh/docs/advanced/strict-content-type.md

    http://localhost:8000/v1/agents/multivac
    ```
    
    尽管恶意网站与本地应用的主机不同,浏览器仍不会触发 CORS 预检请求,原因是:
    
    - 请求不涉及任何认证,无需发送凭据。
    - 浏览器认为它并未发送 JSON(因为缺少 `Content-Type` 头)。
    
    于是,该恶意网站就可能让本地 AI 代理替用户向前老板发送愤怒消息……甚至更糟。😅
    
    ## 开放的互联网 { #open-internet }
    
    如果你的应用部署在开放的互联网,你不会“信任网络”,也不会允许任何人不经认证就发送特权请求。
    
    攻击者完全可以直接运行脚本向你的 API 发送请求,无需借助浏览器交互,因此你很可能已经对任何特权端点做好了安全防护。
    
    在这种情况下,以上攻击/风险不适用于你。
    
    该风险/攻击主要发生在应用运行于本地网络、且“仅依赖网络隔离作为保护”的场景。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:29:48 GMT 2026
    - 3K bytes
    - Click Count (0)
  6. docs/fr/docs/how-to/custom-docs-ui-assets.md

    Héberger vous‑même le JavaScript et le CSS peut être utile si, par exemple, votre application doit continuer de fonctionner même hors ligne, sans accès Internet ouvert, ou sur un réseau local.
    
    Vous verrez ici comment servir ces fichiers vous‑même, dans la même application FastAPI, et configurer les docs pour les utiliser.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  7. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Protocol.kt

       *
       * [rfc_7540_34]: https://datatracker.ietf.org/doc/html/rfc7540#autoid-10
       */
      H2_PRIOR_KNOWLEDGE("h2_prior_knowledge"),
    
      /**
       * QUIC (Quick UDP Internet Connection) is a new multiplexed and secure transport atop UDP,
       * designed from the ground up and optimized for HTTP/2 semantics. HTTP/1.1 semantics are layered
       * on HTTP/2.
       *
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  8. ci/official/requirements_updater/README.md

    [rules_python](https://github.com/bazelbuild/rules_python)) for all build
    and test commands executed via Bazel. This means that your system Python
    installation will be ignored during the build and Python interpreter itself
    as well as all the Python dependencies will be managed by bazel directly.
    
    ### Specifying Python version
    
    The hermetic Python version is controlled by `HERMETIC_PYTHON_VERSION`
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Jun 29 00:19:18 GMT 2024
    - 3K bytes
    - Click Count (0)
  9. docs/es/docs/tutorial/body-multiple-params.md

    Por supuesto, también puedes declarar parámetros adicionales de query siempre que lo necesites, además de cualquier parámetro del cuerpo.
    
    Como, por defecto, los valores singulares se interpretan como parámetros de query, no tienes que añadir explícitamente un `Query`, solo puedes hacer:
    
    ```Python
    q: str | None = None
    ```
    
    Por ejemplo:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  10. scripts/general-llm-prompt.md

    ```
    
    Examples:
    
    Source (English):
    
    ```
    <abbr title="Internet of Things">IoT</abbr>
    <abbr title="Central Processing Unit">CPU</abbr>
    <abbr title="too long; didn't read"><strong>TL;DR:</strong></abbr>
    ```
    
    Result (German):
    
    ```
    <abbr title="Internet of Things - Internet der Dinge">IoT</abbr>
    <abbr title="Central Processing Unit - Zentrale Verarbeitungseinheit">CPU</abbr>
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Mar 18 10:55:36 GMT 2026
    - 14.6K bytes
    - Click Count (0)
Back to Top