- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 633 for lastN (0.04 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) -
android/guava/src/com/google/common/collect/HashBiMap.java
private transient int[] nextInBucketVToK; /** The "entry" of the first element in insertion order. */ private transient int firstInInsertionOrder; /** The "entry" of the last element in insertion order. */ private transient int lastInInsertionOrder; /** Maps an "entry" to the "entry" that precedes it in insertion order. */ private transient int[] prevInInsertionOrder;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Mar 06 16:06:58 UTC 2023 - 36.4K 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) -
src/main/resources/fess_message.properties
# ================= # ---------------------------------------------------------- # Lasta Taglib # ------------ errors.front_header= errors.front_footer= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
# ================= # ---------------------------------------------------------- # Lasta Taglib # ------------ errors.header=<ul class="has-error"> errors.footer=</ul> errors.prefix=<li><i class="fa fa-exclamation-circle"></i> errors.suffix=</li>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
cmdList.add("-D" + Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS + "=" + httpAddress); } } final String systemLastaEnv = System.getProperty("lasta.env"); if (StringUtil.isNotBlank(systemLastaEnv)) { if ("web".equals(systemLastaEnv)) { cmdList.add("-Dlasta.env=" + getExecuteType()); } else {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 15.1K bytes - Viewed (0)