- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 3,442 for eravate (0.04 sec)
-
src/main/java/jcifs/internal/smb2/persistent/HandleInfo.java
*/ private final byte[] fileId; /** * The type of handle (DURABLE_V1, DURABLE_V2, or PERSISTENT) */ private final HandleType type; /** * The timeout in milliseconds for durable handles (not applicable for persistent handles) */ private final long timeout; /** * The timestamp when this handle was created */ private final long createTime;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/filter/CorsFilterTest.java
import jakarta.servlet.http.HttpServletResponse; public class CorsFilterTest extends UnitFessTestCase { private CorsFilter corsFilter; private TestCorsHandlerFactory corsHandlerFactory; private TestHttpServletRequest mockRequest; private TestHttpServletResponse mockResponse; private TestFilterChain mockFilterChain; @Override public void setUp() throws Exception { super.setUp();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/HashBiMap.java
return new Iterator<T>() { private int index = biMap.firstInInsertionOrder; private int indexToRemove = ABSENT; private int expectedModCount = biMap.modCount; // Calls to setValue on inverse entries can move already-visited entries to the end. // Make sure we don't visit those. private int remaining = biMap.size; private void checkForComodification() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequest.java
*/ public static final int SMB2_O_IOCTL_IS_FSCTL = 0x1; private byte[] fileId; private final int controlCode; private final byte[] outputBuffer; private int maxOutputResponse; private int maxInputResponse; private int flags; private Encodable inputData; private Encodable outputData; /** * Constructs an SMB2 IOCTL request with an unspecified file ID
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
private IndexUpdateCallbackImpl indexUpdateCallback; private TestSystemHelper systemHelper; private TestIndexingHelper indexingHelper; private TestCrawlingInfoHelper crawlingInfoHelper; private TestSearchLogHelper searchLogHelper; private TestLabelTypeHelper labelTypeHelper; private TestLanguageHelper languageHelper; private TestSearchEngineClient searchEngineClient;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/StringSearchModelInterpolator.java
return interpolator; } private static final class InterpolateObjectAction implements PrivilegedAction<ModelInterpolationException> { private final boolean debugEnabled; private final LinkedList<Object> interpolationTargets; private final StringSearchModelInterpolator modelInterpolator; private final Logger logger; private final List<ValueSource> valueSources;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 14K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
public class DirectoryChangeNotifier { private static final Logger log = LoggerFactory.getLogger(DirectoryChangeNotifier.class); // Backoff and timing constants (in ms) private static final long BASE_POLL_INTERVAL = 1000; private static final long MAX_POLL_INTERVAL = 30000; private static final long BASE_RETRY_DELAY = 1000; private static final long MAX_RETRY_DELAY = 30000;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/PackageSanityTests.java
private static final ImmutableGraph<String> IMMUTABLE_GRAPH_B = GraphBuilder.directed().<String>immutable().addNode("B").build(); private static final NetworkBuilder<?, ?> networkBuilderA = NetworkBuilder.directed().allowsParallelEdges(true).expectedNodeCount(10); private static final NetworkBuilder<?, ?> networkBuilderB = NetworkBuilder.directed().allowsSelfLoops(true).expectedNodeCount(16);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 28 01:26:26 UTC 2024 - 3.2K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java
"oneArgNullableThrowsNpe"); private static final ImmutableSet<String> NONSTATIC_ONE_ARG_METHODS_SHOULD_FAIL = ImmutableSet.of("oneArgThrowsOtherThanNpe", "oneArgShouldThrowNpeButDoesnt"); private static class ThrowsIae { @Keep public static void christenPoodle(String name) { checkArgument(name != null); } } private static class ThrowsNpe { @Keep
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 47.7K bytes - Viewed (0) -
android/guava/src/com/google/common/base/internal/Finalizer.java
// is created, by accessing a private field. private static final @Nullable Constructor<Thread> bigThreadConstructor = getBigThreadConstructor(); private static final @Nullable Field inheritableThreadLocals = (bigThreadConstructor == null) ? getInheritableThreadLocalsField() : null; /** Constructs a new finalizer thread. */ private Finalizer( Class<?> finalizableReferenceClass,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 9.3K bytes - Viewed (0)