- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for inputuser (0.14 sec)
-
src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java
TestAuthenticationChain chain = new TestAuthenticationChain(); chain.loadResult = null; User inputUser = createTestUser("inputuser", "Input User"); User result = chain.load(inputUser); assertNull(result); assertEquals(1, chain.loadCalls.size()); assertEquals(inputUser, chain.loadCalls.get(0)); } // Test load with multiple calls
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
private final ImmutableMap<E, Integer> inputSet; private final int mask; SubSet(ImmutableMap<E, Integer> inputSet, int mask) { this.inputSet = inputSet; this.mask = mask; } @Override public Iterator<E> iterator() { return new UnmodifiableIterator<E>() { final ImmutableList<E> elements = inputSet.keySet().asList(); int remainingSetBits = mask;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
cycle_suppress_list.txt
FIELD com.google.common.collect.ImmutableSet.asList FIELD com.google.common.collect.JdkBackedImmutableBiMap.inverse FIELD com.google.common.collect.Maps.FilteredMapValues.unfiltered FIELD com.google.common.collect.Sets.SubSet.inputSet FIELD com.google.common.collect.SingletonImmutableBiMap.inverse FIELD com.google.common.collect.TreeTraverser.PostOrderNode.childIterator FIELD com.google.common.collect.TreeTraverser.PreOrderIterator.stack
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 24 01:59:49 UTC 2025 - 3.2K bytes - Viewed (0)