Home
last modified time | relevance | path

Searched refs:now (Results 326 – 350 of 608) sorted by last modified time

1...<<11121314151617181920>>...25

/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md40 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`.
79 * #216: `ENCODING` parameter is now validated for all document types.
122 * #175: Parser can now read and skip the UTF-8 BOM.
170 * #118: iTip Message now has a `getScheduleStatus()` method.
192 setters on properties. (`$event->DTSTART = new DateTime('now')`).
194 * #112: EventIterator now sets TZID on RECURRENCE-ID.
306 many, are now automatically padded with empty components.
346 * Changed: All $duration properties are now public.
374 * Added: OPTION_FORGIVING now also allows slashes in property names.
548 * Fixed: The reader now properly parses parameters without a value.
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php130 $now = new DateTime();
132 $tzFormat = $now->getTimezone()->getOffset($now)===0?'\\Z':'O';
133 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This' . $tzFormat));
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown47 In slick 1.5 you can now add settings using the data-slick attribute. You still need to call $(elem…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13now()-this.drag.timestamp>50||this._is_number(r)&&this._is_number(o)&&this._mouse_position_change(…
H A Ddhtmlxgantt.js.map1now","onDoubleClick","skins","link_arrow_size","lightbox_additional_height","_second_column_width"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js13822 var now = (e && e.target) ? [e.pageX, e.pageY] : [event.clientX, event.clientY];
13823 lb.style.top = gantt._lb_start[1] + now[1] - gantt._dnd_start_lb[1] + "px";
13824 lb.style.left = gantt._lb_start[0] + now[0] - gantt._dnd_start_lb[0] + "px";
17123 var now = new Date();
17124 if ((now - dblclicktime) < 500) {
17130 dblclicktime = now;
25764 if ((Date.now() - this.drag.timestamp > 50) ||
25905 this.drag.timestamp = Date.now();
/plugin/yuriigantt/
H A DREADME.md38 1. save. you must see now ![alt text](docs/img/rendered_empty.png "Rendered")
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md113 * <a href="#_now">`_.now`</a>
3489 <h3 id="_now"><code>_.now()</code></h3>
3490 …js#L9960 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.now "See the npm packag…
3504 console.log(_.now() - stamp);
3505 }, _.now());
8628 `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js16279 actual = _.now();
16284 assert.ok(_.now() > actual);
16292 var now = Date.now;
16293 Date.now = stubA;
16295 var actual = _.now();
16296 Date.now = now;
25486 startTime = lodashStable.now();
25490 var endTime = lodashStable.now(),
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js388 var origNowFunc = _.now;
392 _.now = function() { function
400 _.now = origNowFunc;
537 var origNowFunc = _.now;
545 _.now = function() {
553 _.now = origNowFunc;
H A Dutility.js113 var diff = _.now() - new Date().getTime();
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1485 ctxNow = Date && Date.now !== root.Date.now && Date.now,
1498 nativeNow = Date.now,
9960 var now = ctxNow || function() {
9961 return root.Date.now();
10368 var time = now();
10397 return timerId === undefined ? result : trailingEdge(now());
10401 var time = now(),
16790 lodash.now = now;
H A Dlodash.min.js78now!==$n.Date.now&&Gu.now,Si=mn.setTimeout!==$n.setTimeout&&mn.setTimeout,Oi=Yu.ceil,Ii=Yu.floor,R…
90 Xt(n,wt(t,1),[])}),Go=ki||function(){return $n.Date.now()},Ho=fr(function(n,t,r){var e=1;if(r.lengt…
118 …An.noConflict=function(){return $n._===this&&($n._=si),this},An.noop=Pu,An.now=Go,An.pad=function(…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js816 previous = options.leading === false ? 0 : _.now();
823 var now = _.now();
824 if (!previous && options.leading === false) previous = now;
825 var remaining = wait - (now - previous);
833 previous = now;
1407 _.now = Date.now || function() {
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1485 ctxNow = Date && Date.now !== root.Date.now && Date.now,
1498 nativeNow = Date.now,
9960 var now = ctxNow || function() {
9961 return root.Date.now();
10368 var time = now();
10397 return timerId === undefined ? result : trailingEdge(now());
10401 var time = now(),
16790 lodash.now = now;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js30946 var now = new Date();
30947 var ms = "" + (now.getMilliseconds() / 1000).toFixed(3);
30950 return now.toLocaleTimeString() + "." + ms;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4121 now,
4143 now = "rgb(" + [
4150 now = [];
4152 now[i] = [from[attr][i][0]];
4156 now[i] = now[i].join(S);
4158 now = now.join(S);
4162 now = [];
4164 now[i] = [from[attr][i][0]];
4179 now = [];
4188 now = [];
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock619 date-now "^0.1.4"
717 date-now@^0.1.4:
719 …resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef20…
2001 performance-now@^0.2.0:
2003 …resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea…
2176 performance-now "^0.2.0"
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19 …+(+new Date).toString(36),h=function(){return g+(f++).toString(36)},i=Date.now||function(){return+…
H A Dsnap.svg.js486 timer = Date.now || function () {
3406 var now = mina.time(),
3407 anim = mina(from, to, now, now + ms, mina.time, setter, easing);
3466 var now = mina.time(),
3467 anim = mina(fkeys, tkeys, now, now + ms, mina.time, function (val) {
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css3455 description: A whole area, just for text; now available in large.
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5now(),o=null,i=n.apply(e,u),o||(e=u=null)};return function(){var f=m.now();a||r.leading!==!1||(a=f…
H A Dunderscore-min.map1 …eout","defer","throttle","options","timeout","previous","later","leading","now","remaining","clear…
H A Dunderscore.js787 previous = options.leading === false ? 0 : _.now();
793 var now = _.now();
794 if (!previous && options.leading === false) previous = now;
795 var remaining = wait - (now - previous);
803 previous = now;
821 var last = _.now() - timestamp;
837 timestamp = _.now();
1331 _.now = Date.now || function() {
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js2 …g().indexOf("native code")?aa:ba;return n.apply(null,arguments)}var p=Date.now||function(){return+…

1...<<11121314151617181920>>...25