Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 1,667 for Xref (0.19 sec)

  1. docs/em/docs/advanced/response-headers.md

    ///
    
    ## ๐Ÿ›ƒ ๐ŸŽš
    
    โœ”๏ธ ๐Ÿคฏ ๐Ÿ‘ˆ ๐Ÿ›ƒ ยฉ ๐ŸŽš ๐Ÿ’ช ๐Ÿšฎ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers" class="external-link" target="_blank">โš™๏ธ 'โœ–-' ๐Ÿ”ก</a>.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. src/main/webapp/js/login.js

          return false;
        }
      });
    
      $(".table tr[data-href]").each(function() {
        $(this)
          .css("cursor", "pointer")
          .hover(
            function() {
              $(this).addClass("active");
            },
            function() {
              $(this).removeClass("active");
            }
          )
          .click(function() {
            document.location = $(this).attr("data-href");
          });
      });
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Sep 12 06:47:49 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/first-steps.md

    ่ฏฅ่กŒๆ˜พ็คบไบ†ไฝ ็š„ๅบ”็”จๅœจๆœฌๆœบๆ‰€ๆไพ›ๆœๅŠก็š„ URL ๅœฐๅ€ใ€‚
    
    ### ๆŸฅ็œ‹
    
    ๆ‰“ๅผ€ๆต่งˆๅ™จ่ฎฟ้—ฎ <a href="http://127.0.0.1:8000" class="external-link" target="_blank">http://127.0.0.1:8000</a>ใ€‚
    
    ไฝ ๅฐ†็œ‹ๅˆฐๅฆ‚ไธ‹็š„ JSON ๅ“ๅบ”๏ผš
    
    ```JSON
    {"message": "Hello World"}
    ```
    
    ### ไบคไบ’ๅผ API ๆ–‡ๆกฃ
    
    ่ทณ่ฝฌๅˆฐ <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>ใ€‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. docs/em/docs/advanced/settings.md

    ๐Ÿ† ๐Ÿ‘ซ โš’ ๐Ÿ”ข (๐Ÿ’ช ๐Ÿ”€), ๐Ÿ’– ๐Ÿ’ฝ ๐Ÿ“›. &amp; ๐Ÿ“š ๐Ÿ’ช ๐Ÿšฟ, ๐Ÿ’– ใŠ™.
    
    ๐Ÿ‘‰ ๐Ÿค” โšซ๏ธ โš  ๐Ÿšš ๐Ÿ‘ซ ๐ŸŒ ๐Ÿ”ข ๐Ÿ‘ˆ โœ ๐Ÿˆธ.
    
    ## ๐ŸŒ ๐Ÿ”ข
    
    /// tip
    
    ๐Ÿšฅ ๐Ÿ‘† โช ๐Ÿ’ญ โšซ๏ธโ” "๐ŸŒ ๐Ÿ”ข" &amp; โ” โš™๏ธ ๐Ÿ‘ซ, ๐Ÿ’ญ ๐Ÿ†“ ๐Ÿšถ โญ ๐Ÿ“„ ๐Ÿ”›.
    
    ///
    
    <a href="https://en.wikipedia.org/wiki/Environment_variable" class="external-link" target="_blank">๐ŸŒ ๐Ÿ”ข</a> (๐Ÿ’ญ "๐Ÿ‡จ๐Ÿ‡ป {") ๐Ÿ”ข ๐Ÿ‘ˆ ๐Ÿ–– ๐Ÿž ๐Ÿ ๐Ÿ“Ÿ, ๐Ÿƒโ€โ™‚ โš™๏ธ, &amp; ๐Ÿ’ช โœ ๐Ÿ‘† ๐Ÿ ๐Ÿ“Ÿ (โš–๏ธ ๐ŸŽ ๐Ÿ“‹ ๐Ÿ‘).
    
    ๐Ÿ‘† ๐Ÿ’ช โœ &amp; โš™๏ธ ๐ŸŒ ๐Ÿ”ข ๐Ÿš, ๐Ÿต ๐Ÿ’†โ€โ™‚ ๐Ÿ:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/InternetDomainName.java

     * be reflected in the result of {@link #equals(Object)}.
     *
     * <p><a href="http://en.wikipedia.org/wiki/Internationalized_domain_name">Internationalized domain
     * names</a> such as {@code ็ฝ‘็ปœ.cn} are supported, as are the equivalent <a
     * href="http://en.wikipedia.org/wiki/Internationalized_domain_name">IDNA Punycode-encoded</a>
     * versions.
     *
     * @author Catherine Berry
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  6. tests/test_tutorial/test_response_model/test_tutorial004_py39.py

                                "description": "Successful Response",
                                "content": {
                                    "application/json": {
                                        "schema": {"$ref": "#/components/schemas/Item"}
                                    }
                                },
                            },
                            "422": {
                                "description": "Validation Error",
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 04 20:47:07 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  7. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java

     * <a href="https://maven.apache.org/components/plugin-tools/maven-plugin-tools-annotations/index.html" target="_blank">
     * Maven Plugin Tool for Annotations</a>.
     *
     * @see <a href="https://maven.apache.org/guides/plugin/guide-java-plugin-development.html" target="_blank">Guide to Developing Java Plugins</a>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp

                                    </la:info>
                                    <la:errors/>
                                </div>
                                <a role="button" data-toggle="collapse" href="#listSearchForm" aria-expanded="false"
                                   aria-controls="listSearchForm"><i class="fas fa-search" aria-hidden="true"></i></a>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 31 05:47:05 UTC 2020
    - 8.6K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp

                            </h1>
                        </div>
                        <div class="col-sm-6">
                            <ol class="breadcrumb float-sm-right">
                                <li class="breadcrumb-item"><la:link href="/admin/crawlinginfo">
                                    <la:message key="labels.crawling_info_link_top"/>
                                </la:link></li>
                                <c:if test="${crudMode == 4}">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  10. docs/zh/docs/contributing.md

    ไปฅไธ‹ๆ˜ฏๅ‚ไธŽๅธฎๅŠฉ็ฟป่ฏ‘็š„ๆญฅ้ชคใ€‚
    
    #### ๅปบ่ฎฎๅ’ŒๆŒ‡ๅ—
    
    * ๅœจๅฝ“ๅ‰ <a href="https://github.com/fastapi/fastapi/pulls" class="external-link" target="_blank">ๅทฒๆœ‰็š„ pull requests</a> ไธญๆŸฅๆ‰พไฝ ไฝฟ็”จ็š„่ฏญ่จ€๏ผŒๆทปๅŠ ่ฆๆฑ‚ไฟฎๆ”นๆˆ–ๅŒๆ„ๅˆๅนถ็š„่ฏ„ๅฎกๆ„่งใ€‚
    
    /// tip
    
    ไฝ ๅฏไปฅไธบๅทฒๆœ‰็š„ pull requests <a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request" class="external-link" target="_blank">ๆทปๅŠ ๅŒ…ๅซไฟฎๆ”นๅปบ่ฎฎ็š„่ฏ„่ฎบ</a>ใ€‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top