/plugin/statistics/ |
H A 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 [all...] |
/plugin/move/_test/ |
H A 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/ |
H A 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){ [all...] |
/plugin/timer/ |
H A 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/ |
H A 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/fedauth/Auth/OpenID/ |
H A 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/ |
H A D | script.js | 2 // 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/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
H A 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/openid/Auth/OpenID/ |
H A 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/loglog/helper/ |
H A 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/quickstats/GEOIP/vendor/maxmind/web-service-common/ |
H A 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/icalevents/vendor/sabre/xml/ |
H A 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 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/webdav/vendor/sabre/xml/ |
H A 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 57 * It's now possible to pass an array of possible root elements to 62 now optional. 112 prefix. This is now fixed. 193 * Added: The writeElement method can now write complex elements. [all …]
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
H A 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 require [all...] |
/plugin/webdav/vendor/sabre/event/ |
H A 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/vobject/ |
H A D | CHANGELOG.md | 73 * #348: `FreeBusyGenerator` can now accept streams. 120 * #295: `RRULE` now has more validation and repair rules. 143 * `ParseException` now extends `\Exception`. 144 * `Sabre\VObject\Reader::read` now has a `$charset` argument. 191 * sabre/vobject now requires PHP 5.5. 348 * #175: Parser can now read and skip the UTF-8 BOM. 396 * #118: iTip Message now has a `getScheduleStatus()` method. 420 * #112: EventIterator now sets TZID on RECURRENCE-ID. 532 many, are now automatically padded with empty components. 572 * Changed: All $duration properties are now public. [all …]
|
/plugin/icalevents/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 12 * #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/davcard/vendor/sabre/vobject/ |
H A D | ChangeLog.md | 40 * #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/ |
H A D | ChangeLog.md | 40 * #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/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 142 * 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/webdav/vendor/sabre/http/ |
H A D | CHANGELOG.md | 25 * #56: `getBodyAsString` now returns at most as many bytes as the contents of 34 * This package now supports sabre/event 3.0. 76 * #41: This library now uses the `sabre/uri` package for uri handling. 143 * Changed: `Util::negotiate()` is now deprecated. Use 145 * #14: The client now only follows http and https urls. 152 * Fixed: #7: Client now correctly deals with responses without a body. 173 * Fixed: getBodyAsString on an empty body now works. 180 * Removed: Request::createFromPHPRequest. This is now handled by 198 * Changed: Response::send() is now Sapi::sendResponse($response). 199 * Changed: Request::createFromPHPRequest is now Sapi::getRequest(). [all …]
|
/plugin/relativetimehelper/ |
H A 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/loglog/ |
H A 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/davcal/vendor/sabre/vobject/ |
H A D | ChangeLog.md | 39 * #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/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. 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 …]
|