Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 192 for pacote (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.24.md

    - Kubelet: Fix fs quota monitoring on volumes ([#116795](https://github.com/kubernetes/kubernetes/pull/116795), [@pacoxu](https://github.com/pacoxu)) [SIG Storage]
    
    ### Other (Cleanup or Flake)
    
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  2. docs/pt/docs/_llm-test.md

    Olá novamente.
    
    ### Super- e subclasses { #super-and-subclasses }
    
    Olá novamente.
    
    ////
    
    //// tab | Informações
    
    A única regra rígida para títulos é que o LLM deixe a parte do hash dentro de chaves inalterada, o que garante que os links não quebrem.
    
    Veja a seção `### Headings` no prompt geral em `scripts/translate.py`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:17:03 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/first-steps.md

    Este será o principal ponto de interação para criar toda a sua API.
    
    ### Passo 3: crie uma operação de rota { #step-3-create-a-path-operation }
    
    #### Path { #path }
    
    "Path" aqui se refere à última parte da URL, começando do primeiro `/`.
    
    Então, em uma URL como:
    
    ```
    https://example.com/items/foo
    ```
    
    ...o path seria:
    
    ```
    /items/foo
    ```
    
    /// info | Informação
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 13.6K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/first-steps.md

    Este será el punto principal de interacción para crear toda tu API.
    
    ### Paso 3: crea una *path operation* { #step-3-create-a-path-operation }
    
    #### Path { #path }
    
    "Path" aquí se refiere a la última parte de la URL empezando desde la primera `/`.
    
    Así que, en una URL como:
    
    ```
    https://example.com/items/foo
    ```
    
    ...el path sería:
    
    ```
    /items/foo
    ```
    
    /// info | Información
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  5. docs/de/docs/deployment/docker.md

    4. Installiere die Paketabhängigkeiten aus der Anforderungsdatei.
    
        Die Option `--no-cache-dir` weist `pip` an, die heruntergeladenen Pakete nicht lokal zu speichern, da dies nur benötigt wird, sollte `pip` erneut ausgeführt werden, um dieselben Pakete zu installieren, aber das ist beim Arbeiten mit Containern nicht der Fall.
    
        /// note | Hinweis
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 02 17:32:56 UTC 2025
    - 33.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.20.md

    - Kubelet should ignore cgroup driver check on Windows node. ([#98383](https://github.com/kubernetes/kubernetes/pull/98383), [@pacoxu](https://github.com/pacoxu)) [SIG Node]
    - Make podTopologyHints protected by lock ([#95111](https://github.com/kubernetes/kubernetes/pull/95111), [@choury](https://github.com/choury)) [SIG Node]
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  7. docs/es/docs/_llm-test.md

    Hola de nuevo.
    
    ### Superclases y subclases { #super-and-subclasses }
    
    Hola de nuevo.
    
    ////
    
    //// tab | Información
    
    La única regla estricta para los encabezados es que el LLM deje la parte del hash dentro de llaves sin cambios, lo que asegura que los enlaces no se rompan.
    
    Consulta la sección `### Headings` en el prompt general en `scripts/translate.py`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:16:35 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  8. docs/en/docs/help-fastapi.md

    * You can ask them to provide a <a href="https://stackoverflow.com/help/minimal-reproducible-example" class="external-link" target="_blank">minimal, reproducible, example</a>, that you can **copy-paste** and run locally to see the same error or behavior they are seeing, or to understand their use case better.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14K bytes
    - Viewed (0)
  9. docs/pt/docs/python-types.md

    Desde o Python 3.9, `Annotated` faz parte da biblioteca padrão, então você pode importá-lo de `typing`.
    
    {* ../../docs_src/python_types/tutorial013_py39.py hl[1,4] *}
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  10. docs/es/docs/tutorial/query-params-str-validations.md

    ///
    
    ### Entiende ese código { #understand-that-code }
    
    El punto importante es solo usar **`AfterValidator` con una función dentro de `Annotated`**. Si quieres, sáltate esta parte. 🤸
    
    ---
    
    Pero si te da curiosidad este ejemplo de código específico y sigues entretenido, aquí tienes algunos detalles extra.
    
    #### String con `value.startswith()` { #string-with-value-startswith }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.4K bytes
    - Viewed (0)
Back to top