Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/plugin/webdav/vendor/sabre/vobject/lib/
DVCardConverter.php67 * @param Property $property
70 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
97 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) {
99 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
154 if ($property instanceof Property\Binary) {
156 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
249 * @param Property\Uri $property the input property
253 * @return Property\Uri
255 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
303 * @param Property\Uri $property the input property
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
DVCardConverter.php67 * @param Property $property
71 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))…
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
167 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
271 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
321 * @param Property\Uri $property The input property.
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DVCardConverter.php67 * @param Property $property
71 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))…
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
167 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
271 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
321 * @param Property\Uri $property The input property.
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DVCardConverter.php70 * @param Property $property
75 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
101 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) {
105 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
167 if ($property instanceof Property\Binary) {
171 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
270 * @param Property\Uri $property The input property.
274 * @return Property\Uri
276 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
326 * @param Property\Uri $property The input property.
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php67 * @param Property $property
71 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))…
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
167 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
271 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
321 * @param Property\Uri $property The input property.
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
DPropertyTest.php5 use FINDOLOGIC\Export\Data\Property; alias
15 $property = new Property('prop');
25 $property = new Property('prop');
46 $property = new Property($key);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
DPhoneNumber.php3 namespace Sabre\VObject\Property\VCard;
5 use Sabre\VObject\Property; alias
14 class PhoneNumber extends Property\Text
DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property; alias
17 class LanguageTag extends Property
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property; alias
17 class LanguageTag extends Property {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property; alias
17 class LanguageTag extends Property {
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property; alias
17 class LanguageTag extends Property {
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property; alias
17 class LanguageTag extends Property {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DInteger.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class Integer extends Property {
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property
DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginPropertiesWithSharedCalendarTest.php22 …'{http://calendarserver.org/ns/}shared-url' => new DAV\Xml\Property\Href('calendars/user2/default/…
52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
57 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
62 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
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/ICalendar/
DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
19 class Duration extends Property {

12345678910>>...18