- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for provider (0.05 sec)
-
FessCurtainBeforeHook.java
return new DfFinalTimeZoneProvider() { L44: protected final TimeZone provided = FessUserTimeZoneProcessProvider.centralTimeZone; L45: L46: @Override L47: public TimeZone provide() { L48: return provided; L49: } L50: L51: @Override L52: public String toString() { L53: return DfTypeUtil.toClassTitle(this) + ":{" + provided.getID() + "}"; L54: } L55: }; L56: } L57:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.8K bytes -
README.md
deployable Enterprise Search Server. You can quickly install and run Fess on any platform where you can run the Java Runtime Environment. Fess is provided under the [Apache License 2.0](LICENSE). L9: L10:Fess is based on [OpenSearch](https://github.com/opensearch-project/OpenSearch), but knowledge/experience about OpenSearch is _not_ required. Fess provides an easy to use Administration GUI to configure the system via your browser. L11:Fess also contains a Crawler, which can crawl documents on a [web...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
Constants.java
String LDAP_ADMIN_SECURITY_PRINCIPAL = "ldap.admin.security.principal"; L377: L378: public static final String LDAP_ADMIN_SECURITY_CREDENTIALS = "ldap.admin.security.credentials"; L379: L380: public static final String LDAP_PROVIDER_URL = "ldap.provider.url"; L381: L382: public static final String LDAP_SECURITY_AUTHENTICATION = "ldap.security.authentication"; L383: L384: public static final String LDAP_INITIAL_CONTEXT_FACTORY = "ldap.initial.context.factory"; L385: L386: public static final...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes -
fess
L1:#!/bin/sh L2:# L3:# fess <summary> L4:# L5:# chkconfig: 2345 80 20 L6:# description: Starts and stops a single fess instance on this system L7:# L8: L9:### BEGIN INIT INFO L10:# Provides: Fess L11:# Required-Start: $network $named L12:# Required-Stop: $network $named L13:# Default-Start: 2 3 4 5 L14:# Default-Stop: 0 1 6 L15:# Short-Description: This service manages the fess daemon L16:# Description: Fess is very powerful and easily deployable Enterprise Search Server. You can install and run...github.com/codelibs/fess/src/packaging/rpm/init...Sun Jan 15 06:32:15 UTC 2023 3.7K bytes -
popper.min.js.map
getRoot(node.parentNode);\n }\n\n return node;\n}\n","import isOffsetContainer from './isOffsetContainer';\nimport getRoot from './getRoot';\nimport getOffsetParent from './getOffsetParent';\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nexport default function findCommonOffsetParent(element1, element2) {\n // This check...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
codeql.yml
L1:# For most projects, this workflow file will not need changing; you simply need L2:# to commit it to your repository. L3:# L4:# You may wish to alter this file to override the set of languages analyzed, L5:# or to provide custom queries or build logic. L6:# L7:# ******** NOTE ******** L8:# We have attempted to detect the languages in your repository. Please check L9:# the `language` matrix defined below to confirm you have the correct set of L10:# supported CodeQL languages. L11:# L12:name: "CodeQL"...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
fess
Modified for Tomcat6 by Thierry Carrez <thierry.carrez@ubuntu.com>. L9:# Additional improvements by Jason Brittain <jason.brittain@mulesoft.com>. L10:# Modified by Nicolas Huray for Fess <nicolas.huray@gmail.com>. L11:# L12:### BEGIN INIT INFO L13:# Provides: fess L14:# Required-Start: $network $remote_fs $named L15:# Required-Stop: $network $remote_fs $named L16:# Default-Start: 2 3 4 5 L17:# Default-Stop: 0 1 6 L18:# Short-Description: Starts fess L19:# Description: Starts...github.com/codelibs/fess/src/packaging/deb/init...Sun Jan 15 06:32:15 UTC 2023 5.8K bytes -
FessListedClassificationProvider.java
te.exception.ProvidedClassificationNotFoundException; L25: L26:/** L27: * @author jflute L28: */ L29:public class FessListedClassificationProvider implements ListedClassificationProvider { L30: L31: @Override L32: public ClassificationMeta provide(final String classificationName) throws ProvidedClassificationNotFoundException { L33: final ClassificationMeta onMainSchema = findOnMainSchema(classificationName); L34: if (onMainSchema == null) { L35: final String msg =...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.5K bytes -
pom.xml
</plugin> L115: <plugin> L116: <artifactId>maven-dependency-plugin</artifactId> L117: <executions> L118: <execution> L119: <id>unpack-provided</id> L120: <phase>generate-resources</phase> L121: <goals> L122: <goal>unpack-dependencies</goal> L123: </goals> L124: <configuration> L125: <includeScope>provided</includeScope> L126: <outputDirectory>${project.build.directory}/tomcat-lib</outputDirectory> L127: <includes>**/*</includes> L128: ...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes -
openapi-user.yaml
Support Open...Search Server: <strong>Fess</strong> What is <strong>Fess</strong> ? <strong>Fess</strong> is very powerful...You can install and run <strong>Fess</strong> quickly on any platforms...Java runtime environment. <strong>Fess</strong> is provided under Apache...Apache license. Demo <strong>Fess</strong> is Elasticsearch-based search" L294: site: L295: type: string L296: example: "fess.codelibs.org/" L297: ...github.com/codelibs/fess/src/main/config/openap...Thu May 09 06:31:27 UTC 2024 21.6K bytes