Home
last modified time | relevance | path

Searched refs:dt (Results 351 – 375 of 412) sorted by last modified time

1...<<11121314151617

/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php142 * @param DateTimeInterface $dt
146 function fastForward(DateTimeInterface $dt) { argument
148 while ($this->valid() && $this->currentDate < $dt) {
H A DRDateIterator.php117 * @param DateTimeInterface $dt
121 function fastForward(DateTimeInterface $dt) { argument
123 while ($this->valid() && $this->currentDate < $dt) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php968 $dt = new DateTime($start, new DateTimeZone($tz));
969 $parser = new RRuleIterator($rule, $dt);
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php765 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
768 $event->add('DTSTART', $dt, ['VALUE' => 'DATE']);
770 $event->add('DTSTART', $dt);
777 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
780 $event->add('RECURRENCE-ID', $dt, ['VALUE' => 'DATE']);
782 $event->add('RECURRENCE-ID', $dt);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php150 $dt = $this->getDateTimes($timeZone);
151 if (!$dt) return;
153 return $dt[0];
189 * @param DateTimeInterface $dt
196 $this->setDateTimes([$dt], $isFloating);
206 * @param DateTimeInterface[] $dt
211 function setDateTimes(array $dt, $isFloating = false) { argument
220 foreach ($dt as $d) {
249 foreach ($dt as $d) {
293 function(DateTimeInterface $dt) use ($hasTime, $isUtc) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php91 * @param DateTimeInterface $dt
95 function setDateTime(DateTimeInterface $dt) { argument
97 $tz = $dt->getTimeZone();
101 $value = $dt->format('Ymd\\THis\\Z');
104 $value = $dt->format('Ymd\\THisO');
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php307 $dt = $componentChild->getDateTimes($timeZone);
311 $dt[0] = $dt[0]->setTimeZone(new DateTimeZone('UTC'));
312 $componentChild->setDateTimes($dt);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php29 * @param string $dt
34 static 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 InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php51 $dt = $vObject->VEVENT->DTSTART->getDateTime();
52 …ertEquals(new DateTimeImmutable('2011-10-08 19:30:00', new \DateTimeZone('America/Chicago')), $dt);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php185 $dt = $prop->getDateTime();
186 …$this->assertEquals('2014-04-02T18:37:00-04:00', $dt->format('c'), "For some reason this one faile…
209 $dt = $prop->getDateTime();
217 $this->assertEquals($year . '0407', $dt->format('Ymd'));
232 $dt = $prop->getDateTime();
240 $this->assertEquals($year . '0407', $dt->format('Ymd'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php21 $dt->setTimeZone($tz);
24 $elem->setDateTime($dt);
38 $dt->setTimeZone($tz);
53 $dt->setTimeZone($tz);
56 $elem->setDateTime($dt);
82 $dt->setTimeZone($tz);
97 $dt->setTimeZone($tz);
114 $dt->setTimeZone($tz);
117 $elem->setValue($dt);
218 $dt = $dt->setTimeZone(new \DateTimeZone('UTC'));
[all …]
/plugin/wikipediasnippet/
H A Dall.css9 dl.wpsnip > dt {
12 dl.wpsnip > dt cite {
16 dl.wpsnip > dt em {
20 [dir=rtl] dl.wpsnip > dt em {
23 dl.wpsnip > dt em span {
H A Dstyle.css9 dl.wpsnip > dt {
15 dl.wpsnip > dt em {
20 dl.wpsnip > dt em a {
H A Dsyntax.php124 $wpContent .= ' <dt>'.NL;
127 $wpContent .= ' </dt>'.NL;
H A Dprint.css4 dl.wpsnip > dt {
8 dl.wpsnip > dt cite a.interwiki {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
H A DHTML.TidyLevel.txt
/plugin/freechat/phpfreechat/style/
H A Dcontent.css19 div.content dt { font-weight: bold; margin: 2em 0 2em 0; }
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css108 dt { selector
/plugin/tumblr/
H A Dstyle.less38 dt {
H A Dsyntax.php246 $html .= '<dt>DATE</dt>';
248 $html .= '<dt>PERMALINK</dt>';
/plugin/pagestat/
H A Dremote.php132 foreach ($rwords as $dt) {
133 $rel_arr[] = $dt[0];
/plugin/stopforumspam/
H A DSpamLogger.php23 $dt = new DateTime();
26 $dt->format(DateTime::ISO8601),
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1dt";}s:4:"body";O:21:"CSSPropertyCollection":4:{s:11:"_properties";a:1:{i:0;O:22:"CSSPropertyDecla…
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css93 dt { selector

1...<<11121314151617