- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 1,284 for parche (0.04 sec)
-
IndexUpdateCallbackImpl.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 7.9K bytes -
fess.xml
</postConstruct> L98: <postConstruct name="addDesignJspFileName"> L99: <arg>"errorBadRequest"</arg> L100: <arg>"error/badRequest.jsp"</arg> L101: </postConstruct> L102: <postConstruct name="addDesignJspFileName"> L103: <arg>"cache"</arg> L104: <arg>"cache.hbs"</arg> L105: </postConstruct> L106: <postConstruct name="addDesignJspFileName"> L107: <arg>"login"</arg> L108: <arg>"login/index.jsp"</arg> L109: </postConstruct> L110: <postConstruct name="addDesignJspFileName"> L111: ...github.com/codelibs/fess/src/main/resources/fes...Sun Jul 28 09:03:48 UTC 2024 5.2K bytes -
ProtwordsFile.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 9.6K bytes -
StopwordsFile.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 9.6K bytes -
SearchApiManager.java
java.util.List; L30:import java.util.Locale; L31:import java.util.Map; L32:import java.util.UUID; L33:import java.util.function.Supplier; L34: L35:import org.apache.commons.lang3.ArrayUtils; L36:import org.apache.commons.lang3.StringUtils; L37:import org.apache.commons.text.StringEscapeUtils; L38:import org.apache.logging.log4j.LogManager; L39:import org.apache.logging.log4j.Logger; L40:import org.codelibs.core.CoreLibConstants; L41:import org.codelibs.core.exception.IORuntimeException; L42:import org.code...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
DictionaryManager.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 5K bytes -
DataStoreFactory.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.1K bytes -
ApiAdminBackupAction.java
Body(); // no-op L121: } L122: L123: private StreamResponse writeNdjsonResponse(final String id, final Consumer<Writer> writeCall) { L124: return asStream(id)// L125: .header("Pragma", "no-cache")// L126: .header("Cache-Control", "no-cache")// L127: .header("Expires", "Thu, 01 Dec 1994 16:00:00 GMT")// L128: .header("Content-Type", "application/x-ndjson")// L129: .stream(out -> { L130: try (final...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 6.1K bytes -
TermQueryCommandTest.java
governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import java.math.BigDecimal; L19:import java.util.List; L20: L21:import org.apache.logging.log4j.LogManager; L22:import org.apache.logging.log4j.Logger; L23:import org.apache.lucene.search.Query; L24:import org.apache.lucene.search.TermQuery; L25:import org.codelibs.fess.entity.QueryContext; L26:import org.codelibs.fess.exception.InvalidQueryException; L27:import org.codelibs.fess.mylasta.direction.FessConfig;...github.com/codelibs/fess/src/test/java/org/code...Thu Jul 11 08:26:36 UTC 2024 9.2K bytes -
CrawlingConfigHelper.java
L46:import org.codelibs.fess.util.ComponentUtil; L47:import org.dbflute.cbean.result.ListResultBean; L48:import org.dbflute.optional.OptionalEntity; L49:import org.dbflute.optional.OptionalThing; L50: L51:import com.google.common.cache.Cache; L52:import com.google.common.cache.CacheBuilder; L53: L54:import jakarta.annotation.PostConstruct; L55: L56:public class CrawlingConfigHelper { L57: L58: private static final Logger logger = LogManager.getLogger(CrawlingConfigHelper.class); L59: L60: protected...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 11.7K bytes