- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 226 for importance (0.04 sec)
-
SECURITY.md
# Security Policy Security is very important for FastAPI and its community. ๐ Learn more about it below. ๐ ## Versions The latest version of FastAPI is supported. You are encouraged to [write tests](https://fastapi.tiangolo.com/tutorial/testing/) for your application and update your FastAPI version frequently after ensuring that your tests are passing. This way you will benefit from the latest features, bug fixes, and **security fixes**.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 1.3K bytes - Viewed (0) -
docs/security/security.md
| 4.x | โ | Android 5.0+ (API level 21+) and on Java 8+. | | 3.x | โ Ended 2021-12-31 | Android 2.3+ (API level 9+) and Java 7+. | ## Reporting a Vulnerability Square recognizes the important contributions the security research community can make. We therefore encourage reporting security issues with the code contained in this repository. If you believe you have discovered a security vulnerability, please follow the
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 27 10:19:17 UTC 2022 - 1.4K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample2.eml
a[class="article-headline"] { font-size:22px !important; line-height:28px !important; } td[class="story-attribution"]{ font-size: 13px !important; } td[class="context"]{ -webkit-text-size-adjust:none !important; font-size: 12px !important; } a[class="action"]{ -webkit-text-size-adjust:none !important; font-size: 12px !important; } td[class="margins"]{ width:15px !important; } td[class="border-space"]{Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 91.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtStatusTest.java
*/ @DisplayName("NtStatus Tests") class NtStatusTest { @Test @DisplayName("Should define well-known NT status constants") void testWellKnownStatusConstants() { // Verify important NT status constants are defined assertEquals(0x00000000, NtStatus.NT_STATUS_SUCCESS); assertEquals((int) 0xC0000022L, NtStatus.NT_STATUS_ACCESS_DENIED);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/index.md
โ โ โฐโโโโโโโโโโโโโโโโโโโโโโโฏ <font color="#3465A4">INFO </font> Importing module <font color="#4E9A06">main</font> <font color="#3465A4">INFO </font> Found importable FastAPI app โญโ <font color="#8AE234"><b>Importable FastAPI app</b></font> โโฎ โ โ
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 17 21:16:46 UTC 2024 - 5.9K bytes - Viewed (0) -
src/test/java/jcifs/ResolverTypeTest.java
} /** * Tests the ordinal values of the enum constants. */ @Test void testEnumOrdinals() { // Verify the ordinal values, which can be important if they are used in logic assertEquals(0, ResolverType.RESOLVER_WINS.ordinal()); assertEquals(1, ResolverType.RESOLVER_BCAST.ordinal()); assertEquals(2, ResolverType.RESOLVER_DNS.ordinal());Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/ExtractDataTest.java
// Add single values data.putValue(ExtractData.RESOURCE_NAME_KEY, "document.pdf"); data.putValue(ExtractData.URL, "https://example.com/docs/document.pdf"); data.putValue("title", "Important Document"); data.putValue("author", "Jane Smith"); data.putValue("date", "2025-01-15"); // Add multiple values String[] keywords = { "business", "report", "analysis", "2025" };Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 9.9K bytes - Viewed (0) -
guava-testlib/README.md
- [guava-discuss: For open-ended questions and discussion](https://groups.google.com/group/guava-discuss) ## IMPORTANT WARNINGS 1. APIs marked with the `@Beta` annotation at the class or method level are subject to change. They can be modified in any way, or even removed, at any time. If your code is a library itself (i.e. it is
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 16 22:01:32 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/es/docs/deployment/https.md
/// ## Resumen { #recap } Tener **HTTPS** es muy importante y bastante **crรญtico** en la mayorรญa de los casos. La mayor parte del esfuerzo que como desarrollador tienes que poner en torno a HTTPS es solo sobre **entender estos conceptos** y cรณmo funcionan.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 15.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
- Pod priority and preemption enables Kubernetes scheduler to schedule more important Pods first and when cluster is out of resources, it removes less important pods to create room for more important ones. The importance is specified by priority.
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0)