Home
last modified time | relevance | path

Searched refs:now (Results 376 – 400 of 608) sorted by last modified time

1...<<11121314151617181920>>...25

/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md12 * Consistency: `void` is a reserved keyword now. (Ivan Enderlin, 2016-09-02T11:06:18+02:00)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddate.test4 {{ date().format('r') == date('now').format('r') ? 'OK' : 'KO' }}
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md289 // $copy should now contain a clone of all entities, including those that were not yet fully loaded.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst157 {{ now|date('d/m/Y') }}
164 <?php echo twig_date_format_filter($now, 'd/m/Y') ?>
189 Let's say I now want to be able to add a prefix before the converted string:
622 Of course, this extension does nothing for now. We will customize it in
H A Drecipes.rst411 $now = time();
412 …TO templates (name, source, last_modified) VALUES (?, ?, ?)')->execute(['base.twig', $base, $now]);
413 … templates (name, source, last_modified) VALUES (?, ?, ?)')->execute(['index.twig', $index, $now]);
H A Dadvanced.rst174 {{ now|date('d/m/Y') }}
179 <?php echo twig_date_format_filter($now, 'd/m/Y') ?>
672 Of course, this extension does nothing for now. We will customize it in the
880 It is now possible to move the runtime logic to a new
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md9 Any annotation with `@name-*` format will now silently be ignored,
83 This release introduces a PHP version bump. `doctrine/annotations` now requires PHP
105 - [45: DocParser can now ignore whole namespaces](https://github.com/doctrine/annotations/pull/45)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md181 Other methods are left as an exercise to the reader. Thus, we are now
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE24 The above rights may be exercised in all media and formats whether now known or hereafter devised. …
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md685 - Can now override groups on specific paths of the graph [\#170](https://github.com/schmittjoh/seri…
1021 - The NavigatorContext now holds a metadata stack [\#28](https://github.com/schmittjoh/serializer/p…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst8 The ``raw`` argument was removed in Twig 1.16.0. Twig now always encodes
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12now=Date.now||function(){return(new Date).getTime()},"now"in a.performance==!1){var b=Date.now();p… function
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md116 * Magic methods are now filtered for keywords (thanks @seagoj)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md45 * Annotating a method with `@deprecated` now has the same effect as annotating it with `@codeCovera…
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
H A DChangeLog-3.3.md15 * The constructor of `PHP_CodeCoverage_Report_Text` now has default values for its parameters
H A DChangeLog-4.0.md56 * This component now uses namespaces
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md15 * This component is now compatible with `sebastian/recursion-context: ~1.0.4`
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md12 * The behavior of the non-specific tag `!` is changed and now forces
157 * Yaml::parse() now throws an exception when a blackslash is not escaped
165 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php58 …* @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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG33 * made namespace classes the default classes (PSR-0 ones are aliases now)
66 * "js" filter now produces valid JSON
825 variables are now automatically escaped. You can revert to the previous
830 * arrays and hashes have now a different syntax
832 * hashes now use curly braces (["a": "b"] should now be written as {"a": "b"})
834 * the i18n extension is now part of the Twig Extensions repository
859 * the odd and even filters are now tests:
860 {{ foo|odd }} must now be written {{ foo is odd }}
907 * the trans tag plural count is now attached to the plural tag:
956 * unit tests are now powered by PHPUnit
[all …]
/plugin/file2dw/
H A Daction.php251 $this->now = date('Y-m-d_H-i-s');
336 …$imgBasename = $userFileBasename.'_'.$this->now.'_img'.strval( count($this->importedImages)+1 ).'.…
/plugin/timer/
H A Dsyntax.php105 $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)) {

1...<<11121314151617181920>>...25