- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 8,029 for PUBLIC (0.04 seconds)
-
src/test/java/org/codelibs/fess/util/LogNotificationAppenderTest.java
.setTimeMillis(System.currentTimeMillis()) // .build(); } @Test public void test_createAppender() { final LogNotificationAppender result = LogNotificationAppender.createAppender("testAppender", "ERROR", null, null); assertNotNull(result); } @Test public void test_createAppender_nullName() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java
.isEqualTo(0); } } public void testParseInt() { for (long a : UNSIGNED_INTS) { assertThat(UnsignedInts.parseUnsignedInt(Long.toString(a))).isEqualTo((int) a); } } public void testParseIntFail() { assertThrows( NumberFormatException.class, () -> UnsignedInts.parseUnsignedInt(Long.toString(1L << 32))); } public void testParseIntWithRadix() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 12.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaChannelInfo.java
* License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. *
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 2.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcGitExtension.java
public void setBwcVersion(Provider<Version> bwcVersion) { this.bwcVersion = bwcVersion; } public Provider<String> getBwcBranch() { return bwcBranch; } public void setBwcBranch(Provider<String> bwcBranch) { this.bwcBranch = bwcBranch; } public Property<File> getCheckoutDir() { return checkoutDir; }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SambaHelper.java
*/ public static final int SID_TYPE_DOM_GRP = 2; /** * SID type for a domain. */ public static final int SID_TYPE_DOMAIN = 3; /** * SID type for an invalid SID. */ public static final int SID_TYPE_INVALID = 7; /** * SID type for an unknown SID. */ public static final int SID_TYPE_UNKNOWN = 8; /** * SID type for a non-use SID.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocScanner.java
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.3K bytes - Click Count (0) -
guava/src/com/google/common/collect/Sets.java
@Override public void forEach(Consumer<? super E> action) { delegate.forEach(action); } @Override public @Nullable E lower(@ParametricNullness E e) { return delegate.lower(e); } @Override public @Nullable E floor(@ParametricNullness E e) { return delegate.floor(e); } @Override public @Nullable E ceiling(@ParametricNullness E e) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 83K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/ByteSourceTester.java
public OutputStream openStream() throws IOException { return out; } }); assertExpectedBytes(out.toByteArray()); } public void testIsEmpty() throws IOException { assertEquals(expected.length == 0, source.isEmpty()); } public void testSize() throws IOException { assertEquals(expected.length, source.size()); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 8.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/SimpleTimeLimiterTest.java
assertThat(stopwatch.elapsed(MILLISECONDS)).isIn(Range.closed(DELAY_MS, ENOUGH_MS)); } public void testCallWithTimeout_goodCallableWithNotEnoughTime() throws Exception { assertThrows( TimeoutException.class, () -> service.callWithTimeout(GOOD_CALLABLE, NOT_ENOUGH_MS, MILLISECONDS)); } public void testCallWithTimeout_badCallableWithEnoughTime() throws Exception { ExecutionException expected =
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 9.4K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchUrlQueue.java
public static final String SESSION_ID = "sessionId"; /** * Field name for method. */ public static final String METHOD = "method"; /** * Field name for URL. */ public static final String URL = "url"; /** * Field name for parent URL. */ public static final String PARENT_URL = "parentUrl"; /** * Field name for depth. */
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 3.1K bytes - Click Count (0)