Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1131 - 1140 of 1,717 for Target (0.06 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/PushObserver.kt

     * correlated by stream ID.
     *
     *  * [onRequest]
     *  * [onHeaders] (unless canceled)
     *  * [onData] (optional sequence of data frames)
     *
     * As a stream ID is scoped to a single HTTP/2 connection, implementations which target multiple
     * connections should expect repetition of stream IDs.
     *
     * Return true to request cancellation of a pushed stream.  Note that this does not guarantee
     * future frames won't arrive on the stream ID.
     */
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.java

     * @author Chris Povirk
     */
    @NullUnmarked
    final class InterruptionUtil {
      private static final Logger logger = Logger.getLogger(InterruptionUtil.class.getName());
    
      /** Runnable which will interrupt the target thread repeatedly when run. */
      private static final class Interruptenator implements Runnable {
        private final long everyMillis;
        private final Thread interruptee;
        private volatile boolean shouldStop = false;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 10 19:54:19 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/UpgradeOptions.java

         *
         * @return an {@link Optional} containing the list of goals, or empty if not specified
         */
        @Nonnull
        Optional<List<String>> goals();
    
        /**
         * Returns the target POM model version for upgrades.
         * Supported values include "4.0.0" and "4.1.0".
         *
         * @return an {@link Optional} containing the model version, or empty if not specified
         */
        @Nonnull
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Aug 29 12:46:51 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  4. docs/em/docs/benchmarks.md

    # ๐Ÿ“‡
    
    ๐Ÿ”ฌ ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿ“‡ ๐ŸŽฆ **FastAPI** ๐Ÿˆธ ๐Ÿƒโ€โ™‚ ๐Ÿ”ฝ Uvicorn <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">1๏ธโƒฃ โฉ ๐Ÿ ๐Ÿ› ๏ธ ๐Ÿ’ช</a>, ๐Ÿ•ด ๐Ÿ”› ๐Ÿ’ƒ &amp; Uvicorn ๐Ÿ‘ซ (โš™๏ธ ๐Ÿ”˜ FastAPI). (*)
    
    โœ‹๏ธ ๐Ÿ•โ” โœ… ๐Ÿ“‡ &amp; ๐Ÿ”บ ๐Ÿ‘† ๐Ÿ”œ โœ”๏ธ ๐Ÿ“„ ๐Ÿคฏ.
    
    ## ๐Ÿ“‡ &amp; ๐Ÿš…
    
    ๐Ÿ•โ” ๐Ÿ‘† โœ… ๐Ÿ“‡, โšซ๏ธ โš  ๐Ÿ‘€ ๐Ÿ“š ๐Ÿงฐ ๐ŸŽ ๐Ÿ†Ž ๐Ÿ”ฌ ๐ŸŒ“.
    
    ๐ŸŽฏ, ๐Ÿ‘€ Uvicorn, ๐Ÿ’ƒ &amp; FastAPI ๐Ÿ”ฌ ๐Ÿ‘ฏโ€โ™‚๏ธ (๐Ÿ‘ช ๐Ÿ“š ๐ŸŽ ๐Ÿงฐ).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * will not be permitted to access the target file and will receive "The
         * file is being accessed by another process" message.
         */
        public static final int FILE_NO_SHARE = 0x00;
        /**
         * When specified as the {@code shareAccess} constructor parameter,
         * other SMB clients will be permitted to read from the target file while
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  6. src/README.vendor

        go get golang.org/x/net@master
        go mod tidy
        go mod vendor
    
    Use caution when passing '-u' to 'go get'. The '-u' flag updates
    modules providing all transitively imported packages, not only
    the module providing the target package.
    
    Note that 'go mod vendor' only copies packages that are transitively
    imported by packages in the current module. If a new package is needed,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Sep 30 19:15:39 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

                                                                            name="delete" data-toggle="modal"
                                                                            data-target='#confirmToDelete-${f:h(artifact.name)}-${f:h(artifact.version).replace(".", "\\.")}'
                                                                            value="<la:message key="labels.crud_button_delete" />"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.5K bytes
    - Viewed (0)
  8. docs/em/docs/tutorial/query-params.md

    ๐Ÿ‘‰ ๐Ÿ’ผ, ๐Ÿ“ค 3๏ธโƒฃ ๐Ÿ”ข ๐Ÿ”ข:
    
    * `needy`, โœ” `str`.
    * `skip`, `int` โฎ๏ธ ๐Ÿ”ข ๐Ÿ’ฒ `0`.
    * `limit`, ๐Ÿ“ฆ `int`.
    
    /// tip
    
    ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ `Enum`โ“‚ ๐ŸŽ ๐ŸŒŒ โฎ๏ธ [โžก ๐Ÿ”ข](path-params.md#_7){.internal-link target=_blank}.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsScheduledJobCB.java

                doColumn("scriptType");
            }
    
            public void columnSortOrder() {
                doColumn("sortOrder");
            }
    
            public void columnTarget() {
                doColumn("target");
            }
    
            public void columnUpdatedBy() {
                doColumn("updatedBy");
            }
    
            public void columnUpdatedTime() {
                doColumn("updatedTime");
            }
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/static-files.md

    `name="static"` ใฏใ€**FastAPI** ใŒๅ†…้ƒจใงไฝฟ็”จใงใใ‚‹ๅๅ‰ใ‚’ไป˜ใ‘ใพใ™ใ€‚
    
    ใ“ใ‚Œใ‚‰ใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใฏใ™ในใฆใ€Œ`้™็š„`ใ€ใจใฏ็•ฐใชใ‚‹ๅ ดๅˆใŒใ‚ใ‚Šใ€็‹ฌ่‡ชใฎใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใฎใƒ‹ใƒผใ‚บใจ่ฉณ็ดฐใซๅˆใ‚ใ›ใฆ่ชฟๆ•ดใ—ใพใ™ใ€‚
    
    ## ใ‚ˆใ‚Š่ฉณใ—ใ„ๆƒ…ๅ ฑ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top