- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 1,366 for proxied (0.09 seconds)
-
src/test/java/jcifs/config/PropertyConfigurationTest.java
} @Test @DisplayName("Should provide default values for missing properties") void testDefaultValues() throws CIFSException { // Given Properties minimalProps = new Properties(); // When PropertyConfiguration testConfig = new PropertyConfiguration(minimalProps); // Then // Hostname may be null when not provided assertTrue(testConfig.getConnTimeout() > 0);Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 11.3K bytes - Click Count (0) -
guava/src/com/google/common/util/concurrent/ExecutionSequencer.java
} else if (outputFuture.isCancelled() && taskExecutor.trySetCancelled()) { // If this CAS succeeds, we know that the provided callable will never be invoked, // so when oldFuture completes it is safe to allow the next submitted task to // proceed. Doing this immediately here lets the next task run without waiting for // the cancelled task's executor to run the noop AsyncCallable.
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 01:35:55 GMT 2025 - 22.1K bytes - Click Count (0) -
LICENSES/third_party/forked/libcontainer/LICENSE
or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, orCreated: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Tue Oct 22 13:56:22 GMT 2024 - 10.5K bytes - Click Count (0) -
LICENSE
or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, orCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Nov 29 17:31:56 GMT 2021 - 13.3K bytes - Click Count (0) -
docs/sts/web-identity.md
user is redirected to the OpenID Provider in the beginning. For some setups, extra configuration may be required for this step to work correctly. For a simple setup where the user/client app accesses MinIO directly (i.e. with no intervening proxies/load-balancers), and each MinIO server (if there are more than one) has a unique domain name, this redirection should work automatically with no further configuration. For example, if the MinIO service is being accessed by the browser at the URL ...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.9K bytes - Click Count (0) -
guava/src/com/google/common/html/HtmlEscapers.java
/** * {@code Escaper} instances suitable for strings to be included in HTML attribute values and * most elements' text contents. When possible, avoid manual escaping by using templating * systems and high-level APIs that provide autoescaping. * One Google-authored templating system available for external use is <a * href="https://developers.google.com/closure/templates/">Closure Templates</a>. *Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ForwardingSortedMap.java
* * @author Mike Bostock * @author Louis Wasserman * @since 2.0 */ @GwtCompatible /* * We provide and encourage use of ForwardingNavigableSet over this class, but we still provide this * one to preserve compatibility. */ @SuppressWarnings("JdkObsolete") public abstract class ForwardingSortedMap<K extends @Nullable Object, V extends @Nullable Object>Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 12 16:28:01 GMT 2025 - 5.7K bytes - Click Count (0) -
internal/hash/reader.go
actualSize int64 checksum etag.ETag contentSHA256 []byte // Client-provided content checksum contentHash Checksum contentHasher hash.Hash disableMD5 bool // Server side computed checksum. In some cases, like CopyObject, a new checksum // needs to be computed and saved on the destination object, but the client // does not provide it. Not calculated if client-side contentHash is set. ServerSideChecksumType ChecksumType
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Jun 25 15:08:54 GMT 2025 - 11.8K bytes - Click Count (0) -
internal/grid/types.go
} // NewBytesWith returns a new Bytes with the provided content. // When sent as a parameter, the caller gives up ownership of the byte slice. // When returned as response, the handler also gives up ownership of the byte slice. func NewBytesWith(b []byte) *Bytes { bb := Bytes(b) return &bb } // NewBytesWithCopyOf returns a new byte slice with a copy of the provided content. func NewBytesWithCopyOf(b []byte) *Bytes {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 15.5K bytes - Click Count (0) -
LICENSE
or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, orCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue May 08 21:35:34 GMT 2018 - 11.1K bytes - Click Count (0)