- Sort Score
 - Result 10 results
 - Languages All
 
Results 1071 - 1080 of 1,192 for operators (0.38 sec)
- 
				
				
docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md
{* ../../docs_src/dependencies/tutorial007.py hl[2:4] *} O valor gerado (yielded) é o que é injetado nas *operações de rota* e outras dependências. {* ../../docs_src/dependencies/tutorial007.py hl[4] *} O código após o `yield` é executado após a resposta ser entregue: {* ../../docs_src/dependencies/tutorial007.py hl[5:6] *}Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 14.8K bytes - Viewed (0) - 
				
				
docs/sts/web-identity.md
id_token from the web identity provider. The temporary security credentials returned by this API consists of an access key, a secret key, and a security token. Applications can use these temporary security credentials to sign calls to MinIO API operations. By default, the temporary security credentials created by AssumeRoleWithWebIdentity last for one hour. However, the optional DurationSeconds parameter can be used to specify the validity duration of the generated credentials. This value...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/collect/ImmutableSortedSet.java
* @since 12.0 */ @GwtIncompatible // NavigableSet @Override public @Nullable E lower(E e) { return Iterators.<@Nullable E>getNext(headSet(e, false).descendingIterator(), null); } /** * @since 12.0 */ @Override public @Nullable E floor(E e) { return Iterators.<@Nullable E>getNext(headSet(e, true).descendingIterator(), null); } /** * @since 12.0 */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 36.8K bytes - Viewed (0) - 
				
				
cmd/admin-handlers.go
s3OutputBytes uint64 } // ServerHTTPAPIStats holds total number of HTTP operations from/to the server, // including the average duration the call was spent. type ServerHTTPAPIStats struct { APIStats map[string]int `json:"apiStats"` } // ServerHTTPStats holds all type of http operations performed to/from the server // including their average execution time. type ServerHTTPStats struct {Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) - 
				
				
CHANGELOG/CHANGELOG-1.34.md
- Extended resources backed by DRA feature allowed cluster operator to specify `extendedResourceName` in `DeviceClass`, and application operator to continue using extended resources in pod's requests to request for DRA devices matching the DeviceClass.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (1) - 
				
				
src/main/java/org/codelibs/fess/helper/QueryHelper.java
/** List of query rescorers for post-processing search results */ protected List<QueryRescorer> queryRescorerList = new ArrayList<>(); /** * Builds a complete QueryContext for search operations, applying all necessary filters, * boosts, and role-based access controls. * * @param searchRequestType the type of search request (e.g., regular search, admin search)Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) - 
				
				
guava/src/com/google/common/collect/ImmutableMultiset.java
* @throws NullPointerException if any of {@code elements} is null */ public static <E> ImmutableMultiset<E> copyOf(Iterator<? extends E> elements) { Multiset<E> multiset = LinkedHashMultiset.create(); Iterators.addAll(multiset, elements); return copyFromEntries(multiset.entrySet()); } private static <E> ImmutableMultiset<E> copyFromElements(E... elements) { Multiset<E> multiset = LinkedHashMultiset.create();Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 20.6K bytes - Viewed (0) - 
				
				
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/TransformerTest.java
assertEquals(1, transformer2.getTransformCallCount()); assertEquals(1, transformer3.getTransformCallCount()); } /** * Test concurrent transformer operations */ public void test_concurrentOperations() throws Exception { final TestTransformer transformer = new TestTransformer("concurrentTransformer"); final int threadCount = 5;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 28K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
*/ public class AdminStorageAction extends FessAdminAction { /** * Default constructor. */ public AdminStorageAction() { super(); } /** Role name for admin storage operations */ public static final String ROLE = "admin-storage"; private static final Logger logger = LogManager.getLogger(AdminStorageAction.class); @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.1K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/core/lang/StringUtil.java
import static org.codelibs.core.collection.CollectionsUtil.newArrayList; import java.lang.reflect.Method; import java.util.List; import java.util.StringTokenizer; /** * Utility class for string operations. * * @author higa * @author shinsuke */ public abstract class StringUtil { /** * Do not instantiate. */ protected StringUtil() { } /**Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 21.9K bytes - Viewed (0)