Home
last modified time | relevance | path

Searched refs:Property (Results 126 – 150 of 431) sorted by path

12345678910>>...18

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php220 $this->assertTrue($bla instanceof Property);
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php80 private function getPropertyValue(\Sabre\VObject\Property $property) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DBinaryTest.php3 namespace Sabre\VObject\Property;
H A DBooleanTest.php3 namespace Sabre\VObject\Property;
H A DCompoundTest.php3 namespace Sabre\VObject\Property;
H A DFloatTest.php3 namespace Sabre\VObject\Property;
H A DTextTest.php3 namespace Sabre\VObject\Property;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDateTimeTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDurationTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DRecurTest.php3 namespace Sabre\VObject\Property\ICalendar;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php3 namespace Sabre\VObject\Property\VCard;
H A DLanguageTagTest.php3 namespace Sabre\VObject\Property\VCard;
/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`.
456 Component::create, Property::create and Parameter::create. They must instead
462 * Added: add() method to the Property class.
529 * Added: Property\DateTime::hasTime().
530 * Added: Property\MultiDateTime::hasTime().
531 * Added: Property::getValue().
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php58 $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);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
287 if ($array[$key] instanceof Property) {
372 * @return Property
419 if ($value instanceof Component || $value instanceof Property) {
H A DDocument.php191 * @return Property
H A DProperty.php15 abstract class Property extends Node { class
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php9 Sabre\VObject\Property, alias
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property; alias
23 class Binary extends Property {
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
H A DFlatText.php3 namespace Sabre\VObject\Property;
H A DFloatValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class FloatValue extends Property {

12345678910>>...18