Home
last modified time | relevance | path

Searched refs:days (Results 26 – 50 of 362) sorted by last modified time

12345678910>>...15

/plugin/usecounter/
H A DLICENSE420 prior to 60 days after the cessation.
426 copyright holder, and you cure the violation prior to 30 days after
/plugin/structgantt/meta/
H A DGantt.php37 /** @var \DateTime[] all the days */
38 protected $days;
40 /** @var int number of days */
121 * Figure out the minimum and maximum dates and number of days inbetween
123 * @throws StructException when the range is not at least two days
145 $daynum = (new \DateTime($min))->diff(new \DateTime($max))->days;
153 'header' => 'j', // days
202 $this->days = $this->listDays($min, $max);
268 foreach ($headers as $name => $days) {
269 $this->renderer->doc .= '<th colspan="' . $days
59 protected $days; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
[all...]
/plugin/structgantt/
H A Dstyle.less20 tr.days td {
/plugin/edittable/lib/
H A Dhandsontable.full.js9831 this._days = +days +
10225 if (days) {
11228 days = 0;
11256 data.days = days;
11263 function daysToMonths (days) {
11266 return days * 4800 / 146097;
11278 var days;
11386 days < thresholds.d && ['dd', days] ||
11472 var D = days;
11517 proto$2.days = days;
[all …]
/plugin/structnotification/db/
H A Dupdate0001.sql6 days INTEGER NOT NULL, field
/plugin/structnotification/action/
H A Dnotification.php211 $days = date('Y-m-d', strtotime("+$value days"));
212 return $days >= $date;
214 $days = date('Y-m-d', strtotime("-$value days"));
215 return $date <= $days;
204 predicateTrue($date, $operator, $days) global() argument
/plugin/achart/assets/
H A Dapexcharts.min.js6days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mo… property in AnonymousFunction1cae5b510100.A.options
/plugin/ckgedit/ckeditor/
H A DLICENSE.md1141 such breach within 30 days of becoming aware of the breach. All
1155 shall, upon 60 days notice from Participant terminate prospectively,
1156 unless if within 60 days after receipt of notice You either: (i)
1160 the Contributor Version against such Participant. If within 60 days
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js530 days: a.clone().stripTime().diff(b.clone().stripTime(), 'days'),
538 days: a.clone().stripTime().diff(b.clone().stripTime(), 'days')
569 if (unit === 'week' && typeof durationInput === 'object' && durationInput.days) {
629 return moment.duration({ days: dur.asDays() * n });
2817 defaultAllDayEventDuration: { days: 1 },
5817 return moment.duration({ days: 1 });
5948 return moment.duration({ days: 1 });
15052 duration: { days: 1 }
15084 duration: { days: 1 }
15110 duration: { days: 1 },
H A Dfullcalendar.print.less135 /* for events that are continuations from previous days, give the top border back */
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 …]
H A Dfullcalendar.less941 /* give space underneath events for clicking/selecting days */ }
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php118 $days = $matches['day'];
120 $days+=$matches['week']*7;
122 if ($days)
123 $duration.=$days . 'D';
/plugin/davcal/syntax/
H A Dtable.php154 $days = intval(str_replace('today-', '', $from));
156 $from->sub(new \DateInterval('P'.$days.'D'));
160 $days = intval(str_replace('today+', '', $from));
162 $from->add(new \DateInterval('P'.$days.'D'));
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md498 … Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple days
/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/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnPolicyOnlinePolicy.php25 public $days; variable in Google\\Service\\ShoppingContent\\ReturnPolicyOnlinePolicy
34 public function setDays($days) argument
36 $this->days = $days;
43 return $this->days;
/plugin/c3chart/assets/
H A Dd3.min.js2 …r++))return-1}return r}var i=t.dateTime,o=t.date,u=t.time,a=t.periods,c=t.days,s=t.shortDays,f=t.m…
/plugin/gemini/
H A Dcli.php289 $days = 3650;
310 $cert = openssl_csr_sign($csr, null, $privkey, $days, $config, 0);
/plugin/latex-was/
H A Dadmin.php120 if($mode == 'all' || (is_numeric($days) && $days >= 0)) {
121 $res = $this->latexpurge($mode, $days*86400);
/plugin/passpolicy/
H A D10k-common-passwords.txt9774 days
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE420 prior to 60 days after the cessation.
426 copyright holder, and you cure the violation prior to 30 days after
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.

12345678910>>...15