- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 142 for modifica (1.57 sec)
-
src/main/java/jcifs/smb1/smb1/FileEntry.java
/** * Gets the creation time. * * @return the creation time in milliseconds since epoch */ long createTime(); /** * Gets the last modified time. * * @return the last modified time in milliseconds since epoch */ long lastModified(); /** * Gets the file size. * * @return the file size in bytes */ long length();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 881 bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResult.java
/** * Returns the last modified time of the accessed resource. * * @return the last modified time */ Long getLastModified(); /** * Sets the last modified time of the accessed resource. * * @param lastModified the last modified time */ /** * Sets the last modified time of the accessed resource. *Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.2K bytes - Viewed (10) -
src/main/java/org/codelibs/fess/suggest/request/suggest/SuggestRequest.java
.missing(0.1f) .modifier(FieldValueFactorFunction.Modifier.LOG2P) .setWeight(1.0F))); flist.add(new FunctionScoreQueryBuilder.FilterFunctionBuilder(ScoreFunctionBuilders.fieldValueFactorFunction(FieldNames.QUERY_FREQ) .missing(0.1f) .modifier(FieldValueFactorFunction.Modifier.LOG2P) .setWeight(1.0F)));
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/FileEntry.java
/** * Gets the file creation time. * * @return the creation time in milliseconds since epoch */ long createTime(); /** * Gets the last modified time. * * @return the last modified time in milliseconds since epoch */ long lastModified(); /** * Gets the last access time. * * @return the last access time in milliseconds since epochRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapFile.java
* and processing of Sitemap data. * </p> * * <p> * The {@code loc} attribute specifies the URL of the Sitemap, while the {@code lastmod} attribute * indicates the last time the Sitemap file was modified. The {@code lastmod} attribute is used by crawlers * to incrementally fetch sitemaps that have been updated since a certain date. * </p> * * <p>Registered: Sat Dec 20 11:21:39 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/impl/LogHelperImpl.java
final UrlQueue<?> urlQueue = (UrlQueue<?>) objs[1]; if (logger.isInfoEnabled()) { logger.info("Not modified URL: {}", urlQueue.getUrl()); } } /** * Processes check last modified log events. * * @param objs the log objects (should contain UrlQueue) */ protected void processCheckLastModified(final Object... objs) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 02:01:26 UTC 2025 - 14K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageItem.java
* Returns the size of the item in bytes. * * @return the item size */ public long getSize() { return size; } /** * Returns the last modified timestamp. * * @return the last modified timestamp */ public ZonedDateTime getLastModified() { return lastModified; } /** * Returns the base64-encoded ID of the item. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 2.7K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/test.mm
<map version="0.7.1"> <node TEXT="タイトル"> <node TEXT="テスト" MODIFIED="1237874353965" STYLE="fork"/> </node>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 162 bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
/** * Create file info from name and attributes * * @param name file name * @param size file size * @param lastModified last modified time * @param isDirectory true if directory * @param attributes file attributes * @param creationTime creation time * @param lastAccessTime last access time */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.crud_button_delete=Supprimer labels.crud_button_back=Retour labels.crud_button_edit=Modifier labels.crud_button_search=Rechercher labels.crud_button_reset=Réinitialiser labels.crud_button_cancel=Annuler labels.crud_link_create=Créer nouveau labels.crud_link_delete=Supprimer labels.crud_link_edit=Modifier labels.crud_link_details=Détails labels.crud_link_list=Liste labels.crud_title_list=Liste
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0)