Home
last modified time | relevance | path

Searched refs:now (Results 126 – 150 of 608) sorted by last modified time

12345678910>>...25

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js618 var now = Date.now();
619 var scheduledDiff = lastNow + timeout - now;
634 lastNow = Date.now();
22744 var now = Date.now;
23276 input.timeStamp = now();
23382 timeStamp: now(),
24653 this._input.timeStamp = now();
H A Dbpmn-modeler.production.min.js2 … a(){var a=Date.now(),c=o+t-a;if(c>0)return s(c);e.apply(r,i),n=o=i=r=void 0}function s(e){n=setTi…
33 …oz","MS","ms","o"],s=n.createElement("div"),c=Math.round,p=Math.abs,u=Date.now;function l(e,t,n){r…
/plugin/instantpage/lib/
H A D5.1.0.js2now();const n=t.target.closest("a");if(!h(n))return;v(n.href)},n),u?c||document.addEventListener("…
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md29 # Encoded $bytes will now contain the BER binary representation of a sequence containing:
52 # Get a BER encoder instance, call decode on it, and $pdu will now be a sequence object.
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md22 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md16 * The LDAP server handlers can now be set as a class instance in addition to the class FQCN string.
17 * When setting the options on the LdapClient you can now choose to force a disconnect at the same time.
18 * The criticality for paging can now be set using the "isCritical" method.
29 * The Server RequestHandler interface now requires type-hints for all methods.
30 * Server request handlers can now return their own RootDSE if they choose to.
50 * Calling the LdapClient "read()" method with no arguments will now return the RootDSE by default.
86 * LDAP clients now throw an OperationException instead of a ProtocolException.
/plugin/move/helper/
H A Dplan.php927 $now = time();
928 $date = date('Y-m-d H:i:s', $now); // for human readability
937 $log = "$now\t$date\t$type\t$from\t$to\t$ok\t$msg\n";
/plugin/move/_test/
H A Dlog.test.php18 $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/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md31 - `heading_permalink/insert` - now accepts `none` to prevent the creation of the `<a>` link
41 - `HeadingPermalinkProcessor` now throws `InvalidConfigurationException` instead of `RuntimeException` when invalid config values are given.
129 - Added `DocumentRendererInterface` as a replacement for the now-deprecated `MarkdownRendererInterface`
181 - `HtmlElement` contents can now consist of any `Stringable`, not just `HtmlElement` and `string`
365 - `CommonMarkConverter::convertToHtml()` now returns an instance of `RenderedContentInterface`. This can be cast to a string for backward compatibility with 1.x.
367 - **Heading Permalinks now link to element IDs instead of using `name` attributes** (#602)
368 - **Heading Permalink IDs and URL fragments now have a `content` prefix by default** (#602)
377 - `max_nesting_level` now defaults to `PHP_INT_MAX` and no longer supports floats
379 - **Event dispatching is now fully PSR-14 compliant**
382 - `SlugNormalizer::normalizer()` now support
[all...]
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A Dwords.txt2445 now
/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 …]
H A DREADME.md23 You should now have the file `composer.phar` in your project directory.
33 You should now have the files `composer.json` and `composer.lock` as well as
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md20 You should now have the file `composer.phar` in your project directory.
30 You should now have the files `composer.json` and `composer.lock` as well as
H A DCHANGELOG.md7 * 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
45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If
58 * PHP 5.4 or greater is now required.
134 * The API now works when `mbstring.func_overload` is set.
[all …]
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md8 now extracted and made available as a stand-alone library.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md12 * 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/box2/
H A DREADME4 now superceded by the "Wrap" plugin, http://www.dokuwiki.org/plugin:wrap
/plugin/multiorphan/
H A Dscript.js110 var newTime = Date.now();
/plugin/strata/
H A Dmanual.txt479 -- We specify the second column as block, so don't care about the values now
/plugin/wrapadd/
H A Dprint.css24 be now see https://github.com/mpdf/mpdf/issues/538)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.txt1147 draftErrDataLoss=An error occurred while reading the draft file. The diagram cannot be edited now t…
H A Ddia_ja.txt1147 draftErrDataLoss=An error occurred while reading the draft file. The diagram cannot be edited now t…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …e wildcard ` +\n `character (${wildcards}). Strings are now always interpreted …

12345678910>>...25