Home
last modified time | relevance | path

Searched refs:Property (Results 401 – 425 of 431) sorted by last modified time

1...<<1112131415161718

/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
19 class Duration extends Property {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php3 namespace Sabre\VObject\Property;
8 use Sabre\VObject\Property; alias
20 class Text extends Property {
H A DUri.php3 namespace Sabre\VObject\Property;
6 use Sabre\VObject\Property; alias
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
H A DUnknown.php3 namespace Sabre\VObject\Property;
H A DUtcOffset.php3 namespace Sabre\VObject\Property;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php3 namespace Sabre\VObject\Property\VCard;
10 use Sabre\VObject\Property; alias
22 class DateAndOrTime extends Property {
H A DDateTime.php3 namespace Sabre\VObject\Property\VCard;
H A DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property; alias
17 class LanguageTag extends Property {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php70 * @param Property $property
105 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
167 if ($property instanceof Property\Binary) {
270 * @param Property\Uri $property The input property.
274 * @return Property\Uri
326 * @param Property\Uri $property The input property.
328 * @return Property\Binary|null
378 * @param Property $newProperty
383 protected function convertParameters40(Property $newProperty, array $parameters) {
424 * @param Property $newProperty
[all …]
H A DComponent.php148 * @param string|Property|Component $item
253 return $child instanceof Property && strtoupper($child->group) === $group;
268 if ($child instanceof Property && strtoupper($child->group) === $group) {
319 if ($array[$key] instanceof Property) {
460 * @return Property
514 if ($value instanceof self || $value instanceof Property) {
H A DDocument.php194 * @return Property
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng9 # 3.2 Property Parameters
185 # 3.3 Property Value Data Types
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php10 use Sabre\VObject\Property; alias
305 … if ($componentChild instanceof Property\ICalendar\DateTime && $componentChild->hasTime()) {
324 if ($child instanceof Property && $child->name !== 'PRODID') {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php219 $this->assertTrue($bla instanceof Property);
H A DPropertyTest.php264 $result = $property->validate(Property::REPAIR);
287 $result = $property->validate(Property::REPAIR);
298 $result = $property->validate(Property::REPAIR);
/plugin/icalevents/vendor/sabre/vobject/tests/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;
H A DUriTest.php3 namespace Sabre\VObject\Property;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php3 namespace Sabre\VObject\Property\ICalendar;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php3 namespace Sabre\VObject\Property\VCard;
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md189 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
190 `Sabre\VObject\Property\FloatValue`.
191 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
192 `Sabre\VObject\Property\IntegerValue`.
621 Component::create, Property::create and Parameter::create. They must instead
627 * Added: add() method to the Property class.
694 * Added: Property\DateTime::hasTime().
695 * Added: Property\MultiDateTime::hasTime().
696 * Added: Property::getValue().

1...<<1112131415161718