Search Options

Results per page
Sort
Preferred Languages
Advance

Results 401 - 410 of 633 for lastN (0.13 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. docs/en/docs/tutorial/dependencies/classes-as-dependencies.md

    /// tip
    
    Prefer to use the `Annotated` version if possible.
    
    ///
    
    ```Python
    commons: CommonQueryParams = Depends(CommonQueryParams)
    ```
    
    ////
    
    The last `CommonQueryParams`, in:
    
    ```Python
    ... Depends(CommonQueryParams)
    ```
    
    ...is what **FastAPI** will actually use to know what is the dependency.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top