Home
last modified time | relevance | path

Searched refs:vcal (Results 76 – 94 of 94) sorted by last modified time

1234

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php27 $vcal = Reader::read($input);
28 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
30 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
61 $this->assertVObjectEqualsVObject($output, $vcal);
79 $vcal = Reader::read($input);
80 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
82 $vcal = $vcal->expand(
118 $this->assertVObjectEqualsVObject($output, $vcal);
H A DIncorrectExpandTest.php35 $vcal = Reader::read($input);
36 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
38 $vcal = $vcal->expand(new DateTime('2011-01-01'), new DateTime('2014-01-01'));
58 $this->assertVObjectEqualsVObject($output, $vcal);
H A DIssue26Test.php27 $vcal = Reader::read($input);
28 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
30 $it = new EventIterator($vcal, 'bae5d57a98');
H A DIssue48Test.php29 $vcal = Reader::read($input);
30 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
32 $it = new Recur\EventIterator($vcal, 'foo');
H A DIssue50Test.php103 $vcal = Reader::read($input);
104 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
106 $it = new Recur\EventIterator($vcal, '1aef0b27-3d92-4581-829a-11999dd36724');
H A DOverrideFirstEventTest.php32 $vcal = Reader::read($input);
33 $vcal = $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-09-01'));
73 $vcal
94 $vcal = Reader::read($input);
95 $vcal = $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-08-19'));
117 $vcal
H A DMainTest.php14 $vcal = new VCalendar();
23 $vcal->add($ev);
45 $vcal->add($ev);
85 $vcal->add($ev);
138 $vcal->add($ev);
185 $vcal->add($ev);
227 $vcal->add($ev);
280 $vcal->add($ev);
333 $vcal->add($ev);
386 $vcal->add($ev);
[all …]
H A DMissingOverriddenTest.php34 $vcal = Reader::read($input);
35 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
37 $vcal = $vcal->expand(new DateTime('2011-01-01'), new DateTime('2015-01-01'));
58 $this->assertVObjectEqualsVObject($output, $vcal);
H A DNoInstancesTest.php33 $vcal = Reader::read($input);
34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
36 $it = new EventIterator($vcal, 'foo');
H A DHandleRDateExpandTest.php37 $vcal = Reader::read($input);
38 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
40 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-12-01'));
42 $result = iterator_to_array($vcal->VEVENT);
H A DInfiniteLoopProblemTest.php14 $this->vcal = new VCalendar();
24 $ev = $this->vcal->createComponent('VEVENT');
38 $ev = $this->vcal->createComponent('VEVENT');
52 $this->vcal->add($ev);
54 $it = new Recur\EventIterator($this->vcal, 'uuid');
85 $ev = $this->vcal->createComponent('VEVENT');
89 $this->vcal->add($ev);
91 $it = new Recur\EventIterator($this->vcal, 'uuid');
H A DMaxInstancesTest.php32 $vcal = Reader::read($input);
33 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-09-01'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php23 $vcal = new Component\VCalendar([], false);
25 $event = $vcal->createComponent('VEVENT');
28 $vcal->add($event);
40 $out = $vcal->serialize();
47 $vcal = new Component\VCalendar([], false);
49 $event = $vcal->create('VEVENT');
52 $prop = $vcal->create('CALSCALE');
59 $vcal = new Component\VCalendar([], false);
68 $event = $vcal->createComponent('VEVENT');
71 $vcal->add($event);
[all …]
H A DSlashRTest.php13 $vcal = new Component\VCalendar();
14 $prop = $vcal->add('test', "abc\r\ndef");
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php17 $vcal = VObject\Reader::read($input);
21 $vcal = $vcal->expand(
348 $vcal = VObject\Reader::read($input);
349 $vcal->expand(
378 $vcal = VObject\Reader::read($input);
396 $vcal = VObject\Reader::read($input);
415 $vcal = VObject\Reader::read($input);
433 $vcal = VObject\Reader::read($input);
550 $result = $vcal->getBaseComponent();
579 $result = $vcal->getBaseComponent();
[all …]
H A DVCardTest.php280 $vcal = VObject\Reader::read($vcf);
281 $result = $vcal->validate($options);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php50 $vcal = Reader::read($input);
52 foreach ($vcal->getComponents() as $mainComponent) {
57 $message->message = $vcal;
58 $message->method = isset($vcal->METHOD) ? $vcal->METHOD->getValue() : null;
61 $message->sequence = isset($vcal->VEVENT[0]) ? (string)$vcal->VEVENT[0]->SEQUENCE : null;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php9 protected $vcal; variable in Sabre\\VObject\\Property\\ICalendar\\DateTimeTest
13 $this->vcal = new VCalendar();
23 $elem = $this->vcal->createProperty('DTSTART');
40 $elem = $this->vcal->createProperty('DTSTART');
55 $elem = $this->vcal->createProperty('DTSTART');
295 $this->vcal->add($event);
296 $this->vcal->add($timezone);
323 $this->vcal->add($event);
324 $this->vcal->add($timezone);
358 $vcal = new VCalendar();
[all …]
H A DRecurTest.php15 $vcal = new VCalendar();
32 $vcal = new VCalendar();
39 $vcal = new VCalendar();
59 $vcal = Reader::read($input);
60 $rrule = $vcal->VEVENT->RRULE;
68 $vcal = new VCalendar();
121 count($vcal->validate())
125 count($vcal->validate($vcal::REPAIR))
146 $vcal
176 count($vcal->validate($vcal::REPAIR))
[all …]

1234