- Sort Score
 - Result 10 results
 - Languages All
 
Results 831 - 840 of 4,655 for news (0.02 sec)
- 
				
				
src/test/java/jcifs/smb/CriticalPerformanceTest.java
CountDownLatch startLatch = new CountDownLatch(1); CountDownLatch endLatch = new CountDownLatch(threadCount); AtomicInteger allocations = new AtomicInteger(0); AtomicInteger releases = new AtomicInteger(0); AtomicLong totalAllocTime = new AtomicLong(0); AtomicLong totalReleaseTime = new AtomicLong(0); long overallStart = System.nanoTime();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.3K bytes - Viewed (0) - 
				
				
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserTest.java
DefaultContentsParser defaultContentsParser = new DefaultContentsParser(); String[] supportedFields = new String[] { "content", "title" }; String[] tagFieldNames = new String[] { "label", "virtual_host" }; String roleFieldName = "role"; public void test_parseQueryLog() throws Exception { QueryLog queryLog = new QueryLog("content:検索エンジン", null);
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 3.4K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/smb1/smb1/SmbComNegotiateResponse.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 6K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/smb1/smb1/SID.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.5K bytes - Viewed (0) - 
				
				
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProviderTest.java
public Integer getCookieDefaultExpireAsInteger() { return null; } }); FessCookieResourceProvider provider = new FessCookieResourceProvider(ComponentUtil.getFessConfig(), new InvertibleCryptographer("AES", "1234567890123456", null) { @Override public String encrypt(String plainText) { return plainText;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.9K bytes - Viewed (0) - 
				
				
android/guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java
ImmutableList.of( ListTestSuiteBuilder.using(new ImmutableDoubleArrayAsListGenerator()) .named("ImmutableDoubleArray.asList"), ListTestSuiteBuilder.using(new ImmutableDoubleArrayHeadSubListAsListGenerator()) .named("ImmutableDoubleArray.asList, head subList"), ListTestSuiteBuilder.using(new ImmutableDoubleArrayTailSubListAsListGenerator())
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 21.5K bytes - Viewed (0) - 
				
				
src/test/java/jcifs/internal/fscc/FileInformationTest.java
long originalValue = 0x123456789ABCDEFL; FileEndOfFileInformation original = new FileEndOfFileInformation(originalValue); // Encode byte[] buffer = new byte[8]; int encoded = original.encode(buffer, 0); assertEquals(8, encoded); // Decode FileEndOfFileInformation decoded = new FileEndOfFileInformation(); int decodedBytes = decoded.decode(buffer, 0, 8);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/pac/PacLogonInfo.java
throw new PACDecodingException("Invalid number of SIDs in PAC expect" + extraSidCount + " have " + realExtraSidCount); } extraSidAtts = new PacSidAttributes[extraSidCount]; final int[] pointers = new int[extraSidCount]; final int[] attributes = new int[extraSidCount]; for (int i = 0; i < extraSidCount; i++) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/base/Preconditions.java
@Nullable Object p4) { if (reference == null) { throw new NullPointerException(Platform.lenientFormat(errorMessageTemplate, p1, p2, p3, p4)); } return reference; } /* * All recent hotspots (as of 2009) *really* like to have the natural code * * if (guardExpression) { * throw new BadException(messageExpression); * } *Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 22:11:00 UTC 2025 - 53K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
* * @author higa */ public class CopyOptions { /** * Creates a new {@link CopyOptions} instance. */ public CopyOptions() { } /** * Default converter for dates. */ protected static final Converter DEFAULT_DATE_CONVERTER = new DateConverter(DateConversionUtil.getMediumPattern()); /** * Default converter for time. */Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 17.5K bytes - Viewed (0)