Home
last modified time | relevance | path

Searched refs:vcal (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/
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 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);
/dports/www/baikal/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php16 $vcal = new VCalendar();
25 $vcal->add($ev);
46 $vcal->add($ev);
79 $vcal->add($ev);
131 $vcal->add($ev);
177 $vcal->add($ev);
218 $vcal->add($ev);
270 $vcal->add($ev);
322 $vcal->add($ev);
374 $vcal->add($ev);
[all …]
H A DExpandFloatingTimesTest.php29 $vcal = Reader::read($input);
30 $this->assertInstanceOf(VCalendar::class, $vcal);
32 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
63 $this->assertVObjectEqualsVObject($output, $vcal);
80 $vcal = Reader::read($input);
81 $this->assertInstanceOf(VCalendar::class, $vcal);
83 $vcal = $vcal->expand(
119 $this->assertVObjectEqualsVObject($output, $vcal);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php15 $vcal = new VCalendar();
24 $vcal->add($ev);
45 $vcal->add($ev);
82 $vcal->add($ev);
134 $vcal->add($ev);
180 $vcal->add($ev);
221 $vcal->add($ev);
273 $vcal->add($ev);
325 $vcal->add($ev);
377 $vcal->add($ev);
[all …]
H A DExpandFloatingTimesTest.php28 $vcal = Reader::read($input);
29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
31 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
62 $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);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php15 $vcal = new VCalendar();
24 $vcal->add($ev);
46 $vcal->add($ev);
86 $vcal->add($ev);
139 $vcal->add($ev);
186 $vcal->add($ev);
228 $vcal->add($ev);
281 $vcal->add($ev);
334 $vcal->add($ev);
387 $vcal->add($ev);
[all …]
H A DExpandFloatingTimesTest.php28 $vcal = Reader::read($input);
29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
31 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
62 $this->assertVObjectEqualsVObject($output, $vcal);
80 $vcal = Reader::read($input);
81 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
83 $vcal = $vcal->expand(
119 $this->assertVObjectEqualsVObject($output, $vcal);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php15 $vcal = new VCalendar();
24 $vcal->add($ev);
45 $vcal->add($ev);
82 $vcal->add($ev);
134 $vcal->add($ev);
180 $vcal->add($ev);
221 $vcal->add($ev);
273 $vcal->add($ev);
325 $vcal->add($ev);
377 $vcal->add($ev);
[all …]
H A DExpandFloatingTimesTest.php28 $vcal = Reader::read($input);
29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
31 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
62 $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);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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 …]
/dports/www/baikal/baikal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php19 $vcal = VObject\Reader::read($input);
23 $vcal = $vcal->expand(
346 $vcal = VObject\Reader::read($input);
347 $vcal->expand(
374 $vcal = VObject\Reader::read($input);
391 $vcal = VObject\Reader::read($input);
409 $vcal = VObject\Reader::read($input);
426 $vcal = VObject\Reader::read($input);
538 $result = $vcal->getBaseComponent();
566 $result = $vcal->getBaseComponent();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php18 $vcal = VObject\Reader::read($input);
22 $vcal = $vcal->expand(
347 $vcal = VObject\Reader::read($input);
348 $vcal->expand(
375 $vcal = VObject\Reader::read($input);
392 $vcal = VObject\Reader::read($input);
410 $vcal = VObject\Reader::read($input);
427 $vcal = VObject\Reader::read($input);
539 $result = $vcal->getBaseComponent();
567 $result = $vcal->getBaseComponent();
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php18 $vcal = VObject\Reader::read($input);
22 $vcal = $vcal->expand(
349 $vcal = VObject\Reader::read($input);
350 $vcal->expand(
379 $vcal = VObject\Reader::read($input);
397 $vcal = VObject\Reader::read($input);
416 $vcal = VObject\Reader::read($input);
434 $vcal = VObject\Reader::read($input);
551 $result = $vcal->getBaseComponent();
580 $result = $vcal->getBaseComponent();
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php18 $vcal = VObject\Reader::read($input);
22 $vcal = $vcal->expand(
347 $vcal = VObject\Reader::read($input);
348 $vcal->expand(
375 $vcal = VObject\Reader::read($input);
392 $vcal = VObject\Reader::read($input);
410 $vcal = VObject\Reader::read($input);
427 $vcal = VObject\Reader::read($input);
539 $result = $vcal->getBaseComponent();
567 $result = $vcal->getBaseComponent();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/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();
46 $vcal = new Component\VCalendar([], false);
48 $event = $vcal->create('VEVENT');
51 $prop = $vcal->create('CALSCALE');
57 $vcal = new Component\VCalendar([], false);
65 $event = $vcal->createComponent('VEVENT');
68 $vcal->add($event);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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 …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php25 $vcal = new Component\VCalendar([], false);
27 $event = $vcal->createComponent('VEVENT');
30 $vcal->add($event);
42 $out = $vcal->serialize();
49 $vcal = new Component\VCalendar([], false);
51 $event = $vcal->create('VEVENT');
54 $prop = $vcal->create('CALSCALE');
61 $vcal = new Component\VCalendar([], false);
70 $event = $vcal->createComponent('VEVENT');
73 $vcal->add($event);
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/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();
46 $vcal = new Component\VCalendar([], false);
48 $event = $vcal->create('VEVENT');
51 $prop = $vcal->create('CALSCALE');
57 $vcal = new Component\VCalendar([], false);
65 $event = $vcal->createComponent('VEVENT');
68 $vcal->add($event);
[all …]
/dports/www/baikal/baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php11 protected $vcal; variable in Sabre\\VObject\\Property\\ICalendar\\DateTimeTest
15 $this->vcal = new VCalendar();
24 $elem = $this->vcal->createProperty('DTSTART');
40 $elem = $this->vcal->createProperty('DTSTART');
55 $elem = $this->vcal->createProperty('DTSTART');
279 $this->vcal->add($event);
280 $this->vcal->add($timezone);
304 $this->vcal->add($event);
305 $this->vcal->add($timezone);
336 $vcal = new VCalendar();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php10 protected $vcal; variable in Sabre\\VObject\\Property\\ICalendar\\DateTimeTest
14 $this->vcal = new VCalendar();
23 $elem = $this->vcal->createProperty('DTSTART');
39 $elem = $this->vcal->createProperty('DTSTART');
54 $elem = $this->vcal->createProperty('DTSTART');
280 $this->vcal->add($event);
281 $this->vcal->add($timezone);
305 $this->vcal->add($event);
306 $this->vcal->add($timezone);
337 $vcal = new VCalendar();
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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 …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php10 protected $vcal; variable in Sabre\\VObject\\Property\\ICalendar\\DateTimeTest
14 $this->vcal = new VCalendar();
24 $elem = $this->vcal->createProperty('DTSTART');
41 $elem = $this->vcal->createProperty('DTSTART');
56 $elem = $this->vcal->createProperty('DTSTART');
296 $this->vcal->add($event);
297 $this->vcal->add($timezone);
324 $this->vcal->add($event);
325 $this->vcal->add($timezone);
359 $vcal = new VCalendar();
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php10 protected $vcal; variable in Sabre\\VObject\\Property\\ICalendar\\DateTimeTest
14 $this->vcal = new VCalendar();
23 $elem = $this->vcal->createProperty('DTSTART');
39 $elem = $this->vcal->createProperty('DTSTART');
54 $elem = $this->vcal->createProperty('DTSTART');
280 $this->vcal->add($event);
281 $this->vcal->add($timezone);
305 $this->vcal->add($event);
306 $this->vcal->add($timezone);
337 $vcal = new VCalendar();
[all …]
/dports/www/baikal/baikal/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();
46 $vcal = new Component\VCalendar([], false);
48 $event = $vcal->create('VEVENT');
51 $prop = $vcal->create('CALSCALE');
57 $vcal = new Component\VCalendar([], false);
65 $event = $vcal->createComponent('VEVENT');
68 $vcal->add($event);
[all …]

12345678910>>...13