Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for Editor (0.25 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType I_CALENDAR_UTF_8 = createConstantUtf8(TEXT_TYPE, "calendar");
      public static final MediaType PLAIN_TEXT_UTF_8 = createConstantUtf8(TEXT_TYPE, "plain");
    
      /**
       * <a href="http://www.rfc-editor.org/rfc/rfc4329.txt">RFC 4329</a> declares {@link
       * #JAVASCRIPT_UTF_8 application/javascript} to be the correct media type for JavaScript, but this
       * may be necessary in certain situations for compatibility.
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SID.java

            return ret;
        }
    
        /**
         * Return a String representing this SID ideal for display to
         * users. This method should return the same text that the ACL
         * editor in Windows would display.
         * <p>
         * Specifically, if the SID has
         * been resolved and it is not a domain SID or builtin account,
         * the full DOMAIN\name form of the account will be
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
  3. docs/pl/docs/index.md

    ...z:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...na:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...i zobacz jak edytor kodu automatycznie uzupełni atrybuty i będzie znał ich typy:
    
    ![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
    - 19.4K bytes
    - Viewed (0)
  4. docs/uk/docs/index.md

    ```
    
    ...на:
    
    ```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
    - 24.2K bytes
    - Viewed (0)
  5. docs/he/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: Thu Apr 18 23:58:47 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  6. docs/ru/docs/index.md

    ```
    
    ...в:
    
    ```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
    - 25.8K bytes
    - Viewed (0)
  7. docs/az/docs/index.md

    ```
    
    ...buna:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...və redaktorun məlumat tiplərini bildiyini və avtomatik tamaladığını görəcəksiniz:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Daha çox funksiyaya malik daha dolğun nümunə üçün <a href="https://fastapi.tiangolo.com/az/tutorial/">Öyrədici - İstifadəçi Təlimatı</a> səhifəsinə baxa bilərsiniz.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  8. docs/hu/docs/index.md

    ```
    
    ...erre:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ... És figyeld meg hogy a szerkesztő automatikusan tudni fogja a típusokat és kiegészíti azokat:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Teljesebb példákért és funkciókért tekintsd meg a <a href="https://fastapi.tiangolo.com/tutorial/">Tutorial - User Guide</a> -t.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  9. docs/zh/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/zh/tutorial/">教程 - 用户指南</a> 中有包含更多特性的更完整示例。
    
    **剧透警告**: 教程 - 用户指南中的内容有:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.2K bytes
    - Viewed (0)
  10. docs/yo/docs/index.md

    ```
    
    ...ṣí:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    .. kí o sì wo bí olóòtú rẹ yóò ṣe parí àwọn àbùdá náà fúnra rẹ̀, yóò sì mọ irúfẹ́ wọn:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Fún àpẹẹrẹ pípé síi pẹ̀lú àwọn àbùdá mìíràn, wo <a href="https://fastapi.tiangolo.com/tutorial/">Ìdánilẹ́kọ̀ọ́ - Ìtọ́sọ́nà Olùmúlò</a>.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 24.1K bytes
    - Viewed (0)
Back to top