Home
last modified time | relevance | path

Searched refs:VObject (Results 176 – 200 of 756) sorted by path

12345678910>>...31

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php3 namespace Sabre\VObject\Recur;
H A DRRuleIteratorTest.php3 namespace Sabre\VObject\Recur;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DSlashRTest.php3 namespace Sabre\VObject;
H A DStringUtilTest.php3 namespace Sabre\VObject;
H A DTestCase.php3 namespace Sabre\VObject;
H A DTimeZoneUtilTest.php3 namespace Sabre\VObject;
H A DUUIDUtilTest.php3 namespace Sabre\VObject;
H A DVCard21Test.php3 namespace Sabre\VObject;
H A DVCardConverterTest.php3 namespace Sabre\VObject;
H A DVersionTest.php3 namespace Sabre\VObject;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php3 namespace Sabre\VObject\Splitter;
5 use Sabre\VObject; alias
12 $this->version = VObject\Version::VERSION;
43 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
144 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
170 $messages = VObject\Reader::read($return)->validate();
281 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
321 $messages = VObject\Reader::read($return)->validate();
H A DVCardTest.php3 namespace Sabre\VObject\Splitter;
5 use Sabre\VObject; alias
/plugin/davcard/
H A Dhelper.php478 $vcard = \Sabre\VObject\Reader::read($row['contactdata']);
559 $vcard = new \Sabre\VObject\Component\VCard();
639 $vObject = \Sabre\VObject\Reader::read($card);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md24 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
25 `Sabre\VObject\Property\FloatValue`.
26 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
27 `Sabre\VObject\Property\IntegerValue`.
207 that was used to be in the `lib/Sabre/VObject` directory is now moved to
269 lib/Sabre/VObject/timezonedata.
526 few new API's that mimic the VObject 3 API. This allows it to be used a
610 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
612 * New: VObject library now uses PHP 5.3 namespaces.
H A DREADME.md4 The VObject library allows you to easily parse and manipulate [iCalendar](https://tools.ietf.org/ht…
7 The goal of the VObject library is to create a very complete library, with an easy to use API.
24 VObject requires PHP 5.3, and should be installed using composer.
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dbench.php10 $lol = Sabre\VObject\Reader::read($data);
H A Dgenerate_vcards4 namespace Sabre\VObject;
H A Dgenerateicalendardata.php4 use Sabre\VObject; alias
34 $calendar = VObject\Component::create('VCALENDAR');
44 $event = VObject\Component::create('VEVENT');
58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE);
59 $event->DTEND->setDateTime($dtEnd, VObject\Property\DateTime::DATE);
67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
H A Drrulebench.php6 echo "sabre/vobject ", Sabre\VObject\Version::VERSION, " RRULE benchmark\n";
21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
H A Dvobject4 namespace Sabre\VObject;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php3 namespace Sabre\VObject;
H A DComponent.php3 namespace Sabre\VObject;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DAvailable.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class Available extends VObject\Component {
H A DVAlarm.php3 namespace Sabre\VObject\Component;
4 use Sabre\VObject; alias
15 class VAlarm extends VObject\Component {
28 $triggerDuration = VObject\DateTimeParser::parseDuration($this->TRIGGER);
56 $duration = VObject\DateTimeParser::parseDuration($parentComponent->DURATION);
87 $duration = VObject\DateTimeParser::parseDuration($this->DURATION);
H A DVAvailability.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VAvailability extends VObject\Component {

12345678910>>...31