- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for correcte (0.04 sec)
-
codeql.yml
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" L13: L14:on: L15: push: L16: branches: [ "master" ] L17: pull_request: L18: branches: [ "master" ] L19: schedule: L20: - cron: '38 6 * * 1' L21: L22:jobs: L23: analyze:...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
ProcessHelper.java
process.destroyForcibly().waitFor(processDestroyTimeout, TimeUnit.SECONDS); L137: return process.exitValue(); L138: } catch (final Exception e) { L139: logger.error("Could not destroy a process correctly.", e); L140: } L141: } L142: return -1; L143: } L144: L145: public Set<String> getRunningSessionIdSet() { L146: return runningProcessMap.keySet(); L147: } L148: L149: public void setProcessDestroyTimeout(final...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 6.4K bytes -
ThumbnailGenerator.java
{ L153: logger.info("ThumbnailGenerator is stopped."); L154: } L155: exitCode = Constants.EXIT_FAIL; L156: } catch (final Throwable t) { L157: logger.error("ThumbnailGenerator does not work correctly.", t); L158: exitCode = Constants.EXIT_FAIL; L159: } finally { L160: if (systemMonitorTask != null) { L161: systemMonitorTask.cancel(); L162: } L163: destroyContainer(); L164: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 8.2K bytes