- Sort Score
- Result 10 results
- Languages All
Results 1391 - 1400 of 2,557 for False (0.04 sec)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/rule/Rule.java/** * Determines if the given response data matches the rule. * * @param responseData the response data to be evaluated * @return true if the response data matches the rule, false otherwise */ boolean match(ResponseData responseData); /** * Retrieves the unique identifier for the rule. * * @return the rule's unique identifier as a String. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 1.7K bytes - Viewed (0)
- 
				
				okhttp/src/jvmTest/kotlin/okhttp3/KotlinSourceModernTest.ktbuilder = builder.proxyAuthenticator(Authenticator.NONE) builder = builder.connectionPool(ConnectionPool(0, 0, TimeUnit.SECONDS)) builder = builder.followSslRedirects(false) builder = builder.followRedirects(false) builder = builder.retryOnConnectionFailure(false) builder = builder.dispatcher(Dispatcher()) builder = builder.protocols(listOf(Protocol.HTTP_1_1)) Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 46.5K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/CompactHashMap.javaRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 39.6K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/collect/TreeBasedTableRowTest.javaRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 1K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/collect/HashBasedTableRowMapTest.javaRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 1K bytes - Viewed (0)
- 
				
				fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java*/ public static class TestComponent { private static AtomicInteger instanceCounter = new AtomicInteger(0); private final int id; private boolean destroyed = false; public TestComponent() { this.id = instanceCounter.incrementAndGet(); } public int getId() { return id; } public boolean isDestroyed() {Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 19.3K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/hash/Murmur3_32HashFunction.javafinal class Murmur3_32HashFunction extends AbstractHashFunction implements Serializable { static final HashFunction MURMUR3_32 = new Murmur3_32HashFunction(0, /* supplementaryPlaneFix= */ false); static final HashFunction MURMUR3_32_FIXED = new Murmur3_32HashFunction(0, /* supplementaryPlaneFix= */ true); // We can include the non-BMP fix here because Hashing.goodFastHash stresses that the hash is aRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 11.8K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/RangeSet.javavoid add(Range<C> range); /** * Removes the specified range from this {@code RangeSet} (optional operation). After this * operation, if {@code range.contains(c)}, {@code this.contains(c)} will return {@code false}. * * <p>If {@code range} is empty, this is a no-op. * * @throws UnsupportedOperationException if this range set does not support the {@code remove} * operation */ Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 9.8K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/netbios/NameQueryResponseTest.java// Prepare superclass fields for successful parsing setSuperclassFieldsForSuccessfulParsing(); byte[] src = new byte[10]; int srcIndex = 0; // Simulate groupName = false (0x00), nodeType = 0 (0x00) -> src[srcIndex] = 0x00 src[srcIndex] = (byte) 0x00; src[srcIndex + 1] = (byte) 0x00; // Reserved/padding byte // Simulate address = 192.168.1.1 (0xC0A80101)Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.4K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/web/search/SearchAction.javapublic HtmlResponse search(final SearchForm form) { if (viewHelper.isUseSession()) { LaRequestUtil.getOptionalRequest().ifPresent(request -> { final HttpSession session = request.getSession(false); if (session != null && form.num != null) { session.setAttribute(Constants.RESULTS_PER_PAGE, form.num); } }); } return doSearch(form); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0)