- Sort Score
- Num 10 results
- Language All
Results 421 - 430 of 538 for imagem (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/zh-hant/docs/tutorial/header-param-models.md
FastAPI 會從請求的標頭為每個欄位擷取資料,並交給你已定義的 Pydantic 模型實例。 ## 檢視文件 { #check-the-docs } 你可以在 `/docs` 的文件介面看到所需的標頭: <div class="screenshot"> <img src="/img/tutorial/header-param-models/image01.png"> </div> ## 禁止額外標頭 { #forbid-extra-headers } 在某些特殊情境(可能不常見)下,你可能想限制允許接收的標頭。 你可以使用 Pydantic 的模型設定來 `forbid` 任何 `extra` 欄位: {* ../../docs_src/header_param_models/tutorial002_an_py310.py hl[10] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:15:26 GMT 2026 - 2.3K bytes - Click Count (0) -
docs/uk/docs/tutorial/cookie-param-models.md
## Перевірка у документації { #check-the-docs } Ви можете побачити визначені cookies в інтерфейсі документації за адресою `/docs`: <div class="screenshot"> <img src="/img/tutorial/cookie-param-models/image01.png"> </div> /// info | Інформація Майте на увазі, що оскільки **браузери обробляють cookies** особливим чином і «за лаштунками», вони **не** дозволяють **JavaScript** легко з ними працювати.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:42:01 GMT 2026 - 4.7K bytes - Click Count (0) -
docs/es/docs/tutorial/query-params-str-validations.md
/// La documentación interactiva de API se actualizará en consecuencia, para permitir múltiples valores: <img src="/img/tutorial/query-params-str-validations/image02.png"> ### Lista de parámetros de Query / múltiples valores con valores por defecto { #query-parameter-list-multiple-values-with-defaults }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 17.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/sql-databases.md
<div class="screenshot"> <img src="/img/tutorial/sql-databases/image01.png"> </div> ## Mettre à jour l'application avec plusieurs modèles { #update-the-app-with-multiple-models } Maintenant, **refactorisons** un peu cette application pour augmenter la **sécurité** et la **polyvalence**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
<div class="me-3"> <a class="link d-none d-sm-flex" href="${doc.url_link}" data-uri="${doc.url_link}" data-id="${doc.doc_id}" data-order="${s.index}" > <img src="${fe:url('/images/blank.png')}" alt="thumbnail" data-src="${fe:url('/thumbnail/')}?docId=${f:u(doc.doc_id)}&queryId=${f:u(queryId)}" class="thumbnail" > </a> </div> </c:if>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 12.2K bytes - Click Count (0) -
SECURITY.md
running the `tf.train.Server`. ## Untrusted inputs during training and prediction TensorFlow supports a wide range of input data formats. For example it can process images, audio, videos, and text. There are several modules specialized in taking those formats, modifying them, and/or converting them to intermediate formats that can be processed by TensorFlow.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Oct 16 16:10:43 GMT 2024 - 9.6K bytes - Click Count (0) -
docs/ru/docs/advanced/openapi-webhooks.md
Вы увидите, что в документации есть обычные операции пути, а также появились вебхуки:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 4.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/ResourceUtilTest.java
} @Test public void test_getImagePath() { Path imagePath = ResourceUtil.getImagePath("logo.png"); assertNotNull(imagePath); assertTrue(imagePath.toString().contains("images")); } @Test public void test_getCssPath() { Path cssPath = ResourceUtil.getCssPath("style.css"); assertNotNull(cssPath); assertTrue(cssPath.toString().contains("css"));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 11.8K bytes - Click Count (0) -
docs/en/docs/advanced/openapi-webhooks.md
Now you can start your app and go to [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). You will see your docs have the normal *path operations* and now also some **webhooks**:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/es/docs/advanced/openapi-webhooks.md
Verás que tu documentación tiene las *path operations* normales y ahora también algunos **webhooks**:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 3.1K bytes - Click Count (0)