- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for Ressin (0.06 sec)
-
OpenIdConnectAuthenticator.java
logger.debug("Logging in with OpenID Connect Authenticator"); L99: } L100: final HttpSession session = request.getSession(false); L101: if (session != null) { L102: final String sesState = (String) session.getAttribute(OIC_STATE); L103: if (StringUtil.isNotBlank(sesState)) { L104: session.removeAttribute(OIC_STATE); L105: final String code = request.getParameter("code"); L106: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 12.3K bytes -
AdminBackupAction.java
entity.getId(), buf).append(','); L462: appendJson("query-id", entity.getQueryId(), buf).append(','); L463: appendJson("user-info-id", entity.getUserInfoId(), buf).append(','); L464: appendJson("user-session-id", entity.getUserSessionId(), buf).append(','); L465: appendJson("user", entity.getUser(), buf).append(','); L466: appendJson("search-word", entity.getSearchWord(), buf).append(','); L467: ...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
GenerateThumbnailJob.java
this; L58: } L59: L60: @Override L61: public String execute() { L62: final StringBuilder resultBuf = new StringBuilder(); L63: L64: if (sessionId == null) { // create session id L65: sessionId = RandomStringUtils.randomAlphabetic(15); L66: } L67: resultBuf.append("Session Id: ").append(sessionId).append("\n"); L68: if (jobExecutor != null) { L69: jobExecutor.addShutdownListener(() -> ComponentUtil.getProcessHelper().destroyProcess(sessionId));...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 10.6K bytes -
README.md
[FSS JS Generator documentation](https://fss-generator.codelibs.org/docs/manual). L14: L15:## Website L16: L17:[fess.codelibs.org](https://fess.codelibs.org/) L18: L19:## Issues/Questions L20: L21:[discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/) L22: L23:## Getting Started L24: L25:There are 2 ways to try Fess. The first is to download and install yourself. The second is to use [Docker](https://www.docker.com/products/docker-engine). L26: L27:### Download and Install/Run L28: L29:Fess 14.17...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
badRequest.jsp
src="${fe:url('/js/bootstrap.min.js')}"></script> L31: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L32: <script type="text/javascript" src="${fe:url('/js/search.js')}"></script> L33:</body> L34:</html> L35:<% }catch(Exception e){session.invalidate();} %>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 1.4K bytes -
badRequest.jsp
src="${fe:url('/js/bootstrap.min.js')}"></script> L31: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L32: <script type="text/javascript" src="${fe:url('/js/search.js')}"></script> L33:</body> L34:</html> L35:<% }catch(Exception e){session.invalidate();} %>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 1.4K bytes -
system.jsp
src="${fe:url('/js/bootstrap.min.js')}"></script> L31: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L32: <script type="text/javascript" src="${fe:url('/js/search.js')}"></script> L33:</body> L34:</html> L35:<% }catch(Exception e){session.invalidate();} %>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 1.4K bytes -
SearchApiManager.java
final String userCode = userInfoHelper.getUserCode(); L625: L626: if (StringUtil.isBlank(userCode)) { L627: throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "No user session."); L628: } L629: if (StringUtil.isBlank(favoriteUrl)) { L630: throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "URL is null."); L631: } L632:...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
ViewHelper.java
updateHighlightInfo(highlightInfo, width); L297: final HttpSession session = req.getSession(false); L298: if (session != null) { L299: session.setAttribute(SCREEN_WIDTH, width); L300: } L301: } else { L302: final HttpSession session = req.getSession(false); L303: if (session != null) { L304: final Integer width = (Integer) session.getAttribute(SCREEN_WIDTH); L305: if (width...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes -
system.jsp
src="${fe:url('/js/bootstrap.min.js')}"></script> L31: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L32: <script type="text/javascript" src="${fe:url('/js/search.js')}"></script> L33:</body> L34:</html> L35:<% }catch(Exception e){session.invalidate();} %>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 1.4K bytes