- Sort Score
- Num 10 results
- Language All
Results 391 - 400 of 1,014 for new1 (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
* * ## Adding a new dependency with an unrecognised license * * If `./gradlew generateLicenseFile` fails with "declare a license name not registered in * License.kt", add the raw POM name string to the [aliases] list of the matching entry, or * create a new entry if the license is genuinely new. * * ## Adding a dependency whose POM has no license data *
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/job/AllJobSchedulerTest.java
final AllJobScheduler scheduler = new AllJobScheduler(); assertTrue(scheduler instanceof LaJobScheduler); } public void test_AllJobScheduler_creation() { final AllJobScheduler scheduler = new AllJobScheduler(); assertNotNull(scheduler); } public void test_setJobClass() { final AllJobScheduler scheduler = new AllJobScheduler();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 1.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/validation/CustomSizeValidatorTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 5.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
* * @return list of environment variable items */ public static List<Map<String, String>> getEnvItems() { final List<Map<String, String>> itemList = new ArrayList<>(); for (final Map.Entry<String, String> entry : System.getenv().entrySet()) { itemList.add(createItem(entry.getKey(), entry.getValue())); } return itemList; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsFileAuthenticationCA.java
FileAuthenticationCQ cq = new FileAuthenticationCQ(); if (queryLambda != null) { queryLambda.callback(cq); } FilterAggregationBuilder builder = regFilterA(name, cq.getQuery()); if (opLambda != null) { opLambda.callback(builder); } if (aggsLambda != null) { FileAuthenticationCA ca = new FileAuthenticationCA();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 71.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/ChatMessage.java
* * @param content the message content * @return a new user message */ public static ChatMessage userMessage(final String content) { return new ChatMessage(ROLE_USER, content); } /** * Creates an assistant message with the specified content. * * @param content the message content * @return a new assistant message */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 04:52:31 GMT 2026 - 10.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsElevateWordToLabelCQ.java
ElevateWordToLabelCQ mustQuery = new ElevateWordToLabelCQ(); ElevateWordToLabelCQ shouldQuery = new ElevateWordToLabelCQ(); ElevateWordToLabelCQ mustNotQuery = new ElevateWordToLabelCQ(); ElevateWordToLabelCQ filterQuery = new ElevateWordToLabelCQ(); boolLambda.callback(mustQuery, shouldQuery, mustNotQuery, filterQuery);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 23.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
final File targetDir = new File(userDir, "target"); final File targetClassesDir = new File(targetDir, "classes"); if (targetClassesDir.isDirectory()) { buf.append(cpSeparator); buf.append(targetClassesDir.getAbsolutePath()); } // WEB-INF/lib appendJarFile(cpSeparator, buf, new File(servletContext.getRealPath("/WEB-INF/lib")),
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/script/AbstractScriptEngineTest.java
@Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); scriptEngineFactory = new ScriptEngineFactory(); ComponentUtil.register(scriptEngineFactory, "scriptEngineFactory"); testScriptEngine = new TestScriptEngine(); } @Override protected void tearDown(TestInfo testInfo) throws Exception { ComponentUtil.setFessConfig(null);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/SystemMonitorTargetTest.java
// in test environments, we test that the method exists and can be invoked // without throwing unexpected exceptions try { // Create a new instance to ensure clean state SystemMonitorTarget testTarget = new SystemMonitorTarget(); // Try to call the expired method // Note: This method may fail in test environments due to system dependenciesCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.2K bytes - Click Count (0)