- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 677 for styles (0.03 sec)
-
docs/ru/docs/advanced/templates.md
{!../../docs_src/templates/templates/item.html!} ``` В этом примере будет создана ссылка на CSS-файл `static/styles.css` с помощью: ```CSS hl_lines="4" {!../../docs_src/templates/static/styles.css!} ``` И, так как вы используете `StaticFiles`, этот CSS-файл будет автоматически «отдаваться» вашим приложением **FastAPI** по URL `/static/styles.css`. ## Подробнее { #more-details }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 5.1K bytes - Viewed (0) -
docs_src/templates/templates/item.html
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Jan 11 22:25:37 UTC 2024 - 235 bytes - Viewed (0) -
.editorconfig
# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # editorconfig.org root = true [*] indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true spelling_languages = en-US # Markdown files sometimes need trailing whitespaces. [*.md] trim_trailing_whitespace = false
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 25 07:01:54 UTC 2025 - 582 bytes - Viewed (0) -
docs/ko/docs/advanced/templates.md
```jinja hl_lines="4" {!../../docs_src/templates/templates/item.html!} ``` 이 예제에서는 `static/styles.css`에 있는 CSS 파일에 연결될 것입니다: ```CSS hl_lines="4" {!../../docs_src/templates/static/styles.css!} ``` 그리고 `StaticFiles`를 사용하고 있으므로, 해당 CSS 파일은 **FastAPI** 애플리케이션에서 `/static/styles.css` URL로 자동 제공됩니다. ## 더 많은 세부 사항Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 3.7K bytes - Viewed (0) -
kotlin-js-store/yarn.lock
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-styles@^4.0.0, ansi-styles@^4.1.0: version "4.3.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Jul 22 12:28:51 UTC 2023 - 87.4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java
getDokkaExtension(project).getPluginsConfiguration().named("html", DokkaHtmlPluginParameters.class, config -> { config.getCustomStyleSheets().from(extension.getSourceRoot().file("kotlin/styles/gradle.css")); config.getCustomAssets().from(extension.getSourceRoot().file("kotlin/images/logo-icon.svg")); config.getFooterMessage().set("Gradle Kotlin DSL Reference"); }); }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed May 28 11:34:42 UTC 2025 - 7.4K bytes - Viewed (0) -
docs/ru/docs/_llm-test.md
Пример кода Bash... ```bash # Вывести приветствие вселенной echo "Hello universe" ``` ...и пример вывода в консоли... ```console $ <font color="#4E9A06">fastapi</font> run <u style="text-decoration-style:solid">main.py</u> <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting server Searching for package file structure ``` ...и ещё один пример вывода в консоли... ```console
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 11 21:25:03 UTC 2025 - 17.5K bytes - Viewed (0) -
fastapi/openapi/docs.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 10.1K bytes - Viewed (0) -
docs/de/docs/_llm-test.md
```bash # Eine Begrüßung an das Universum ausgeben echo "Hello universe" ``` ... und ein Konsolen-Codebeispiel ... ```console $ <font color="#4E9A06">fastapi</font> run <u style="text-decoration-style:solid">main.py</u> <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting server Searching for package file structure ``` ... und noch ein Konsolen-Codebeispiel ...
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 07:17:04 UTC 2025 - 12.6K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
} private void addCssToHead(Document document) { appendFileContentsTo(document.head(), "<style>", baseCss, "</style>"); appendFileContentsTo(document.head(), "<style>", releaseNotesCss, "</style>"); } private void appendFileContentsTo(Element element, String open, File file, String close) { try (FileReader reader = new FileReader(file)) {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue May 27 09:07:14 UTC 2025 - 11.7K bytes - Viewed (0)