- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 38 for STYLES (0.22 seconds)
-
.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
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Nov 25 07:01:54 GMT 2025 - 582 bytes - Click Count (0) -
src/main/webapp/css/chat.css
/* Chat Page Styles - Bootstrap 5 Compatible with Atlassian Design System */ /* ============================================ Status Lozenge (ADS-style badge) ============================================ */ .status-lozenge { display: inline-flex; align-items: center; padding: 0.25rem 0.75rem; border-radius: 3px; font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md
// This is a sample JSON code block "greeting": "Hello, world!" // Greeting } ``` ### Code blocks with comments where language uses different comment styles { #code-blocks-with-different-comment-styles } The following code blocks include comments in different styles based on the language. Fixer tool will not preserve comments in these blocks. ```json { # This is a sample JSON code blockCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 7.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java
options.addBooleanOption("-allow-script-in-comments", true); options.setHeader( "<link id=\"hljs-theme\" rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/stackoverflow-light.min.css\">" + "<script>" + "(function() {" + "var mql = window.matchMedia('(prefers-color-scheme: dark)');" +Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Sun Mar 01 05:52:34 GMT 2026 - 11.6K bytes - Click Count (0) -
src/main/webapp/js/suggestor.js
keyCode === KEY_CODES.BACKSPACE || keyCode === KEY_CODES.SPACE || keyCode === KEY_CODES.DELETE ); }, /** * Helper function to apply CSS styles to list items */ applyListItemStyle = function ($item, isSelected) { if (isSelected) { if (typeof listSelectedCssInfo === "undefined") { $item.css("background-color", "#e5e5e5");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 11:04:08 GMT 2025 - 13.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
Element head = document.head(); head.appendElement("link") .attr("rel", "stylesheet") .attr("href", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/stackoverflow-light.min.css"); head.appendElement("script") .attr("src", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js"); head.appendElement("script")
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 03 01:59:51 GMT 2026 - 11.3K bytes - Click Count (0) -
fastapi/openapi/docs.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 24 09:28:10 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/en/docs/help-fastapi.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 12.6K bytes - Click Count (0) -
docs/uk/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 }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/es/docs/advanced/templates.md
{!../../docs_src/templates/templates/item.html!} ``` En este ejemplo, enlazaría a un archivo CSS en `static/styles.css` con: ```CSS hl_lines="4" {!../../docs_src/templates/static/styles.css!} ``` Y porque estás usando `StaticFiles`, ese archivo CSS sería servido automáticamente por tu aplicación de **FastAPI** en la URL `/static/styles.css`. ## Más detalles { #more-details }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 3.6K bytes - Click Count (0)