Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 90 of 377 for edited (0.18 seconds)

  1. docs/tr/docs/tutorial/body-nested-models.md

    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## Her yerde editör desteği { #editor-support-everywhere }
    
    Ve her yerde editör desteği alırsınız.
    
    List içindeki öğeler için bile:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Pydantic modelleri yerine doğrudan `dict` ile çalışsaydınız bu tür bir editör desteğini alamazdınız.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  2. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/PomBuilder.java

            return xml.toString();
        }
    
        public Document buildDocument() {
            try {
                String xmlContent = build();
                Editor editor = new Editor(Document.of(xmlContent));
                return editor.document();
            } catch (Exception e) {
                throw new RuntimeException("Failed to build POM document", e);
            }
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 7.2K bytes
    - Click Count (0)
  3. docs/pt/docs/features.md

    Você raramente precisará voltar à documentação.
    
    Aqui está como o editor poderá te ajudar:
    
    * no [Visual Studio Code](https://code.visualstudio.com/):
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    * no [PyCharm](https://www.jetbrains.com/pycharm/):
    
    ![editor support](https://fastapi.tiangolo.com/img/pycharm-completion.png)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/body.md

    <img src="/img/tutorial/body/image05.png">
    
    /// tip | İpucu
    
    Editor olarak [PyCharm](https://www.jetbrains.com/pycharm/) kullanıyorsanız, [Pydantic PyCharm Plugin](https://github.com/koxudaxi/pydantic-pycharm-plugin/) kullanabilirsiniz.
    
    Pydantic modelleri için editor desteğini şu açılardan iyileştirir:
    
    * auto-completion
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  5. docs/de/docs/python-types.md

    Auf diese Weise kann Ihr Editor Sie auch bei der Bearbeitung von Einträgen aus der Liste unterstützen:
    
    <img src="/img/python-types/image05.png">
    
    Ohne Typen ist das fast unmöglich zu erreichen.
    
    Beachten Sie, dass die Variable `item` eines der Elemente in der Liste `items` ist.
    
    Und trotzdem weiß der Editor, dass es sich um ein `str` handelt, und bietet entsprechende Unterstützung.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.6K bytes
    - Click Count (1)
  6. docs/en/docs/python-types.md

    By doing that, your editor can provide support even while processing items from the list:
    
    <img src="/img/python-types/image05.png">
    
    Without types, that's almost impossible to achieve.
    
    Notice that the variable `item` is one of the elements in the list `items`.
    
    And still, the editor knows it is a `str`, and provides support for that.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  7. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java

                // Verify the model version and namespace - use the updated document from pomMap
                Document updatedDocument = pomMap.get(Paths.get("pom.xml"));
                Editor editor = new Editor(updatedDocument);
                Element root = editor.root();
                assertEquals(expectedNamespace, root.namespaceURI(), "Namespace should be updated: " + description);
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 38.8K bytes
    - Click Count (0)
  8. docs/pt/docs/tutorial/body-nested-models.md

    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## Suporte de editor em todo canto { #editor-support-everywhere }
    
    E você obtém suporte do editor em todos os lugares.
    
    Mesmo para itens dentro de listas:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Você não conseguiria este tipo de suporte de editor se estivesse trabalhando diretamente com `dict` em vez de modelos Pydantic.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 7.3K bytes
    - Click Count (0)
  9. docs/tr/docs/python-types.md

    `upper` mıydı? `uppercase` miydi? `first_uppercase`? `capitalize`?
    
    Sonra eski programcı dostuyla denersiniz: editör autocomplete.
    
    Fonksiyonun ilk parametresi olan `first_name`'i yazarsınız, sonra bir nokta (`.`) ve ardından autocomplete'i tetiklemek için `Ctrl+Space`'e basarsınız.
    
    Ama ne yazık ki, işe yarar bir şey göremezsiniz:
    
    <img src="/img/python-types/image01.png">
    
    ### Tipleri ekleyelim { #add-types }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  10. docs/es/docs/features.md

    Rara vez necesitarás regresar a la documentación.
    
    Aquí está cómo tu editor podría ayudarte:
    
    * en [Visual Studio Code](https://code.visualstudio.com/):
    
    ![soporte del editor](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    * en [PyCharm](https://www.jetbrains.com/pycharm/):
    
    ![soporte del editor](https://fastapi.tiangolo.com/img/pycharm-completion.png)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top