- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 125 for a_param (0.04 seconds)
-
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
params.put("z_param", "z_value"); params.put("a_param", "a_value"); params.put("m_param", "m_value"); activityHelper.print("test", OptionalThing.empty(), params); String result = localLogMsg.get(); assertTrue(result.indexOf("a_param") < result.indexOf("m_param")); assertTrue(result.indexOf("m_param") < result.indexOf("z_param")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0) -
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
assertEquals(expectedRunnerParam(), steps.getGradleStep("GRADLE_RUNNER").gradleParams) } @ParameterizedTest @CsvSource( value = [ "myParam, true, '--daemon'", "'' , true, '--daemon'", "myParam, false, '--no-daemon'", "'' , false, '--no-daemon'", ], ) fun `can apply defaults to linux test configurations`(extraParameters: String) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 7.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<span class="brand-text"> <c:if test="${empty param.brandName or empty param.logoPath}"><img src="${fe:url('/images/logo-head.png')}" alt="<la:message key="labels.header_brand_name" />" /></c:if ><c:if test="${not empty param.brandName and not empty param.logoPath}"><img src="${fe:url(param.logoPath)}" alt="${f:h(param.brandName)}" /></c:if> </span> </la:link> <div class="sidebar">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 21K bytes - Click Count (0) -
src/main/webapp/WEB-INF/web.xml
<init-param> <param-name>blockContentTypeSniffingEnabled</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>hstsEnabled</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>antiClickJackingEnabled</param-name> <param-value>false</param-value> </init-param> </filter>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 09:08:35 GMT 2026 - 8.5K bytes - Click Count (0) -
plugin.xml
<param name="plugin.groupId" value="org/codelibs/opensearch" /> <param name="plugin.name.prefix" value="opensearch-" /> <param name="plugin.name" value="configsync" /> <param name="plugin.version" value="3.5.0" /> <param name="plugin.zip.version" value="3.5.0" /> </antcall> <!-- minhash --> <antcall target="install.plugin">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Feb 12 06:33:24 GMT 2026 - 3.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
/** * Constructor for RequestParameter. * @param request The HTTP servlet request * @param query The search query string * @param tags Array of tags to filter suggestions * @param fields Array of fields to search in for suggestions * @param num The maximum number of suggestions to return */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java
// ============ /** * Get a data config entity from a form. * @param form The create form. * @param username The username. * @param currentTime The current time. * @return An optional entity of a data config. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 21K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/ChatSession.java
* * @param sessionId the session ID */ public void setSessionId(final String sessionId) { this.sessionId = sessionId; } /** * Gets the user ID. * * @return the user ID */ public String getUserId() { return userId; } /** * Sets the user ID. * * @param userId the user ID */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 01:53:06 GMT 2026 - 6.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/IntentDetectionResult.java
* @return the reasoning */ public String getReasoning() { return reasoning; } /** * Creates a search intent result with a Fess query. * * @param query the Fess query string * @param reasoning the detection reasoning * @return the search intent result */ public static IntentDetectionResult search(final String query, final String reasoning) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 4.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/mail/LogNotificationPostcard.java
* @param level The parameter value of level. (NotNull) */ public void setLevel(String level) { registerVariable("level", level); } /** * Set the value of hostname, used in parameter comment. <br> * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. * @param hostname The parameter value of hostname. (NotNull)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0)