- Sort Score
- Result 10 results
- Languages All
Results 1251 - 1260 of 1,576 for sample (0.09 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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)