Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for segons (0.04 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. stopwords.txt

    L64:t L65:y L66:été L67:étée L68:étées L69:étés L70:étant L71:suis L72:es L73:est L74:sommes L75:êtes L76:sont L77:serai L78:seras L79:sera L80:serons L81:serez L82:seront L83:serais L84:serait L85:serions L86:seriez L87:seraient L88:étais L89:était L90:étions L91:étiez L92:étaient L93:fus L94:fut L95:fûmes L96:fûtes L97:furent L98:sois L99:soit L100:soyons L101:soyez L102:soient L103:fusse L104:fusses L105:fût L106:fussions L107:fussiez L108:fussent L109:ayant L110:eu L111:eue L112:eues L113:eus L114:ai...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      977 bytes
  3. 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
  4. 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
  5. PythonJob.java

    } L135: if (exitValue != 0) { L136: final StringBuilder out = new StringBuilder(); L137: if (processTimeout) { L138: out.append("Process is terminated due to ").append(timeout).append(" second exceeded.\n"); L139: } L140: out.append("Exit Code: ").append(exitValue).append("\nOutput:\n").append(it.getOutput()); L141: throw new JobProcessingException(out.toString()); L142: } L143: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.9K bytes
  6. 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
  7. CrawlingInfoHelperTest.java

    { L168: assertEquals(result, crawlingInfoHelper.generateId(dataMap)); L169: counter.incrementAndGet(); L170: }); L171: } L172: pool.shutdown(); L173: pool.awaitTermination(10, TimeUnit.SECONDS); L174: assertEquals(1000, counter.get()); L175: } L176:}...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.5K bytes
  8. 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
  9. 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
  10. 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
Back to top