- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 313 for timestamp (0.07 sec)
-
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
protected String path; /** The timestamp when this dictionary file was created or last modified. */ protected Date timestamp; /** * Creates a new DictionaryFile with the specified parameters. * * @param id the unique identifier for this dictionary file * @param path the file path of this dictionary * @param timestamp the timestamp of the dictionary file */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.2K bytes - Viewed (0) -
dbflute_fess/dfprop/commonColumnMap.dfprop
# # The variable '$$AccessContext$$' means allcommon.AccessContext. # # Example: # map:{ # ; commonColumnMap = map:{ # ; REGISTER_DATETIME=TIMESTAMP ; REGISTER_USER=VARCHAR # ; UPDATE_DATETIME=TIMESTAMP ; UPDATE_USER=VARCHAR # } # ; beforeInsertMap = map:{ # ; REGISTER_DATETIME = $$AccessContext$$.getAccessLocalDateTimeOnThread()
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 1.9K bytes - Viewed (0) -
src/main/java/jcifs/SmbException.java
*/ public Object getContextValue(String key) { return context.get(key); } /** * Gets the error timestamp * * @return the timestamp */ public long getTimestamp() { return timestamp; } /** * Gets the recovery hint * * @return the recovery hint or null */ public String getRecoveryHint() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java
/** The user boost field. */ public static final String USER_BOOST = "userBoost"; /** The kinds field. */ public static final String KINDS = "kinds"; /** The timestamp field. */ public static final String TIMESTAMP = "@timestamp"; /** The tags field. */ public static final String TAGS = "tags"; /** The roles field. */ public static final String ROLES = "roles"; /** The fields field. */
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiCreator.java
* @param path The path of the dictionary file. * @param timestamp The timestamp of the dictionary file. * @return A new dictionary file. */ @Override protected DictionaryFile<? extends DictionaryItem> newDictionaryFile(final String id, final String path, final Date timestamp) { return new KuromojiFile(id, path, timestamp).manager(dictionaryManager); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideCreator.java
* @param timestamp The last modified timestamp of the file. * @return A new {@link StemmerOverrideFile} associated with the dictionary manager. */ @Override protected DictionaryFile<? extends DictionaryItem> newDictionaryFile(final String id, final String path, final Date timestamp) { return new StemmerOverrideFile(id, path, timestamp).manager(dictionaryManager); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K bytes - Viewed (0) -
cmd/local-locker_gen.go
return } case "UID": z.UID, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "UID") return } case "Timestamp": z.Timestamp, err = dc.ReadInt64() if err != nil { err = msgp.WrapError(err, "Timestamp") return } case "TimeLastRefresh": z.TimeLastRefresh, err = dc.ReadInt64() if err != nil { err = msgp.WrapError(err, "TimeLastRefresh")
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jan 31 19:54:34 UTC 2025 - 16.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/AuthenticationProvider.java
*/ class AuthenticationMetadata { private final String username; private final String domain; private final AuthType authType; private final long timestamp; private final String clientAddress; private final String serverAddress; public AuthenticationMetadata(String username, String domain, AuthType authType, String clientAddress, String serverAddress) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessNotification.java
} /** * Gets the notification timestamp. * * @return the timestamp */ public long getTimestamp() { return timestamp; } /** * Sets the timestamp. * * @param timestamp the timestamp */ public void setTimestamp(long timestamp) { this.timestamp = timestamp; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
return attributes; } /** * Gets the creation timestamp of this cached item * @return the creation time */ public long getCreationTime() { return creationTime; } /** * Gets the last access timestamp of this cached item * @return the last access time */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 11.4K bytes - Viewed (0)