- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for drop (0.03 sec)
-
daterangepicker.css
.daterangepicker .ranges, .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:...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 7.5K bytes -
daterangepicker.js
'object') //backwards compat L213: this.maxSpan = options.dateLimit; L214: L215: if (typeof options.opens === 'string') L216: this.opens = options.opens; L217: L218: if (typeof options.drops === 'string') L219: this.drops = options.drops; L220: L221: if (typeof options.showWeekNumbers === 'boolean') L222: this.showWeekNumbers = options.showWeekNumbers; L223: L224: if (typeof options.showISOWeekNumbers === 'boolean') L225: ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
AdminMaintenanceAction.java
L207: if (fessConfig instanceof SimpleImpl) { L208: final Properties prop = new Properties(); L209: ((SimpleImpl) fessConfig).keySet().stream().forEach(k -> prop.setProperty(k, fessConfig.get(k))); L210: L211: final ZipEntry entry = new ZipEntry(id + "/fess_config.properties"); L212: try { L213: zos.putNextEntry(entry); L214: prop.store(zos, getHostInfo()); L215: } catch (final IOException e) { L216: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 14K bytes -
popper.min.js.map
element\n */\nexport default function setStyles(element, styles) {\n Object.keys(styles).forEach(prop => {\n let unit = '';\n // add unit if the value is numeric and is one of the following\n if (\n ['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !==\n -1 &&\n isNumeric(styles[prop])\n ) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n });\n}\n","/**\n * Set the attributes to the given popper\n * @method\n * @memberof...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
ExecJob.java
job = (ScheduledJob) jobRuntime.getParameterMap().get(Constants.SCHEDULED_JOB); L206: if (job != null) { L207: prop.setProperty("job.runtime.id", job.getId()); L208: prop.setProperty("job.runtime.name", job.getName()); L209: } L210: } L211: prop.store(out, cmdList.toString()); L212: } catch (final IOException e) { L213: throw new IORuntimeException(e); L214: } L215: } L216: L217: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 7.7K bytes -
jquery-3.7.1.min.js
on(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=ce.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){ce.fx.step[e.prop]?ce.fx.step[e.prop](e):1!==e.elem.nodeType||!ce.cssHooks[e.prop]&&null==e.elem.style[Ze(e.prop)]?e.elem[e.prop]=e.now:ce.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=at.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ce.easing={linear:function(e){return e},swing...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:07:52 UTC 2024 85.5K bytes -
SystemHelper.java
load())); L181: } L182: L183: protected void parseProjectProperties(final Path propPath) { L184: try (final InputStream in = Files.newInputStream(propPath)) { L185: final Properties prop = new Properties(); L186: prop.load(in); L187: version = prop.getProperty("fess.version", "0.0.0"); L188: final String[] values = version.split("\\."); L189: majorVersion = Integer.parseInt(values[0]); L190: minorVersion = Integer.parseInt(values[1]);...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
jquery-3.7.1.min.js
on(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=ce.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){ce.fx.step[e.prop]?ce.fx.step[e.prop](e):1!==e.elem.nodeType||!ce.cssHooks[e.prop]&&null==e.elem.style[Ze(e.prop)]?e.elem[e.prop]=e.now:ce.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=at.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ce.easing={linear:function(e){return e},swing...github.com/codelibs/fess/src/main/webapp/js/jqu...Sat Oct 26 01:07:52 UTC 2024 85.5K bytes -
adminlte.min.js
n[Qt],Ft="done",Et={onCheck:function(e){return e},onUnCheck:function(e){return e}},Lt=function(){function e(e,t){this._config=t,this._element=e,this._init()}var t=e.prototype;return t.toggle=function(e){e.parents("li").toggleClass(Ft),n.default(e).prop("checked")?this.check(e):this.unCheck(n.default(e))},t.check=function(e){this._config.onCheck.call(e)},t.unCheck=function(e){this._config.onUnCheck.call(e)},t._init=function(){var e=this,t=this._element;t.find("input:checkbox:checked").parents("li...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 45.3K bytes -
jquery-3.7.1.min.map
t","readyState","doScroll","access","chainable","emptyGet","raw","bulk","_key","rmsPrefix","rdashAlpha","fcamelCase","_all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","defineProperty","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","removeData","_data","_removeData","attrs","dequeue","startLength","hooks","_queueHooks","unshift","stop","setter","clearQueue","tmp","count","defer","pnum","source",...github.com/codelibs/fess/src/main/webapp/js/jqu...Sat Oct 26 01:07:52 UTC 2024 131.6K bytes