- Sort Score
- Result 10 results
- Languages All
Results 531 - 540 of 658 for container2 (0.11 sec)
-
guava/src/com/google/common/collect/ImmutableRangeSet.java
} } return of(); } /** * Returns an {@link ImmutableSortedSet} containing the same values in the given domain * {@linkplain RangeSet#contains contained} by this range set. * * <p><b>Note:</b> {@code a.asSet(d).equals(b.asSet(d))} does not imply {@code a.equals(b)}! For * example, {@code a} and {@code b} could be {@code [2..4]} and {@code (1..5)}, or the empty
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 27K bytes - Viewed (0) -
helm/minio/README.md
| `rootPassword` | `rootPassword` | Root password. | yes | All corresponding variables will be ignored in values file. ### Configure TLS
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jan 24 07:27:57 UTC 2024 - 10.9K bytes - Viewed (0) -
docs/pt/docs/deployment/manually.md
``` </div> Isto deve funcionar para a maioria dos casos. ๐ Vocรช pode utilizar esse comando, por exemplo, para iniciar sua aplicaรงรฃo **FastAPI** em um contรชiner, em um servidor, etc. ## Servidores ASGI Vamos nos aprofundar um pouco mais em detalhes.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 20 11:10:02 UTC 2024 - 8.2K bytes - Viewed (0) -
guava/src/com/google/common/cache/Cache.java
*/ ImmutableMap<K, V> getAllPresent(Iterable<? extends Object> keys); /** * Associates {@code value} with {@code key} in this cache. If the cache previously contained a * value associated with {@code key}, the old value is replaced by {@code value}. * * <p>Prefer {@link #get(Object, Callable)} when using the conventional "if cached, return;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sun Aug 07 02:38:22 UTC 2022 - 7.9K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/concurrent/TaskRunner.kt
* instance for non-daemon threads. * * The task runner is also responsible for releasing held threads when the library is unloaded. * This is for the benefit of container environments that implement code unloading. * * Most applications should share a process-wide [TaskRunner] and use queues for per-client work. */ class TaskRunner( val backend: Backend,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 29 00:33:04 UTC 2024 - 10.6K bytes - Viewed (0) -
docs/sts/keycloak.md
For a quick installation, docker-compose reference configs are also available on the [Keycloak GitHub](https://github.com/keycloak/keycloak-containers/tree/main/docker-compose-examples). ### Configure Keycloak Realm - Go to Clients - Click on account - Settings - Change `Access Type` to `confidential`. - Save - Click on credentials tab
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 8.1K bytes - Viewed (0) -
src/main/webapp/js/admin/bootstrap.min.js.map
complete()\n }\n }\n\n dispose() {\n $.removeData(this._element, DATA_KEY)\n this._element = null\n }\n\n // Private\n _activate(element, container, callback) {\n const activeElements = container && (container.nodeName === 'UL' || container.nodeName === 'OL') ?\n $(container).find(SELECTOR_ACTIVE_UL) :\n $(container).children(SELECTOR_ACTIVE)\n\n const active = activeElements[0]\n const isTransitioning = callback && (active && $(active).hasClass(CLASS_NAME_FADE))\n...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 180.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp
<jsp:param name="menuType" value="fileConfig"/> </jsp:include> <div class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1> <la:message key="labels.file_crawling_title_details"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 15.3K bytes - Viewed (0) -
docs/ko/docs/deployment/docker.md
/// info | "์ ๋ณด" ๋ง์ฝ ์ฌ๋ฌ๋ถ์ด ์ฟ ๋ฒ๋คํฐ์ค๋ฅผ ์ฌ์ฉํ๊ณ ์๋ค๋ฉด, ์๋ง๋ ์ด๋ <a href="https://kubernetes.io/docs/concepts/workloads/pods/init-containers/" class="external-link" target="_blank">Init Container</a>์ผ ๊ฒ์ ๋๋ค. /// ๋ง์ฝ ์ฌ๋ฌ๋ถ์ ์ด์ฉ ์ฌ๋ก์์ ์ด์ ๋จ๊ณ๋ค์ **๋ณ๋ ฌ์ ์ผ๋ก ์ฌ๋ฌ๋ฒ** ์ํํ๋๋ฐ์ ๋ฌธ์ ๊ฐ ์๋ค๋ฉด (์๋ฅผ ๋ค์ด ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ด์ ์ ์คํํ์ง ์๊ณ ๋ฐ์ดํฐ๋ฒ ์ด์ค๊ฐ ์ค๋น๋์๋์ง ํ์ธ๋ง ํ๋ ๊ฒฝ์ฐ), ๋ฉ์ธ ํ๋ก์ธ์ค๋ฅผ ์์ํ๊ธฐ ์ ์ ์ด ๋จ๊ณ๋ค์ ๊ฐ ์ปจํ ์ด๋์ ๋ฃ์ ์ ์์ต๋๋ค. ### ๋จ์ผ ์ปจํ ์ด๋
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 42.7K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/ImmutableValueGraph.java
* provided by this class. * * @author James Sexton * @author Jens Nyman * @param <N> Node parameter type * @param <V> Value parameter type * @since 20.0 */ @Beta @Immutable(containerOf = {"N", "V"}) @SuppressWarnings("Immutable") // Extends StandardValueGraph but uses ImmutableMaps. @ElementTypesAreNonnullByDefault public final class ImmutableValueGraph<N, V> extends StandardValueGraph<N, V> {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 01 16:30:37 UTC 2022 - 7.7K bytes - Viewed (0)