- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 541 for curLeft (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
/** * Gets a file configuration entity based on the form and current user info. * * @param form the create form * @param username the current username * @param currentTime the current time * @return optional file configuration entity */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
/** * Creates an ElevateWord entity based on the form and operation mode. * * @param form create form containing elevate word data * @param username current user's username * @param currentTime current timestamp * @return optional ElevateWord entity */ public static OptionalEntity<ElevateWord> getEntity(final CreateForm form, final String username, final long currentTime) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/dbmeta/UserInfoDbm.java
return _instance; } // =================================================================================== // Current DBDef // ============= @Override public String getProjectName() { return null; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
*/ public void setHighlightPrefix(final String highlightPrefix) { this.highlightPrefix = highlightPrefix; } /** * Gets the current highlight prefix used for highlight field names. * * @return the current highlight prefix */ public String getHighlightPrefix() { return highlightPrefix; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
protected String[] fileProtocols = { "file:", "smb:", "smb1:", "ftp:", "storage:" }; /** Queue to track the current XML element hierarchy during parsing. */ protected LinkedList<String> tagQueue; /** List to store parsed label types for access control. */ protected List<LabelType> labelList; /** Current label type being processed during parsing. */ protected LabelType labelType;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RelatedQueryHelper.java
return StringUtil.isBlank(key) ? StringUtil.EMPTY : key; } /** * Retrieves related queries for a given search term. * The search is performed using the current virtual host context and * the query term is converted to lowercase for case-insensitive matching. * * @param query the search term to find related queries for
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
utils/utils.go
dir = filepath.Dir(dir) s := filepath.Dir(dir) if filepath.Base(s) != "gorm.io" { s = dir } return filepath.ToSlash(s) + "/" } // FileWithLineNum return the file name and line number of the current file func FileWithLineNum() string { pcs := [13]uintptr{} // the third caller usually from gorm internal len := runtime.Callers(3, pcs[:]) frames := runtime.CallersFrames(pcs[:len]) for i := 0; i < len; i++ {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Aug 22 11:03:42 UTC 2024 - 4.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/test/java/jcifs/smb1/netbios/SocketInputStreamTest.java
byte[] buffer = new byte[3]; assertEquals(3, sis.read(buffer)); assertArrayEquals(new byte[] { 1, 2, 3 }, buffer); } @Test @DisplayName("Available returns remaining bytes in current message") void availableReturnsBytesInCurrentMessage() throws IOException { // Create message with 4 bytes byte[] data = new byte[] { 1, 2, 3, 4 };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
* It manages registered SSO authenticators, determines when SSO is available, * and delegates authentication operations to the appropriate SSO provider based * on the current configuration. */ public class SsoManager { /** Logger for this class. */ private static final Logger logger = LogManager.getLogger(SsoManager.class); /** List of registered SSO authenticators. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0)