- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 827 for happens (0.04 sec)
-
android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java
* "should" always work on Android, too, but we know of a Samsung bug there :)) However, in * AggregateFutureStateFallbackAtomicHelperTest, we test what happens to AggregateFuture in * the case of the Samsung bug, and we do that by breaking AtomicReferenceFieldUpdater. * Breaking AtomicReferenceFieldUpdater not only forces AggregateFutureState to fall back to
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.2K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameTest.java
// First byte should be length of "test" (4) after processing assertEquals(4, dst[0]); // After processing, dots should be replaced with length markers // The scope processing happens backwards assertEquals(name.scope.length() + 2, length); } @Test void readScopeWireFormat_withMultipleLabels_shouldParseCorrectly() { byte[] src = new byte[100];Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java
return layout; } /** * In the future, the legacy system might encounter repository types for which no layout components exists because * the actual communication with the repository happens via a repository connector. As a minimum, the legacy system * needs to retain the id of this layout so that the content type of the remote repository can still be accurately * described. */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 31.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
under the door; so either way I'll get into the garden, and I don't care which happens!' She ate a little bit, and said anxiously to herself, `Which way? Which way?', holding her hand on the top of her head to feel which way it was growing, and she was quite surprised to find that she remained the same size: to be sure, this generally happens when one eats cake, but Alice had got so much into the
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
```console $ python -m pip install --upgrade pip ---> 100% ``` </div> /// tip Sometimes, you might get a **`No module named pip`** error when trying to upgrade pip. If this happens, install and upgrade pip using the command below: <div class="termy"> ```console $ python -m ensurepip --upgrade ---> 100% ``` </div>
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 05:09:25 UTC 2025 - 22.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
* when {@link LookupContext#pushedUserProperties} is null will push user properties IF key does not already * exist among Java System Properties, and collects all they key it pushes. Second invocation happens AFTER * {@link PropertyContributor} SPI invocation, and "refreshes" already pushed user properties by re-writing them * as SPI may have modified them. */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0) -
docs/en/docs/alternatives.md
So, data validation, serialization, and documentation, have to be done in code, not automatically. Or they have to be implemented as a framework on top of Falcon, like Hug. This same distinction happens in other frameworks that are inspired by Falcon's design, of having one request object and one response object as parameters. /// check | Inspired **FastAPI** to Find ways to get great performance.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 23.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
result.getActivePomProfilesByModel(); if (profilesByModel.isEmpty()) { // Fallback to old behavior if map is empty // This happens when no profiles are active or there's an issue with profile tracking project.setInjectedProfileIds( result.getEffectiveModel().getId(), getProfileIds(result.getActivePomProfiles()));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 51.8K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSet.java
// we can skip them all. knownRunStart += maxRunBeforeFallback; } else { knownRunStart++; // the only case in which maxRunEnd doesn't increase by mRBF // happens about f * (1-f) for f = DESIRED_LOAD_FACTOR, so around 21% of the time } knownRunEnd = knownRunStart; } else {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Nov 07 16:09:47 UTC 2025 - 35.3K bytes - Viewed (0) -
fastapi/param_functions.py
Doc( """ When `embed` is `True`, the parameter will be expected in a JSON body as a key instead of being the JSON body itself. This happens automatically when more than one `Body` parameter is declared. Read more about it in the
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 63K bytes - Viewed (0)