- Sort Score
- Num 10 results
- Language All
Results 581 - 590 of 617 for imagen (0.08 seconds)
-
src/test/java/org/codelibs/fess/filter/LoadControlFilterTest.java
@Test public void test_doFilter_imageExcluded() throws IOException, ServletException { setConfig(10, 10); testableFilter.setCpuPercent((short) 99); String[] imageUris = { "/images/logo.png", "/img/bg.jpg", "/icons/icon.gif", "/favicon.ico", "/img/logo.svg" }; for (String uri : imageUris) { resetMocks(); mockRequest.setRequestURI(uri);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 33.6K bytes - Click Count (0) -
docs/fr/docs/python-types.md
Au même moment, vous essayez de déclencher l'autocomplétion avec `Ctrl+Espace` et vous voyez : <img src="/img/python-types/image02.png"> Avec cela, vous pouvez faire défiler en voyant les options, jusqu'à trouver celle qui « vous dit quelque chose » : <img src="/img/python-types/image03.png"> ## Plus de motivation { #more-motivation } Regardez cette fonction, elle a déjà des annotations de type :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.7K bytes - Click Count (0) -
docs/tr/docs/tutorial/sql-databases.md
<div class="screenshot"> <img src="/img/tutorial/sql-databases/image01.png"> </div> ## Birden Fazla Model ile Uygulamayı Güncelleme { #update-the-app-with-multiple-models } Şimdi bu uygulamayı biraz **refactor** edelim ve **güvenliği** ile **esnekliği** artıralım.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 16.8K bytes - Click Count (0) -
docs/ko/docs/tutorial/dependencies/index.md
/// ## OpenAPI와 통합 { #integrated-with-openapi } 모든 요청 선언, 검증과 의존성(및 하위 의존성)에 대한 요구 사항은 동일한 OpenAPI 스키마에 통합됩니다. 따라서 대화형 문서에 이러한 의존성에 대한 모든 정보 역시 포함하고 있습니다: <img src="/img/tutorial/dependencies/image01.png"> ## 간단한 사용법 { #simple-usage } 이를 보면, *경로 처리 함수*는 *경로*와 *작동*이 매칭되면 언제든지 사용되도록 정의되었으며, **FastAPI**는 올바른 매개변수를 가진 함수를 호출하고 해당 요청에서 데이터를 추출합니다. 사실, 모든 (혹은 대부분의) 웹 프레임워크는 이와 같은 방식으로 작동합니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.4K bytes - Click Count (0) -
cmd/testdata/xl-meta-merge.zip
must have write access to the parent directory where the binary is present on the host system. - `mc admin update` is not supported and should be avoided in kubernetes/container environments, please upgrade containers by upgrading relevant container images. - **We do not recommend upgrading one MinIO server at a time, the product is designed to support parallel upgrades please follow our recommended guidelines.** ## Explore Further - [MinIO Erasure Code Overview](https://min.io/docs/minio/linux/ope...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Mar 08 17:50:48 GMT 2024 - 30.2K bytes - Click Count (0) -
docs/ja/docs/advanced/openapi-callbacks.md
アプリを起動して [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) にアクセスします。 あなたの *path operation* に「Callbacks」セクションが含まれ、*外部 API* がどうあるべきかが表示されているのが確認できます:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 9.3K bytes - Click Count (0) -
docs/ru/docs/tutorial/query-params-str-validations.md
/// Интерактивная документация API обновится соответствующим образом и позволит передавать несколько значений: <img src="/img/tutorial/query-params-str-validations/image02.png"> ### Query-параметр - список / несколько значений со значением по умолчанию { #query-parameter-list-multiple-values-with-defaults } Можно также определить значение по умолчанию как `list`, если ничего не передано:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 25.1K bytes - Click Count (0) -
docs/zh/docs/python-types.md
在同样的位置,你用 `Ctrl+Space` 触发自动补全,就能看到: <img src="/img/python-types/image02.png"> 这样,你可以滚动查看选项,直到找到那个“看着眼熟”的: <img src="/img/python-types/image03.png"> ## 更多动机 { #more-motivation } 看这个已经带有类型提示的函数: {* ../../docs_src/python_types/tutorial003_py310.py hl[1] *} 因为编辑器知道变量的类型,你不仅能得到补全,还能获得错误检查: <img src="/img/python-types/image04.png"> 现在你知道需要修复它,用 `str(age)` 把 `age` 转成字符串:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 10.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
final String data = "<html><body>" + "<a href=\"http://example.com/page1\">link1</a>" + "<img src=\"http://example.com/page1\">" + "<a href=\"http://example.com/page2\">link2</a>" + "<img src=\"http://example.com/image1.jpg\">" + "<img src=\"http://example.com/page2\">" + "</body></html>"; final Document document = getDocument(data); final FessXpathTransformer transformer = createAnchorListTransformer();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0) -
docs/en/docs/advanced/behind-a-proxy.md
<img src="/img/tutorial/behind-a-proxy/image01.png"> But if we access the docs UI at the "official" URL using the proxy with port `9999`, at `/api/v1/docs`, it works correctly! 🎉 You can check it at [http://127.0.0.1:9999/api/v1/docs](http://127.0.0.1:9999/api/v1/docs): <img src="/img/tutorial/behind-a-proxy/image02.png"> Right as we wanted it. ✔️
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 15.8K bytes - Click Count (0)