- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 214 for _blank (0.17 seconds)
-
docs/en/overrides/main.html
<a class="announce-link" href="https://fastapicloud.com" target="_blank"> <span class="twemoji"> {% include ".icons/material/cloud-arrow-up.svg" %} </span> Join the <strong>FastAPI Cloud</strong> waiting list 🚀 </a> </div> <div class="item"> <a class="announce-link" href="https://x.com/fastapi" target="_blank"> <span class="twemoji">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Dec 01 20:06:57 GMT 2025 - 5.5K bytes - Click Count (0) -
fastapi-slim/README.md
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version"> </a> <a href="https://pypi.org/project/fastapi" target="_blank"> <img src="https://img.shields.io/pypi/pyversions/fastapi.svg?color=%2334D058" alt="Supported Python versions"> </a> </p> --- **Documentation**: <a href="https://fastapi.tiangolo.com" target="_blank">https://fastapi.tiangolo.com</a>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 11 12:33:49 GMT 2026 - 2.1K bytes - Click Count (0) -
scripts/general-llm-prompt.md
Example: Source (English): ``` <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">SQLModel docs</a> ``` Result (German): ``` <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">SQLModel-Dokumentation</a> ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 10:55:36 GMT 2026 - 14.6K bytes - Click Count (0) -
README.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 24.3K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_html_links/data/en_doc.md
## Header 2 { #header-2 } Two links here: <a href="https://fastapi.tiangolo.com/how-to/">How to</a> and <a href="project-generation.md" class="internal-link" target="_blank">Project Generators</a>. ### Header 3 { #header-3 } Another link: <a href="project-generation.md" class="internal-link" target="_blank" title="Link title">**FastAPI** Project Generators</a> with title. # Header 4 { #header-4 } Link to anchor: <a href="#header-2">Header 2</a>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 21:48:08 GMT 2026 - 644 bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_markdown_links/data/en_doc.md
## Header 2 { #header-2 } Two links here: [How to](https://fastapi.tiangolo.com/how-to/) and [Project Generators](project-generation.md){.internal-link target=_blank}. ### Header 3 { #header-3 } Another link: [**FastAPI** Project Generators](project-generation.md "Link title"){.internal-link target=_blank} with title. # Header 4 { #header-4 } Link to anchor: [Header 2](#header-2) # Header with [link](http://example.com) { #header-with-link }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 21:48:08 GMT 2026 - 556 bytes - Click Count (0) -
docs/en/docs/external-links.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 868 bytes - Click Count (0) -
docs/en/docs/css/custom.css
JS sets data-internal-link on links pointing to the same site origin Skip image links, .no-link-icon, and .announce-link */ a[data-internal-link][target="_blank"]:not(:has(img)):not(.no-link-icon):not(.announce-link) { /* For right to left languages */ direction: ltr; display: inline-block; }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:56:46 GMT 2026 - 6.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/PrunedTagTest.java
assertEquals("PrunedTag [tag=a, id=null, css=test, attrName=null, attrValue=null]", tags[0].toString()); tags = PrunedTag.parse("a[target=_blank]"); assertEquals(1, tags.length); assertEquals("PrunedTag [tag=a, id=null, css=null, attrName=target, attrValue=_blank]", tags[0].toString()); tags = PrunedTag.parse("a.link,div#123"); assertEquals(2, tags.length);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.1K bytes - Click Count (0) -
docs/tr/llm-prompt.md
- If you translate a concept one way, keep it consistent across all occurrences. ### Links and references - Never modify link syntax like `{.internal-link target=_blank}`. - Keep markdown link structure intact: `[text](url){.internal-link}`. ### Preferred translations / glossaryCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Jan 20 20:34:03 GMT 2026 - 2.7K bytes - Click Count (0)