Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for minuut (0.05 sec)

  1. bootstrap-timepicker.min.js

    nction(){var a,b,c,d,e,f;switch(this.showInputs?(b='<input type="text" class="bootstrap-timepicker-hour" maxlength="2"/>',c='<input type="text" class="bootstrap-timepicker-minute" maxlength="2"/>',d='<input type="text" class="bootstrap-timepicker-second" maxlength="2"/>',e='<input type="text" class="bootstrap-timepicker-meridian" maxlength="2"/>'):(b='<span class="bootstrap-timepicker-hour"></span>',c='<span class="bootstrap-timepicker-minute"></span>',d='<span class="bootstrap-timepicker-second"></span>',e='<span...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Thu Feb 13 04:21:06 UTC 2020
      18.2K bytes
  2. theme-default.min.css

    dow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}input[type=file].error{color:#b94a48;background:0 0;-webkit-box-shadow:none;box-shadow:none}input[type=file].valid{color:#468847;background:0 0;-webkit-box-shadow:none;box-shadow:none}.form-error{display:block;color:#b94a48;margin-top:5px;margin-bottom:10px;line-height:140%}span.help{color:#999;font-size:90%}input.async-validation,input.validating-server-side,select.async-validation,select.validating-server-side{opa...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      33.3K bytes
  3. admin_fileconfig_edit.jsp

    key="labels.depth"/></label> L120: <div class="form-inline col-sm-9"> L121: <la:errors property="depth"/> L122: <input type="number" name="depth" id="depth" L123: value="${f:h(depth)}" class="form-control" L124: min="0" max="10000"> L125: </div>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      15.3K bytes
  4. admin_plugin.jsp

    <la:form action="/admin/plugin/"> L118: <input type="hidden" name="name" L119: value="${f:h(artifact.name)}"> L120: <input type="hidden" name="version" L121: value...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      10.5K bytes
  5. AdminDictStemmeroverrideAction.java

    public HtmlResponse edit(final EditForm form) { L160: validate(form, messages -> {}, () -> asListHtml(form.dictId)); L161: stemmerOverrideService.getStemmerOverrideItem(form.dictId, form.id).ifPresent(entity -> { L162: form.input = entity.getInput(); L163: form.output = entity.getOutput(); L164: }).orElse(() -> { L165: throwValidationError(messages -> messages.addErrorsCrudCouldNotFindCrudTable(GLOBAL, form.getDisplayId()), L166: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      18.6K bytes
  6. jquery.form-validator.min.js

    question",badDate:"You have not given a correct date",lengthBadStart:"The input value must be between ",lengthBadEnd:" characters",lengthTooLongStart:"The input value is longer than ",lengthTooShortStart:"The input value is shorter than ",notConfirmed:"Input values could not be confirmed",badDomain:"Incorrect domain value",badUrl:"The input value is not a correct URL",badCustomVal:"The input value is incorrect",andSpaces:" and spaces ",badInt:"The input value was not a correct number",badSecurityNumber:"Your social...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      32.8K bytes
  7. admin_webconfig_edit.jsp

    key="labels.depth"/></label> L120: <div class="form-inline col-sm-9"> L121: <la:errors property="depth"/> L122: <input type="number" name="depth" id="depth" L123: value="${f:h(depth)}" class="form-control" L124: min="0" max="10000"> L125: </div>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      15.9K bytes
  8. AdminDictProtwordsAction.java

    createProtwordsItem(final FessBaseAction action, final CreateForm form, L351: final VaErrorHook hook) { L352: return getEntity(form).map(entity -> { L353: final String newInput = form.input; L354: validateProtwordsString(action, newInput, "input", hook); L355: entity.setNewInput(newInput); L356: return entity; L357: }); L358: } L359: L360: // ===================================================================================...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      17.2K bytes
  9. FileConfig.java

    return Constants.TRUE; L70: } L71: L72: for (final Pattern pattern : includedDocPathPatterns) { L73: if (pattern.matcher(input).matches()) { L74: return Constants.TRUE; L75: } L76: } L77: L78: for (final Pattern pattern : excludedDocPathPatterns) { L79: if (pattern.matcher(input).matches()) { L80: return Constants.FALSE; L81: } L82: } L83: L84: return Constants.TRUE; L85: L86: } L87:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.8K bytes
  10. StemmerOverrideFile.java

    null) { L154: updater.write("# " + line); L155: } L156: continue; L157: } L158: L159: final String input = m.group(1).trim(); L160: final String output = m.group(2).trim(); L161: L162: if (input == null || output == null) { L163: logger.warn("Failed to parse {} to {}", line, path); L164: if (updater != null) { L165: updater.write("#...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      10.6K bytes
Back to top