- Sort Score
- Num 10 results
- Language All
Results 311 - 320 of 1,521 for sering (0.04 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
public List<Map<String, Object>> documentItems; /** Number of results per page */ public String pageSize; /** Current page number for pagination */ public String currentPageNumber; /** Total number of records found */ public String allRecordCount; /** Total number of pages for pagination */ public String allPageCount;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 25.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
} /** * Retrieves a string value from system properties with a default fallback. * * @param key the property key to look up * @param defaultValue the default value if the property is not found * @return the string value or default value */ protected String getDefaultString(final String key, final String defaultValue) { final String value = systemProperties.getProperty(key);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 02:14:37 GMT 2026 - 16.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
}, errorHook); } } /** * Encodes permission strings into an array. * * @param permissionsText the permissions text (newline-separated) * @return encoded permission array */ protected static String[] encodePermissions(final String permissionsText) {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/test/java/org/codelibs/fess/exception/LdapOperationExceptionTest.java
String message = "LDAP operation failed"; LdapOperationException exception = new LdapOperationException(message); assertEquals(message, exception.getMessage()); assertNull(exception.getCause()); } @Test public void test_constructor_withMessageAndCause() { // Test constructor with message and cause String message = "LDAP operation failed with error";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 8.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
) fun asId(projectId: String): String = "${projectId}_$testCoveragePrefix" fun asId(model: CIBuildModel): String = asId(model.projectId) private val testCoveragePrefix get() = "${testType.name.toCamelCase().toCapitalized()}_$uuid" fun asConfigurationId( model: CIBuildModel, subProject: String = "", ): String { val prefix = "${testCoveragePrefix}_"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 27.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/QueryStringBuilderTest.java
} private String getAsQuery(final Map<String, String[]> conditions) { return getQuery("", new String[0], Collections.emptyMap(), conditions, false); } private String getQuery(final String query, final String[] extraQueries, final Map<String, String[]> fields, final Map<String, String[]> conditions, final boolean escape) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
} @Test public void test_getCacheKey_emptyArrays() { String seed = "test_seed"; String[] tags = new String[0]; String[] roles = new String[0]; String[] fields = new String[0]; String[] excludes = new String[0]; String result = popularWordHelper.getCacheKey(seed, tags, roles, fields, excludes); assertNotNull(result);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImpl.java
} final Set<String> matchedLabelSet = ComponentUtil.getLabelTypeHelper().getMatchedLabelValueSet(url); if (!matchedLabelSet.isEmpty()) { final Set<String> newLabelSet = new HashSet<>(); final String[] oldLabels = DocumentUtil.getValue(dataMap, fessConfig.getIndexFieldLabel(), String[].class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 10.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebAuthenticationCQ.java
public void setId_Equal(String id) { setId_Term(id, null); } public void setId_Equal(String id, ConditionOptionCall<TermQueryBuilder> opLambda) { setId_Term(id, opLambda); } public void setId_Term(String id) { setId_Term(id, null); } public void setId_Term(String id, ConditionOptionCall<TermQueryBuilder> opLambda) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 95.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsThumbnailQueueCQ.java
public void setId_Equal(String id) { setId_Term(id, null); } public void setId_Equal(String id, ConditionOptionCall<TermQueryBuilder> opLambda) { setId_Term(id, opLambda); } public void setId_Term(String id) { setId_Term(id, null); } public void setId_Term(String id, ConditionOptionCall<TermQueryBuilder> opLambda) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 51.1K bytes - Click Count (1)