- Sort Score
- Result 10 results
- Languages All
Results 331 - 340 of 554 for updatedAt (0.07 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebConfigBhv.java
result.setSortOrder(DfTypeUtil.toInteger(source.get("sortOrder"))); result.setTimeToLive(DfTypeUtil.toInteger(source.get("timeToLive"))); result.setUpdatedBy(DfTypeUtil.toString(source.get("updatedBy"))); result.setUpdatedTime(DfTypeUtil.toLong(source.get("updatedTime"))); result.setUrls(DfTypeUtil.toString(source.get("urls")));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/role/ApiAdminRoleAction.java
} /** * Updates an existing role setting. * * @param body the role data to update * @return JSON response containing the updated role setting ID */ // PUT /api/admin/role/setting @Execute public JsonResponse<ApiResult> put$setting(final EditBody body) { validateApi(body, messages -> {});
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7K bytes - Viewed (0) -
docs/features/calls.md
Some requests will have a cached response. When this cached response isn’t fresh, OkHttp can do a _conditional GET_ to download an updated response if it’s newer than what’s cached. This requires headers like `If-Modified-Since` and `If-None-Match` to be added. ## Rewriting Responses
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/score/ScoreBooster.java
scoreUpdater.addScoreBooster(this); } /** * Updates the score of documents. * @param params The parameters for the update. * @return The number of updated documents. */ protected long updateScore(final Map<String, Object> params) { return requestHandler.apply(params); } /** * Creates an update request builder.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java
}); return redirect(getClass()); } /** * Updates an existing duplicate host configuration. * * @param form the edit form containing updated duplicate host data * @return HTML response redirecting to the duplicate host list */ @Execute @Secured({ ROLE }) public HtmlResponse update(final EditForm form) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.3K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
errors.login.failure = Logowanie nie powiodło się. errors.app.illegal.transition = Nieprawidłowe przejście. Spróbuj ponownie. errors.app.db.already.deleted = Mogło zostać już usunięte przez inny proces. Spróbuj ponownie. errors.app.db.already.updated = Mogło zostać już zaktualizowane przez inny proces. Spróbuj ponownie. errors.app.db.already.exists = Dane już istnieją. Spróbuj ponownie. errors.app.double.submit.request = To żądanie mogło zostać już przetworzone. Spróbuj ponownie.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0) -
maven-tests/mvnw
exit 1 fi if [ $distributionSha256Result = false ]; then echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2 echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2 exit 1 fi fi # unzip and move if command -v unzip >/dev/null; then
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 10.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java
} // Stable order tests // Note: Stable order means that the ordering doesn't change between iterations and versions. // Ideally, the ordering in test should never be updated. @Test public void stableIncidentEdgeOrder_edges_returnsInStableOrder() { assume().that(graph.incidentEdgeOrder().type()).isEqualTo(ElementOrder.Type.STABLE); populateTShapedGraph();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
info.updateFileId(fileId); if (info.getType() == HandleType.PERSISTENT) { persistHandle(info); } log.debug("Updated file ID for handle: {}", guid); } } finally { lock.writeLock().unlock(); } } /** * Get handle information for reconnection
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
*/ protected ConcurrentHashMap<String, Pair<String, Pattern>> clientRuleCache = new ConcurrentHashMap<>(); /** * Determines whether the content at the given URL has been updated since the last crawl. * This method implements incremental crawling by comparing timestamps and checking document * expiration. It also handles special cases for different URL schemes (SMB, file, FTP). *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.1K bytes - Viewed (0)