- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 1,430 for pyversion (0.06 sec)
-
FessApiFailureHook.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.8K bytes -
crawler_es+crawlerConfig.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components namespace="fessCrawler"> L5: <component name="crawlerConfig" class="org.codelibs.fess.crawler.util.FessCrawlerConfig"> L6: <property name="queueIndex">"fess_crawler.queue"</property> L7: <property name="queueShards">5</property> L8: <property name="queueReplicas">1</property> L9: <property name="dataIndex">"fess_crawler.data"</property>...github.com/codelibs/fess/src/main/resources/cra...Fri Dec 03 13:06:40 UTC 2021 756 bytes -
packaging.properties
properties are correctly overridden L8:packaging.type=deb L9: L10:# Custom header for package scripts L11:packaging.scripts.header=#!/bin/sh${line.separator}set -e L12:packaging.scripts.footer=exit 0${line.separator}# Built for ${project.name}-${project.version} (${packaging.type})...github.com/codelibs/fess/src/packaging/deb/pack...Thu Dec 10 01:24:02 UTC 2015 401 bytes -
FessMultipartRequestHandler.java
checkBoundarySize(contentType, boundary); L152: return boundary; L153: } L154: }; L155: } L156: L157: // #for_now jflute to suppress CVE-2014-0050 even if commons-fileupload is older than safety version (2024/09/08) L158: // but if you use safety version, this extension is basically unneeded (or you can use it as double check) L159: protected void checkBoundarySize(final String contentType, final byte[] boundary) { L160: final int boundarySize = boundary.length;...github.com/codelibs/fess/src/main/java/org/code...Wed Oct 23 13:27:21 UTC 2024 18.6K bytes -
esflute_user.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components> L5: <include path="esclient.xml"/> L6: L7: <!-- The components of DBFlute Runtime. --> L8: <component name="invokerAssistant" class="org.codelibs.fess.es.common.ImplementedInvokerAssistant"/> L9: <component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/> L10: L11: <!-- The components of Behavior....github.com/codelibs/fess/src/main/resources/esf...Sun Jun 11 14:16:53 UTC 2017 718 bytes -
contentlength.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components namespace="fessCrawler"> L5: <include path="crawler/container.xml" /> L6: L7: <component name="contentLengthHelper" L8: class="org.codelibs.fess.crawler.helper.ContentLengthHelper" instance="singleton"> L9: <property name="defaultMaxLength">10485760</property><!-- 10M --> L10: <postConstruct name="addMaxLength"> L11: <arg>"text/html"</arg>...github.com/codelibs/fess/src/main/resources/cra...Sun Oct 11 06:51:14 UTC 2015 561 bytes -
fess_sso++.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components> L5: <component name="aadAuthenticator" class="org.codelibs.fess.sso.aad.AzureAdAuthenticator"> L6: </component> L7: <component name="oicAuthenticator" class="org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator"> L8: </component> L9: <component name="samlAuthenticator" class="org.codelibs.fess.sso.saml.SamlAuthenticator"> L10: </component>...github.com/codelibs/fess/src/main/resources/fes...Sat Jul 04 00:28:21 UTC 2020 604 bytes -
osdd.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> L3: <ShortName>Fess</ShortName> L4: <Description>Full Text Search for Your Documents.</Description> L5: <Tags>Full Text Search</Tags> L6: <Contact>fess-user@lists.sourceforge.jp</Contact> L7: <SearchForm>http://localhost:8080/fess/</SearchForm> L8: <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> L9: <InputEncoding>UTF-8</InputEncoding> L10:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Dec 10 02:26:02 UTC 2015 535 bytes -
fess_label_fr.properties
L942:labels.upgrade_start_button = Commencer L943:labels.replace_aliases = Mettre à jour les alias L944:labels.reset_dictionaries = Réinitialiser les dictionnaires L945:labels.reindex_start_button = Commencer L946:labels.targetVersion = Version L947:labels.target_version = Version de L948:labels.esreq_configuration = Demande à OpenSearch L949:labels.esreq_request_file = Demander un fichier L950:labels.requestFile = Demander un fichier L951:labels.esreq_button_upload = Envoyer L952:labels.facet_is_not_found...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 46.6K bytes -
BsAccessToken.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 7.5K bytes