Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 49 for clock (0.07 sec)

  1. daterangepicker.css

    .daterangepicker.single .drp-calendar { L92: float: none; L93:} L94: L95:.daterangepicker.single .drp-selected { L96: display: none; L97:} L98: L99:.daterangepicker.show-calendar .drp-calendar { L100: display: block; L101:} L102: L103:.daterangepicker.show-calendar .drp-buttons { L104: display: block; L105:} L106: L107:.daterangepicker.auto-apply .drp-buttons { L108: display: none; L109:} L110: L111:.daterangepicker .drp-calendar { L112: display: none; L113: max-width: 270px; L114:} L115: L116:.daterangepicker...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      7.5K bytes
  2. bootstrap.min.css.map

    0.3rem;\n}\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n.btn-block + .btn-block {\n margin-top: 0.5rem;\n}\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  3. index.jsp

    sword" /> L41: </c:set> L42: <la:password property="oldPassword" class="form-control" L43: placeholder="${ph_old_password}" /> L44: <div class="input-group-append"> L45: <span class="input-group-text"><em class="fa fa-lock fa-fw"></span> L46: </div> L47: </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 ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      3.6K bytes
  4. daterangepicker.js

    ct,select.ampmselect', $.proxy(this.timeChanged, this)); L421: L422: this.container.find('.ranges') L423: .on('click.daterangepicker', 'li', $.proxy(this.clickRange, this)); L424: L425: this.container.find('.drp-buttons') L426: .on('click.daterangepicker', 'button.applyBtn', $.proxy(this.clickApply, this)) L427: .on('click.daterangepicker', 'button.cancelBtn', $.proxy(this.clickCancel, this)); L428: L429: if (this.element.is('input') || this....
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      64.8K bytes
  5. search.js

    L12: $searchButton.attr("disabled", false); L13: }, 3000); L14: return true; L15: }); L16: L17: $(document).on("click touchend", function(e) { L18: if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) { L19: $("#searchOptions").removeClass("active"); L20: } L21: }); L22: L23: $("[data-toggle='control-options']").click(function(e) { L24: e.preventDefault(); L25: var target = $(this).attr("data-target") || $(this).attr("href"); L26: if...
    github.com/codelibs/fess/src/main/webapp/js/sea...
    Thu Mar 30 05:45:24 UTC 2023
      7.5K bytes
  6. adminlte.min.css.map

    -3px;\n}\n\n.user-block.user-block-sm img {\n width: 1.875rem;\n height: 1.875rem;\n}\n\n.user-block.user-block-sm .username,\n.user-block.user-block-sm .description,\n.user-block.user-block-sm .comment {\n margin-left: 40px;\n}\n\n.user-block.user-block-sm .username {\n font-size: 14px;\n}\n\n.img-sm,\n.img-md,\n.img-lg {\n float: left;\n}\n\n.img-sm {\n height: 1.875rem;\n width: 1.875rem;\n}\n\n.img-sm + .img-push {\n margin-left: 2.5rem;\n}\n\n.img-md {\n width: 3.75rem;\n height: 3.75rem;\n}\n\n.img-md...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  7. fess_label_en.properties

    e (descending) L221:labels.search_result_sort_last_modified_asc=Last Modified (ascending) L222:labels.search_result_sort_last_modified_desc=Last Modified (descending) L223:labels.search_result_sort_click_count_asc=Click (ascending) L224:labels.search_result_sort_click_count_desc=Click (descending) L225:labels.search_result_sort_favorite_count_asc=Favorite (ascending) L226:labels.search_result_sort_favorite_count_desc=Favorite (descending) L227:labels.search_result_sort_multiple=Multiple L228:lab...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  8. bootstrap.min.js.map

    h3","h4","h5","h6","img","li","ol","p","pre","s","small","span","sub","sup","strong","u","ul","HIDE","HIDDEN","SHOW","SHOWN","INSERTED","CLICK","FOCUSIN","FOCUSOUT","MOUSEENTER","MOUSELEAVE","EVENT_KEY","Tooltip","_isEnabled","_timeout","_hoverState","_activeTrigger","tip","_setListeners","enable","disable","toggleEnabled","dataKey","_getDelegateConfig","click","_isWithActiveTrigger","_enter","_leave","getTipElement","_hideModalHandler","isWithContent","shadowRoot","isInTheDom","ownerDocument","...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      180.9K bytes
  9. help.js

    { L8: $searchButton.attr("disabled", false); L9: }, 3000); L10: return true; L11: }); L12: L13: $(document).on("click touchend", function(e) { L14: if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) { L15: $("#searchOptions").removeClass("active"); L16: } L17: }); L18: L19: $("[data-toggle='control-options']").click(function(e) { L20: e.preventDefault(); L21: var target = $(this).attr("data-target") || $(this).attr("href"); L22: if...
    github.com/codelibs/fess/src/main/webapp/js/hel...
    Thu Mar 30 05:45:24 UTC 2023
      2K bytes
  10. index.jsp

    sword" /> L41: </c:set> L42: <la:password property="oldPassword" class="form-control" L43: placeholder="${ph_old_password}" /> L44: <div class="input-group-append"> L45: <span class="input-group-text"><em class="fa fa-lock fa-fw"></span> L46: </div> L47: </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 ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      3.6K bytes
Back to top