Home
last modified time | relevance | path

Searched refs:days (Results 26 – 50 of 362) sorted by relevance

12345678910>>...15

/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js45 var days = options.expires, t = options.expires = new Date();
46 t.setDate(t.getDate() + days);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst14 {% if date(user.created_at) < date('-2days') %}
24 {% if date(user.created_at) < date('-2days', 'Europe/Paris') %}
/plugin/latex/
H A Dadmin.php120 if($mode == 'all' || (is_numeric($days) && $days >= 0)) {
121 $res = $this->latexpurge($mode, $days*86400);
/plugin/latex-was/
H A Dadmin.php120 if($mode == 'all' || (is_numeric($days) && $days >= 0)) {
121 $res = $this->latexpurge($mode, $days*86400);
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2752 this._days = +days +
3146 if (days) {
4150 days = 0;
4167 days += absFloor(hours / 24);
4178 data.days = days;
4185 function daysToMonths (days) { argument
4188 return days * 4800 / 146097;
4200 var days;
4312 days < thresholds.d && ['dd', days] ||
4402 var D = days;
[all …]
/plugin/structnotification/db/
H A Dupdate0001.sql6 days INTEGER NOT NULL, field
/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php332 $days = $nb_days_tmp[0];
351 if ($days>1) { $sd='s'; } else { $sd=''; }
352 $ITIL = $days.$day.$sd." ".$heures." ".$display_hours.$sh." ".$minutes." ".$minute.$sm;
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
/plugin/badbehaviour/lang/en/
H A Dstats.txt4 where blocked by the badbehaviour plugin in the last days and the
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_default_format.test8 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
/plugin/loglog/lang/en/
H A Dintro.txt3 This screen displays the following activities during the last 7 days: user logins and logouts, as w…
/plugin/countdown/
H A DChangeLog16 * syntax.php: Beta support for business days.
54 * syntax.php: computation of days with ceil (problem with 1 day into future)
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DSECURITY.md5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
/plugin/authgooglesheets/vendor/google/auth/
H A DSECURITY.md5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
/plugin/authgooglesheets/vendor/google/apiclient/
H A DSECURITY.md5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
/plugin/statistics/inc/
H A DStatisticsGraph.class.php97 $days = floor($diff / (60*60*24));
98 if ($days > 365) {
100 } elseif ($days > 56) {
103 $interval = 'days';
/plugin/gemini/
H A Dcli.php289 $days = 3650;
310 $cert = openssl_csr_sign($csr, null, $privkey, $days, $config, 0);
/plugin/datepicker/
H A Dstyle.css77 /* The body part -- contains all the days in month. */
79 .calendar tbody .day { /* Cells <TD> containing month days dates */
126 .calendar tbody td.weekend { /* Cells showing weekend days */
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php552 $days = $seconds / 86400;
553 if ($days < 60) {
554 $value = number_format($days, $precision);
/plugin/minical/
H A Dsyntax.php103 $this->langDays = $this->getLang('days');
/plugin/structgantt/
H A Dstyle.less20 tr.days td {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst57 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('d/m/Y', '%d days');
60 $twig->getExtension('core')->setDateFormat('d/m/Y', '%d days');
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale.js13 …ject:"Project",type_milestone:"Milestone",minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week"… property in gantt.locale.labels
H A Dlocale_be.js13 …ct:"Project",type_milestone:"Milestone",minutes:"Хвiлiна",hours:"Гадзiна",days:"Дзень",weeks:"Тыдз… property in gantt.locale.labels
H A Dlocale_ca.js13 …ject:"Project",type_milestone:"Milestone",minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week"… property in gantt.locale.labels

12345678910>>...15