- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 255 for notimestamp (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
// Default constructor } /** Logger instance for this class. */ private static final Logger logger = LogManager.getLogger(CrawlerStatsHelper.class); /** Key used to store the begin timestamp in statistics objects. */ private static final String BEGIN_KEY = "begin"; /** Logger instance specifically for outputting crawler statistics. */ protected Logger statsLogger = null;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 11K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptionsUtil.java
/** * Returns a {@link CopyOptions} with a timestamp converter applied. * * @param pattern * The timestamp pattern. Must not be {@literal null} or an empty string. * @param propertyNames * An array of property names. Each element must not be {@literal null} or an empty string. * @return A {@link CopyOptions} with a timestamp converter applied.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 10.6K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
<description>Snapshot data for the last artifact corresponding to the SNAPSHOT base version</description> <fields> <field> <name>timestamp</name> <version>1.0.0+</version> <description>The timestamp when this version was deployed. The timestamp is expressed using UTC in the format yyyyMMdd.HHmmss.</description> <type>String</type> </field> <field>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
dbflute_fess/dfprop/databaseInfoMap.dfprop
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 7.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
} public void test_getSnapshotActualVersion_valid() { String snapshotXml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<metadata>\n" + " <snapshot>\n" + " <timestamp>20180814.210714</timestamp>\n" + " <buildNumber>10</buildNumber>\n" + " </snapshot>\n" + "</metadata>"; PluginHelper testHelper = new PluginHelper() { @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryManager.java
final Date timestamp = new SimpleDateFormat(Constants.DATE_FORMAT_ISO_8601_EXTEND_UTC).parse(fileMap.get("@timestamp").toString()); for (final DictionaryCreator creator : creatorList) { final DictionaryFile<? extends DictionaryItem> file = creator.create(path, timestamp); if (file != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java
} dictionaryManager.addCreator(this); } @Override protected DictionaryFile<? extends DictionaryItem> newDictionaryFile(final String id, final String path, final Date timestamp) { return new ProtwordsFile(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/test/java/jcifs/internal/witness/MockWitnessService.java
final int flags; final long timestamp; MockRegistration(String registrationId, String shareName, String serverAddress, int flags) { this.registrationId = registrationId; this.shareName = shareName; this.serverAddress = serverAddress; this.flags = flags; this.timestamp = System.currentTimeMillis(); } } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.2K bytes - Viewed (0) -
cmd/bucket-stats_gen.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 57.5K bytes - Viewed (0)