- Sort Score
- Result 10 results
- Languages All
Results 551 - 560 of 1,276 for operationId (0.11 sec)
-
docs/extensions/fan-out/README.md
## Overview MinIO implements an S3 extension to perform multiple concurrent fan-out upload operations. A perfect use case scenario for performing fan-out operations of incoming TSB (Time Shift Buffer's). TSBs are a method of facilitating time-shifted playback of television signaling, and media content.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu May 25 05:51:07 UTC 2023 - 1.4K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceEntryTester.java
// the operation would be a no-op, so exceptions are allowed but not required } expectUnchanged(); } @MapFeature.Require(absent = SUPPORTS_PUT) public void testReplaceEntry_unsupportedAbsentKey() { try { getMap().replace(k3(), v3(), v4()); } catch (UnsupportedOperationException tolerated) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:51:04 UTC 2024 - 5.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/AbstractMultiset.java
implements Multiset<E> { // Query Operations @Override public boolean isEmpty() { return entrySet().isEmpty(); } @Override public boolean contains(@CheckForNull Object element) { return count(element) > 0; } // Modification Operations @CanIgnoreReturnValue @Override public final boolean add(@ParametricNullness E element) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jun 01 22:07:10 UTC 2021 - 6K bytes - Viewed (0) -
docs/multi-user/admin/README.md
MinIO supports multiple admin users in addition to default operator credential created during server startup. New admins can be added after server starts up, and server can be configured to deny or allow access to different admin operations for these users. This document explains how to add/remove admin users and modify their access rights. ## Get started In this document we will explain in detail on how to configure admin users. ### 1. Prerequisites
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Mar 21 06:38:06 UTC 2023 - 4.5K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt
// performed while holding this lock! // // Socket writes are guarded by frameWriter. // // Socket reads are unguarded but are only made by the reader thread. // // Certain operations (like SYN_STREAM) need to synchronize on both the frameWriter (to do // blocking I/O) and this (to create streams). Such operations must synchronize on 'this' last.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 32.6K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/global-dependencies.md
๐ ๐ธ ๐ ๐ช ๐ ๐ฎ ๐ ๐ ๐ธ. ๐ ๐ ๐ ๐ช [๐ฎ `dependencies` *โก ๐ ๏ธ ๐จโ๐จ*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank}, ๐ ๐ช ๐ฎ ๐ซ `FastAPI` ๐ธ. ๐ ๐ผ, ๐ซ ๐ โ ๐ *โก ๐ ๏ธ* ๐ธ: ```Python hl_lines="15" {!../../docs_src/dependencies/tutorial012.py!} ``` & ๐ ๐ญ ๐ ๐ [โ `dependencies` *โก ๐ ๏ธ ๐จโ๐จ*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank} โ, โ๏ธ ๐ ๐ผ, ๐ *โก ๐ ๏ธ* ๐ฑ. ## ๐ ๐ช *โก ๐ ๏ธ*
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 825 bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
* read operations anyway: * * - All (unsynchronized) read operations must first read the "count" field, and should not * look at table entries if it is 0. * * - All (synchronized) write operations should write to the "count" field after structurally * changing any bin. The operations must not take any action that could even momentarily
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 20:24:49 UTC 2024 - 90.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/global-dependencies.md
# ์ ์ญ ์์กด์ฑ ๋ช๋ช ์ ํ๋ฆฌ์ผ์ด์ ์์๋ ์ ํ๋ฆฌ์ผ์ด์ ์ ์ฒด์ ์์กด์ฑ์ ์ถ๊ฐํ๊ณ ์ถ์ ์ ์์ต๋๋ค. [*๊ฒฝ๋ก ์๋ ๋ฐ์ฝ๋ ์ดํฐ*์ `dependencies` ์ถ๊ฐํ๊ธฐ](dependencies-in-path-operation-decorators.md){.internal-link target=_blank}์ ์ ์ฌํ ๋ฐฉ๋ฒ์ผ๋ก `FastAPI` ์ ํ๋ฆฌ์ผ์ด์ ์ ๊ทธ๊ฒ๋ค์ ์ถ๊ฐํ ์ ์์ต๋๋ค. ๊ทธ๋ฐ ๊ฒฝ์ฐ์, ์ ํ๋ฆฌ์ผ์ด์ ์ ๋ชจ๋ *๊ฒฝ๋ก ์๋*์ ์ ์ฉ๋ ๊ฒ์ ๋๋ค: //// tab | Python 3.9+ ```Python hl_lines="16" {!> ../../docs_src/dependencies/tutorial012_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="16"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/logging/BaseSlf4jConfiguration.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
src/bufio/bufio.go
// // UnreadByte returns an error if the most recent method called on the // [Reader] was not a read operation. Notably, [Reader.Peek], [Reader.Discard], and [Reader.WriteTo] are not // considered read operations. func (b *Reader) UnreadByte() error { if b.lastByte < 0 || b.r == 0 && b.w > 0 { return ErrInvalidUnreadByte } // b.r > 0 || b.w == 0 if b.r > 0 {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 12 14:39:08 UTC 2023 - 21.8K bytes - Viewed (0)