Home
last modified time | relevance | path

Searched refs:now (Results 51 – 75 of 608) sorted by relevance

12345678910>>...25

/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/backup/
H A DCHANGELOG.md24 - [BT-38] - When creating a backup file, we now ensure we don't backup any metadata about backups, …
30 - [BT-39] - When the backup completes, we now hide the "backup progress" text
31 - [BT-42] - If a user is running on a Windows-based server, we now alert the user that there may be…
32 …autify`; also removed German, French, and Japanese translations as they're now out of date and nee…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst12 {# values now contains [1, 2, 'apple', 'orange'] #}
24 …{# items now contains { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'car', 'renault': 'car' } …
41 {# items now contains { 'apple': 'fruit', 'orange': 'fruit' } #}
/plugin/calendoku/
H A Daction.php72 $now = new DateTime('now');
77 $newtext .= $match[1].$now->format('Ymd').'T'.$now->format('His')."\n";
/plugin/gh/
H A Dsyntax.php119 $now = time();
120 if ($now - $tcache < ($now - $tpage) * 2) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php119 $now = new DateTime();
121 $tzFormat = 0 === $now->getTimezone()->getOffset($now) ? '\\Z' : 'O';
122 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This'.$tzFormat));
/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/yearbox/
H A DCHANGELOG.md21 * PHP 8 is now supported
30 * The table is now horizontally scrollable on small devices
41 * NEW: months and weekdays options, you can now make certain months and weekdays invisible (removes…
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md47 - #56 trailing and leading spaces in a link are now ignored
52 - #54 escape characters are now also considered inside of urls
58 …caused a bunch of broken characters when non-ASCII input was given. Parser now handles UTF-8 input…
71 The parser is now also regsitered on the [Babelmark 2 page](http://johnmacfarlane.net/babelmark2/?n…
77 - #24 CLI script now sends all error output to stderr instead of stdout
79 - #10 GithubMarkdown is now fully supported including tables
80 - #67 All Markdown classes are now composed out of php traits
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt172 * Debug now shows server software version
239 * Sepia filter now uses ImageFilter under PHP5
376 * "hist" filter now accepts both X and Y margins
493 * Bugfix: domain matching now case-insensitive
514 * /demo/phpThumb.demo.check.php now checks:
675 * config_die_on_error now defaults to false
701 referer (now either nothing or "_offsite")
768 now limited to 142 characters + length of
1162 etc) are now reported in $this->errors
1165 constructor - you can now access:
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md49 - The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
52 - Response protocol version is now correctly extracted from a response.
71 - The multi handle of the CurlMultiHandler is now created lazily.
75 - Bug fix: futures now extend from React's PromiseInterface to ensure that they
104 - Header parsing now ensures that header order is maintained in the parsed
/plugin/sincetil/
H A Dsyntax.php52 $now = new DateTime ();
53 $diff = $now -> diff ($date);
/plugin/flowplay2/flowplayer/
H A DREADME.txt53 - Menu bar is now always correctly opened above the control bar
69 - The initial volume level is now 50%
87 - autoRewind now rewinds to start and stops if loop is false
147 - The Long Play version (FlowPlayerLP.swf) now resizes to full screen
157 - All methods of the JavaScript API are now available in LocalConnection API as well. You can now
162 - Progress bar now better seeks to the end of videos.
167 - Setting showFullScreenButton to False Shortens Progress Bar - now fixed
229 FlowPlayer.html now shows this kind of markup.
244 - dragging can be now done by clicking anywhere in the progress bar area
314 - Clip is now better recognized as completely played
[all …]
/plugin/math2/phpmathpublisher/
H A DCHANGELOG2 …ng images corresponding to the formulas are now generated only once. The vertical alignment parame…
/plugin/openid/Auth/OpenID/
H A DAssociation.php150 * @param int|null $now
154 function getExpiresIn($now = null) argument
156 if ($now == null) {
157 $now = time();
160 return max(0, $this->issued + $this->lifetime - $now);
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md10 - jPlayer Repository Refactor: The skins source files are now in `src/skin` and the build skins fil…
11 - jPlayer Repository Refactor: All the circle player specific files are now in the `lib/circle-play…
42 - Package Fix: The un-minified source is now also added to the `dist` folder.
47 - New Feature: The key bindings option `key` value may now be a number for [`event.which`](http://a…
75 - ARIA Feature: The `autoBlur` option will now either `blur()` or `focus()`. This helps maintain cr…
81 - Refactor: The Flash `jquery.jplayer.swf` file is now compiled using the Flex compiler in the `gru…
82 - Skins: The skins are now designed for ARIA. Please use the options `{useStateClassSkin: true, aut…
/plugin/since/
H A Dsince.php67 $now = new DateTime();
78 $interval = $d->diff($now);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.0.md9 * It is now optional that `@deprecated` code is ignored
21 * It is now mandatory to configure a whitelist
H A DChangeLog-3.1.md19 * The Clover XML report now contains cyclomatic complexity information
20 * The Clover XML report now contains method visibility information
/plugin/projects/
H A Dchangelog11 …* Adding dependency and removing dependency are now actions, this also cleans up the HTML code tha…
27 …* Feature: now it is possible to specify which syntax to use for highlighting a source file, or a …
46 …* Managing files in a project are now handled by a "manage_files" action, instead of using the adm…
47 * Editing buttons are now shown only if the user has respective permission.
50 …* Remake, create a file, create a subprojects, rebuild a project, and clean a project are now all …
/plugin/dataplot/
H A DChangeLog17 * syntax.php: Pages with more than one plot now properly display all of them,
18 instead of copies of the last one (fixes lp:1359775). The image files now
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1195 _this.now = function (norecursion) { function
1242 _this.currentTime = _this.now();
1277 _this.currentTime = _this.now();
1323 currentTime = _this.now();
1336 currentTime = _this.now(true);
1347 currentTime = _this.now(true);
1355 _this.currentTime = this.now();
1461 today = _xdsoft_datetime.now(),
1593 var now = _xdsoft_datetime.now(), optionDateTime, current_time;
1594 now.setHours(h);
[all …]
/plugin/autlogin/
H A Dadmin.php879 if(preg_match("(IP=)",$now))
888 foreach($rules as $now)
889 if(preg_match("(WB=)",$now))
891 $concr_wb = $now; //save concrete WB
897 foreach($rules as $now)
898 if(preg_match("(VER=)",$now))
906 foreach($rules as $now)
907 if(preg_match("(EP=)",$now))
915 foreach($rules as $now)
916 if(preg_match("(OS=)",$now))
[all …]
/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...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md27 * Cache now creates a dedicated subdirectory `/mpdf`.
54 * WriteHTML is now strict about used `$mode` parameter (#915, thanks, @tomtomau)
103 - All configuration now done via `__construct` parameter (see below)
105 - Class now accepts only single array `$config` parameter
108 - `tempDir` directory now must be writable, otherwise an exception is thrown
114 - Will now throw an exception when `mbstring.func_overload` is set
124 - QR code `<barcode>` element now treats `\r\n` and `\n` as actual line breaks
165 - All debug and additional messages are now sent to the logger
168 - `MpdfException` now extends `ErrorException` to allow specifying place in code where error occured
188 - QR code `<barcode>` element now treat
[all...]

12345678910>>...25