Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. moment-with-locales.min.js

    rn a||s?"nekaj sekund":"nekaj sekundami";case"ss":return n+=1===e?a?"sekundo":"sekundi":2===e?a||s?"sekundi":"sekundah":e<5?a||s?"sekunde":"sekundah":"sekund";case"m":return a?"ena minuta":"eno minuto";case"mm":return n+=1===e?a?"minuta":"minuto":2===e?a||s?"minuti":"minutama":e<5?a||s?"minute":"minutami":a||s?"minut":"minutami";case"h":return a?"ena ura":"eno uro";case"hh":return n+=1===e?a?"ura":"uro":2===e?a||s?"uri":"urama":e<5?a||s?"ure":"urami":a||s?"ur":"urami";case"d":return a||s?"en dan":"enim...
    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

    this.timePickerIncrement) L464: this.startDate.minute(Math.round(this.startDate.minute() / this.timePickerIncrement) * this.timePickerIncrement); L465: L466: if (this.minDate && this.startDate.isBefore(this.minDate)) { L467: this.startDate = this.minDate.clone(); L468: if (this.timePicker && this.timePickerIncrement) L469: this.startDate.minute(Math.round(this.startDate.minute() / this.timePickerIncrement) * this.timePickerIncrement);...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      64.8K bytes
  3. bootstrap.min.css.map

    0;\n}\n\n.input-group > .input-group-append > .btn,\n.input-group > .input-group-append > .input-group-text,\n.input-group > .input-group-prepend:not(:first-child) > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .input-group-text,\n.input-group > .input-group-prepend:first-child > .btn:not(:first-child),\n.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.custom-control {\n position:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  4. index.jsp

    </div> L48: <div class="input-group mb-3"> L49: <c:set var="ph_new_password"> L50: <la:message key="labels.profile.placeholder_new_password" /> L51: </c:set> L52: <la:password property="newPassword" class="form-control" L53: placeholder="${ph_new_password}" /> L54: <div class="input-group-append"> L55: <span class="input-group-text"><em class="fa fa-lock fa-fw"></span> L56: </div> L57: </div> L58: <div class="input-group mb-3"> L59: <c:set...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      3.6K bytes
  5. ProtwordsItem.java

    org.codelibs.fess.dict.DictionaryItem; L21: L22:public class ProtwordsItem extends DictionaryItem { L23: private final String input; L24: L25: private String newInput; L26: L27: public ProtwordsItem(final long id, final String input) { L28: this.id = id; L29: this.input = input; L30: L31: if (id == 0) { L32: // create L33: newInput = input; L34: } L35: } L36: L37: public String getNewInput() { L38: return newInput; L39: } L40: L41: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      2.4K bytes
  6. index.jsp

    </div> L48: <div class="input-group mb-3"> L49: <c:set var="ph_new_password"> L50: <la:message key="labels.profile.placeholder_new_password" /> L51: </c:set> L52: <la:password property="newPassword" class="form-control" L53: placeholder="${ph_new_password}" /> L54: <div class="input-group-append"> L55: <span class="input-group-text"><em class="fa fa-lock fa-fw"></span> L56: </div> L57: </div> L58: <div class="input-group mb-3"> L59: <c:set...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      3.6K bytes
  7. StopwordsItem.java

    org.codelibs.fess.dict.DictionaryItem; L21: L22:public class StopwordsItem extends DictionaryItem { L23: private final String input; L24: L25: private String newInput; L26: L27: public StopwordsItem(final long id, final String input) { L28: this.id = id; L29: this.input = input; L30: L31: if (id == 0) { L32: // create L33: newInput = input; L34: } L35: } L36: L37: public String getNewInput() { L38: return newInput; L39: } L40: L41: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      2.4K bytes
  8. newpassword.jsp

    </div> L37: <la:form styleId="newPassword" method="post"> L38: <div class="input-group mb-3"> L39: <c:set var="ph_new_password"> L40: <la:message key="labels.login.placeholder_new_password" /> L41: </c:set> L42: <la:password property="password" class="form-control" L43: placeholder="${ph_new_password}" /> L44: <div class="input-group-append"> L45: <span class="input-group-text"> L46: <em class="fa fa-lock fa-fw"> L47: </span> L48: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      3K bytes
  9. index.jsp

    L37: </div> L38: <la:form styleId="login" method="post"> L39: <div class="input-group mb-3"> L40: <c:set var="ph_username"> L41: <la:message key="labels.login.placeholder_username" /> L42: </c:set> L43: <la:text property="username" styleId="username" L44: class="form-control" placeholder="${ph_username}" /> L45: <div class="input-group-append"> L46: <span class="input-group-text"> L47: <em class="fa fa-user fa-fw"> L48: </span>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      3K bytes
  10. adminlte.min.css

    put-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      1.3M bytes
Back to top