Home
last modified time | relevance | path

Searched refs:Y (Results 226 – 250 of 359) sorted by last modified time

12345678910>>...15

/plugin/webcomponent/
H A Dcopy_visuals.cmd29 call cp /V /Y %WEB_COMPO_VISUAL_MEDIAS% %WEB_COMPO_VISUAL_MEDIAS_DST%
/plugin/data-au/
H A Dhelper.php512 $dataau['sql'] = str_replace('%now%', dformat(null, '%d-%m-%Y'), $dataau['sql']);
/plugin/bureaucracyau/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
/plugin/bureaucracy-au/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst20 {{ post.published_at|date("m/d/Y") }}
32 {{ "now"|date("m/d/Y") }}
47 {{ post.published_at is empty ? "" : post.published_at|date("m/d/Y") }}
49 If no format is provided, Twig will use the default one: ``F j, Y H:i``. This
57 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('d/m/Y', '%d days');
60 $twig->getExtension('core')->setDateFormat('d/m/Y', '%d days');
71 {{ post.published_at|date("m/d/Y", "Europe/Paris") }}
78 {{ post.published_at|date("m/d/Y", false) }}
H A Ddate_modify.rst11 {{ post.published_at|date_modify("+1 day")|date("m/d/Y") }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dcycle.rst8 {% set start_year = date() | date('Y') %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst240 {{ "now"|date('d/m/Y H:i', timezone="Europe/Paris") }}
H A Dadvanced_legacy.rst157 {{ now|date('d/m/Y') }}
164 <?php echo twig_date_format_filter($now, 'd/m/Y') ?>
750 public function dateFilter($timestamp, $format = 'F j, Y H:i')
H A Dadvanced.rst174 {{ now|date('d/m/Y') }}
179 <?php echo twig_date_format_filter($now, 'd/m/Y') ?>
926 public function dateFilter($timestamp, $format = 'F j, Y H:i')
941 $twig->addFilter(new \Twig\TwigFilter('date', function ($timestamp, $format = 'F j, Y H:i') {
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md19 …s the version number of the latest release (`X.Y.Z`, for instance) or the name of the release seri…
40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` …
41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is…
42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `…
43 …rt of) a Git repository and `$release` is in `X.Y` format then a string is returned that begins wi…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst441 * @Type("DateTime<'Y-m-d'>")
451 * @Type("DateTimeImmutable<'Y-m-d'>")
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1 …h||(n=e),function(t,e){return t&&e?n(t.__data__,e.__data__):!t-!e}}function Y(n,t){for(var e=0,r=n… method in Yn.A
3Y(n,"function"==typeof e?function(n,o,a){n[u][i].tween.set(t,r(e.call(n,n.__data__,o,a)))}:(e=r(e)…
5Y=mu([x,b],[_,w],c,T,p);g===T?A.push("M",I[0],"A",T,",",T," 0 0,",v," ",I[1],"A",c,",",c," 0 ",1-p…
H A Djquery.min.js2Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-…
3Y=/[A-Z]/g;function Z(a){return"true"===a||"false"!==a&&("null"===a?null:a===+a+""?+a:X.test(a)?JS…
H A Dnv.d3.min.js3Y=l.filter(function(a){return a.tempDisabled});U.select(".tempDisabled").remove(),Y.length&&U.appe…
5 ….map(function(a){return!!a.disabled}),!N){var Y;N={};for(Y in M)N[Y]=M[Y]instanceof Array?M[Y].sli…
6Y=P.select(".stack2Wrap").datum(K.filter(function(a){return!a.disabled})),Z=J.length?J.map(functio…
7Y=[],M=0;M<b[0].length;M++)Y.push(B[M]),m?p&&(Y[M]=d3.svg.arc().outerRadius(B[M].outerRadius()),u!…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Ddotdot.test18 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_default_format_interval.test10 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
H A Ddate_immutable.test7 {{ date1|date('d/m/Y') }}
8 {{ date1|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }}
9 {{ date1|date('d/m/Y H:i:s', timezone1) }}
10 {{ date1|date('d/m/Y H:i:s') }}
11 {{ date1|date_modify('+1 hour')|date('d/m/Y H:i:s') }}
13 {{ date2|date('d/m/Y H:i:s P', 'Europe/Paris') }}
14 {{ date2|date('d/m/Y H:i:s P', 'Asia/Hong_Kong') }}
15 {{ date2|date('d/m/Y H:i:s P', false) }}
H A Ddate.test5 {{ date1|date('d/m/Y') }}
6 {{ date1|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }}
7 {{ date1|date('d/m/Y H:i:s P', 'Asia/Hong_Kong') }}
10 {{ date1|date('d/m/Y H:i:s') }}
13 {{ date2|date('d/m/Y') }}
15 {{ date2|date('d/m/Y H:i:s', timezone1) }}
16 {{ date2|date('d/m/Y H:i:s') }}
19 {{ date3|date('d/m/Y') }}
22 {{ date4|date('d/m/Y') }}
25 {{ date5|date('d/m/Y') }}
[all …]
H A Ddate_default_format.test5 {{ date1|date('d/m/Y') }}
8 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
H A Ddate_modify.test4 {{ date1|date_modify('-1day')|date('Y-m-d H:i:s') }}
5 {{ date2|date_modify('-1day')|date('Y-m-d H:i:s') }}
H A Ddate_namedargs.test4 {{ date|date(format='d/m/Y H:i:s P', timezone='America/Chicago') }}
5 {{ date|date(timezone='America/Chicago', format='d/m/Y H:i:s P') }}
6 {{ date|date('d/m/Y H:i:s P', timezone='America/Chicago') }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddate.test17 …'date4' => 1286199900, // \DateTime::createFromFormat('Y-m-d H:i', '2010-10-04 13:45', new \DateTi…
18 …'date5' => -189291360, // \DateTime::createFromFormat('Y-m-d H:i', '1964-01-02 03:04', new \DateTi…
H A Ddate_namedargs.test4 {{ date(date, "America/New_York")|date('d/m/Y H:i:s P', false) }}
5 {{ date(timezone="America/New_York", date=date)|date('d/m/Y H:i:s P', false) }}
/plugin/jirainfo/src/
H A Dpopper.min.js4Y(e){return''!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function j(e,t){Object.keys(t).forEach(funct… function

12345678910>>...15