- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for lastNode (0.07 sec)
-
android/guava/src/com/google/common/collect/TreeMultiset.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
*/ @Override public String getLastmod() { return lastmod; } /** * Sets the last modification date of this sitemap entry. * @param lastmod the last modification date to set */ public void setLastmod(final String lastmod) { this.lastmod = lastmod; } /** * Returns the change frequency of this sitemap entry.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapFile.java
*/ @Override public String getLastmod() { return lastmod; } /** * Sets the last modification time of the sitemap. * @param lastmod the last modification time in W3C Datetime format */ public void setLastmod(final String lastmod) { this.lastmod = lastmod; } /** * Checks if this SitemapFile is equal to another object.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.4K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
private static final String PRIORITY_ELEMENT = "priority"; private static final String CHANGEFREQ_ELEMENT = "changefreq"; private static final String LASTMOD_ELEMENT = "lastmod"; private static final String LOC_ELEMENT = "loc"; private static final String URL_ELEMENT = "url"; private SitemapSet sitemapSet; private SitemapUrl sitemapUrl;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.7K bytes - Viewed (0)