- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 624 for inte (0.02 seconds)
-
src/main/java/org/codelibs/fess/exec/Crawler.java
*/ protected Options() { // nothing } /** * Parses the web configuration IDs string into a list. * * @return list of web configuration IDs, or null if none specified */ protected List<String> getWebConfigIdList() { if (StringUtil.isNotBlank(webConfigIds)) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
* @param crudMode the actual CRUD mode * @param expectedMode the expected CRUD mode * @param errorHook the error hook to call if verification fails */ protected void verifyCrudMode(final int crudMode, final int expectedMode, final VaErrorHook errorHook) { if (crudMode != expectedMode) { throwValidationError(messages -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 13:57:12 GMT 2026 - 10.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/LogNotificationAppender.java
/** * Custom Log4j2 Appender that captures log events into a buffer for notification purposes. */ @Plugin(name = "LogNotificationAppender", category = Core.CATEGORY_NAME, elementType = Appender.ELEMENT_TYPE, printObject = true) public class LogNotificationAppender extends AbstractAppender { private static final int MAX_THROWABLE_LENGTH = 500; private static final Set<String> EXCLUDED_LOGGERS = Set.of( //
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 6K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt
// Controls the test distribution partition size. The test classes smaller than this value will be merged into a "partition" val Project.maxTestDistributionPartitionSecond: Long? get() = systemProperty(TEST_DISTRIBUTION_PARTITION_SIZE).orNull?.toLong() val Project.maxParallelForks: Int get() = gradleProperty(MAX_PARALLEL_FORKS).getOrElse("4").toInt() val Project.autoDownloadAndroidStudio: Boolean
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 05:13:29 GMT 2026 - 18K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.java
} private String getTestContent() { return "# This is a comment\n" + "the\n" + "and\n" + "a\n" + "is\n" + "to\n"; } private void loadTestData() { // Load data into stopwordsFile try (InputStream is = new ByteArrayInputStream(getTestContent().getBytes(StandardCharsets.UTF_8))) { stopwordsFile.reload(null, is); } catch (IOException e) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/MergeReleaseIntoMaster.kt
init { id("Promotion_MergeReleaseIntoMaster") name = "Merge Release into Master" description = "Merge Release into Master" val vcsBranch = VersionedSettingsBranch.fromDslContext() steps { gradleWrapper { name = "Merge Release into Master" tasks = listOf(Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jun 10 10:38:00 GMT 2025 - 2.3K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/KotlinModifiersChangeTest.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 2.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
":docs:configCacheTest", "-x", ":distributions-integ-tests:quickTest", "-x", ":distributions-integ-tests:platformTest", "-x", ":distributions-integ-tests:configCacheTest", ) + listOf(extraParameters) +Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 07 10:42:35 GMT 2026 - 5.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java
dataStore.alive = true; final int readerCount = 5; final int iterations = 1000; final Thread[] readers = new Thread[readerCount]; final Exception[] exceptions = new Exception[readerCount + 1]; final int[] trueCount = new int[readerCount]; final int[] falseCount = new int[readerCount]; // Start reader threads for (int i = 0; i < readerCount; i++) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (1) -
.teamcity/test-buckets.json
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0)