Home
last modified time | relevance | path

Searched refs:now (Results 426 – 450 of 608) sorted by last modified time

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

/plugin/autologoff/
H A Dscript.js2 // http://afuchs.tumblr.com/post/23550124774/date-now-in-ie8
3 Date.now = Date.now || function() { return +new Date; };
10 var autologoffrefresh = Date.now();
13 if((Date.now() - autologoffrefresh) < 60*1000) return;
14 autologoffrefresh = Date.now();
/plugin/templatepagename/
H A DREADME.md10 * it is now up to your choice.
/plugin/condition/
H A DREADME.md9 …ition] records separated by logical operators (&&, and, ||, or, ^, xor for now), use of parenthesi…
/plugin/cacherevisionseraser/
H A DREADME.md34 * Plugin now report the lastest version date into the Plugins Manager (Thanks Ilya Lebedev)
38 * Changes into the design and HTML output (Valid XHTML 1.0 now)
55 * User now can create 'configs.php' from the plug-in instead of accepting the default one (See FAQ)
63 * Deleting files/directories will now show where they are being processed (cache, locks, meta or ol…
121 * Plug-in will now ask the admin if he want to execute the command.
122 * Absolute path of files are now hidden.
169 * That�s it! Plug-in is now installed and working!
/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/davcard/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/davcard/
H A Dhelper.php526 $now = new \DateTime();
530 $now->getTimestamp(),
604 $now = new \DateTime();
610 $now->getTimestamp(),
/plugin/fetchmedia/lib/
H A Dbundle.js1 …his,"sup","","")}})},function(t,n,r){"use strict";var e=r(0);e(e.S,"Date",{now:function(){return(n…
/plugin/fetchmedia/action/
H A Dajax.php308 while($last === $now = time()) {
311 $last = $now;
312 return $now;
/plugin/fetchmedia/
H A Dyarn.lock943 date-now "^0.1.4"
1041 date-now@^0.1.4:
1043 …resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef20…
2417 performance-now@^0.2.0:
2419 …resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea…
2649 performance-now "^0.2.0"
/plugin/wikistats/
H A DREADME.md202 * Namespace stats now show medias counts
204 * Plugin now display stats even if Tag plugin is not installed
/plugin/pagetemplater/
H A DREADME.md30 You can now define the following in your page:
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php419 $now = time();
427 if ($exp >= $now + self::MAX_TOKEN_LIFETIME_SECS) {
433 if ($now < $earliest) {
435 "Token used too early, $now < $earliest: $json_body");
437 if ($now > $latest) {
439 "Token used too late, $now > $latest: $json_body");
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php97 $now = time();
98 …if (! $expiration || (($mtime = @filemtime($storageFile)) !== false && ($now - $mtime) < $expirati…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js3118 nativeNow = isNative(nativeNow = Date.now) && nativeNow,
6157 var stamp = now(),
8809 var now = nativeNow || function() {
9245 var remaining = wait - (now() - stamp);
9253 lastCalled = now();
9270 lastCalled = now();
9280 stamp = now();
12901 lodash.now = now;
H A Dpdfmake.min.js.map1now","stamp","isCalled","lastCalled","maxDelayed","trailing","maxWait","debounced","leading","lead…
H A Dpdfmake.min.js8now)&&ma,ya=Si(ya=Uo.isFinite)&&ya,wa=t.parseInt,_a=Do.random,ba=Uo.NEGATIVE_INFINITY,xa=Uo.POSITI…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md326 * Plugin will now ignore empty CSV lines by default (configurable with `skipEmpty` property)
340 * postProcess function will now have "this" context set to Data Loader object as well as receive ch…
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md16 doesn't support them, so we now have a pure-php fallback in case it fails.
32 function now percent-encodes these characters beforehand.
/plugin/relativetimehelper/
H A Dhelper.php24 * @param int $now reference timestamp, defaults to time()
27 public function getRelativeTimeString($timestamp, $depth = 2, $now = null) { argument
28 if (!$now) {
29 $now = time();
31 $timediff = abs($now - $timestamp);
104 if ($now - $timestamp < 0) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php129 $now = new DateTime();
131 $tzFormat = $now->getTimezone()->getOffset($now) === 0 ? '\\Z' : 'O';
132 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This' . $tzFormat));
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md12 * #348: `FreeBusyGenerator` can now accept streams.
59 * #295: `RRULE` now has more validation and repair rules.
82 * `ParseException` now extends `\Exception`.
83 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
103 * It's now possible to override which class is used instead of
130 * sabre/vobject now requires PHP 5.5.
287 * #175: Parser can now read and skip the UTF-8 BOM.
359 * #112: EventIterator now sets TZID on RECURRENCE-ID.
471 many, are now automatically padded with empty components.
511 * Changed: All $duration properties are now public.
[all …]
/plugin/publist/
H A Dchangelog13 now in most cases.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md16 * The `contextStack` in the Reader object is now correctly rolled back in
18 * repeatingElements deserializer now still parses if a bare element name
20 * `$elementMap` in the Reader now also supports bare element names.
21 * `Service::expect()` can now also work with bare element names.
27 * Parsing clark-notation is now cached. This can speed up parsing large
34 * Any array thrown into the serializer with numeric keys is now simply
51 * It's now possible to pass an array of possible root elements to
56 now optional.
106 prefix. This is now fixed.
187 * Added: The writeElement method can now write complex elements.
[all …]
/plugin/dokucrypt/
H A Dscript.js70 var now = new Date();
72 if(now.getTime() - locktimer.lasttime.getTime() > 30*1000){ //FIXME decide on time
85 locktimer.lasttime = now;

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