| /plugin/statistics/ |
| D | script.js | 13 var now = new Date(); 16 uid = now.getTime() + '-' + Math.floor(Math.random() * 32000); 30 rnd: now.getTime() 92 var now = new Date(); 100 if (now.getTime() - time > 15 * 60 * 1000) { 113 DokuCookie.setValue('plgstatsses', now.getTime() + '-' + ses); 125 var now = new Date(); 126 var exitTime = now.getTime() + ms; 128 now = new Date(); 129 if (now.getTime() > exitTime) {
|
| /plugin/move/_test/ |
| D | log.test.php | 18 $now = time(); 19 $date = date('Y-m-d H:i:s', $now); 23 $expected_log = "$now\t$date\tP\toldpage\tnewpage\tsuccess\t\n"; 36 $now = time(); 37 $date = date('Y-m-d H:i:s', $now); 41 $expected_log = "$now\t$date\tP\toldpage\tnewpage\tfailed\tTestMessage01\n";
|
| /plugin/blog/syntax/ |
| D | autoarchive.php | 62 $now = $_REQUEST['blogarchive']; 64 $now = strftime('%Y-%m'); // current month 66 list($y,$m) = explode('-',$now); 69 $cnt = $this->_buildTimeChooser($renderer, $entries, $now); 85 if($date < $now || $date > $now) continue; 100 * @param string $now - currently selected month ('YYYY-MM') 103 function _buildTimeChooser(&$R, &$entries, $now){ argument 132 if("$y-$m" == $now) $R->doc .= '<span class="cur">'; 136 if("$y-$m" == $now){
|
| /plugin/timer/ |
| D | syntax.php | 105 $now = mktime(); 106 if (($st<$now) && ($et>$now)) { 115 if ($now<$st) { 128 … if (($now>$st-$conf['cachetime'] && $now<$st) || ($now>$et-$conf['cachetime'] && $now<$et)) {
|
| /plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/ |
| D | DateTest.php | 30 public function testDiffWithStringsFromGivenNow($expected, $translated, $date, $now) argument 33 $this->assertEquals($expected, $extension->diff($this->env, $date, $now)); 45 public function testDiffWithDateTimeFromGivenNow($expected, $translated, $date, $now) argument 48 …is->assertEquals($expected, $extension->diff($this->env, new DateTime($date), new DateTime($now))); 60 public function testDiffCanReturnTranslatableString($expected, $translated, $date, $now) argument 69 $extension->diff($this->env, $date, $now);
|
| /plugin/openid/Auth/OpenID/ |
| D | Nonce.php | 61 $now = null) argument 76 if ($now === null) { 77 $now = time(); 83 $past = $now - $allowed_skew; 86 $future = $now + $allowed_skew;
|
| /plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
| D | Date.php | 58 …* @param string|DateTime $now A string or DateTime object to compare with. If none given, the cu… 62 public function diff(Twig_Environment $env, $date, $now = null) argument 66 $now = twig_date_converter($env, $now); 69 $diff = $date->diff($now);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | Nonce.php | 61 $now = null) argument 76 if ($now === null) { 77 $now = time(); 83 $past = $now - $allowed_skew; 86 $future = $now + $allowed_skew;
|
| /plugin/autologoff/ |
| D | script.js | 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/loglog/helper/ |
| D | alert.php | 25 protected $now; variable in helper_plugin_loglog_alert 80 $this->now = time(); 81 $max = $this->now; 82 $min = $this->now - ($this->interval); 117 'now' => date('Y-m-d H:i', $this->now), 140 $intervalsAfterLastAlert = (int)floor(($this->now - $lastAlert) / $this->interval); 172 return $this->now + $this->interval * $this->multiplier * 2;
|
| /plugin/webdav/vendor/sabre/xml/ |
| D | CHANGELOG.md | 22 * The `contextStack` in the Reader object is now correctly rolled back in 24 * repeatingElements deserializer now still parses if a bare element name 26 * `$elementMap` in the Reader now also supports bare element names. 27 * `Service::expect()` can now also work with bare element names. 33 * Parsing clark-notation is now cached. This can speed up parsing large 40 * Any array thrown into the serializer with numeric keys is now simply 44 empty array are now skipped. We believe this to be the saner default, but 54 * #61: You can now specify serializers for specific classes, allowing you 57 * It's now possible to pass an array of possible root elements to 62 now optional. [all …]
|
| /plugin/icalevents/vendor/sabre/xml/ |
| D | CHANGELOG.md | 16 * 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 38 empty array are now skipped. We believe this to be the saner default, but 48 * #61: You can now specify serializers for specific classes, allowing you 51 * It's now possible to pass an array of possible root elements to 56 now optional. [all …]
|
| /plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/ |
| D | CHANGELOG.md | 12 * PHP 5.4 is now required. 18 in the system's keychain will now be used instead of the CA bundle on 24 * This package now uses `composer/ca-bundle` by default rather than a CA 39 * A `USER_ID_UNKNOWN` error will now throw a 46 * A `PERMISSION_REQUIRED` error will now throw a `PermissionRequiredException` 61 * Floats now work with the `timeout` and `connectTimeout` options. Fix by 63 * `curl_error` is now used instead of `curl_strerror`. The latter is only 70 * An exception is now immediately thrown curl error rather than letting later
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
| D | CHANGELOG.md | 7 * PHP 5.6 or greater is now required. 8 * The C extension now supports PHP 8. Pull request by John Boehr. 17 * The `maxminddb` extension now returns a string when a `uint32` 21 * For `uint64` values, the `maxminddb` extension now returns an 29 * The `maxminddb` extension now has the arginfo when using reflection. 31 * The `maxminddb` extension now provides `MINFO()` function that 34 * The `maxminddb` `configure` script now uses `pkg-config` when 37 * The pure PHP reader now correctly decodes integers on 32-bit platforms. 45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If 58 * PHP 5.4 or greater is now required. [all …]
|
| /plugin/webdav/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 73 * #348: `FreeBusyGenerator` can now accept streams. 119 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl) 120 * #295: `RRULE` now has more validation and repair rules. 133 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 140 * #274: When creating new vCards, the default vCard version is now 4.0. 141 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and 143 * `ParseException` now extends `\Exception`. 144 * `Sabre\VObject\Reader::read` now has a `$charset` argument. 145 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now 156 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar` [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 12 * #348: `FreeBusyGenerator` can now accept streams. 58 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl) 59 * #295: `RRULE` now has more validation and repair rules. 72 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 79 * #274: When creating new vCards, the default vCard version is now 4.0. 80 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and 82 * `ParseException` now extends `\Exception`. 83 * `Sabre\VObject\Reader::read` now has a `$charset` argument. 84 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now 95 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar` [all …]
|
| /plugin/davcard/vendor/sabre/vobject/ |
| D | ChangeLog.md | 33 * This package now specifies in composer.json that it does not support PHP 7. 40 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 79 * #216: `ENCODING` parameter is now validated for all document types. 80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now 118 * #168: Expanding calendars now removes objects with recurrence rules that 122 * #175: Parser can now read and skip the UTF-8 BOM. 138 * #154: It's now possible to easily select all vCard properties belonging to 143 DATE-TIME properties can now all accept a reference timezone when working 146 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding. 153 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/ |
| D | ChangeLog.md | 33 * This package now specifies in composer.json that it does not support PHP 7. 40 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 79 * #216: `ENCODING` parameter is now validated for all document types. 80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now 118 * #168: Expanding calendars now removes objects with recurrence rules that 122 * #175: Parser can now read and skip the UTF-8 BOM. 138 * #154: It's now possible to easily select all vCard properties belonging to 143 DATE-TIME properties can now all accept a reference timezone when working 146 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding. 153 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the [all …]
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 140 * Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler 142 * Feature: HandlerStack is now more generic. 144 * Bug fix: setting verify to false in the StreamHandler now disables peer 146 * Feature: Middleware now uses an exception factory, including more error 163 * Feature: Cookies can now contain square brackets. 167 * Bug fix: Cusotm cURL options now correctly override curl options of the 169 * Bug fix: Content-Type header is now added when using an explicitly provided 182 * Bug fix: `form_params` and `query` now always uses the `&` separator. 191 * Cookies are now extracted properly before redirects. 192 * Cookies now allow more character ranges. [all …]
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 9 * Aside from the `Promise\all()` function, there's now also `Promise\race()`. 17 * This package now requires PHP 5.5. 24 * BC Break: Promises now use the EventLoop to run "then"-events in a separate 27 * Promises now have a `wait()` method. Allowing you to make a promise 48 * Added: When calling emit, it's now possible to specify a callback that will be 52 * Changed: EventEmitter::listeners now returns just the callbacks for an event, 53 and no longer returns the list by reference. The list is now automatically 56 * Updated: It's now possible to remove all listeners for every event.
|
| /plugin/webdav/vendor/sabre/http/ |
| D | CHANGELOG.md | 25 * #56: `getBodyAsString` now returns at most as many bytes as the contents of 28 * The client now sets a default `User-Agent` header identifying this library. 34 * This package now supports sabre/event 3.0. 76 * #41: This library now uses the `sabre/uri` package for uri handling. 117 * `getHeaders()` now returns header values as an array, just like psr/http. 133 * `addHeader()` will now preserve an existing header with that name, and add a 135 * The message class should be a lot faster now for looking up headers. No more 141 * Added: Content negotiation now correctly support mime-type parameters such as 143 * Changed: `Util::negotiate()` is now deprecated. Use 145 * #14: The client now only follows http and https urls. [all …]
|
| /plugin/davcal/vendor/sabre/vobject/ |
| H A D | ChangeLog.md | 39 * #216: `ENCODING` parameter is now validated for all document types. 40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now 78 * #168: Expanding calendars now removes objects with recurrence rules that 82 * #175: Parser can now read and skip the UTF-8 BOM. 98 * #154: It's now possible to easily select all vCard properties belonging to 103 DATE-TIME properties can now all accept a reference timezone when working 106 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding. 113 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the 116 * #144: `PARTSTAT=NEEDS-ACTION` is now set for new invites, if no `PARTSTAT` is 129 * Changed: iTip broker now sets RSVP status to false when replies are received. [all …]
|
| /plugin/loglog/ |
| D | admin.php | 46 $now = time(); 47 $go = isset($_REQUEST['time']) ? intval($_REQUEST['time']) : $now; 51 $past = $now - $go > 60 * 60 * 5; 54 if ($now - $next < 60 * 60 * 5) { 55 $next = $now; 59 $time = $INPUT->str('time') ?: $now;
|
| /plugin/relativetimehelper/ |
| D | helper.php | 24 * @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/davcal/vendor/sabre/http/ |
| H A D | CHANGELOG.md | 43 * #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. 100 * `addHeader()` will now preserve an existing header with that name, and add a 102 * The message class should be a lot faster now for looking up headers. No more 108 * Added: Content negotiation now correctly support mime-type parameters such as 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 [all …]
|