Home
last modified time | relevance | path

Searched refs:dt (Results 326 – 350 of 412) sorted by last modified time

1...<<11121314151617

/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php324 $dt = $child->getDateTimes($timeZone);
328 $dt[0]->setTimeZone(new DateTimeZone('UTC'));
329 $child->setDateTimes($dt);
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php39 public function setDateTime(\DateTime $dt) { argument
41 $this->value = $dt->format('Ymd');
H A DDateAndOrTime.php90 public function setDateTime(\DateTime $dt) { argument
97 $tz = $dt->getTimeZone();
101 $value = $dt->format('Ymd\\THis\\Z');
104 $value = $dt->format('Ymd\\THisO');
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php118 * @param DateTime $dt
121 public function fastForward(\DateTime $dt) { argument
123 while($this->valid() && $this->currentDate < $dt ) {
H A DRRuleIterator.php144 * @param DateTime $dt
147 public function fastForward(\DateTime $dt) { argument
149 while($this->valid() && $this->currentDate < $dt ) {
H A DEventIterator.php154 foreach($exDate->getDateTimes($this->timeZone) as $dt) {
155 $this->exceptions[$dt->getTimeStamp()] = true;
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php758 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
761 $recur = $event->add('DTSTART', $dt, array('VALUE' => 'DATE'));
763 $recur = $event->add('DTSTART', $dt);
770 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
773 $recur = $event->add('RECURRENCE-ID', $dt, array('VALUE' => 'DATE'));
775 $recur = $event->add('RECURRENCE-ID', $dt);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
50 …his->assertEquals(new \DateTime('2011-10-08 19:30:00', new \DateTimeZone('America/Chicago')), $dt);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php160 $dt = $prop->getDateTime();
161 …$this->assertEquals('2014-04-02T18:37:00-04:00', $dt->format('c'), "For some reason this one faile…
184 $dt = $prop->getDateTime();
192 $this->assertEquals($year . '0407', $dt->format('Ymd'));
207 $dt = $prop->getDateTime();
215 $this->assertEquals($year . '0407', $dt->format('Ymd'));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php30 * @param string $dt
34 static public function parseDateTime($dt, DateTimeZone $tz = null) { argument
37 …('/^([0-9]{4})([0-1][0-9])([0-3][0-9])T([0-2][0-9])([0-5][0-9])([0-5][0-9])([Z]?)$/',$dt,$matches);
40 throw new LogicException('The supplied iCalendar datetime value is incorrect: ' . $dt);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php144 $dt = $this->getDateTimes($timeZone);
145 if (!$dt) return null;
147 return $dt[0];
185 public function setDateTime(\DateTime $dt, $isFloating = false) { argument
187 $this->setDateTimes(array($dt), $isFloating);
201 public function setDateTimes(array $dt, $isFloating = false) { argument
210 foreach($dt as $d) {
239 foreach($dt as $d) {
283 function($dt) use ($hasTime, $isUtc) {
286 return $dt->format('Y-m-d\\TH:i:s') . ($isUtc?'Z':'');
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php23 $dt->setTimeZone($tz);
26 $elem->setDateTime($dt);
40 $dt->setTimeZone($tz);
55 $dt->setTimeZone($tz);
58 $elem->setDateTime($dt);
70 $dt->setTimeZone($tz);
73 $elem->setDateTime($dt);
85 $dt->setTimeZone($tz);
102 $dt->setTimeZone($tz);
105 $elem->setValue($dt);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php686 $dt = new DateTime($start, new DateTimeZone($tz));
687 $parser = new RRuleIterator($rule, $dt);
/plugin/fetchmedia/lib/
H A Dbundle.js1dt=M("iterator"),yt=M("toStringTag"),gt=j("typed_constructor"),bt=j("def_constructor"),mt=s.CONSTR…
/plugin/definitionlist/
H A Dstyle.less8 dt {
13 dt+dt {
17 dd+dt {
23 dt span.term {
/plugin/icalevents/
H A Dsyntax-impl.php337 $dt = $this->handleDatetime($event, $dateFormat, $timeFormat);
339 $startString = $dt['start']['datestring'] . ' ' . $dt['start']['timestring'];
341 if ($dt['end']['datestring'] != $dt['start']['datestring'] || $showEndDates) {
342 $endString .= $dt['end']['datestring'] . ' ';
344 $endString .= $dt['end']['timestring'];
418 $dt = &$res[$which];
424 $dt['datestring'] = strftime($dateFormat, $dtImmutable->getTimestamp());
425 …$dt['timestring'] = $dtSabre->hasTime() ? strftime($timeFormat, $dtImmutable->getTimestamp()) : '';
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md1 [![Packagist Downloads](https://img.shields.io/packagist/dt/jucksearm/php-barcode.svg)](https://pac…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js629 if(dt==null) { dt=parse_date_code(v, opts, fmt[i+1] === "2"); if(dt==null) return ""; }
638 if(dt==null) { dt=parse_date_code(v, opts); if(dt==null) return ""; }
645 if(dt==null) dt=parse_date_code(v, opts);
646 …if(fmt.substr(i, 3) === "A/P") { if(dt!=null) q.v = dt.H >= 12 ? "P" : "A"; q.t = 'T'; hr='h';i+=3…
656 if(dt==null) { dt=parse_date_code(v, opts); if(dt==null) return ""; }
662 if(dt != null) {
705 if(dt.u >= 0.5) { dt.u = 0; ++dt.S; }
706 if(dt.S >= 60) { dt.S = 0; ++dt.M; }
707 if(dt.M >= 60) { dt.M = 0; ++dt.H; }
710 if(dt.u >= 0.5) { dt.u = 0; ++dt.S; }
[all …]
H A Dxlsx.min.js2dt,j,cc;var hr="H";while(i<fmt.length){switch(c=fmt[i]){case"G":if(!isgeneral(fmt,i))throw new Err…
H A Dxlsx.min.map1 …_num_int","split_fmt","in_str","_split","abstime","eval_fmt","flen","lst","dt","hr","toLowerCase",…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js8dt:case pt:var i=t.buffer;return new r(n?Ve(i):i,t.byteOffset,t.length);case Q:case rt:return new … variable
9 …t]=Nt[st]=Nt[ht]=Nt[ut]=Nt[lt]=Nt[Q]=Nt[tt]=Nt[et]=Nt[rt]=Nt[ct]=Nt[ft]=Nt[dt]=Nt[pt]=!0,Nt[V]=Nt[…
12dt)}else s.status=dt;if(s.status===dt)if(s.gzhead.name){l=s.pending;do{if(s.pending===s.pending_bu… variable
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
222 $vcard->add('BDAY', $dt->format('Ymd'));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
222 $vcard->add('BDAY', $dt->format('Ymd'));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php37 function setDateTime(\DateTimeInterface $dt) { argument
39 $this->value = $dt->format('Ymd');
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php158 foreach ($exDate->getDateTimes($this->timeZone) as $dt) {
159 $this->exceptions[$dt->getTimeStamp()] = true;

1...<<11121314151617