- Sort Score
- Result 10 results
- Languages All
Results 1031 - 1040 of 1,873 for xmap (0.02 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/MsVisioExtractor.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.crawler.extractor.impl; import java.io.IOException; import java.io.InputStream; import java.util.Map; import org.apache.poi.hdgf.extractor.VisioTextExtractor; import org.codelibs.fess.crawler.entity.ExtractData; import org.codelibs.fess.crawler.exception.CrawlerSystemException;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/MimeTypeHelper.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.crawler.helper; import java.io.InputStream; import java.util.Map; /** * MimeTypeHelper provides methods to determine the content type of a given input stream or file. * It allows content type detection based on the stream's content and/or filename. */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResponseData.java
public void addMetaData(final String name, final Object value) { metaDataMap.put(name, value); } /** * Gets the metadata map containing all metadata associated with this response. * * @return the metadata map */ public Map<String, Object> getMetaDataMap() { return metaDataMap; } /** * Adds a child URL discovered from this response. *
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 11.6K bytes - Viewed (0) -
cmd/object-lambda-handlers_test.go
lambdaARN := "arn:minio:s3-object-lambda::lambda1:webhook" cfg := config.New() cfg[config.LambdaWebhookSubSys] = map[string]config.KVS{ functionID: { {Key: "endpoint", Value: lambdaServer.URL}, {Key: "enable", Value: config.EnableOn}, }, } cfg[config.APISubSys] = map[string]config.KVS{ "api": { {Key: "gzip", Value: config.EnableOff}, }, } var err error
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jul 18 21:56:31 UTC 2025 - 5.2K bytes - Viewed (0) -
src/archive/tar/writer_test.go
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Feb 03 16:38:43 UTC 2025 - 39.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/QueryStringBuilder.java
* file types, site searches, and timestamp filters. * * @param queryBuf the StringBuilder to append conditions to * @param conditions a map of condition types to their values */ protected void appendConditions(final StringBuilder queryBuf, final Map<String, String[]> conditions) { if (conditions == null) { return; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.3K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/features/FeatureUtil.java
/** A cache of annotated objects (typically a Class or Method) to its set of annotations. */ private static final Map<AnnotatedElement, List<Annotation>> annotationCache = new HashMap<>(); private static final Map<Class<?>, TesterRequirements> classTesterRequirementsCache = new HashMap<>(); private static final Map<Method, TesterRequirements> methodTesterRequirementsCache = new HashMap<>(); /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 12.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsClickLogBhv.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.log.bsbhv; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.log.allcommon.EsAbstractBehavior; import org.codelibs.fess.opensearch.log.allcommon.EsAbstractEntity.RequestOptionCall; import org.codelibs.fess.opensearch.log.bsentity.dbmeta.ClickLogDbm;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsRoleBhv.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.bsbhv; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.user.allcommon.EsAbstractBehavior; import org.codelibs.fess.opensearch.user.allcommon.EsAbstractEntity.RequestOptionCall; import org.codelibs.fess.opensearch.user.bsentity.dbmeta.RoleDbm;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFailureUrlBhv.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.bsbhv; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractBehavior; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity.RequestOptionCall;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.7K bytes - Viewed (0)