- Sort Score
- Result 10 results
- Languages All
Results 371 - 380 of 1,014 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) -
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
val streamHandler: StreamHandler? val inTunnel: Boolean val informationalResponses: List<MockResponse> val throttleBytesPerPeriod: Long val throttlePeriodNanos: Long val socketPolicy: SocketPolicy val bodyDelayNanos: Long val headersDelayNanos: Long val pushPromises: List<PushPromise> val settings: Settings @JvmOverloads constructor( code: Int = 200,
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/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) -
android/guava/src/com/google/common/collect/ObjectArrays.java
* @param element the element to append to the end * @return an array whose size is one larger than {@code array}, with the same contents as {@code * array}, plus {@code element} occupying the last position. */ public static <T extends @Nullable Object> T[] concat(T[] array, @ParametricNullness T element) { T[] result = Arrays.copyOf(array, array.length + 1); result[array.length] = element;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 9K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/FilteredCollectionsTestUtil.java
assertTrue(filtered.isEmpty()); } } } public void testLast() { for (List<Integer> contents : SAMPLE_INPUTS) { C filtered = filter(createUnfiltered(contents), EVEN); try { Integer first = filtered.last(); assertFalse(filtered.isEmpty()); assertEquals(Ordering.natural().max(filtered), first);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 13K bytes - Viewed (0)