Home
last modified time | relevance | path

Searched refs:VObject (Results 301 – 325 of 756) sorted by last modified time

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

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php3 namespace Sabre\VObject;
H A DComponentTest.php3 namespace Sabre\VObject;
6 Sabre\VObject\Component\VCalendar,
7 Sabre\VObject\Component\VCard;
H A DDocumentTest.php3 namespace Sabre\VObject;
H A DEmptyParameterTest.php3 namespace Sabre\VObject;
22 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
H A DIssue64Test.php3 namespace Sabre\VObject;
10 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
H A DJCalTest.php3 namespace Sabre\VObject;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject\Component;
7 use Sabre\VObject\Reader;
H A DVAvailabilityTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
6 use Sabre\VObject\Reader;
7 use Sabre\VObject\Component;
8 use Sabre\VObject\Component\VAvailability;
H A DVCalendarTest.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject; alias
15 $vcal = VObject\Reader::read($input);
312 $vcal = VObject\Reader::read($input);
342 $vcal = VObject\Reader::read($input);
360 $vcal = VObject\Reader::read($input);
379 $vcal = VObject\Reader::read($input);
397 $vcal = VObject\Reader::read($input);
417 $vcal = VObject\Reader::read($input);
437 $vcal = VObject\Reader::read($input);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php3 namespace Sabre\VObject\ICalendar;
5 use Sabre\VObject\Reader;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerAttendeeReplyTest.php3 namespace Sabre\VObject\ITip;
38 $version = \Sabre\VObject\Version::VERSION;
146 $version = \Sabre\VObject\Version::VERSION;
289 $version = \Sabre\VObject\Version::VERSION;
421 $version = \Sabre\VObject\Version::VERSION;
527 $version = \Sabre\VObject\Version::VERSION;
598 $version = \Sabre\VObject\Version::VERSION;
668 $version = \Sabre\VObject\Version::VERSION;
731 $version = \Sabre\VObject\Version::VERSION;
797 $version = \Sabre\VObject\Version::VERSION;
[all …]
H A DBrokerProcessMessageTest.php3 namespace Sabre\VObject\ITip;
H A DMessageTest.php3 namespace Sabre\VObject\ITip;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject; alias
13 $vcard = VObject\Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\Component;
6 use Sabre\VObject\Component\VCalendar;
H A DDurationTest.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\Component\VCalendar;
6 use Sabre\VObject\Component\VEvent;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
16 class VTodo extends VObject\Component {
32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php3 namespace Sabre\VObject;
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DITipException.php3 namespace Sabre\VObject\ITip;
H A DSameOrganizerForAllComponentsException.php3 namespace Sabre\VObject\ITip;
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php3 namespace Sabre\VObject\Parser;
6 Sabre\VObject\Component\VCalendar,
7 Sabre\VObject\Component\VCard,
8 Sabre\VObject\ParseException,
9 Sabre\VObject\EofException;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property\Text;
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property;
7 use Sabre\VObject\DateTimeParser;
8 use Sabre\VObject\TimeZoneUtil;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property,
7 Sabre\VObject\Component,
8 Sabre\VObject\Parser\MimeDir,
9 Sabre\VObject\Document;
/plugin/webdavclient/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.

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