Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1201 - 1210 of 1,636 for target (0.16 sec)

  1. docs/em/docs/tutorial/path-params-numeric-validations.md

    {* ../../docs_src/path_params_numeric_validations/tutorial006.py hl[11] *}
    
    ## ๐ŸŒƒ
    
    โฎ๏ธ `Query`, `Path` (& ๐ŸŽ ๐Ÿ‘† ๐Ÿšซ ๐Ÿ‘€) ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ—ƒ & ๐ŸŽป ๐Ÿ”ฌ ๐ŸŽ ๐ŸŒŒ โฎ๏ธ [๐Ÿ”ข ๐Ÿ”ข & ๐ŸŽป ๐Ÿ”ฌ](query-params-str-validations.md){.internal-link target=_blank}.
    
    & ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ”ข ๐Ÿ”ฌ:
    
    * `gt`: `g`๐Ÿ…พ `t`๐Ÿ‘ฒ
    * `ge`: `g`๐Ÿ…พ ๐ŸŒ˜ โš–๏ธ `e`๐Ÿ…พ
    * `lt`: `l`๐Ÿ‘ญ `t`๐Ÿ‘ฒ
    * `le`: `l`๐Ÿ‘ญ ๐ŸŒ˜ โš–๏ธ `e`๐Ÿ…พ
    
    /// info
    
    `Query`, `Path`, & ๐ŸŽ ๐ŸŽ“ ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ‘€ โช ๐Ÿฟ โš  `Param` ๐ŸŽ“.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. compat/maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml

    under the License.
    -->
    
    <paramdoc xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 ../../../../../../../maven-plugin-parameter-documenter/target/generated-site/xsd/paramdoc-1.0.0.xsd ">
    <expressions>
      <expression>
        <syntax>project.distributionManagementArtifactRepository</syntax>
        <configuration>
          <![CDATA[
    <distributionManagement>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. guava-gwt/pom.xml

            <executions>
              <execution>
                <id>copy-gwt-files</id>
                <phase>generate-resources</phase>
                <goals><goal>run</goal></goals>
                <configuration>
                  <target name="copy-gwt-resources">
                    <delete dir="${project.build.directory}/guava-gwt-sources" quiet="true" />
                    <delete dir="${project.build.directory}/guava-test-gwt-sources" quiet="true" />
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java

            }
    
            /**
             * Returns the type of path without indication about the target module.
             * This is usually {@link #PATCH_MODULE}.
             *
             * @return type of path without indication about the target module
             */
            @Nonnull
            public JavaPathType rawType() {
                return JavaPathType.this;
            }
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jun 26 07:56:58 UTC 2025
    - 15K bytes
    - Viewed (1)
  5. guava/src/com/google/common/graph/Network.java

      //
      // Network properties
      //
    
      /**
       * Returns true if the edges in this network are directed. Directed edges connect a {@link
       * EndpointPair#source() source node} to a {@link EndpointPair#target() target node}, while
       * undirected edges connect a pair of nodes to each other.
       */
      boolean isDirected();
    
      /**
       * Returns true if this network allows parallel edges. Attempting to add a parallel edge to a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 22:03:02 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl.jsp

                                                        <button type="button" class="btn btn-danger"
                                                                data-toggle="modal" data-target="#confirmToDeleteAll">
                                                            <em class="fa fa-trash">
                                                            <la:message key="labels.failure_url_delete_all_link"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 13.3K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp

                                    </h3>
                                </div>
                                <div class="card-footer">
                                    <button type="button" class="btn btn-danger" data-toggle="modal" data-target="#confirmToClearCrawlerIndex">
                                        <em class="fa fa-trash">
                                        <la:message key="labels.clear_crawler_index_button"/>
                                    </button>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/dtyp/ACE.java

     * <p>
     * For example, if user <code>WNET\alice</code> tries to open a file
     * with desired access bits <code>0x00000003</code> (<code>FILE_READ_DATA |
     * FILE_WRITE_DATA</code>) and the target file has the following security
     * descriptor ACEs:
     *
     * <pre>
     * Allow WNET\alice     0x001200A9  Direct
     * Allow Administrators 0x001F01FF  Inherited
     * Allow SYSTEM         0x001F01FF  Inherited
     * </pre>
     *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  9. docs/ja/docs/how-to/conditional-openapi.md

    ใ‚‚ใ—ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃไธŠใฎๆฌ ้™ฅใŒใ‚ฝใƒผใ‚นใ‚ณใƒผใƒ‰ใซใ‚ใ‚‹ใชใ‚‰ใฐใ€ใใ‚Œใฏๅญ˜ๅœจใ—ใŸใพใพใงใ™ใ€‚
    
    ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒ†ใƒผใ‚ทใƒงใƒณใ‚’้ž่กจ็คบใซใ™ใ‚‹ใฎใฏใ€ๅ˜ใซใ‚ใชใŸใฎAPIใธใฎใ‚ขใ‚ฏใ‚ปใ‚นๆ–นๆณ•ใ‚’้›ฃ่งฃใซใ™ใ‚‹ใ ใ‘ใงใชใใ€ๅŒๆ™‚ใซใ‚ใชใŸ่‡ช่บซใฎๆœฌ็•ช็’ฐๅขƒใงใฎAPIใฎใƒ‡ใƒใƒƒใ‚ฐใ‚’ๅ›ฐ้›ฃใซใ—ใฆใ—ใพใ†ๅฏ่ƒฝๆ€งใŒใ‚ใ‚Šใพใ™ใ€‚ๅ˜็ด”ใซใ€ <a href="https://en.wikipedia.org/wiki/Security_through_obscurity" class="external-link" target="_blank">Security through obscurity</a> ใฎไธ€ใคใฎๅฝขๆ…‹ใจใ—ใฆ่€ƒใˆใ‚‰ใ‚Œใ‚‹ใงใ—ใ‚‡ใ†ใ€‚
    
    ใ‚‚ใ—ใ‚ใชใŸใฎAPIใฎใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃใ‚’ๅผทๅŒ–ใ—ใŸใ„ใชใ‚‰ใ€ใ„ใใคใ‹ใฎใ‚ˆใ‚Šใ‚ˆใ„ๆ–นๆณ•ใŒใ‚ใ‚Šใพใ™ใ€‚ไพ‹ใ‚’็คบใ™ใจใ€
    
    * ใƒชใ‚ฏใ‚จใ‚นใƒˆใƒœใƒ‡ใ‚ฃใจใƒฌใ‚นใƒใƒณใ‚นใฎใŸใ‚ใฎPydanticใƒขใƒ‡ใƒซใฎๅฎš็พฉใ‚’่ฆ‹็›ดใ™ใ€‚
    * ไพๅญ˜้–ขไฟ‚ใซๅŸบใฅใใ™ในใฆใฎๅฟ…่ฆใชใƒ‘ใƒผใƒŸใƒƒใ‚ทใƒงใƒณใจใƒญใƒผใƒซใ‚’่จญๅฎšใ™ใ‚‹ใ€‚
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. docs/en/docs/benchmarks.md

    Independent TechEmpower benchmarks show **FastAPI** applications running under Uvicorn as <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">one of the fastest Python frameworks available</a>, only below Starlette and Uvicorn themselves (used internally by FastAPI).
    
    But when checking benchmarks and comparisons you should keep the following in mind.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 3.5K bytes
    - Viewed (0)
Back to top