- Sort Score
- Num 10 results
- Language All
Results 3021 - 3030 of 4,556 for true (0.06 seconds)
-
android/guava-testlib/src/com/google/common/collect/testing/SafeTreeMap.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 7.4K bytes - Click Count (0) -
cmd/erasure-multipart.go
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 24 04:05:31 GMT 2025 - 47.1K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNegotiateResponse.java
// server doesn't want unicode if (ctx.getConfig().isForceUnicode()) { this.capabilities |= SmbConstants.CAP_UNICODE; this.useUnicode = true; } else { this.useUnicode = false; this.negotiatedFlags2 &= 0xFFFF ^ SmbConstants.FLAGS2_UNICODE; } } else {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 15.8K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseManagerTest.java
DirectoryCacheScope.IMMEDIATE_CHILDREN); LeaseManager.LeaseEntry mockLeaseEntry = mock(LeaseManager.LeaseEntry.class); when(mockLeaseEntry.hasReadCache()).thenReturn(true); when(baseLeaseManager.getLease(leaseKey)).thenReturn(mockLeaseEntry); assertTrue(directoryLeaseManager.canCacheDirectoryListing(directoryPath)); // When read cache is lostCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 01:47:47 GMT 2025 - 15.9K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/fs/FileSystemClient.java
* (non-Javadoc) * * @see org.codelibs.fess.crawler.client.CrawlerClient#doGet(java.lang.String) */ @Override public ResponseData doGet(final String uri) { return processRequest(uri, true); } /** * Processes a request for the given URI. * * @param uri the URI to process * @param includeContent whether to include content in the responseCreated: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 15.1K bytes - Click Count (0) -
guava-testlib/test/com/google/common/testing/TestLogHandlerTest.java
ExampleClassUnderTest.logger.setUseParentHandlers(false); // optional stack.addTearDown( () -> { ExampleClassUnderTest.logger.setUseParentHandlers(true); ExampleClassUnderTest.logger.removeHandler(handler); }); } public void test() throws Exception { assertTrue(handler.getStoredLogRecords().isEmpty()); ExampleClassUnderTest.foo();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 2.9K bytes - Click Count (0) -
internal/bucket/lifecycle/delmarker-expiration.go
func (de DelMarkerExpiration) NextDue(obj ObjectOpts) (time.Time, bool) { if !obj.IsLatest || !obj.DeleteMarker { return time.Time{}, false } return ExpectedExpiryTime(obj.ModTime, de.Days), true
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 01 01:11:10 GMT 2024 - 2.3K bytes - Click Count (0) -
guava-testlib/test/com/google/common/collect/testing/IteratorTesterTest.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 18:32:41 GMT 2025 - 10.3K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Strings.java
*/ public static @Nullable String emptyToNull(@Nullable String string) { return Platform.emptyToNull(string); } /** * Returns {@code true} if the given string is null or is the empty string. * * <p>Consider normalizing your string references with {@link #nullToEmpty}. If you do, you can
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 12.2K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java
final String fieldName = fieldNamesIterator.next(); if (fieldName.startsWith("cat.")) { return false; } } return true; } public void skipTest(String fullTestName, String reason) { //The tests are defined by 3 parts a/b/c where // a = the folder name // b = the file name without the .yml extension
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 22.3K bytes - Click Count (0)