- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for Teed (0.04 sec)
-
PopularWordHelper.java
reAsInteger().longValue(), TimeUnit.MINUTES).build(); L57: } L58: L59: public List<String> getWordList(final SearchRequestType searchRequestType, final String seed, final String[] tags, final String[] roles, L60: final String[] fields, final String[] excludes) { L61: final String baseSeed = seed != null ? seed : fessConfig.getSuggestPopularWordSeed(); L62: final String[] baseTags = tags != null ? tags : fessConfig.getSuggestPopularWordTagsAsArray(); L63: final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 5.6K 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 -
SearchApiManager.java
().isWebApiPopularWord()) { L548: writeJsonResponse(HttpServletResponse.SC_BAD_REQUEST, escapeJsonKeyValue(MESSAGE_FIELD, "Unsupported operation.")); L549: return; L550: } L551: L552: final String seed = request.getParameter("seed"); L553: String[] tags = SearchRequestParams.getParamValueArray(request, "label"); L554: final String key = ComponentUtil.getVirtualHostHelper().getVirtualHostKey(); L555: if (StringUtil.isNotBlank(key)) { L556: ...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
FessMailDeliveryDepartmentCreator.java
#ext_point e.g. locale, database L85: final AsyncManager asyncManager = getAsyncManager(); L86: final MessageManager messageManager = getMessageManager(); L87: return new SMailDogmaticPostalPersonnel() { L88: L89: // *if you need user locale switching or templates from database, L90: // override createConventionReceptionist() (see the method for the details) L91: @Override L92: protected SMailConventionReceptionist createConventionReceptionist()...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7K bytes -
EsAbstractConditionBean.java
} L197: L198: @Override L199: public boolean isFetchNarrowingEffective() { L200: return getSqlClause().isFetchNarrowingEffective(); L201: } L202: L203: @Override L204: public void xdisableFetchNarrowing() { L205: // no need to disable in ConditionBean, basically for OutsideSql L206: String msg = "This method is unsupported on ConditionBean!"; L207: throw new UnsupportedOperationException(msg); L208: } L209: L210: @Override L211: public void xen...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 17.8K bytes -
FessBaseAction.java
Hook L107: // ====== L108: // to suppress unexpected override by sub-class L109: // you should remove the 'final' if you need to override this L110: @Override L111: public ActionResponse godHandPrologue(final ActionRuntime runtime) { L112: fessLoginAssist.getSavedUserBean().ifPresent(u -> { L113: final boolean result = u.getFessUser().refresh(); L114:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.3K bytes -
SuggestHelper.java
L230: final List<FunctionScoreQueryBuilder.FilterFunctionBuilder> flist = new ArrayList<>(); L231: flist.add(new FunctionScoreQueryBuilder.FilterFunctionBuilder(ScoreFunctionBuilders.randomFunction() L232: .seed(ComponentUtil.getSystemHelper().getCurrentTimeAsLong()).setField(fessConfig.getIndexFieldDocId()))); L233: reader.setQuery(QueryBuilders L234: .functionScoreQuery(QueryBuilders.matchAllQuery(), L235: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 18.1K bytes -
openapi-user.yaml
L487: tags: L488: - popularword L489: summary: List popular words L490: description: Returns available labels L491: operationId: listPopularWords L492: parameters: L493: - name: seed L494: in: query L495: description: Random seed to return popular words L496: required: false L497: schema: L498: type: string L499: example: 123 L500: - name: label L501: in: query L502: description:...github.com/codelibs/fess/src/main/config/openap...Thu May 09 06:31:27 UTC 2024 21.6K bytes -
CrawlerLogTests.java
L33:import org.junit.jupiter.api.BeforeEach; L34:import org.junit.jupiter.api.Tag; L35:import org.junit.jupiter.api.Test; L36: L37:import io.restassured.RestAssured; L38:import io.restassured.path.json.JsonPath; L39: L40:/** L41: * Integration Tests which need an execution of crawler L42: * - /api/admin/joblog L43: * - /api/admin/crawlinginfo L44: * - /api/admin/failureurl L45: * - /api/admin/searchlist L46: * */ L47:@Tag("it") L48:public class CrawlerLogTests extends CrawlTestBase { L49: private static...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.1K bytes -
popper.min.js.map
borderTopWidth - marginTop;\n offsets.bottom -= borderTopWidth - marginTop;\n offsets.left -= borderLeftWidth - marginLeft;\n offsets.right -= borderLeftWidth - marginLeft;\n\n // Attach marginTop and marginLeft because in some circumstances we may need them\n offsets.marginTop = marginTop;\n offsets.marginLeft = marginLeft;\n }\n\n if (\n isIE10 && !fixedPosition\n ? parent.contains(scrollParent)\n : parent === scrollParent && scrollParent.nodeName !== 'BODY'\n ) {\n offsets...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes