- Sort Score
- Num 10 results
- Language All
Results 511 - 520 of 588 for images (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/js/admin/plugins/form-validator/security.js
d=a(this),e=document.createElement("DIV"),f=c.reCaptchaSiteKey||d.valAttr("recaptcha-sitekey"),g=c.reCaptchaTheme||d.valAttr("recaptcha-theme")||"light",h=c.reCaptchaSize||d.valAttr("recaptcha-size")||"normal",i=c.reCaptchaType||d.valAttr("recaptcha-type")||"image";if(!f)throw new Error("Google reCaptcha site key is required.");var j=grecaptcha.render(e,{sitekey:f,theme:g,size:h,type:i,callback:function(a){b.find('[data-validation~="recaptcha"]').trigger("validation",a&&""!==a)},"expired-callback":function(...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 10.5K bytes - Click Count (1) -
docs/ja/docs/advanced/stream-data.md
上記の例ではバイト列をストリームしましたが、レスポンスに `Content-Type` ヘッダがないため、クライアントは受け取るデータの種類を認識できませんでした。 `StreamingResponse` を継承したカスタムクラスを作成し、ストリームするデータに応じて `Content-Type` ヘッダを設定できます。 例えば、`media_type` 属性で `Content-Type` を `image/png` に設定する `PNGStreamingResponse` を作成できます: {* ../../docs_src/stream_data/tutorial002_py310.py ln[6,19:20] hl[20] *} その後、path operation 関数で `response_class=PNGStreamingResponse` としてこの新しいクラスを使用できます:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:55:22 GMT 2026 - 6.7K bytes - Click Count (0) -
docs/ja/docs/advanced/behind-a-proxy.md
[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) を確認してください: <img src="/img/tutorial/behind-a-proxy/image01.png"> しかし、プロキシ(ポート `9999`)を使った「公式」URL `/api/v1/docs` でドキュメント UI にアクセスすると、正しく動作します!🎉 [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"> ねらいどおりです。✔️
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 18.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/metadata.md
Vous pouvez écrire du Markdown dans le champ `description` et il sera rendu dans la sortie. /// Avec cette configuration, les documents API automatiques ressembleraient à : <img src="/img/tutorial/metadata/image01.png"> ## Identifiant de licence { #license-identifier } Depuis OpenAPI 3.1.0 et FastAPI 0.99.0, vous pouvez également définir `license_info` avec un `identifier` au lieu d’une `url`. Par exemple :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.6K 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) -
docs/zh-hant/docs/advanced/path-operation-advanced-configuration.md
{* ../../docs_src/path_operation_advanced_configuration/tutorial005_py310.py hl[6] *} 打開自動產生的 API 文件時,你的擴充會顯示在該*路徑操作*頁面的底部。 <img src="/img/tutorial/path-operation-advanced-configuration/image01.png"> 而在檢視產生出的 OpenAPI(位於你的 API 的 `/openapi.json`)時,也可以在相應*路徑操作*中看到你的擴充: ```JSON hl_lines="22" { "openapi": "3.1.0", "info": { "title": "FastAPI", "version": "0.1.0"Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/resources/fess_message.properties
errors.design_jsp_file_does_not_exist = The 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 the JSP file. errors.design_file_name_is_invalid = The file name is invalid. errors.design_file_is_unsupported_type = This file type is unsupported.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.design_jsp_file_does_not_exist = The 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 the JSP file. errors.design_file_name_is_invalid = The file name is invalid. errors.design_file_is_unsupported_type = This file type is unsupported.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-files.md
### `UploadFile` { #uploadfile } `UploadFile` 은 다음과 같은 어트리뷰트가 있습니다: * `filename` : 문자열(`str`)로 된 업로드된 파일의 파일명입니다 (예: `myimage.jpg`). * `content_type` : 문자열(`str`)로 된 파일 형식(MIME type / media type)입니다 (예: `image/jpeg`).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 8.3K bytes - Click Count (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 */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0)