Home
last modified time | relevance | path

Searched refs:now (Results 101 – 125 of 608) sorted by relevance

12345678910>>...25

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1f336ecc62480c1d56351cc2f82d0d08.asciidoc9 'message' => 'elasticsearch now has versioning support, double cool!',
/plugin/box2/
H A DREADME4 now superceded by the "Wrap" plugin, http://www.dokuwiki.org/plugin:wrap
/plugin/fetchmedia/action/
H A Dajax.php308 while($last === $now = time()) {
311 $last = $now;
312 return $now;
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php124 $now = time();
133 if (abs($timestamp - $now) > $Auth_OpenID_SKEW) {
448 $now = time();
452 if (!Auth_OpenID_checkTimestamp($nonce, $now)) {
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php215 $this->assertTrue($cron->isDue('now'));
216 $this->assertTrue($cron->isDue(new DateTime('now')));
253 $next = $cron->getNextRunDate('now');
254 $two = $cron->getNextRunDate('now', 1);
258 $next = $cron->getNextRunDate('now');
259 $two = $cron->getNextRunDate('now', 1);
263 $next = $cron->getNextRunDate('now');
264 $two = $cron->getNextRunDate('now', 1);
333 $current = new DateTime('now');
393 $now
[all...]
/plugin/botbouncer/lib/
H A Dbotbouncer.php237 $now = gettimeofday();
238 $this->startTime = $now['sec'] * 1000000 + $now['usec'];
298 $now = gettimeofday();
299 $end = $now['sec'] * 1000000 + $now['usec'];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md159 deprecated now.
232 - Can now extend Uri.
268 - Body as `"0"` is now properly added to a response.
272 - functions.php is now conditionally required.
280 - URIs can now be relative.
281 - `multipart/form-data` headers are now overridden case-insensitively.
/plugin/box/
H A DREADME4 now superceded by the "Wrap" plugin, http://www.dokuwiki.org/plugin:wrap
/plugin/bible/bible_douayRheims/
H A DPhilemon.txt9 …1:9. For charity sake I rather beseech, whereas thou art such a one, as Paul, an old man and now a…
11 1:11. Who hath been heretofore unprofitable to thee but now is profitable both to me and thee:
16 …1:16. Not now as a servant, but instead of a servant, a most dear brother, especially to me. But h…
/plugin/today/
H A DCHANGELOG.md13 * PHP 8 is now supported
/plugin/simplemap/
H A DCHANGELOG.md13 * PHP 8 is now supported
/plugin/heat/
H A Dplugin.info.txt1 base now
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php291 $now = microtime(true);
292 while (($timer = array_pop($this->timers)) && $timer[0] < $now) {
/plugin/openid/Auth/OpenID/
H A DFileStore.php132 $now = time();
141 if (abs($timestamp - $now) > $Auth_OpenID_SKEW) {
484 $now = time();
488 if (!Auth_OpenID_checkTimestamp($nonce, $now)) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.Custom.txt
H A DAttr.DefaultInvalidImage.txt
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md140 * Changed `Elastica\Exception\JSONParseException` inheritance, it now extends `\JsonException` instead of `\RuntimeException` [#1949](https://github.com/ruflin/Elastica/pull/1949)
264 * The `Wildcard` Query's constructor now requires the `name` and `value` properties.
265 * The `Terms` Query's constructor now requires the `field` and `terms` properties.
279 * Changed `Terms::setTerms()` signature: it now accepts a list of strings only [#1765](https://github.com/ruflin/Elastica/pull/1765)
280 * Changed `Terms::setTermsLookup()` signature: `index`, `path` and `id` are now required arguments [#1765](https://github.com/ruflin/Elastica/pull/1765)
288 * Scroll is now throwing an exception when calling `current()` on an invalid iteration: always call `valid()` before
324 * The `\Elastica\Query\GeoPolygon::count()` method now returns the count of points passed to the filter [#1696](https://github.com/ruflin/Elastica/pull/1696)
346 * The `\Elastica\Query::$_suggest` property has been renamed to `$hasSuggest` and is now private, it should not be used from extending classes [#1679](https://github.com/ruflin/Elastica/pull/1679)
365 * hits.total is now an object in the search response [hits.total](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_literal_hits_total_literal_is_now_an_object_in_the_search_response)
369 * Elastica\Client `$_config` field is now
[all...]
/plugin/aceeditor/
H A DNEWS60 * Table shortcuts now use prefix Ctrl-Space instead of Alt
61 * Table commands now support column span
71 * Tab now inserts 2 spaces instead of 4
/plugin/jukebox/skins/slimoriginal/extras/
H A Dreadme.txt8 Default is now #1
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php433 $now = time();
441 'exp' => ($now + $this->getExpiry()),
442 'iat' => ($now - $opts['skew']),
1259 $now = time();
1261 return !is_null($expiration) && $now >= $expiration;
/plugin/aclregex/
H A DREADME.md9 Install the plugin; any entries in `acl.auth.php` will now recognise PHP
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md50 …* Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing co…
58 …* Added support for millisecond write timeouts in SocketHandler, you can now pass floats to setWri…
81 …* NormalizerFormatter::addJsonEncodeOption and removeJsonEncodeOption are now public to allow modi…
109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e…
118 * BC Break: PHP 7.2 is now the minimum required PHP version.
134 * BC Break: PHP 7.1 is now the minimum required PHP version.
137 * BC Break: The record timezone is now set per Logger instance and not statically anymore
225 * Fixed naming of fields in Slack handler, all field names are now capitalized in all cases
381 …ongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now)
481 …ed normalization of Traversables with very large data sets, only the first 1000 items are shown now
[all …]
/plugin/sviewer/
H A DREADME1 …a. I modified it to work with simpleviewer, since there is no simpleviewer plugin yet. Until now ;)
/plugin/htvid/
H A DTODO3 * allow better handling of 1 OR 2 OR 3 video filetypes (right now locked to only 2,
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md15 * This component is now compatible with `sebastian/recursion-context: ~1.0.4`

12345678910>>...25