Home
last modified time | relevance | path

Searched refs:now (Results 101 – 125 of 608) sorted by last modified time

12345678910>>...25

/plugin/davcal/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/davcal/vendor/sabre/http/
H A DCHANGELOG.md43 * #41: This library now uses the `sabre/uri` package for uri handling.
84 * `getHeaders()` now returns header values as an array, just like psr/http.
110 * Changed: `Util::negotiate()` is now deprecated. Use
112 * #14: The client now only follows http and https urls.
119 * Fixed: #7: Client now correctly deals with responses without a body.
140 * Fixed: getBodyAsString on an empty body now works.
147 * Removed: Request::createFromPHPRequest. This is now handled by
165 * Changed: Response::send() is now Sapi::sendResponse($response).
166 * Changed: Request::createFromPHPRequest is now Sapi::getRequest().
197 * Changed: setHeaders() now overwrites any existing http headers.
[all …]
H A DREADME.md174 And that's it, we now have an `isLoggedIn` method, without having to mess
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js11100 var now = this.getNow();
11102 var todayInfo = view.dateProfileGenerator.build(now);
11105 …olbarsManager.proxyCall((todayInfo.isValid && !dateProfile.currentUnzonedRange.containsDate(now)) ?
11303 var now = this.opt('now');
11304 if (typeof now === 'function') {
11305 now = now();
11307 return this.moment(now).stripZone();
H A Dmoment.js426 function calendar (key, mom, now) { argument
428 return isFunction(output) ? output.call(mom, now) : output;
2020 var nowValue = new Date(hooks.now());
2588 config._d = new Date(hooks.now());
2695 var now = function () {
2696 return Date.now ? Date.now() : +(new Date());
3160 function getCalendarFormat(myMoment, now) { argument
3161 var diff = myMoment.diff(now, 'days', true);
3173 var now = time || createLocal(),
3174 sod = cloneWithOffset(now, this).startOf('day'),
[all …]
H A Dfullcalendar.less572 .fc-now-indicator {
984 /* because now-indicator lives directly inside */ }
1010 .fc-time-grid .fc-now-indicator-line {
1113 /* don't wrap to second line (now that contents will be inline) */
1174 .fc-time-grid .fc-now-indicator-line {
1180 .fc-time-grid .fc-now-indicator-arrow {
1184 .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
1191 .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
/plugin/davcal/
H A Dhelper.php858 $now = new \DateTime();
864 $res = $sqlite->query($query, $calid, $uri, $eventStr, $now->getTimestamp(), 'VEVENT',
1374 $now = new DateTime();
1378 $res = $sqlite->query($query, $eventStr, $now->getTimestamp(), $dtStart->getTimestamp(),
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md45 prefix. This is now fixed.
55 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
80 * LibXMLException now inherits from ParseException, so it's easy for users to
126 * Added: The writeElement method can now write complex elements.
144 * Added: A LibXMLException is now thrown if the XMLReader comes across an error.
147 * Fixed: The reader now detects when the end of the document is hit before it
156 * Change: Reader::parseSubTree is now named parseInnerTree, and returns either
159 * Added: Reader::parseCurrentElement is now public.
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md21 * Added: When calling emit, it's now possible to specify a callback that will be
25 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
26 and no longer returns the list by reference. The list is now automatically
29 * Updated: It's now possible to remove all listeners for every event.
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1195 _this.now = function (norecursion) { function
1242 _this.currentTime = _this.now();
1277 _this.currentTime = _this.now();
1323 currentTime = _this.now();
1336 currentTime = _this.now(true);
1347 currentTime = _this.now(true);
1355 _this.currentTime = this.now();
1461 today = _xdsoft_datetime.now(),
1593 var now = _xdsoft_datetime.now(), optionDateTime, current_time;
1594 now.setHours(h);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php41 * that we're stuck with it, but it will have to do for now
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md39 * #216: `ENCODING` parameter is now validated for all document types.
82 * #175: Parser can now read and skip the UTF-8 BOM.
130 * #118: iTip Message now has a `getScheduleStatus()` method.
152 setters on properties. (`$event->DTSTART = new DateTime('now')`).
154 * #112: EventIterator now sets TZID on RECURRENCE-ID.
170 * VEVENT now get populated with a DTSTAMP and UID property by default.
266 many, are now automatically padded with empty components.
306 * Changed: All $duration properties are now public.
334 * Added: OPTION_FORGIVING now also allows slashes in property names.
508 * Fixed: The reader now properly parses parameters without a value.
[all …]
/plugin/indexmenu/scripts/
H A Dindexmenu.js526 let now, yday;
527 now = new Date();
528 yday = new Date(now.getTime() - 1000 * 60 * 60 * 24);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md23 - Guzzle no longer uses ReactPHP promises and now uses the
66 - `GuzzleHttp\Subscriber\Cookie` is now provided by
68 - `GuzzleHttp\Subscriber\HttpError` is now provided by
70 - `GuzzleHttp\Subscriber\History` is now provided by
72 - `GuzzleHttp\Subscriber\Mock` is now provided by
74 - `GuzzleHttp\Subscriber\Prepare` is now provided by
76 - `GuzzleHttp\Subscriber\Redirect` is now provided by
228 recoverable are now wrapped by Guzzle.
482 `GuzzleHttp\EntityBodyInterface` now require
1096 Commands are now called Operations
[all …]
H A DCHANGELOG.md142 * Feature: HandlerStack is now more generic.
192 * Cookies now allow more character ranges.
238 * Mock now supports `save_to`
244 * URL scheme is now always lowercased.
321 * `"0"` is now an allowed URI path. See
529 * Paths can now be set to "0"
859 * HistoryPlugin can now be cast to a string
1117 * OAuth plugin now supports 2-legged OAuth
1138 * AbstractCommand commands are now invokable
1271 * You can now set empty POST fields.
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md50 …* Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing co…
58 …* Added support for millisecond write timeouts in SocketHandler, you can now pass floats to setWri…
81 …* NormalizerFormatter::addJsonEncodeOption and removeJsonEncodeOption are now public to allow modi…
109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e…
118 * BC Break: PHP 7.2 is now the minimum required PHP version.
134 * BC Break: PHP 7.1 is now the minimum required PHP version.
137 * BC Break: The record timezone is now set per Logger instance and not statically anymore
225 * Fixed naming of fields in Slack handler, all field names are now capitalized in all cases
381 …ongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now)
481 …ed normalization of Traversables with very large data sets, only the first 1000 items are shown now
[all …]
H A DUPGRADE.md9 - DateTime are now formatted with a timezone and microseconds (unless disabled).
13 - The `datetime` in every record array is now a DateTimeImmutable, not that you
16 - The timezone is now set per Logger instance and not statically, either
20 - `HandlerInterface` has been split off and two new interfaces now exist for
25 - `HandlerInterface` now requires the `close` method to be implemented. This
43 now for the AMQP extension users. Only PHPAmqpLib uses it if provided.
47 - The file name format must now contain `{date}` and the date format must be set
55 - Context/extra data are now sent as an object instead of single keys
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md159 deprecated now.
232 - Can now extend Uri.
268 - Body as `"0"` is now properly added to a response.
272 - functions.php is now conditionally required.
280 - URIs can now be relative.
281 - `multipart/form-data` headers are now overridden case-insensitively.
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php433 $now = time();
441 'exp' => ($now + $this->getExpiry()),
442 'iat' => ($now - $opts['skew']),
1259 $now = time();
1261 return !is_null($expiration) && $now >= $expiration;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md64 - Update to now catch `\Throwable` on PHP 7+
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md52 NOTE: This will now be an object instead of an associative array. To get
114 NOTE: This will now be an object instead of an associative array. To get
/plugin/a2s/
H A Dstyle.css16 * 2022. can't reproduce anymore... And it is needed now, see
/plugin/foldablelist/
H A DREADME.md52 foldablelist will now work with ordered lists (ol) too ;-)
60 Our startpage has grown to a length of 4 screen-pages by now because of that, so sooner
/plugin/c3chart/assets/
H A Dd3.min.js2now()+Ds)}function _t(){qs=0}function yt(){this._call=this._time=this._next=null}function mt(t,n,e…
/plugin/tablelayout/
H A Dyarn.lock394 date-now "^0.1.4"
438 date-now@^0.1.4:
440 …resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef20…
1869 performance-now@^2.1.0:
1871 …resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913…
2090 performance-now "^2.1.0"

12345678910>>...25