Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 73 for Editor (0.35 sec)

  1. docs/en/docs/tutorial/dependencies/index.md

    The dependencies will keep working as expected, and the **best part** is that the **type information will be preserved**, which means that your editor will be able to keep providing you with **autocompletion**, **inline errors**, etc. The same for other tools like `mypy`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_en.properties

    errors.design_file_name_is_invalid=The file name is invalid.
    errors.design_file_is_unsupported_type=The kind of file is unsupported.
    errors.failed_to_create_crawling_config_at_wizard=Failed to create a crawling config.
    errors.design_editor_disabled=This feature is disabled.
    errors.not_found_on_file_system=Not Found: {0}
    errors.could_not_open_on_system=Could not open {0}. <br/>Please check if the file is associated with an application.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_fr.properties

    errors.design_file_is_unsupported_type=Le type de fichier n'est pas pris en charge.
    errors.failed_to_create_crawling_config_at_wizard=Échec de la création d'une configuration d'exploration.
    errors.design_editor_disabled=Cette fonctionnalité est désactivée.
    errors.not_found_on_file_system=Non trouvé : {0}
    errors.could_not_open_on_system=Impossible d'ouvrir {0}. <br/>Veuillez vérifier si le fichier est associé à une application.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Feb 06 22:59:17 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_ja.properties

    errors.design_file_name_is_invalid = ファイル名が無効です。
    errors.design_file_is_unsupported_type = このファイルの種類はサポートされていません。
    errors.failed_to_create_crawling_config_at_wizard = クロール設定の作成に失敗しました。
    errors.design_editor_disabled = この機能は無効です。
    errors.not_found_on_file_system = 見つかりません。原因:  {0}
    errors.could_not_open_on_system = {0} を開くことができません。<br>ファイルがアプリケーションに関連付けられているか確認してください。
    errors.result_size_exceeded = これ以上の結果は表示できません。
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 15.1K bytes
    - Viewed (0)
  5. docs/de/docs/tutorial/dependencies/index.md

    Die Abhängigkeiten funktionieren weiterhin wie erwartet, und das **Beste daran** ist, dass die **Typinformationen erhalten bleiben**, was bedeutet, dass Ihr Editor Ihnen weiterhin **automatische Vervollständigung**, **Inline-Fehler**, usw. bieten kann. Das Gleiche gilt für andere Tools wie `mypy`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:01:10 GMT 2024
    - 13.1K bytes
    - Viewed (0)
  6. docs/de/docs/contributing.md

    $ python ./scripts/docs.py new-lang ht
    
    Successfully initialized: docs/ht
    ```
    
    </div>
    
    Jetzt können Sie in Ihrem Code-Editor das neu erstellte Verzeichnis `docs/ht/` sehen.
    
    Obiges Kommando hat eine Datei `docs/ht/mkdocs.yml` mit einer Minimal-Konfiguration erstellt, die alles von der `en`-Version erbt:
    
    ```yaml
    INHERIT: ../en/mkdocs.yml
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 23:55:23 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  7. docs/ko/docs/index.md

    ...에서:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...으로:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...그러고 나서 여러분의 편집기가 속성과 타입을 알고 자동 완성하는지 보십시오:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    더 많은 기능을 포함한 보다 완전한 예제의 경우, <a href="https://fastapi.tiangolo.com/tutorial/">튜토리얼 - 사용자 가이드</a>를 보십시오.
    
    **스포일러 주의**: 튜토리얼 - 사용자 가이드는:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  8. docs/zh-hant/docs/index.md

    ```
    
    從:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    修改為:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    然後觀察你的編輯器,會自動補全並且還知道他們的型別:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    有關更多功能的完整範例,可以參考 <a href="https://fastapi.tiangolo.com/tutorial/">教學 - 使用者指南</a>。
    
    **劇透警告**: 教學 - 使用者指南內容有:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.8K bytes
    - Viewed (0)
  9. docs/en/docs/contributing.md

    ```console
    // Use the command new-lang, pass the language code as a CLI argument
    $ python ./scripts/docs.py new-lang ht
    
    Successfully initialized: docs/ht
    ```
    
    </div>
    
    Now you can check in your code editor the newly created directory `docs/ht/`.
    
    That command created a file `docs/ht/mkdocs.yml` with a simple config that inherits everything from the `en` version:
    
    ```yaml
    INHERIT: ../en/mkdocs.yml
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 17:42:43 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  10. docs/tr/docs/index.md

    ```
    
    ...buna:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...ve editörünün veri tiplerini bildiğini ve otomatik tamamladığını göreceksiniz:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.9K bytes
    - Viewed (0)
Back to top