Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 391 - 400 of 428 for guice (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava/src/com/google/common/collect/Iterables.java

     * are <i>lazy</i>, which means that their iterators only advance the backing iteration when
     * absolutely necessary.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#iterables">{@code
     * Iterables}</a>.
     *
     * @author Kevin Bourrillion
     * @author Jared Levy
     * @since 2.0
     */
    @GwtCompatible
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 16:16:42 GMT 2026
    - 43.6K bytes
    - Click Count (0)
  2. guava/src/com/google/common/collect/Ordering.java

     * adopted more comprehensively in your code; the end result may be quite a bit simpler.
     *
     * <h3>See also</h3>
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/OrderingExplained">{@code Ordering}</a>.
     *
     * @author Jesse Wilson
     * @author Kevin Bourrillion
     * @since 2.0
     */
    @GwtCompatible
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 39.4K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/cache/CacheBuilder.java

     * retain all the configuration properties of the original cache. Note that the serialized form does
     * <i>not</i> include cache contents, but only configuration.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/CachesExplained">caching</a> for a higher-level
     * explanation.
     *
     * @param <K> the most general key type this builder will be able to create caches for. This is
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 13:13:59 GMT 2026
    - 52K bytes
    - Click Count (0)
  4. CONTRIBUTING.md

       11. Not all comments need to be Javadoc. Sometimes it will make more
           sense to add comments in a method's body, for example due to important
           implementation decisions or "gotchas". As a general guide, if some
           information forms part of the contract between a method and its callers,
           then it should go in the Javadoc, otherwise you might consider using
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/collect/ImmutableSortedSet.java

     * <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting
     * collection will not correctly obey its specification.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>.
     *
     * @author Jared Levy
     * @author Louis Wasserman
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 17:50:58 GMT 2025
    - 36.8K bytes
    - Click Count (0)
  6. docs/en/docs/release-notes.md

    * πŸ“ Re-write and extend Deployment guide: Concepts, Uvicorn, Gunicorn, Docker, Containers, Kubernetes. PR [#3974](https://github.com/tiangolo/fastapi/pull/3974) by [@tiangolo](https://github.com/tiangolo).
    * πŸ“ Upgrade HTTPS guide with more explanations and diagrams. PR [#3950](https://github.com/tiangolo/fastapi/pull/3950) by [@tiangolo](https://github.com/tiangolo).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  7. docs/ko/docs/deployment/docker.md

    * Docker Swarm Mode ν΄λŸ¬μŠ€ν„°λ‘œ
    * Nomad 같은 λ‹€λ₯Έ λ„κ΅¬λ‘œ
    * μ»¨ν…Œμ΄λ„ˆ 이미지λ₯Ό λ°›μ•„ λ°°ν¬ν•΄μ£ΌλŠ” ν΄λΌμš°λ“œ μ„œλΉ„μŠ€λ‘œ
    
    ## `uv`λ₯Ό μ‚¬μš©ν•˜λŠ” 도컀 이미지 { #docker-image-with-uv }
    
    ν”„λ‘œμ νŠΈλ₯Ό μ„€μΉ˜ν•˜κ³  κ΄€λ¦¬ν•˜κΈ° μœ„ν•΄ [uv](https://github.com/astral-sh/uv)λ₯Ό μ‚¬μš©ν•œλ‹€λ©΄, [uv Docker guide](https://docs.astral.sh/uv/guides/integration/docker/)λ₯Ό λ”°λ₯Ό 수 μžˆμŠ΅λ‹ˆλ‹€.
    
    ## μš”μ•½ { #recap }
    
    μ»¨ν…Œμ΄λ„ˆ μ‹œμŠ€ν…œ(예: **Docker**, **Kubernetes**)을 μ‚¬μš©ν•˜λ©΄ λͺ¨λ“  **배포 κ°œλ…**을 λ‹€λ£¨λŠ” 것이 μƒλ‹Ήνžˆ λ‹¨μˆœν•΄μ§‘λ‹ˆλ‹€:
    
    * HTTPS
    * μ‹œμž‘ μ‹œ μžλ™ μ‹€ν–‰
    * μž¬μ‹œμž‘
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 32.6K bytes
    - Click Count (0)
  8. android/guava/src/com/google/common/collect/ImmutableMap.java

    import org.jspecify.annotations.Nullable;
    
    /**
     * A {@link Map} whose contents will never change, with many other important properties detailed at
     * {@link ImmutableCollection}.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>.
     *
     * @author Jesse Wilson
     * @author Kevin Bourrillion
     * @since 2.0
     */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 02 19:58:40 GMT 2026
    - 41.2K bytes
    - Click Count (0)
  9. guava/src/com/google/common/collect/ImmutableSortedMap.java

     * <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting map will
     * not correctly obey its specification.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>.
     *
     * @author Jared Levy
     * @author Louis Wasserman
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 08 18:10:02 GMT 2026
    - 52.1K bytes
    - Click Count (0)
  10. android/guava/src/com/google/common/util/concurrent/Futures.java

    import org.jspecify.annotations.Nullable;
    
    /**
     * Static utility methods pertaining to the {@link Future} interface.
     *
     * <p>Many of these methods use the {@link ListenableFuture} API; consult the Guava User Guide
     * article on <a href="https://github.com/google/guava/wiki/ListenableFutureExplained">{@code
     * ListenableFuture}</a>.
     *
     * <p>The main purpose of {@code ListenableFuture} is to help you chain together a graph of
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 64.2K bytes
    - Click Count (0)
Back to Top