- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for type (0.03 sec)
-
advance.jsp
L338: </main> L339: <jsp:include page="footer.jsp" /> L340: </la:form> L341: <input type="hidden" id="contextPath" value="${contextPath}" /> L342: <script type="text/javascript" src="${fe:url('/js/jquery-3.7.1.min.js')}"></script> L343: <script type="text/javascript" src="${fe:url('/js/bootstrap.min.js')}"></script> L344: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L345: <script type="text/javascript" src="${fe:url('/js/advance.js')}"></script> L346:</body> L347:</html>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
advance.jsp
L338: </main> L339: <jsp:include page="footer.jsp" /> L340: </la:form> L341: <input type="hidden" id="contextPath" value="${contextPath}" /> L342: <script type="text/javascript" src="${fe:url('/js/jquery-3.7.1.min.js')}"></script> L343: <script type="text/javascript" src="${fe:url('/js/bootstrap.min.js')}"></script> L344: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L345: <script type="text/javascript" src="${fe:url('/js/advance.js')}"></script> L346:</body> L347:</html>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
AdminSchedulerAction.java
MessageFormat.format(fessConfig.getJobTemplateTitle(type), decodedName); L146: final String[] ids = { "", "", "" }; L147: if (Constants.WEB_CRAWLER_TYPE.equals(type)) { L148: ids[0] = "\"" + id + "\""; L149: } else if (Constants.FILE_CRAWLER_TYPE.equals(type)) { L150: ids[1] = "\"" + id + "\""; L151: } else if (Constants.DATA_CRAWLER_TYPE.equals(type)) { L152: ids[2] = "\"" + id + "\"";...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 18.1K bytes -
AdminBackupAction.java
L210: final Map<String, String> indexObj = dataObj.get("index"); L211: if (indexObj != null) { L212: if (indexObj.containsKey("_type")) { L213: indexObj.remove("_type"); L214: } L215: final String index = indexObj.get("_index"); L216: if (index != null) { L217: ...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
SystemHelper.java
createSearchRole(ComponentUtil.getFessConfig().getRoleSearchRolePrefix(), name); L488: } L489: L490: protected String createSearchRole(final String type, final String name) { L491: final String value = type + ComponentUtil.getFessConfig().getCanonicalLdapName(name); L492: if (logger.isDebugEnabled()) { L493: logger.debug("Search Role: {}:{}={}", type, name, value); L494: } L495: return value; L496: } L497: L498: public void reloadConfiguration() { L499: rel...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
OpenIdConnectAuthenticator.java
JsonToken.START_ARRAY) { L193: // Handle array type L194: attributes.put(name, parseArray(jsonParser)); L195: } else if (jsonParser.getCurrentToken() == JsonToken.START_OBJECT) { L196: // Handle nested object type L197: attributes.put(name, parseObject(jsonParser)); L198: } else { L199: // Handle primitive types (string, number, boolean, etc.) L200: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 12.3K bytes -
fess_config.properties
L227:crawler.hotthread.ignore_idle_threads=true L228:crawler.hotthread.interval=500ms L229:crawler.hotthread.snapshots=10 L230:crawler.hotthread.threads=3 L231:crawler.hotthread.timeout=30s L232:crawler.hotthread.type=cpu L233:crawler.metadata.content.excludes=resourceName,X-Parsed-By,Content-Encoding.*,Content-Type.*,X-TIKA.*,X-FESS.* L234:crawler.metadata.name.mapping=\ L235:title=title:string\n\ L236:Title=title:string\n\ L237:dc:title=title:string\n\ L238: L239:# html L240:crawler.document.html.content.xpath=//BODY...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
adminlte.min.js
onTabClick(t.target),e.switchTab(t.target)})),n.default(document).on("click",'[data-widget="iframe-close"]',(function(t){t.preventDefault();var a=t.target;"I"==a.nodeName&&(a=t.target.offsetParent),e.removeActiveTab(a.attributes["data-type"]?a.attributes["data-type"].nodeValue:null,a)})),n.default(document).on("click",ce,(function(t){t.preventDefault(),e.toggleFullscreen()}));var t=!1,a=null;n.default(document).on("mousedown",'[data-widget="iframe-scrollleft"]',(function(n){n.preventDefault(),clearInterval(a);var...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 45.3K bytes -
PluginHelper.java
ArtifactType artifactType) { L228: if (artifactType == ArtifactType.UNKNOWN) { L229: final File[] jarFiles = ResourceUtil.getPluginJarFiles((d, n) -> { L230: for (final ArtifactType type : ArtifactType.values()) { L231: if (n.startsWith(type.getId())) { L232: return false; L233: } L234: } L235: return n.endsWith(".jar"); L236: }); L237: final List<Artifact>...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 01:47:10 UTC 2024 17.8K bytes -
SuggestHelper.java
llowStatus().execute() L102: .actionGet(fessConfig.getIndexHealthTimeout()); L103: L104: final SuggestSettingsBuilder settingsBuilder = SuggestSettings.builder(); L105: settingsBuilder.addInitialSettings("search_engine.type", fessConfig.getFesenType()); L106: settingsBuilder.bulkTimeout(fessConfig.getIndexBulkTimeout()); L107: settingsBuilder.clusterTimeout(fessConfig.getIndexHealthTimeout()); L108: settingsBuilder.indexTimeout(fessConfig.getIndexIndexTimeout());...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 18.1K bytes