- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 453 for _objects (0.04 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactory.java
return (T) component; } /** * Wraps an object instance into a pooled object. * * @param obj The object to wrap * @return A PooledObject wrapping the given object */ @Override public PooledObject<T> wrap(final T obj) { return new DefaultPooledObject<>(obj); } /** * Destroys a pooled object and notifies the destroy listener if set.
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 6.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 17 16:17:01 GMT 2025 - 10.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/PrunedTag.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Mon Nov 24 04:23:08 GMT 2025 - 7.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/HashBiMap.java
@Override public boolean containsKey(@Nullable Object key) { Object obverseValue = key; return obverse.containsValue(obverseValue); } @Override public boolean containsValue(@Nullable Object value) { Object obverseKey = value; return obverse.containsKey(obverseKey); } @Override public @Nullable K get(@Nullable Object key) { Object obverseValue = key;Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Dec 16 14:46:34 GMT 2025 - 37.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java
/** * Handler for the "gcs" protocol, allowing access to objects stored in Google Cloud Storage. * This handler extends {@link URLStreamHandler} to provide a way to open connections to GCS objects * using URLs with the "gcs" protocol. * * <p> * The URL format is expected to be: {@code gcs://bucketName/objectName}. * The bucket name and object name are extracted from the URL. * </p> * * <p>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 9.6K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
/** * Handler for the "s3" protocol, allowing access to objects stored in S3-compatible storage services. * This handler extends {@link URLStreamHandler} to provide a way to open connections to S3 objects * using URLs with the "s3" protocol. * * <p> * The URL format is expected to be: {@code s3://bucketName/objectName}. * The bucket name and object name are extracted from the URL. * </p> * * <p>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 07:57:44 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/storage/StorageClient.java
* Lists objects in storage with the given prefix. * * @param prefix the path prefix to list objects under (null or empty for root) * @param maxItems maximum number of items to return * @return list of storage items */ List<StorageItem> listObjects(String prefix, int maxItems); /** * Gets tags/metadata for an object. * * @param objectName the name/path of the objectCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 2.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/WildcardQueryCommand.java
import org.opensearch.index.query.QueryBuilder; import org.opensearch.index.query.QueryBuilders; /** * Query command for handling wildcard queries. * Converts Lucene WildcardQuery objects to OpenSearch QueryBuilder objects, * supporting wildcard pattern matching with configurable case sensitivity. */ public class WildcardQueryCommand extends QueryCommand { /** * Default constructor. */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.7K bytes - Click Count (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 17 15:20:44 GMT 2025 - 18.3K bytes - Click Count (0) -
fastapi/encoders.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 10.7K bytes - Click Count (0)