- Sort Score
- Result 10 results
- Languages All
Results 2371 - 2380 of 3,515 for link (0.05 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/BuildModelSourceTransformer.java
import org.apache.maven.model.Dependency; import org.apache.maven.model.Model; import org.apache.maven.model.Parent; /** * ModelSourceTransformer for the build pom * * @since 4.0.0 * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Named @Singleton @Deprecated(since = "4.0.0") class BuildModelSourceTransformer implements ModelSourceTransformer {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.5K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/FilterModelBuildingRequest.java
/** * A model building request that delegates all methods invocations to another request, meant for easy transformations by * subclassing. * * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Deprecated(since = "4.0.0") class FilterModelBuildingRequest implements ModelBuildingRequest { protected ModelBuildingRequest request;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.4K bytes - Viewed (0) -
docs/de/docs/tutorial/path-operation-configuration.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/em/docs/tutorial/path-params-numeric-validations.md
{!../../docs_src/path_params_numeric_validations/tutorial006.py!} ``` ## ๐ โฎ๏ธ `Query`, `Path` (& ๐ ๐ ๐ซ ๐) ๐ ๐ช ๐ฃ ๐ & ๐ป ๐ฌ ๐ ๐ โฎ๏ธ [๐ข ๐ข & ๐ป ๐ฌ](query-params-str-validations.md){.internal-link target=_blank}. & ๐ ๐ช ๐ฃ ๐ข ๐ฌ: * `gt`: `g`๐ พ `t`๐ฒ * `ge`: `g`๐ พ ๐ โ๏ธ `e`๐ พ * `lt`: `l`๐ญ `t`๐ฒ * `le`: `l`๐ญ ๐ โ๏ธ `e`๐ พ /// info
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.3K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
+ getImplementation() + ")"); } parameters.add(parameter); } /** * @return the list parameters as a Map (keyed by {@link Parameter#getName()}) that is built from * {@link #parameters} list on each call. In other words, the map returned is built on fly and is a copy. * Any change to this map is NOT reflected on list and other way around! */
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 21.7K bytes - Viewed (0) -
docs/em/docs/tutorial/handling-errors.md
```Python hl_lines="14" {!../../docs_src/handling_errors/tutorial002.py!} ``` ## โ ๐ โ ๐โ๐ฆบ ๐ ๐ช ๐ฎ ๐ โ ๐โ๐ฆบ โฎ๏ธ <a href="https://www.starlette.io/exceptions/" class="external-link" target="_blank">๐ โ ๐ โช๏ธโก๏ธ ๐</a>. โก๏ธ ๐ฌ ๐ โ๏ธ ๐ โ `UnicornException` ๐ ๐ (โ๏ธ ๐ ๐ โ๏ธ) ๐ช `raise`. & ๐ ๐ ๐ต ๐ โ ๐ โฎ๏ธ FastAPI. ๐ ๐ช ๐ฎ ๐ โ ๐โ๐ฆบ โฎ๏ธ `@app.exception_handler()`:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/metadata.md
></td><td><code>str</code></td><td><strong>ํ์</strong> (<code>license_info</code>๊ฐ ์ค์ ๋ ๊ฒฝ์ฐ). API์ ์ฌ์ฉ๋ ๋ผ์ด์ ์ค ์ด๋ฆ์ ๋๋ค.</td></tr><tr><td><code>identifier</code></td><td><code>str</code></td><td>API์ ๋ํ <a href="https://spdx.org/licenses/" class="external-link" target="_blank">SPDX</a> ๋ผ์ด์ ์ค ํํ์ ๋๋ค. <code>identifier</code> ํ๋๋ <code>url</code> ํ๋์ ์ํธ ๋ฐฐํ์ ์ ๋๋ค. <small>OpenAPI 3.1.0, FastAPI 0.99.0๋ถํฐ ์ฌ์ฉ ๊ฐ๋ฅ</small></td></tr><tr><td><code>url</code></td><td><code>str</code></td><td>API์ ์ฌ์ฉ๋ ๋ผ์ด์ ์ค์ URL์ ๋๋ค. URL ํ์์ด์ด์ผ...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 10:36:06 UTC 2024 - 6.5K bytes - Viewed (0) -
android/guava/src/com/google/common/io/ReaderInputStream.java
import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; import java.nio.charset.CoderResult; import java.nio.charset.CodingErrorAction; import java.util.Arrays; /** * An {@link InputStream} that converts characters from a {@link Reader} into bytes using an * arbitrary Charset. * * <p>This is an alternative to copying the data to an {@code OutputStream} via a {@code Writer},
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 9.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java
import java.net.URLClassLoader; import java.util.concurrent.CancellationException; import java.util.concurrent.Future; import java.util.concurrent.TimeoutException; import junit.framework.TestCase; /** Unit tests for {@link Futures#getChecked(Future, Class)}. */ public class FuturesGetCheckedTest extends TestCase { // Boring untimed-get tests: public void testGetCheckedUntimed_success() throws TwoArgConstructorException {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 16.3K bytes - Viewed (0) -
guava/src/com/google/common/io/ReaderInputStream.java
import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; import java.nio.charset.CoderResult; import java.nio.charset.CodingErrorAction; import java.util.Arrays; /** * An {@link InputStream} that converts characters from a {@link Reader} into bytes using an * arbitrary Charset. * * <p>This is an alternative to copying the data to an {@code OutputStream} via a {@code Writer},
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 9.3K bytes - Viewed (0)