Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 557 for lookUp (0.1 sec)

  1. .github/ISSUE_TEMPLATE/feature_addition_request.yaml

            method signatures would look like, for example, even if the method and class names are still
            in flux. This can make the feature you're suggesting much clearer to us.
    
      - type: textarea
        attributes:
          label: (Optional) What would the method signatures for your feature look like?
          placeholder: |
            e.g.,
            public static <E> ImmutableList<E> of();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Nov 17 18:47:47 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/debugging.md

    * Select "Python"
    * Run the debugger with the option "`Python: Current File (Integrated Terminal)`".
    
    It will then start the server with your **FastAPI** code, stop at your breakpoints, etc.
    
    Here's how it might look:
    
    <img src="/img/tutorial/debugging/image01.png">
    
    ---
    
    If you use Pycharm, you can:
    
    * Open the "Run" menu.
    * Select the option "Debug...".
    * Then a context menu shows up.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  3. docs/en/docs/contributing.md

    ///
    
    If you go to your browser you will see that now the docs show your new section (the info box at the top is gone). 🎉
    
    Now you can translate it all and see how it looks as you save the file.
    
    #### Don't Translate these Pages
    
    🚨 Don't translate:
    
    * Files under `reference/`
    * `release-notes.md`
    * `fastapi-people.md`
    * `external-links.md`
    * `newsletter.md`
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jul 26 11:35:42 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  4. docs/zh/docs/advanced/async-tests.md

    į”ąäēŽæĩ‹č¯•å‡Ŋæ•°įŽ°åœ¨æ˜¯åŧ‚æ­Ĩįš„īŧŒå› æ­¤é™¤äē†åœ¨æĩ‹č¯•中向 FastAPI åē”ᔍፋåēå‘é€č¯ˇæą‚äš‹å¤–īŧŒæ‚¨įŽ°åœ¨čŋ˜å¯äģĨč°ƒį”¨īŧˆå’ŒäŊŋᔍ `await` į­‰åž…īŧ‰å…ļäģ– `async` åŧ‚æ­Ĩå‡Ŋ数īŧŒå°ąå’Œæ‚¨åœ¨äģŖį ä¸­įš„å…ļäģ–äģģäŊ•åœ°æ–šč°ƒį”¨åރäģŦįš„æ–šæŗ•ä¸€æ ˇã€‚
    
    /// tip
    
    åĻ‚æžœæ‚¨åœ¨æĩ‹č¯•ፋåēä¸­é›†æˆåŧ‚æ­Ĩå‡Ŋæ•°č°ƒį”¨įš„æ—ļ候遇到一ä¸Ē `RuntimeError: Task attached to a different loop` įš„æŠĨ错īŧˆäž‹åĻ‚īŧŒäŊŋᔍ <a href="https://stackoverflow.com/questions/41584243/runtimeerror-task-attached-to-a-different-loop" class="external-link" target="_blank">MongoDB įš„ MotorClient</a> æ—ļīŧ‰īŧŒč¯ˇčްäŊīŧŒåĒčƒŊ在åŧ‚æ­Ĩå‡Ŋ数中厞䞋化需čρäē‹äģļåžĒįŽ¯įš„å¯ščąĄīŧŒäž‹åĻ‚é€ščŋ‡ `'@app.on_event("startup")` å›žč°ƒå‡Ŋ数čŋ›čĄŒåˆå§‹åŒ–。
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 17 21:49:06 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. android/guava-tests/benchmark/com/google/common/util/concurrent/AbstractFutureFootprintBenchmark.java

        if (state != State.NOT_DONE && (numListeners != 0 || numThreads != 0)) {
          throw new SkipThisScenarioException();
        }
      }
    
      // This exclusion doesn't exclude the TOMBSTONE objects we set. So 'done' NEW futures will look
      // larger than they are.
      @SuppressWarnings("FutureReturnValueIgnored")
      @Footprint(exclude = {Runnable.class, Executor.class, Thread.class, Exception.class})
      public Object measureSize() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 3K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/schema-extra-example.md

    {* ../../docs_src/schema_extra_example/tutorial003_an_py310.py hl[22:29] *}
    
    ### Example in the docs UI { #example-in-the-docs-ui }
    
    With any of the methods above it would look like this in the `/docs`:
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ### `Body` with multiple `examples` { #body-with-multiple-examples }
    
    You can of course also pass multiple `examples`:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  7. cmd/format-meta.go

    //   "format": "XXXXX",
    //   "XXXXX": {
    //
    //   }
    // }
    // Here "XXXXX" depends on the backend, currently we have "fs" and "xl" implementations.
    // formatMetaV1 should be inherited by backend format structs. Please look at format-fs.go
    // and format-xl.go for details.
    
    // Ideally we will never have a situation where we will have to change the
    // fields of this struct and deal with related migration.
    type formatMetaV1 struct {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/base/Utf8Test.java

      private static void testBytes(int numBytes, long expectedCount) {
        testBytes(numBytes, expectedCount, 0, -1);
      }
    
      /**
       * Helper to run the loop to test all the permutations for the number of bytes specified. This
       * overload is useful for debugging to get the loop to start at a certain character.
       *
       * @param numBytes the number of bytes in the byte array
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  9. docs/kms/README.md

    > Note that anyone can access or delete master keys at `https://play.min.io:7373`. You should run your own KES
    > instance in production.
    
    ## Configuration Guides
    
    A typical MinIO deployment that uses a KMS for SSE-S3 looks like this:
    
    ```
        ┌────────────┐
        │ ┌──────────┴─â”Ŧ─────╮          ┌────────────┐
        └─┤ ┌──────────┴─â”Ŧ───┴──────────┤ ┌──────────┴─â”Ŧ─────────────────╮
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  10. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabase.kt

        val domainLabelsUtf8Bytes = Array(domainLabels.size) { i -> domainLabels[i].encodeUtf8() }
    
        // Start by looking for exact matches. We start at the leftmost label. For example, foo.bar.com
        // will look like: [foo, bar, com], [bar, com], [com]. The longest matching rule wins.
        var exactMatch: String? = null
        for (i in domainLabelsUtf8Bytes.indices) {
          val rule = publicSuffixList.bytes.binarySearch(domainLabelsUtf8Bytes, i)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 28 07:33:49 UTC 2025
    - 8.5K bytes
    - Viewed (0)
Back to top