- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 87 for _blank (0.05 seconds)
-
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) -
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) -
scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md
This is a [Markdown link](https://example.com) to an external site. This is a link with attributes: [**FastAPI** Project Generators](project-generation.md){.internal-link target=_blank} This is a link to the main FastAPI site: [FastAPI](https://fastapi.tiangolo.com) - tool should add language code to the URL.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 7.6K bytes - Click Count (0) -
docs/en/docs/js/custom.js
&& url.pathname === window.location.pathname && url.search === window.location.search) return; if (!a.hasAttribute("target")) { a.setAttribute("target", "_blank"); a.setAttribute("rel", "noopener"); } if (url.origin !== siteOrigin) { a.dataset.externalLink = ""; } else {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:59:48 GMT 2026 - 7.7K bytes - Click Count (2) -
scripts/docs.py
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a> {% endfor %} ### Gold and Silver Sponsors {% for sponsor in sponsors.gold -%} <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a> {% endfor -%} {%- for sponsor in sponsors.silver -%}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:46:10 GMT 2026 - 25.4K bytes - Click Count (0)