Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1251 - 1260 of 1,576 for sample (0.04 sec)

  1. docs/de/docs/advanced/openapi-callbacks.md

    Und er wird wahrscheinlich von Anwendung zu Anwendung sehr unterschiedlich sein.
    
    Es kΓΆnnten nur eine oder zwei Codezeilen sein, wie zum Beispiel:
    
    ```Python
    callback_url = "https://example.com/api/v1/invoices/events/"
    httpx.post(callback_url, json={"description": "Invoice paid", "paid": True})
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/openapi-callbacks.md

    ## πŸ”¬ ⏲
    
    β˜‘ ⏲ πŸ“Ÿ πŸ”œ πŸͺ€ πŸ™‡ πŸ”› πŸ‘† πŸ‘ πŸ› οΈ πŸ“±.
    
    & ⚫️ πŸ”œ 🎲 πŸͺ€ πŸ“š βšͺ️➑️ 1️⃣ πŸ“± ⏭.
    
    ⚫️ πŸ’ͺ 1️⃣ βš–οΈ 2️⃣ ⏸ πŸ“Ÿ, πŸ’–:
    
    ```Python
    callback_url = "https://example.com/api/v1/invoices/events/"
    httpx.post(callback_url, json={"description": "Invoice paid", "paid": True})
    ```
    
    βœ‹οΈ 🎲 πŸ† ⚠ πŸ• ⏲ βš’ πŸ’­ πŸ‘ˆ πŸ‘† πŸ› οΈ πŸ‘©β€πŸ’» (πŸ”’ πŸ‘©β€πŸ’») πŸ› οΈ *πŸ”’ πŸ› οΈ* β˜‘, πŸ›„ πŸ’½ πŸ‘ˆ *πŸ‘† πŸ› οΈ* πŸ”œ πŸ“¨ πŸ“¨ πŸ’ͺ ⏲, ♒️.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/util/XmlUtil.java

     *   <li>{@link #getDataMap(AccessResultData)}: Parses XML content from {@link AccessResultData} and returns a map of the data.</li>
     * </ul>
     *
     * <h2>Usage Example:</h2>
     * <pre>
     * {@code
     * String escapedXml = XmlUtil.escapeXml("<tag>value</tag>");
     * Map<String, Object> dataMap = XmlUtil.getDataMap(accessResultData);
     * }
     * </pre>
     *
     * <h2>Thread Safety:</h2>
     * <p>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/base/CharMatcherTest.java

        assertEquals(1, matcher.countIn(s));
      }
    
      /**
       * Checks that expected is equals to out, and further, if in is equals to expected, then out is
       * successfully optimized to be identical to in, i.e. that "in" is simply returned.
       */
      private void assertEqualsSame(String expected, String in, String out) {
        if (expected.equals(in)) {
          assertSame(in, out);
        } else {
          assertEquals(expected, out);
        }
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 30.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/MultimapBuilder.java

    import java.util.TreeSet;
    import org.jspecify.annotations.Nullable;
    
    /**
     * An immutable builder for {@link Multimap} instances, letting you independently select the desired
     * behaviors (for example, ordering) of the backing map and value-collections. Example:
     *
     * {@snippet :
     * ListMultimap<UserId, ErrorResponse> errorsByUser =
     *     MultimapBuilder.linkedHashKeys().arrayListValues().build();
     * SortedSetMultimap<String, Method> methodsForName =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 18K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/MultimapBuilder.java

    import java.util.TreeSet;
    import org.jspecify.annotations.Nullable;
    
    /**
     * An immutable builder for {@link Multimap} instances, letting you independently select the desired
     * behaviors (for example, ordering) of the backing map and value-collections. Example:
     *
     * {@snippet :
     * ListMultimap<UserId, ErrorResponse> errorsByUser =
     *     MultimapBuilder.linkedHashKeys().arrayListValues().build();
     * SortedSetMultimap<String, Method> methodsForName =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 18K bytes
    - Viewed (0)
  7. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

     *     with lexical order (case-insensitive in the English locale).
     *     <code>ga</code> and <code>final</code> sort the same as not having a qualifier.
     *   </li>
     * <li>A hyphen usually precedes a qualifier, and is always less important than digits/number. For example
     *   {@code 1.0.RC2 < 1.0-RC3 < 1.0.1}; but prefer {@code 1.0.0-RC2} over {@code 1.0.0.RC2}, and more
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  8. docs/ko/docs/python-types.md

    {* ../../docs_src/python_types/tutorial004.py hl[2] *}
    
    
    ## νƒ€μž… μ„ μ–Έ
    
    방금 ν•¨μˆ˜μ˜ λ§€κ°œλ³€μˆ˜λ‘œμ¨ νƒ€μž… 힌트λ₯Ό μ„ μ–Έν•˜λŠ” μ£Όμš” μž₯μ†Œλ₯Ό λ³΄μ•˜μŠ΅λ‹ˆλ‹€.
    
    이 μœ„μΉ˜λŠ” μ—¬λŸ¬λΆ„μ΄ **FastAPI**와 ν•¨κ»˜ 이λ₯Ό μ‚¬μš©ν•˜λŠ” μ£Όμš” μž₯μ†Œμž…λ‹ˆλ‹€.
    
    ### Simple νƒ€μž…
    
    `str`뿐 μ•„λ‹ˆλΌ λͺ¨λ“  파이썬 ν‘œμ€€ νƒ€μž…μ„ μ„ μ–Έν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    예λ₯Ό λ“€λ©΄:
    
    * `int`
    * `float`
    * `bool`
    * `bytes`
    
    {* ../../docs_src/python_types/tutorial005.py hl[1] *}
    
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_2x.md

     *  New: Add `Call.isExecuted()`.
    
    
    ## Version 2.6.0
    
    _2015-11-22_
    
     *  **New Logging Interceptor.** The `logging-interceptor` subproject offers
        simple request and response logging. It may be configured to log headers and
        bodies for debugging. It requires this Maven dependency:
    
         ```xml
         <dependency>
           <groupId>com.squareup.okhttp</groupId>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/ImmutableList.java

       * ("constant lists"). Example:
       *
       * {@snippet :
       * public static final ImmutableList<Color> GOOGLE_COLORS =
       *     new ImmutableList.Builder<Color>()
       *         .addAll(WEBSAFE_COLORS)
       *         .add(new Color(0, 191, 255))
       *         .build();
       * }
       *
       * <p>Elements appear in the resulting list in the same order they were added to the builder.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 27.5K bytes
    - Viewed (0)
Back to top