- Sort Score
- Num 10 results
- Language All
Results 1261 - 1270 of 4,326 for 1Final (0.04 seconds)
-
src/test/java/org/codelibs/fess/it/admin/JobLogTests.java
/** * Integration Tests for /api/admin/joblog */ @Tag("it") public class JobLogTests extends CrawlTestBase { private static final Logger logger = LogManager.getLogger(JobLogTests.class); private static final String NAME_PREFIX = "jobLogTest_"; private static final String API_PATH = "/api/admin/joblog"; private static String webConfigId; @BeforeAll protected static void initAll() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:29:45 GMT 2025 - 9.9K bytes - Click Count (0) -
guava/src/com/google/common/collect/CollectSpliterators.java
int splitCharacteristics, long estSplitSize); } @Weak @Nullable OutSpliteratorT prefix; final Spliterator<InElementT> from; final Function<? super InElementT, @Nullable OutSpliteratorT> function; final Factory<InElementT, OutSpliteratorT> factory; int characteristics; long estimatedSize; FlatMapSpliterator(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Nov 17 22:50:48 GMT 2025 - 19.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/AbstractImmutableTableTest.java
abstract Iterable<ImmutableTable<Character, Integer, String>> getTestInstances(); public final void testClear() { for (Table<Character, Integer, String> testInstance : getTestInstances()) { assertThrows(UnsupportedOperationException.class, () -> testInstance.clear()); } } public final void testPut() { for (Table<Character, Integer, String> testInstance : getTestInstances()) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 2.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/io/Smb2FlushResponse.java
* @param config the client configuration */ public Smb2FlushResponse(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */ @Override protected int writeBytesWireFormat(final byte[] dst, final int dstIndex) { return 0; } /** * {@inheritDoc}Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/session/Smb2LogoffResponse.java
*/ public Smb2LogoffResponse(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */ @Override protected int writeBytesWireFormat(final byte[] dst, final int dstIndex) { return 0; } /** * {@inheritDoc}Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.2K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/PruneChangelogsTask.java
* does the deletion after confirming with the user. */ public class PruneChangelogsTask extends DefaultTask { private static final Logger LOGGER = Logging.getLogger(PruneChangelogsTask.class); private FileCollection changelogs; private final GitWrapper gitWrapper; private final Path rootDir; private boolean dryRun; @InjectCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 10:57:02 GMT 2021 - 6.6K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/AbstractMapTester.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Jan 18 02:54:30 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/fscc/FileRenameInformation2.java
*/ public FileRenameInformation2(final String name, final boolean replaceIfExists) { this.fileName = name; this.replaceIfExists = replaceIfExists; } /** * {@inheritDoc} * * @see jcifs.Decodable#decode(byte[], int, int) */ @Override public int decode(final byte[] buffer, int bufferIndex, final int len) throws SMBProtocolDecodingException {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 3.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/AccessTokenHelper.java
* @param request The request. * @return The access token. */ public String getAccessTokenFromRequest(final HttpServletRequest request) { final String token = request.getHeader("Authorization"); if (token != null) { final String[] values = token.trim().split(" "); if (values.length == 2 && BEARER.equals(values[0])) { return values[1]; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.6K bytes - Click Count (0) -
.ci/init.gradle
buildScan.server = 'https://gradle-enterprise.elastic.co' } } } final String buildCacheUrl = System.getProperty('org.elasticsearch.build.cache.url') final boolean buildCachePush = Boolean.valueOf(System.getProperty('org.elasticsearch.build.cache.push', 'false')) if (buildCacheUrl) { final Map<String, String> buildCacheCredentials = vault.logical() .read("secret/elasticsearch-ci/gradle-build-cache")
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Nov 13 10:14:04 GMT 2019 - 3K bytes - Click Count (0)