Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 576 for imagen (0.03 sec)

  1. docs/pt/docs/advanced/additional-responses.md

    Por exemplo, você pode adicionar um media type adicional de `image/png`, declarando que a sua *operação de rota* pode retornar um objeto JSON (com o media type `application/json`) ou uma imagem PNG:
    
    {* ../../docs_src/additional_responses/tutorial002_py310.py hl[17:22,26] *}
    
    /// note | Nota
    
    Note que você deve retornar a imagem utilizando um `FileResponse` diretamente.
    
    ///
    
    /// info | Informação
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  2. docs/en/docs/img/tutorial/path-operation-configuration/image04.png

    image04.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 37.8K bytes
    - Viewed (0)
  3. docs/en/docs/img/tutorial/security/image06.png

    image06.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 89.4K bytes
    - Viewed (0)
  4. docs/en/docs/img/tutorial/security/image08.png

    image08.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Jul 10 17:28:18 UTC 2020
    - 86.6K bytes
    - Viewed (0)
  5. docs/en/docs/img/tutorial/security/image09.png

    image09.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 108.2K bytes
    - Viewed (0)
  6. docs/en/docs/img/tutorial/security/image12.png

    image12.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 67.7K bytes
    - Viewed (0)
  7. docs/en/docs/img/tutorial/websockets/image04.png

    image04.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 30.2K bytes
    - Viewed (0)
  8. docs/en/docs/img/python-types/image06.png

    image06.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 28.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/util/ResourceUtil.java

        }
    
        /**
         * Gets the path to image files directory.
         *
         * @param names the path components to append to the images directory
         * @return the Path object pointing to the images directory
         */
        public static Path getImagePath(final String... names) {
            return getPath(StringUtil.EMPTY, "images", names);
        }
    
        /**
         * Gets the path to CSS files directory.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  10. docs/ru/docs/advanced/websockets.md

    <img src="/img/tutorial/websockets/image01.png">
    
    Вы можете набирать сообщения в поле ввода и отправлять их:
    
    <img src="/img/tutorial/websockets/image02.png">
    
    И ваше **FastAPI** приложение с веб-сокетами ответит:
    
    <img src="/img/tutorial/websockets/image03.png">
    
    Вы можете отправлять и получать множество сообщений:
    
    <img src="/img/tutorial/websockets/image04.png">
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 8.6K bytes
    - Viewed (0)
Back to top