- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 499 for varios (1.76 sec)
-
docs/sts/web-identity.md
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 varies from 900 seconds (15 minutes) up to the maximum session duration of 365 days. ## Configuring OpenID Identity Provider on MinIO
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) -
cmd/erasure-server-pool-rebalance.go
listingQuorum := (set.setDriveCount + 1) / 2 // How to resolve partial results. resolver := metadataResolutionParams{ dirQuorum: listingQuorum, // make sure to capture all quorum ratios objQuorum: listingQuorum, // make sure to capture all quorum ratios bucket: bucketName, } err := listPathRaw(ctx, listPathRawOptions{ disks: disks, bucket: bucketName, recursive: true,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Sep 04 20:47:24 UTC 2025 - 28.9K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Equivalence.java
/* * Equivalence's type argument is always non-nullable: Equivalence<Number>, never * Equivalence<@Nullable Number>. That can still produce wrappers of various types -- * Wrapper<Number>, Wrapper<Integer>, Wrapper<@Nullable Integer>, etc. If we used just * Equivalence<? super T> below, no type could satisfy both that bound and T's own
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 01:47:55 UTC 2025 - 14.5K bytes - Viewed (0) -
docs/es/docs/virtual-environments.md
Muchos errores exóticos al instalar un paquete se resuelven simplemente actualizando `pip` primero. /// tip | Consejo Normalmente harías esto **una vez**, justo después de crear el entorno virtual. /// Asegúrate de que el entorno virtual esté activo (con el comando anterior) y luego ejecuta: <div class="termy"> ```console
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 22.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
boolQuery.filter(roleQuery); } /** * Builds boost query functions to modify document scoring based on various factors. * This method adds field value factors, key matching boosts, and custom boost functions. * * @param queryContext the query context to add boost functions to */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/java/jcifs/util/Encdec.java
package jcifs.util; import java.io.IOException; import java.util.Date; import jcifs.SmbConstants; /** * Encoding and decoding utility class for SMB protocol. * Provides methods for encoding/decoding various data types in different byte orders. */ public final class Encdec { private static final long SEC_BETWEEEN_1904_AND_1970 = 2082844800L; private static final int TIME_1970_SEC_32BE = 1;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java
/** * How long to wait when determining that a thread is blocked if we DON'T expect it to be blocked. */ private static final long UNEXPECTED_HANG_DELAY_MILLIS = 10000; /** * Various scenarios to be generated for each method under test. The actual scenario generation * (determining which scenarios are applicable to which methods and what the outcome should be)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 27K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/srvsvc.java
_src = _src.deferred; this.name = _src.dec_ndr_string(); } } } /** * RPC message for retrieving server information at various detail levels */ public static class ServerGetInfo extends DcerpcMessage { @Override public int getOpnum() { return 0x15; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 27K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
} // Test pattern matching in custom properties public void test_customProperties_complexPattern() { List<String> cmdList = new ArrayList<>(); // Set various properties System.setProperty("app.module.feature1", "enabled"); System.setProperty("app.module.feature2", "disabled"); System.setProperty("app.service.api", "v2");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/TreeConnectResponseTest.java
setPrivateField(response, "service", null); assertNull(response.getService(), "Should handle null service"); } @Test @DisplayName("Should handle various caching flags") void testCachingFlags() throws Exception { Smb2TreeConnectResponse response = new Smb2TreeConnectResponse(mockConfig); // Test manual caching
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0)