- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 164 for forEach (0.07 sec)
-
SearchHelper.java
Set<String> highlightQueries = (Set<String>) params.getAttribute(Constants.HIGHLIGHT_QUERIES); L119: if (highlightQueries != null) { L120: final StringBuilder buf = new StringBuilder(100); L121: highlightQueries.stream().forEach(q -> { L122: buf.append("&hq=").append(LaFunctions.u(q)); L123: }); L124: data.setAppendHighlightParams(buf.toString()); L125: } L126: L127: queryResponseList.setExecTime(systemHelper.getCurrentTimeAsLong()...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 19.1K bytes -
bootstrap.min.js
r a=d.getTransitionDurationFromElement(this._element);o.default(this._element).one(d.TRANSITION_END,(function(t){return e._hideModal(t)})).emulateTransitionEnd(a)}else this._hideModal()}}},e.dispose=function(){[window,this._element,this._dialog].forEach((function(t){return o.default(t).off(".bs.modal")})),o.default(document).off(pt),o.default.removeData(this._element,rt),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,thi...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 61.1K bytes -
PermissionHelper.java
metaDataMap.get(FileSystemClient.FILE_ATTRIBUTE_VIEW); L211: try { L212: if (fileAttributeView instanceof final AclFileAttributeView aclFileAttributeView) { L213: aclFileAttributeView.getAcl().stream().forEach(acl -> { L214: final UserPrincipal principal = acl.principal(); L215: if (logger.isDebugEnabled()) { L216: logger.debug("Principal: [{}] {}", principal.getClass().getName(),...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12.3K bytes -
BaseThumbnailGenerator.java
final List<String> pathList = new ArrayList<>(); L111: pathList.add("/usr/share/fess/bin"); L112: if (path != null) { L113: stream(path.split(File.pathSeparator)).of(stream -> stream.map(String::trim).forEach(s -> pathList.add(s))); L114: } L115: if (logger.isDebugEnabled()) { L116: logger.debug("search paths: {}", pathList); L117: } L118: available = generatorList.stream().map(s -> { L119: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 11.1K bytes -
IndexingHelper.java
ailCrawlerEnabled()) { L61: final ThumbnailManager thumbnailManager = ComponentUtil.getThumbnailManager(); L62: final String thumbnailField = fessConfig.getIndexFieldThumbnail(); L63: docList.stream().forEach(doc -> { L64: if (!thumbnailManager.offer(doc)) { L65: if (logger.isDebugEnabled()) { L66: logger.debug("Removing {}={} from doc[{}]", thumbnailField, doc.get(thumbnailField), L67:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 16.8K bytes -
ComponentUtil.java
process.run(); L238: } else { L239: initProcesses.add(process); L240: } L241: } L242: L243: public static void doInitProcesses(final Consumer<? super Runnable> action) { L244: try { L245: initProcesses.forEach(action); L246: } finally { L247: initProcesses.clear(); L248: } L249: } L250: L251: public static CachedCipher getCipher(final String cipherName) { L252: return getComponent(cipherName); L253: } L254: L255:...github.com/codelibs/fess/src/main/java/org/code...Mon Jun 17 13:35:51 UTC 2024 20.2K bytes -
SamlAuthenticator.java
Saml2Settings getSettings() { L116: final Map<String, Object> params = new HashMap<>(defaultSettings); L117: final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); L118: systemProperties.entrySet().stream().forEach(e -> { L119: final String key = e.getKey().toString(); L120: if (!key.startsWith(SAML_PREFIX)) { L121: return; L122: } L123: params.put("onelogin.saml2." + key.substring(SAML_PREFIX.length()),...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 15.2K bytes -
DataConfig.java
authScheme = new DigestScheme(); L306: } else if (Constants.NTLM.equals(scheme)) { L307: final Properties props = new Properties(); L308: paramMap.entrySet().stream().filter(e -> e.getKey().startsWith("jcifs.")).forEach(e -> { L309: props.setProperty(e.getKey(), e.getValue()); L310: }); L311: authScheme = new NTLMScheme(new JcifsEngine(props)); L312: } else if (Constants.FORM.equals(scheme)) { L313: final String...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 18.5K bytes -
bootstrap.min.js.map
Modal","_dialog","_backdrop","_isShown","_isBodyOverflowing","_ignoreBackdropClick","_scrollbarWidth","_checkScrollbar","_setScrollbar","_adjustDialog","_setEscapeEvent","_setResizeEvent","_showBackdrop","_showElement","transition","_hideModal","forEach","htmlElement","handleUpdate","_triggerBackdropTransition","hideEventPrevented","isModalOverflowing","scrollHeight","clientHeight","overflowY","modalTransitionDuration","modalBody","Node","ELEMENT_NODE","appendChild","removeAttribute","scrollTop"...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 180.9K bytes -
bootstrap.min.js.map
Modal","_dialog","_backdrop","_isShown","_isBodyOverflowing","_ignoreBackdropClick","_scrollbarWidth","_checkScrollbar","_setScrollbar","_adjustDialog","_setEscapeEvent","_setResizeEvent","_showBackdrop","_showElement","transition","_hideModal","forEach","htmlElement","handleUpdate","_triggerBackdropTransition","hideEventPrevented","defaultPrevented","modalTransitionDuration","modalBody","Node","ELEMENT_NODE","appendChild","removeAttribute","scrollTop","_enforceFocus","transitionComplete","shown...github.com/codelibs/fess/src/main/webapp/js/boo...Sat Jan 11 06:54:28 UTC 2020 189.9K bytes