- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 705 for imagem (0.09 seconds)
-
scripts/playwright/separate_openapi_schemas/image04.py
page.set_viewport_size({"width": 960, "height": 820}) # Manually add the screenshot page.screenshot( path="docs/en/docs/img/tutorial/separate-openapi-schemas/image04.png" ) # --------------------- context.close() browser.close() process = subprocess.Popen( ["uvicorn", "docs_src.separate_openapi_schemas.tutorial001:app"] ) try:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Sep 13 09:14:46 GMT 2024 - 1K bytes - Click Count (0) -
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.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 14.1K bytes - Click Count (0) -
docs/ru/docs/tutorial/body.md
JSON Schema ваших моделей будет частью сгенерированной схемы OpenAPI и будет отображаться в интерактивной документации API: <img src="/img/tutorial/body/image01.png"> А также они будут использоваться в документации API внутри каждой *операции пути*, где это требуется: <img src="/img/tutorial/body/image02.png"> ## Поддержка редактора кода { #editor-support }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 10.7K bytes - Click Count (0) -
docs/uk/docs/tutorial/body.md
Схеми JSON ваших моделей будуть частиною вашої схеми, згенерованої OpenAPI, і будуть показані в інтерактивній API документації: <img src="/img/tutorial/body/image01.png"> А також використовуватимуться в API документації всередині кожної *операції шляху*, якій вони потрібні: <img src="/img/tutorial/body/image02.png"> ## Підтримка редактора { #editor-support }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 10.6K bytes - Click Count (0) -
docs/ja/docs/tutorial/path-operation-configuration.md
<img src="/img/tutorial/path-operation-configuration/image03.png"> ## *path operation*を非推奨にする { #deprecate-a-path-operation } *path operation*を<dfn title="非推奨、使用しないことを推奨">deprecated</dfn>としてマークする必要があるが、それを削除しない場合は、`deprecated`パラメータを渡します: {* ../../docs_src/path_operation_configuration/tutorial006_py310.py hl[16] *} 対話的ドキュメントでは非推奨と明記されます: <img src="/img/tutorial/path-operation-configuration/image04.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/ko/docs/how-to/separate-openapi-schemas.md
### 문서에서의 입력 모델 { #input-model-in-docs } 문서에서 `description` 필드에 **빨간 별표**가 없고, 필수로 표시되지 않는 것을 확인할 수 있습니다: <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image01.png"> </div> ### 출력용 모델 { #model-for-output } 하지만 같은 모델을 다음처럼 출력으로 사용하면: {* ../../docs_src/separate_openapi_schemas/tutorial001_py310.py hl[19] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:57:01 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/resources/fess_config.properties
searchlog.process.batch_size=100 # Minimum width for HTML images in thumbnails. thumbnail.html.image.min.width=100 # Minimum height for HTML images in thumbnails. thumbnail.html.image.min.height=100 # Maximum aspect ratio for HTML images in thumbnails. thumbnail.html.image.max.aspect.ratio=3.0 # Width of generated thumbnail images. thumbnail.html.image.thumbnail.width=100 # Height of generated thumbnail images.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/first-steps.md
``` </div> ## Kontrol Edin { #check-it } Etkileşimli dokümantasyona gidin: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Şuna benzer bir şey göreceksiniz: <img src="/img/tutorial/security/image01.png"> /// check | Authorize butonu! Artık parıl parıl yeni bir "Authorize" butonunuz var. Ayrıca *path operation*’ınızın sağ üst köşesinde tıklayabileceğiniz küçük bir kilit simgesi de bulunuyor. ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 9.2K bytes - Click Count (0) -
docs/es/docs/advanced/stream-data.md
{* ../../docs_src/stream_data/tutorial002_py310.py ln[1:27] hl[3,12:13,25] *} /// note | Detalles técnicos Las otras dos variables, `image_base64` y `binary_image`, son una imagen codificada en Base64 y luego convertida a bytes, para después pasarla a `io.BytesIO`. Solo para que pueda vivir en el mismo archivo para este ejemplo y puedas copiarlo y ejecutarlo tal cual. 🥚 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:12:26 GMT 2026 - 5.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/docker/DockerSupportService.java
if (isVersionHighEnough) { // Check that we can execute a privileged command lastResult = runCommand(dockerPath, "images"); // If docker all checks out, see if docker-compose is available and working Optional<String> composePath = getDockerComposePath();Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 14.8K bytes - Click Count (0)