Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php67 * @param Property $property
99 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
154 if ($property instanceof Property\Binary) {
249 * @param Property\Uri $property the input property
253 * @return Property\Uri
303 * @param Property\Uri $property the input property
305 * @return Property\Binary|null
351 * @param Property $newProperty
354 protected function convertParameters40(Property $newProperty, array $parameters)
390 * @param Property $newProperty
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php67 * @param Property $property
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
321 * @param Property\Uri $property The input property.
322 * @return Property\Binary|null
372 * @param Property $newProperty
376 protected function convertParameters40(Property $newProperty, array $parameters) {
417 * @param Property $newProperty
[all …]
/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 …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php67 * @param Property $property
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
321 * @param Property\Uri $property The input property.
322 * @return Property\Binary|null
372 * @param Property $newProperty
376 protected function convertParameters40(Property $newProperty, array $parameters) {
417 * @param Property $newProperty
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php67 * @param Property $property
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
321 * @param Property\Uri $property The input property.
322 * @return Property\Binary|null
372 * @param Property $newProperty
376 protected function convertParameters40(Property $newProperty, array $parameters) {
417 * @param Property $newProperty
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A 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/
H A DPhoneNumber.php3 namespace Sabre\VObject\Property\VCard;
5 use Sabre\VObject\Property; alias
14 class PhoneNumber extends Property\Text
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/Property/VCard/
H A 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/
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/VCard/
H A 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/davcard/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
H A 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/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue 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/
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
H A 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/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/webdav/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

12345678910>>...18