- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 79 for alla (0.03 sec)
-
fe.tld
<function-signature>java.lang.String join(java.lang.Object)</function-signature> L263: <example>${fe:join(values)}</example> L264: </function> L265: L266: <function> L267: <description> L268: Returns a string resulting from replacing in an input string all occurrences L269: of a "before" string into an "after" substring. L270: </description> L271: <name>replace</name> L272: <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> L273: <function-signature>java.lang.String...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Dec 23 06:18:48 UTC 2023 10K bytes -
FessEnv.java
basically no way) L169: */ L170: String getMailSubjectTestPrefix(); L171: L172: /** L173: * Get the value for the key 'mail.return.path'. <br> L174: * The value is, e.g. root@localhost <br> L175: * comment: The common return path of all mail L176: * @return The value of found property. (NotNull: if not found, exception but basically no way) L177: */ L178: String getMailReturnPath(); L179: L180: /** L181: * The simple implementation for configuration. L182: * @author...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
popper.min.js.map
{dataObject} The data object, properly modified\n */\n\n/**\n * Modifiers are plugins used to alter the behavior of your poppers.<br />\n * Popper.js uses a set of 9 modifiers to provide all the basic functionalities\n * needed by the library.\n *\n * Usually you don't want to override the `order`, `fn` and `onLoad` props.\n * All the other properties are configurations that could be tweaked.\n * @namespace modifiers\n */\nexport default {\n /**\n * Modifier used to shift the popper on the start or end...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
SuggestHelper.java
suggester.getQueryWordsNum(); L283: } L284: L285: public boolean deleteAllWords() { L286: final SuggestDeleteResponse response = suggester.indexer().deleteAll(); L287: if (response.hasError()) { L288: logger.warn("Failed to delete all words.", response.getErrors().get(0)); L289: return false; L290: } L291: refresh(); L292: return true; L293: } L294: L295: public boolean deleteDocumentWords() { L296: final SuggestDeleteResponse response...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 18.1K bytes -
Constants.java
SCHEDULED_JOB = "scheduledJob"; L304: L305: public static final String DEFAULT_JOB_TARGET = "all"; L306: L307: public static final String DEFAULT_JOB_SCRIPT_TYPE = "groovy"; L308: L309: public static final int EXIT_OK = 0; L310: L311: public static final int EXIT_FAIL = 1; L312: L313: public static final String DCF = "dcf"; L314: L315: public static final String ALL_LANGUAGES = "all"; L316: L317: public static final String INVALID_NUMERIC_PARAMETER = "-1"; L318: L319: public...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes -
fess.json
"stemmer_override", L370: "rules_path": "${fess.dictionary.path}en-ie/stemmer_override.txt" L371: }, L372: "italian_elision": { L373: "type": "elision", L374: "articles": [ L375: "c", "l", "all", "dall", "dell", L376: "nell", "sull", "coll", "pell", L377: "gl", "agl", "dagl", "degl", "negl", L378: "sugl", "un", "m", "t", "s", "v", "d" L379: ] L380: }, L381: "italian_stop":...github.com/codelibs/fess/src/main/resources/fes...Thu Aug 11 01:26:55 UTC 2022 39.9K bytes -
suggest_analyzer.json
"light_spanish" L1672: }, L1673: "swedish_stop": { L1674: "type": "stop", L1675: "stopwords": "_swedish_" L1676: }, L1677: "swedish_keywords": { L1678: "type": "keyword_marker", L1679: "keywords": ["Hallå", "material", "sök"] L1680: }, L1681: "swedish_stemmer": { L1682: "type": "stemmer", L1683: "language": "swedish" L1684: }, L1685: "turkish_stop": { L1686: "type": "stop", L1687: "stopwords":...github.com/codelibs/fess/src/main/resources/sug...Sat Feb 27 09:26:16 UTC 2021 57.4K bytes -
admin_general.jsp
L348: <la:option value="DEBUG">DEBUG</la:option> L349: <la:option value="TRACE">TRACE</la:option> L350: <la:option value="ALL">ALL</la:option> L351: </la:select> L352: </div> L353: </div> L354: <%-- Suggest --%> L355: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Mon Jan 16 12:54:35 UTC 2023 39.4K bytes -
suggest_analyzer.json
"light_spanish" L1672: }, L1673: "swedish_stop": { L1674: "type": "stop", L1675: "stopwords": "_swedish_" L1676: }, L1677: "swedish_keywords": { L1678: "type": "keyword_marker", L1679: "keywords": ["Hallå", "material", "sök"] L1680: }, L1681: "swedish_stemmer": { L1682: "type": "stemmer", L1683: "language": "swedish" L1684: }, L1685: "turkish_stop": { L1686: "type": "stop", L1687: "stopwords":...github.com/codelibs/fess/src/main/resources/sug...Wed Mar 24 12:55:37 UTC 2021 57.4K bytes -
SearchApiManager.java
L124: if (values.length > 5 && "favorite".equals(values[5])) { L125: request.setAttribute(DOC_ID_FIELD, values[4]); L126: return FormatType.FAVORITE; L127: } L128: if (values.length > 4 && "all".equals(values[4])) { L129: return FormatType.SCROLL; L130: } L131: return FormatType.SEARCH; L132: } L133: if ("labels".equals(type)) { L134: return FormatType.LABEL; L135: } L136:...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes