- Sort Score
- Result 10 results
- Languages All
Results 371 - 380 of 942 for Last (0.03 sec)
-
docs/em/docs/advanced/custom-response.md
* `path` - ๐ ๐ ๐. * `headers` - ๐ ๐ ๐ ๐, ๐. * `media_type` - ๐ป ๐ค ๐ป ๐. ๐ฅ ๐ข, ๐ โ๏ธ โก ๐ โ๏ธ ๐ ๐ป ๐. * `filename` - ๐ฅ โ, ๐ ๐ ๐ ๐จ `Content-Disposition`. ๐ ๐จ ๐ ๐ โ `Content-Length`, `Last-Modified` & `ETag` ๐. ```Python hl_lines="2 10" {!../../docs_src/custom_response/tutorial009.py!} ``` ๐ ๐ช โ๏ธ `response_class` ๐ข: ```Python hl_lines="2 8 10"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.7K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/building/DefaultModelBuilderTest.java
DefaultModelBuildingRequest request = new DefaultModelBuildingRequest(); request.setModelSource(new FileModelSource(new File( getClass().getResource("/poms/depmgmt/root-dep-last.xml").getFile()))); request.setModelResolver(new BaseModelResolver() { public ModelSource resolveModel(org.apache.maven.model.Dependency dependency) throws UnresolvableModelException {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.9K bytes - Viewed (0) -
guava/src/com/google/common/collect/Collections2.java
* Section 7.2.1.2. The iteration order follows the lexicographical order. This means that the * first permutation will be in ascending order, and the last will be in descending order. * * <p>Duplicate elements are considered equal. For example, the list [1, 1] will have only one * permutation, instead of two. This is why the elements have to implement {@link Comparable}.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 20:24:49 UTC 2024 - 23.1K bytes - Viewed (0) -
docs/zh/docs/advanced/custom-response.md
ไธๅ ถไปๅๅบ็ฑปๅ็ธๆฏ๏ผๆฅๅไธๅ็ๅๆฐ้่ฟ่กๅฎไพๅ๏ผ * `path` - ่ฆๆตๅผไผ ่พ็ๆไปถ็ๆไปถ่ทฏๅพใ * `headers` - ไปปไฝ่ชๅฎไนๅๅบๅคด๏ผไผ ๅ ฅๅญๅ ธ็ฑปๅใ * `media_type` - ็ปๅบๅชไฝ็ฑปๅ็ๅญ็ฌฆไธฒใๅฆๆๆช่ฎพ็ฝฎ๏ผๅๆไปถๅๆ่ทฏๅพๅฐ็จไบๆจๆญๅชไฝ็ฑปๅใ * `filename` - ๅฆๆ็ปๅบ๏ผๅฎๅฐๅ ๅซๅจๅๅบ็ `Content-Disposition` ไธญใ ๆไปถๅๅบๅฐๅ ๅซ้ๅฝ็ `Content-Length`๏ผ`Last-Modified` ๅ `ETag` ็ๅๅบๅคดใ ```Python hl_lines="2 10" {!../../docs_src/custom_response/tutorial009.py!} ``` ## ้ขๅคๆๆกฃ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/classes-as-dependencies.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.1K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockResponse.kt
bytesOut.writeHexadecimalUnsignedLong(chunkSize) bytesOut.writeUtf8("\r\n") bytesOut.write(body, chunkSize) bytesOut.writeUtf8("\r\n") } bytesOut.writeUtf8("0\r\n") // Last chunk. Trailers follow! this.body = bytesOut.toMockResponseBody() } /** * Sets the response body to the UTF-8 encoded bytes of [body], * chunked every [maxChunkSize] bytes. */
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Jan 23 14:31:42 UTC 2024 - 13.3K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnectionPool.kt
"Did you forget to close a response body?" Platform.get().logCloseableLeak(message, callReference.callStackTrace) references.removeAt(i) // If this was the last allocation, the connection is eligible for immediate eviction. if (references.isEmpty()) { connection.idleAtNs = now - keepAliveDurationNs return 0 } } return references.size
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 16.2K bytes - Viewed (0) -
cmd/globals.go
// Is MINIO_SYNC_BOOT set? globalEnableSyncBoot bool // Contains NIC interface name used for internode communication globalInternodeInterface string globalInternodeInterfaceOnce sync.Once // Set last client perf extra time (get lock, and validate) globalLastClientPerfExtraTime int64 // Captures all batch jobs metrics globally globalBatchJobsMetrics batchJobMetrics
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 16.2K bytes - Viewed (0) -
cmd/admin-heal-ops.go
// channel signaled by background routine when traversal has // completed traverseAndHealDoneCh chan error // canceler to cancel heal sequence. cancelCtx context.CancelFunc // the last result index sent to client lastSentResultIndex int64 // Number of total items scanned against item type scannedItemsMap map[madmin.HealItemType]int64 // Number of total items healed against item type
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 25.6K bytes - Viewed (0) -
cmd/erasure-decode.go
if p.buf[bufIdx] == nil { // Reading first time on this disk, hence the buffer needs to be allocated. // Subsequent reads will reuse this buffer. p.buf[bufIdx] = make([]byte, p.shardSize) } // For the last shard, the shardsize might be less than previous shard sizes. // Hence the following statement ensures that the buffer size is reset to the right size. p.buf[bufIdx] = p.buf[bufIdx][:p.shardSize]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 29 01:40:52 UTC 2024 - 9.5K bytes - Viewed (0)