- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for mod_path (0.06 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java
MessageDigest md = MessageDigest.getInstance("MD5"); md.update(artifact.getId().getBytes()); byte[] digest = md.digest(); String md5path = repository.pathOf(artifact) + ".md5"; File md5artifactFile = new File(repository.getBasedir(), md5path); try (Writer writer = new OutputStreamWriter(new FileOutputStream(md5artifactFile), StandardCharsets.ISO_8859_1)) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 09:40:15 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/java/jcifs/util/InputValidator.java
private InputValidator() { // Utility class } // Maximum sizes for various SMB fields (based on protocol specifications) public static final int MAX_SMB_PATH_LENGTH = 32767; // Windows MAX_PATH public static final int MAX_USERNAME_LENGTH = 256; public static final int MAX_DOMAIN_LENGTH = 255; public static final int MAX_SHARE_NAME_LENGTH = 80;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.5K bytes - Viewed (0) -
docs/zh/docs/advanced/behind-a-proxy.md
/// note | 技术细节 ASGI 规范定义的 `root_path` 就是为了这种用例。 并且 `--root-path` 命令行选项支持 `root_path`。 /// ### 查看当前的 `root_path` 获取应用为每个请求使用的当前 `root_path`,这是 `scope` 字典的内容(也是 ASGI 规范的内容)。 我们在这里的信息里包含 `roo_path` 只是为了演示。 {* ../../docs_src/behind_a_proxy/tutorial001.py hl[8] *} 然后,用以下命令启动 Uvicorn: <div class="termy"> ```console $ uvicorn main:app --root-path /api/v1Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0)