- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 93 for noihin (0.03 seconds)
-
src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 10.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
* various sources, and managing elevate words and bad words. */ public class SuggestHelper { /** * Constructs a new suggest helper. */ public SuggestHelper() { // do nothing } private static final Logger logger = LogManager.getLogger(SuggestHelper.class); /** The separator for text content. */ protected static final String TEXT_SEP = " ";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 22.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 03 01:59:51 GMT 2026 - 11.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
/** * An item of a label type. */ protected static class LabelTypeItem { /** * Default constructor. */ public LabelTypeItem() { // do nothing } private String label; private String value; private String[] permissions; private String virtualHost; private Locale locale;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.8K bytes - Click Count (0) -
LICENSE
by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 16:29:02 GMT 2026 - 9.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
/** * Private constructor to prevent instantiation of this utility class. * This class is intended to be used only through its static methods. */ protected FessFunctions() { // nothing } /** * Generates an HTML opening or closing tag with appropriate language attribute. * * @param isOpen true to generate opening HTML tag, false for closing tagCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
protected volatile boolean isBind = false; /** The Fess configuration. */ protected FessConfig fessConfig; /** * Default constructor. */ public LdapManager() { // do nothing } /** * Initializes the LDAP manager. */ @PostConstruct public void init() { if (logger.isDebugEnabled()) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/WebApiUtilTest.java
public class WebApiUtilTest extends UnitFessTestCase { @Test public void test_setObject_noRequest() { // Test setObject when no HTTP request is available // This should not throw exception, just do nothing try { WebApiUtil.setObject("testKey", "testValue"); } catch (Exception e) { fail("setObject should handle missing request gracefully: " + e.getMessage()); } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0)