Home
last modified time | relevance | path

Searched refs:now (Results 26 – 50 of 608) sorted by relevance

12345678910>>...25

/plugin/ahrefmenu/
H A DxmlTree.js25 var now = new Date();
26 var exitTime = now.getTime() + numberMillis;
28 now = new Date();
29 if (now.getTime() > exitTime) return;
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md85 the place now, reducing the amount of boilerplate.
194 * #512: The client now has it's own `User-Agent`.
385 * `migrate22.php` is now called `migrate30.php`.
590 * Browser plugin now shows quota properties.
657 next major sabredav version. Every argument that is now deprecated can now
672 now receive both vCard 3.0 and 4.0.
899 this method is now required.
905 Server::broadcastEvent is now Server::emit.
1215 Code tickets. We're using github now.
1837 is now corrected.
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt239 » DTS-in-WAV now properly supported
413 » IDivX tags now parsed on AVI files
1380 ¤ LAME-encoded MP3s now return
1454 Quicktime 'meta' atoms now parsed, so Quicktime MP4 files can now
1553 now done by HandleLyrics3Tag()
1857 ¤ Joliet now supported for ISO-9660.
1880 ¤ Type-1 DV AVIs are now supported
1953 now do not return a filesize)
2360 » getID3() now requires PHP v4.1.0 or higher because it now is
2526 are now returned for APICs
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
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/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md45 * `isset()` on `mostSpecificSubdivision` attribute now returns the
51 * `isset()` on `name` attribute now returns the correct value. Reported by
66 * Updated documentation to reflect that the accuracy radius is now included
165 * The `GeoIp2\Database\Reader` lookup methods (e.g., `city()`, `isp()`) now
189 or non-existent phar` errors. The correct alias is now used for the Phar,
200 * This API now officially supports HHVM.
203 * The Composer compatibility autoload rules are now targeted more narrowly.
209 * This API is now licensed under the Apache License, Version 2.0.
210 * Model and record classes now implement `JsonSerializable`.
211 * `isset` now works with model and record classes.
[all …]
/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/bibtex/OSBib/
H A DCHANGELOG6 2/ The bibtexParse package is now included.
12 1/ Date ranges are now supported in bibliographic styles.
13 2/ User-defined strings for each of the 12 months may now be supplied in the bibliographic styles.
19 name is now allowed if the punctuation characters are different.
47 …b) $bibformat->bibtexParsePath by default is now a bibtexParse/ directory in the same directory as…
51 lowercase (e.g. apa.xml), BIBF0RMAT::loadStyle() now automatically detects this.
52 Unless you store PARSECREATORS, PARSEMONTH and PARSEPAGE classes elsewhere, there is now no need to…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst13 Use the ``time_diff`` filter to render the difference between a date and now.
30 * ``date``: The date for calculate the difference from now. Can be a string
33 * ``now``: The date that should be used as now. Can be a string or
/plugin/flowplayer/player/
H A DREADME.txt61 - fullScreenOnly now works in conjunction with displayTime
65 - using linkUrl now works when calling JS function setClip
66 - zIndex for plugins works fine now, issue #302
249 - now possible to use RTMP for mp3 files
262 - Seek target position is now sent in the onBeforeSeek event
280 - calling close() now does not send the onStop event
330 - clip.update() JS call now resets the duration
339 - the opacity setting now works with the logo
349 - setting play: null now works again
444 - player now loads the latest controls SWF version, right now the latest SWF is called 'flowplayer.…
[all …]
/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/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md6 - jPlayer Repository Refactor: The skins source files are now in `src/skin` and the build skins fil…
7 - jPlayer Repository Refactor: All the circle player specific files are now in the `lib/circle-play…
16 - Package Fix: The un-minified source is now also added to the `dist` folder.
42 - Refactor: The Flash `jquery.jplayer.swf` file is now compiled using the Flex compiler in the `gru…
43 - Skins: The skins are now designed for ARIA. Please use the options `{useStateClassSkin: true, aut…
/plugin/davcard/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/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/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/webcode/
H A DREADME.md64 …* The bar (`rendered by` and `Try the code`) are now less prominent and follows the [prism style](…
73 …* Webcode has been restructured (with the use of addPattern) and can now wrap headers (level, sect…
79 * The output on the console log is now escaped for HTML entities and can then render HTML
91 * The links are now after the result.
99 …* The height of the Iframe is now dynamically calculated. No need to give this attribute anymore i…
106 * New lines (\n) are now supported in the javascript console.log function.
107 * Object of one level are now supported in the javascript console.log function.
110 * Two block of the same code are now concatenated
112 * XML is now seen as HTML
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D67ceac4bf2d9ac7cc500390544cdcb41.asciidoc10 'gte' => 'now-1d/d',
11 'lt' => 'now/d',
/plugin/watchcycle/
H A Dhelper.php69 * @param $now
73 public function daysAgo($time, $now = false) argument
75 if (!$now) {
76 $now = time();
79 $diff = ($now - $time) / (60 * 60 * 24);
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js26 var now = new Date();
28 editor.insertHtml( now.toLocaleString());
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A Dplugin.js26 var now = new Date();
28 editor.insertHtml( now.toLocaleString());
/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 …]
/plugin/chat/
H A Dscript.js467 var now = new Date().getTime();
468 if ((now - self.lastChatAreaUpdate)/1000 >= 5*60) {
473 if ((now - self.lastChatAreaUpdate)/1000 >= 60) {
489 if ((now - self.lastChatAreaUpdate)/1000 >= 30) {
592 var now = new Date().getTime();
607 ajax_chat.lastChatAreaUpdate = now;
613 var now = (new Date()).getTime();
614 if (now - (ajax_chat.lastSend*1000) < 1000) {
741 var now = new Date();
743 input.lastKey = now.getTime();
[all …]
/plugin/pwaoffline/
H A Dscript.js98 const now = Math.floor(Date.now() / 1000);
100 const lag = now - JSINFO.plugins.pwaoffline.ts;
/plugin/mikioplugin/
H A DREADME.md44 - `<col>` now supports the `vertical-align` option, defaulting to top [#30](https://github.com/nomadjimbob/mikioplugin/issues/30). Thanks EmmaKnijn.
57 - Multiple paginations on a single page is now supported.
69 - Quiz placeholders can now be markdown formatted.
70 - Quiz result elements now have classes that can be manually styled through css.
78 - Quiz now supports [style](https://github.com/nomadjimbob/mikioplugin/wiki/Common-Attributes#styles) attribute for buttons.
79 - Custom styles now automatically builds the `outline-` style.
92 - Heading element now supports `color` and `text-decoration` options. Requested by Dylan.
115 - AccordionItem, Alert, Blockquote, Card and CardBody now support containing 'protected' type which fixes some elements not rendering correctly (ie <&lt>code<&gt>)
145 - Carousel control colors can now be customized
146 - Carousel now support
[all...]
/plugin/bbcodeextensions/
H A DChangeLog18 …* All forms of simple tag now use a base class with type 'formatting' and default getSort() prio o…
31 * Anchor symbol (for eg.: ''text'' render) is now configurable.
37 * Div and Span are their own bbcodes now: ''[cd=]'' and ''[cs=]''.

12345678910>>...25