- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 1,007 for para (0.02 sec)
-
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
} }); } /** * Outputs statistics information for a crawler object. * * @param keyObj the crawler object the statistics relate to * @param data the statistics data to output * @param begin the timestamp when tracking began * @param done whether tracking was completed normally */
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/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/ApiAdminDictMappingAction.java
@Resource private CharMappingService charMappingService; /** * Retrieve list of character mapping entries for the specified dictionary. * * @param dictId identifier of the dictionary * @param body search criteria and paging parameters * @return JSON response containing list of mapping entries */ // GET /api/admin/dict/mapping/settings/{dictId} @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
private Pattern includedPaths; private Pattern excludedPaths; /** * Constructs a new label type pattern. * * @param value The value. * @param includedPaths The included paths. * @param excludedPaths The excluded paths. */ public LabelTypePattern(final String value, final String includedPaths, final String excludedPaths) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/ExtensibleEnums.java
/** * Creates a new DefaultPathScope with the specified ID, project scope, and dependency scopes. * * @param id the identifier for this path scope * @param projectScope the project scope associated with this path scope, must not be null * @param dependencyScopes the dependency scopes associated with this path scope, must not be null */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaStatistics.java
* * @param bytes number of bytes sent * @param durationNanos operation duration in nanoseconds */ public void recordRdmaSend(int bytes, long durationNanos) { rdmaSends.incrementAndGet(); bytesTransferred.addAndGet(bytes); totalSendTime.addAndGet(durationNanos); } /** * Record an RDMA receive operation * * @param bytes number of bytes received
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 10.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractor.java
} } } /** * Extracts text from an embedded file using the appropriate extractor. * @param filename the filename of the embedded file * @param embeddedFile the embedded file to extract text from * @param writer the writer to append extracted text to */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
return redirectWith(getClass(), moreUrl("list/" + encodeId(form.path))); } /** * Updates the tags for a storage object in the MinIO system. * * @param objectName the name of the object to update tags for * @param tagItems the map of tag items from the form * @throws StorageException if the tag update fails */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/JAASAuthenticator.java
* * This will create a JAAS configuration with the specified properties that is used to obtain a TGT. * * @param properties * JAAS properties to set * @param domain the domain for authentication * @param username the username for authentication * @param password the password for authentication */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/MemoryDataHelper.java
} return urlQueueList; } /** * Adds the provided URL queue to the existing queue for the specified session. * @param sessionId the session ID * @param urlQueueList the URL queue to add */ public synchronized void addUrlQueueList(final String sessionId, final Queue<UrlQueueImpl<Long>> urlQueueList) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ObjectUtil.java
* ObjectUtil.defaultValue(Boolean.TRUE, true) = Boolean.TRUE * ObjectUtil.defaultValue(null, null) = null * </pre> * * @param <T> the type of the object * @param t the object (can be <code>null</code>) * @param defaultValue the object to return if t is <code>null</code> (can be <code>null</code>) * @return t if not <code>null</code>, otherwise defaultValue */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3K bytes - Viewed (0)