- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 565 for imagem (0.24 sec)
-
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<aside class="main-sidebar sidebar-dark-primary"> <la:link href="/admin/" styleClass="brand-link text-center"> <span class="brand-text"> <c:if test="${empty param.brandName or empty param.logoPath}"><img src="${fe:url('/images/logo-head.png')}" alt="<la:message key="labels.header_brand_name" />" /></c:if ><c:if test="${not empty param.brandName and not empty param.logoPath}"><img src="${fe:url(param.logoPath)}" alt="${f:h(param.brandName)}" /></c:if> </span>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Apr 15 20:55:28 UTC 2021 - 17.8K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/classes-as-dependencies.md
{!> ../../docs_src/dependencies/tutorial003_py310.py!} ``` //// ✋️ 📣 🆎 💡 👈 🌌 👆 👨🎨 🔜 💭 ⚫️❔ 🔜 🚶♀️ 🔢 `commons`, & ⤴️ ⚫️ 💪 ℹ 👆 ⏮️ 📟 🛠️, 🆎 ✅, ♒️: <img src="/img/tutorial/dependencies/image02.png"> ## ⌨ ✋️ 👆 👀 👈 👥 ✔️ 📟 🔁 📥, ✍ `CommonQueryParams` 🕐: ```Python commons: CommonQueryParams = Depends(CommonQueryParams) ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/de/docs/tutorial/query-params-str-validations.md
/// Die interaktive API-Dokumentation wird entsprechend aktualisiert und erlaubt jetzt mehrere Werte. <img src="/img/tutorial/query-params-str-validations/image02.png"> ### Query-Parameter-Liste / Mehrere Werte mit Defaults Und Sie können auch eine Default-`list`e von Werten definieren, wenn keine übergeben werden: //// tab | Python 3.9+ ```Python hl_lines="9"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 27.2K bytes - Viewed (0) -
docs/em/docs/advanced/path-operation-advanced-configuration.md
```Python hl_lines="6" {!../../docs_src/path_operation_advanced_configuration/tutorial005.py!} ``` 🚥 👆 📂 🏧 🛠️ 🩺, 👆 ↔ 🔜 🎦 🆙 🔝 🎯 *➡ 🛠️*. <img src="/img/tutorial/path-operation-advanced-configuration/image01.png"> & 🚥 👆 👀 📉 🗄 ( `/openapi.json` 👆 🛠️), 👆 🔜 👀 👆 ↔ 🍕 🎯 *➡ 🛠️* 💁♂️: ```JSON hl_lines="22" { "openapi": "3.0.2", "info": { "title": "FastAPI",
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.7K bytes - Viewed (0) -
docs/ru/docs/tutorial/request-files.md
`UploadFile` имеет следующие атрибуты: * `filename`: Строка `str` с исходным именем файла, который был загружен (например, `myimage.jpg`). * `content_type`: Строка `str` с типом содержимого (MIME type / media type) (например, `image/jpeg`).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.3K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.design_jsp_file_does_not_exist=Le fichier JSP n'existe pas. errors.design_file_name_is_not_found=Le nom du fichier n'est pas spécifié. errors.failed_to_write_design_image_file=Échec du téléchargement d'un fichier image. errors.failed_to_update_jsp_file=Impossible de mettre à jour un fichier jsp. errors.design_file_name_is_invalid=Le nom du fichier n'est pas valide. errors.design_file_is_unsupported_type=Le type de fichier n'est pas pris en charge.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 06 22:59:17 UTC 2023 - 14.2K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.invalid_design_jsp_file_name=Invalid JSP file. errors.design_jsp_file_does_not_exist=JSP file does not exist. errors.design_file_name_is_not_found=The file name is not specified. errors.failed_to_write_design_image_file=Failed to upload an image file. errors.failed_to_update_jsp_file=Failed to update a jsp file. errors.design_file_name_is_invalid=The file name is invalid. errors.design_file_is_unsupported_type=The kind of file is unsupported.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.invalid_design_jsp_file_name=Invalid JSP file. errors.design_jsp_file_does_not_exist=JSP file does not exist. errors.design_file_name_is_not_found=The file name is not specified. errors.failed_to_write_design_image_file=Failed to upload an image file. errors.failed_to_update_jsp_file=Failed to update a jsp file. errors.design_file_name_is_invalid=The file name is invalid. errors.design_file_is_unsupported_type=The kind of file is unsupported.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.4K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/HttpUrlJvmTest.kt
// Accessing an URL protocol that was not enabled. The URL protocol mailto is not tested and // might not work as expected. It can be enabled by adding the --enable-url-protocols=mailto // option to the native-image command. platform.assumeNotGraalVMImage() val javaNetUrl = URL("mailto:******@****.***") assertThat(javaNetUrl.toHttpUrlOrNull()).isNull() } @Test fun fromUri() {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 11.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: WEBP Image */ public static final String LABELS_facet_filetype_wepb = "{labels.facet_filetype_wepb}"; /** The key of the message: BMP Image */ public static final String LABELS_facet_filetype_bmp = "{labels.facet_filetype_bmp}"; /** The key of the message: ICO Image */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0)