- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for segons (0.05 sec)
-
moment-with-locales.min.js
,Le(["DDD","DDDD"],function(e,a,t){t._dayOfYear=G(e)}),W("m",["mm",2],0,"minute"),z("minute","m"),C("minute",14),le("m",ae),le("mm",ae,$),Le(["m","mm"],Te);var Mt=V("Minutes",!1);W("s",["ss",2],0,"second"),z("second","s"),C("second",15),le("s",ae),le("ss",ae,$),Le(["s","ss"],ge);var ht,ct,Lt=V("Seconds",!1);for(W("S",0,0,function(){return~~(this.millisecond()/100)}),W(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),W(0,["SSS",3],0,"millisecond"),W(0,["SSSS",4],0,function(){return 10*th...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes -
daterangepicker.js
if (ampm === 'AM' && hour === 12) L602: hour = 0; L603: } L604: } L605: this.leftCalendar.month.hour(hour).minute(minute).second(second); L606: this.rightCalendar.month.hour(hour).minute(minute).second(second); L607: } L608: L609: this.renderCalendar('left'); L610: this.renderCalendar('right'); L611: L612: //highlight any predefined range matching the current start...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
ProcessHelper.java
"ProcessCloser-output-" + sessionId).start(); L129: L130: try { L131: latch.await(10, TimeUnit.SECONDS); L132: } catch (final InterruptedException e) { L133: logger.warn("Interrupted to wait a process.", e); L134: } L135: try { L136: process.destroyForcibly().waitFor(processDestroyTimeout, TimeUnit.SECONDS); L137: return process.exitValue(); L138: } catch (final Exception e) { L139: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 6.4K bytes -
ExecJob.java
TimeoutTask createTimeoutTask() { L189: if (timeout <= 0) { L190: return null; L191: } L192: return TimeoutManager.getInstance().addTimeoutTarget(() -> { L193: logger.warn("Process is terminated due to {} second exceeded.", timeout); L194: ComponentUtil.getProcessHelper().destroyProcess(sessionId); L195: processTimeout = true; L196: }, timeout, false); L197: } L198: L199: protected void createSystemProperties(final List<String>...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 7.7K bytes -
README.md
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 is now available and can be downloaded on the [Releases page](https://github.com/codelibs/fess/releases "download"). Downloads...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
GenerateThumbnailJob.java
} L238: if (exitValue != 0) { L239: final StringBuilder out = new StringBuilder(); L240: if (processTimeout) { L241: out.append("Process is terminated due to ").append(timeout).append(" second exceeded.\n"); L242: } L243: out.append("Exit Code: ").append(exitValue).append("\nOutput:\n").append(it.getOutput()); L244: throw new JobProcessingException(out.toString()); L245: } L246: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 10.6K bytes -
SuggestJob.java
} L220: if (exitValue != 0) { L221: final StringBuilder out = new StringBuilder(); L222: if (processTimeout) { L223: out.append("Process is terminated due to ").append(timeout).append(" second exceeded.\n"); L224: } L225: out.append("Exit Code: ").append(exitValue).append("\nOutput:\n").append(it.getOutput()); L226: throw new JobProcessingException(out.toString()); L227: } L228: ...github.com/codelibs/fess/src/main/java/org/code...Sun Jun 23 04:13:47 UTC 2024 10K bytes -
RankFusionProcessor.java
@PreDestroy L109: public void close() throws Exception { L110: if (executorService != null) { L111: try { L112: executorService.shutdown(); L113: executorService.awaitTermination(60, TimeUnit.SECONDS); L114: } catch (final InterruptedException e) { L115: if (logger.isDebugEnabled()) { L116: logger.debug("Interrupted.", e); L117: } L118: } finally { L119: exe...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 18.3K bytes -
CrawlJob.java
} L368: if (exitValue != 0) { L369: final StringBuilder out = new StringBuilder(); L370: if (processTimeout) { L371: out.append("Process is terminated due to ").append(timeout).append(" second exceeded.\n"); L372: } L373: out.append("Exit Code: ").append(exitValue).append("\nOutput:\n").append(it.getOutput()); L374: throw new JobProcessingException(out.toString()); L375: } L376: ...github.com/codelibs/fess/src/main/java/org/code...Sun Jun 23 04:13:47 UTC 2024 15.1K bytes -
bootstrap.min.css
f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-fam...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 158.5K bytes