Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for segons (0.07 sec)

  1. 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
      1 views
  2. 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
  3. 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
  4. 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
  5. 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.md
    Sat Oct 12 07:19:47 UTC 2024
      7.3K bytes
  6. 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
  7. 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
  8. 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
  9. ViewHelper.java

    (logger.isDebugEnabled()) { L204: logger.debug("loaded {}", facetQueryView); L205: } L206: })); L207: L208: facetCache = CacheBuilder.newBuilder().maximumSize(1000).expireAfterWrite(facetCacheDuration, TimeUnit.SECONDS).build(); L209: L210: textFragmentPrefixLength = fessConfig.getQueryHighlightTextFragmentPrefixLengthAsInteger(); L211: textFragmentSuffixLength = fessConfig.getQueryHighlightTextFragmentSuffixLengthAsInteger(); L212: textFragmentSize...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      40.2K bytes
  10. bootstrap.min.css.map

    0;\n --breakpoint-sm: 576px;\n --breakpoint-md: 768px;\n --breakpoint-lg: 992px;\n --breakpoint-xl: 1200px;\n --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\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n*,\n*::before,\n*::after...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
Back to top