| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | VCardConverter.php | 67 * @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/ |
| D | VCardConverter.php | 67 * @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/ |
| D | VCardConverter.php | 67 * @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/ |
| D | VCardConverter.php | 70 * @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 D | VCardConverter.php | 67 * @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/ |
| D | PropertyTest.php | 5 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/ |
| D | PhoneNumber.php | 3 namespace Sabre\VObject\Property\VCard; 5 use Sabre\VObject\Property; alias 14 class PhoneNumber extends Property\Text
|
| D | LanguageTag.php | 3 namespace Sabre\VObject\Property\VCard; 6 Sabre\VObject\Property; alias 17 class LanguageTag extends Property
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/ |
| D | LanguageTag.php | 3 namespace Sabre\VObject\Property\VCard; 6 Sabre\VObject\Property; alias 17 class LanguageTag extends Property {
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/ |
| D | LanguageTag.php | 3 namespace Sabre\VObject\Property\VCard; 6 Sabre\VObject\Property; alias 17 class LanguageTag extends Property {
|
| /plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/ |
| D | LanguageTag.php | 3 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 D | LanguageTag.php | 3 namespace Sabre\VObject\Property\VCard; 6 Sabre\VObject\Property; alias 17 class LanguageTag extends Property {
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Property/ |
| D | IntegerValue.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 18 class IntegerValue extends Property {
|
| D | Boolean.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 20 class Boolean extends Property {
|
| /plugin/davcard/vendor/sabre/vobject/lib/Property/ |
| D | IntegerValue.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 18 class IntegerValue extends Property {
|
| D | Boolean.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 20 class Boolean extends Property {
|
| /plugin/davcal/vendor/sabre/vobject/lib/Property/ |
| H A D | Integer.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 18 class Integer extends Property {
|
| H A D | Boolean.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 20 class Boolean extends Property {
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Property/ |
| D | IntegerValue.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 18 class IntegerValue extends Property {
|
| D | Boolean.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 20 class Boolean extends Property {
|
| /plugin/webdav/vendor/sabre/vobject/lib/Property/ |
| D | IntegerValue.php | 3 namespace Sabre\VObject\Property; 6 Sabre\VObject\Property; alias 18 class IntegerValue extends Property
|
| D | Boolean.php | 3 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 D | PluginPropertiesWithSharedCalendarTest.php | 22 …'{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/ |
| D | Duration.php | 3 namespace Sabre\VObject\Property\ICalendar; 6 use Sabre\VObject\Property; alias 19 class Duration extends Property
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/ |
| D | Duration.php | 3 namespace Sabre\VObject\Property\ICalendar; 6 use Sabre\VObject\Property; alias 19 class Duration extends Property {
|