- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 896 for TXT (0.01 sec)
-
samples/guide/src/main/java/okhttp3/recipes/kt/CustomTrust.kt
.Builder() .sslSocketFactory(certificates.sslSocketFactory(), certificates.trustManager) .build() } fun run() { showUrl("https://squareup.com/robots.txt") showUrl("https://publicobject.com/helloworld.txt") } private fun showUrl(url: String) { val request = Builder().url(url).build() client .newCall(request) .execute() .use { response ->
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 8.8K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.incubation-report-aggregation.gradle.kts
description = "Dependencies to aggregate reports from" } val allIncubationReports = tasks.register<IncubatingApiAggregateReportTask>("allIncubationReports") { group = "verification" reports.from(resolver("txt")) htmlReportFile = project.layout.buildDirectory.file("reports/incubation/all-incubating.html") csvReportFile = project.layout.buildDirectory.file("reports/incubation/all-incubating.csv")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jul 02 12:28:02 UTC 2025 - 1.5K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
---> 100% ``` </div> //// ### Install from `requirements.txt` { #install-from-requirements-txt } If you have a `requirements.txt`, you can now use it to install its packages. //// tab | `pip` <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% ``` </div> //// //// tab | `uv`Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 05:09:25 UTC 2025 - 22.8K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
{ Objects: []ObjectInfo{ {Name: "a-1.txt"}, {Name: "a.txt"}, {Name: "a/1.txt"}, {Name: "apache2-doc/1.txt"}, {Name: "apache2/-sub/2.txt"}, {Name: "apache2/1.txt"}, }, }, { Objects: []ObjectInfo{ {Name: "apache2-doc/1.txt"}, {Name: "apache2/1.txt"}, }, }, {Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Oct 10 18:57:03 UTC 2025 - 76.1K bytes - Viewed (0) -
docs/debugging/pprofgoparser/main.go
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Mar 06 11:43:16 UTC 2024 - 3.4K bytes - Viewed (0) -
src/test/java/jcifs/audit/SecurityAuditLoggerTest.java
} @Test @DisplayName("Test log file access") void testLogFileAccess() { logger.logFileAccess("READ", "/path/to/file.txt", true, "testuser"); Map<EventType, Long> stats = logger.getStatistics(); assertEquals(Long.valueOf(1), stats.get(EventType.FILE_ACCESS), "Should have 1 file access event"); } @TestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.6K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
---> 100% ``` </div> //// ### Instalar a partir de `requirements.txt` { #install-from-requirements-txt } Se você tiver um `requirements.txt`, agora poderá usá-lo para instalar seus pacotes. //// tab | `pip` <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% ``` </div> //// //// tab | `uv`Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 20:32:40 UTC 2025 - 23.7K bytes - Viewed (0) -
docs/es/docs/virtual-environments.md
---> 100% ``` </div> //// ### Instala desde `requirements.txt` { #install-from-requirements-txt } Si tienes un `requirements.txt`, ahora puedes usarlo para instalar sus paquetes. //// tab | `pip` <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% ``` </div> //// //// tab | `uv`Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 23.3K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
assertEquals(guid1, guid3); } @Test public void testHandleInfoExpiration() { HandleInfo info = new HandleInfo( "/test/file.txt", new HandleGuid(), new byte[16], HandleType.DURABLE_V2, 1000, // 1 second timeout null ); assertFalse(info.isExpired());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
docs/zh/docs/tutorial/path-params.md
"model_name": "alexnet", "message": "Deep Learning FTW!" } ``` ## 包含路径的路径参数 假设*路径操作*的路径为 `/files/{file_path}`。 但需要 `file_path` 中也包含*路径*,比如,`home/johndoe/myfile.txt`。 此时,该文件的 URL 是这样的:`/files/home/johndoe/myfile.txt`。 ### OpenAPI 支持 OpenAPI 不支持声明包含路径的*路径参数*,因为这会导致测试和定义更加困难。 不过,仍可使用 Starlette 内置工具在 **FastAPI** 中实现这一功能。 而且不影响文档正常运行,但是不会添加该参数包含路径的说明。 ### 路径转换器
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Dec 15 16:43:19 UTC 2024 - 7.4K bytes - Viewed (0)