- Sort Score
- Num 10 results
- Language All
Results 221 - 230 of 1,371 for html5 (0.04 seconds)
-
docs/minio-limits.md
### List of Amazon S3 Object APIs not supported on MinIO - ObjectACL (Use [bucket policies](https://docs.min.io/community/minio-object-store/administration/identity-access-management/policy-based-access-control.html) instead) ## Object name restrictions on MinIO
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 6K bytes - Click Count (0) -
docs/fr/docs/how-to/custom-docs-ui-assets.md
Vous pouvez maintenant créer les chemins d'accès pour les docs personnalisées. Vous pouvez réutiliser les fonctions internes de FastAPI pour créer les pages HTML de la documentation et leur passer les arguments nécessaires : - `openapi_url` : l’URL où la page HTML des docs peut récupérer le schéma OpenAPI de votre API. Vous pouvez utiliser ici l’attribut `app.openapi_url`. - `title` : le titre de votre API.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/error/notFound.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> ${fe:html(true)} <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><la:message key="labels.system_error_title" /></title> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/style.css')}" rel="stylesheet"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1.5K bytes - Click Count (0) -
api/maven-api-model/src/site/apt/index.apt
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Nov 16 18:16:44 GMT 2025 - 1.3K bytes - Click Count (0) -
docs/de/docs/tutorial/request-files.md
* Sie können Metadaten aus der hochgeladenen Datei auslesen. * Es hat eine [dateiartige](https://docs.python.org/3/glossary.html#term-file-like-object) `async`hrone Schnittstelle. * Es stellt ein tatsächliches Python-[`SpooledTemporaryFile`](https://docs.python.org/3/library/tempfile.html#tempfile.SpooledTemporaryFile)-Objekt bereit, welches Sie direkt anderen Bibliotheken übergeben können, die ein dateiartiges Objekt erwarten.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 8.3K bytes - Click Count (0) -
.teamcity/README.md
test these changes without affecting `master`/`release` pipeline. Here are the instructions. - Click the left sidebar "VCS Roots" here and create a VCS root [here](https://builds.gradle.org/admin/editProject.html?projectId=Gradle&cameFromUrl=%2Fproject.html%3FprojectId%3DGradle%26tab%3DprojectOverview%26branch_Gradle_Master_Check%3Dmaster) - Suppose the VCS root you just create is `MyNewVcsRoot`. Set "default branch" to `myTestBranch` where your code exists.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 06 23:02:25 GMT 2024 - 4K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportAggregationWorkAction.kt
outputFile.parentFile.mkdirs() outputFile.printWriter(Charsets.UTF_8).use { writer -> writer.println( """<html lang="en"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Incubating APIs</title> <link xmlns:xslthl="http://xslthl.sf.net" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,400i,700">
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jun 02 09:57:54 GMT 2025 - 5.2K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
"https://www.bouncycastle.org/licence.html", listOf("Bouncy Castle Licence"), ), EPL( "Eclipse Public License 1.0", "https://www.eclipse.org/legal/epl-v10.html", listOf("EPL-1.0", "Eclipse Public License v1.0"), ), EPL2( "Eclipse Public License 2.0", "https://www.eclipse.org/legal/epl-v20.html", listOf("EPL-2.0", "Eclipse Public License v2.0"),Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
compat/maven-model/src/site/apt/index.apt
delegating content to {{{../../api/maven-api-model/index.html}Maven 4 API immutable model}}. All the effective model building logic from multiple POMs and building context is done in {{{../maven-model-builder/}Maven Model Builder}}. The following are generated from this model:Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Nov 16 18:16:44 GMT 2025 - 1.7K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/custom-response.md
## HTML 回應 { #html-response } 要直接從 **FastAPI** 回傳 HTML,使用 `HTMLResponse`。 - 匯入 `HTMLResponse`。 - 在「路徑操作裝飾器」中,將 `HTMLResponse` 傳給 `response_class` 參數。 {* ../../docs_src/custom_response/tutorial002_py310.py hl[2,7] *} /// info 參數 `response_class` 也會用來定義回應的「media type」。 在此情況下,HTTP 標頭 `Content-Type` 會被設為 `text/html`。 而且它會以此形式被記錄到 OpenAPI 中。 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10.3K bytes - Click Count (0)