Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1791 - 1800 of 2,847 for Sink (0.02 sec)

  1. src/main/java/org/codelibs/fess/suggest/exception/SuggestIndexException.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.suggest.exception;
    
    /**
     * Exception thrown when there is an issue with the suggestion index.
     * This exception extends {@link SuggesterException}.
     *
     * <p>This exception can be thrown with a message, a cause, or both.</p>
     *
     * <pre>
     * Example usage:
     * throw new SuggestIndexException("Indexing error occurred");
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/suggest/index/writer/SuggestWriterResult.java

     * It keeps track of any failures that occur during the operation.
     */
    public class SuggestWriterResult {
        /**
         * Constructs a new {@link SuggestWriterResult}.
         */
        public SuggestWriterResult() {
            // nothing
        }
    
        /**
         * A list of Throwables representing failures that occurred during the operation.
         */
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. docs/de/docs/advanced/testing-websockets.md

    /// note | Hinweis
    
    Weitere Informationen finden Sie in der Starlette-Dokumentation zum <a href="https://www.starlette.io/testclient/#testing-websocket-sessions" class="external-link" target="_blank">Testen von WebSockets</a>.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 502 bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/base/PatternCompiler.java

    /**
     * Pluggable interface for compiling a regex pattern. By default this package uses the {@code
     * java.util.regex} library, but an alternate implementation can be supplied using the {@link
     * java.util.ServiceLoader} mechanism.
     */
    @GwtIncompatible
    interface PatternCompiler {
      /**
       * Compiles the given pattern.
       *
       * @throws IllegalArgumentException if the pattern is invalid
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/AsyncFunction.java

    import java.util.concurrent.Future;
    import org.jspecify.annotations.Nullable;
    
    /**
     * Transforms a value, possibly asynchronously. For an example usage and more information, see
     * {@link Futures#transformAsync(ListenableFuture, AsyncFunction, Executor)}.
     *
     * @author Chris Povirk
     * @since 11.0
     */
    @GwtCompatible
    public interface AsyncFunction<I extends @Nullable Object, O extends @Nullable Object> {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/additional-responses.md

    * <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#responsesObject" class="external-link" target="_blank">πŸ—„ πŸ“¨ 🎚</a>, ⚫️ πŸ”Œ `Response Object`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java

    import org.jspecify.annotations.Nullable;
    
    /**
     * Implementation of {@code Futures#withTimeout}.
     *
     * <p>Future that delegates to another but will finish early (via a {@link TimeoutException} wrapped
     * in an {@link ExecutionException}) if the specified duration expires. The delegate future is
     * interrupted and cancelled if it times out.
     */
    @J2ktIncompatible
    @GwtIncompatible
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 8K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/metadata.md

    </code></td><td><strong>REQUIRED</strong> (if a <code>license_info</code> is set). The license name used for the API.</td></tr><tr><td><code>identifier</code></td><td><code>str</code></td><td>An <a href="https://spdx.org/licenses/" class="external-link" target="_blank">SPDX</a> license expression for the API. The <code>identifier</code> field is mutually exclusive of the <code>url</code> field. <small>Available since OpenAPI 3.1.0, FastAPI 0.99.0.</small></td></tr><tr><td><code>url</code></td><t...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  9. docs/ko/docs/fastapi-cli.md

    ν”„λ‘œλ•μ…˜ ν™˜κ²½μ—μ„œλŠ” `fastapi run` λͺ…λ Ήμ–΄λ₯Ό μ‚¬μš©ν•©λ‹ˆλ‹€. πŸš€
    
    λ‚΄λΆ€μ μœΌλ‘œ, **FastAPI CLI**λŠ” κ³ μ„±λŠ₯의, ν”„λ‘œλ•μ…˜μ— μ ν•©ν•œ, ASGI μ„œλ²„μΈ <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a>을 μ‚¬μš©ν•©λ‹ˆλ‹€. 😎
    
    ## `fastapi dev`
    
    `fastapi dev` λͺ…령을 μ‹€ν–‰ν•˜λ©΄ 개발 λͺ¨λ“œκ°€ μ‹œμž‘λ©λ‹ˆλ‹€.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Oct 28 11:29:32 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  10. docs/ko/docs/advanced/testing-websockets.md

    {* ../../docs_src/app_testing/tutorial002.py hl[27:31] *}
    
    /// note | μ°Έκ³ 
    
    μžμ„Έν•œ λ‚΄μš©μ€ Starlette의 <a href="https://www.starlette.io/testclient/#testing-websocket-sessions" class="external-link" target="_blank"> WebSocket ν…ŒμŠ€νŠΈ</a>에 κ΄€ν•œ μ„€λͺ…μ„œλ₯Ό μ°Έκ³ ν•˜μ‹œκΈΈ λ°”λžλ‹ˆλ‹€.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 500 bytes
    - Viewed (0)
Back to top