- Sort Score
- Num 10 results
- Language All
Results 91 - 94 of 94 for unintentionally (0.12 seconds)
-
guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
} private <X extends Throwable> AsyncFunction<X, Integer> asyncFunctionReturningOne() { return unused -> immediateFuture(1); } @SuppressWarnings("FutureTransformAsync") // We intentionally test transformAsync. public void testTransformAsync_genericsWildcard_asyncFunction() throws Exception { ListenableFuture<?> nullFuture = immediateVoidFuture(); ListenableFuture<?> chainedFuture =
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
fastapi/routing.py
# Serialize the data payload if present. # For ServerSentEvent items we skip stream_item_field # validation (the user may mix types intentionally). if item.raw_data is not None: data_str: str | None = item.raw_data elif item.data is not None:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 193K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
impl.Register("aes", "Armv8.0", &supportsAES) } if cpu.PPC64 || cpu.PPC64le { // The POWER architecture doesn't have a way to turn off AES support // at runtime with GODEBUG=cpu.something=off, so introduce a new GODEBUG // knob for that. It's intentionally only checked at init() time, to // avoid the performance overhead of checking it every time. if godebug.Value("#ppc64aes") == "off" { supportsAES = false } impl.Register("aes", "POWER8", &supportsAES) } } // checkGenericIsExpect is called by the...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
impl.Register("aes", "Armv8.0", &supportsAES) } if cpu.PPC64 || cpu.PPC64le { // The POWER architecture doesn't have a way to turn off AES support // at runtime with GODEBUG=cpu.something=off, so introduce a new GODEBUG // knob for that. It's intentionally only checked at init() time, to // avoid the performance overhead of checking it every time. if godebug.Value("#ppc64aes") == "off" { supportsAES = false } impl.Register("aes", "POWER8", &supportsAES) } } // checkGenericIsExpect is called by the...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)