Home
last modified time | relevance | path

Searched refs:VObject (Results 376 – 400 of 756) sorted by last modified time

1...<<11121314151617181920>>...31

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject; alias
12 $mimeDir = new VObject\Parser\MimeDir($input);
H A DTextTest.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Component\VCard;
85 $vcard = \Sabre\VObject\Reader::read($vcard);
90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\Component\VCalendar;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php3 namespace Sabre\VObject;
6 Sabre\VObject\Component\VCalendar,
7 Sabre\VObject\Component\VCard;
H A DReaderTest.php3 namespace Sabre\VObject;
H A DSlashRTest.php3 namespace Sabre\VObject;
H A DStringUtilTest.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 DAttachIssueTest.php3 namespace Sabre\VObject;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php3 namespace Sabre\VObject\Recur\EventIterator;
5 use Sabre\VObject\Recur;
6 use Sabre\VObject\Reader;
H A DIssue50Test.php3 namespace Sabre\VObject;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVJournal.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
16 class VJournal extends VObject\Component {
H A DVTimeZone.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VTimeZone extends VObject\Component {
29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
H A DVCalendar.php3 namespace Sabre\VObject\Component;
7 use Sabre\VObject; alias
8 use Sabre\VObject\Component;
9 use Sabre\VObject\Recur\EventIterator;
10 use Sabre\VObject\Recur\NoInstancesException;
21 class VCalendar extends VObject\Document {
172 * @return VObject\Component[]
179 if (!$component instanceof VObject\Component)
206 * @return VObject\Component|null
212 if (!$component instanceof VObject\Component)
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DEofException.php3 namespace Sabre\VObject;
H A DTimeZoneUtil.php3 namespace Sabre\VObject;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property,
7 Sabre\VObject\Parser\MimeDir;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUtcOffset.php3 namespace Sabre\VObject\Property;
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DSplitterInterface.php3 namespace Sabre\VObject\Splitter;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
14 $vcard = VObject\Reader::read($input);
25 $vcard->validate(VObject\Component::REPAIR);
128 $vcard = VObject\Reader::read($vcard);
143 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
172 $vcard = VObject\Reader::read($vcard);
264 $vcal = VObject\Reader::read($vcf);
H A DVEventTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
H A DVFreeBusyTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
6 use Sabre\VObject\Reader;
25 $obj = VObject\Reader::read($input);
H A DVTimeZoneTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
6 use Sabre\VObject\Reader;

1...<<11121314151617181920>>...31