Home
last modified time | relevance | path

Searched refs:Property (Results 76 – 100 of 431) sorted by relevance

12345678910>>...18

/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php3 namespace Sabre\VObject\Property\VCard;
6 use Sabre\VObject\Property\Text;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php12 use Sabre\DAV\Xml\Property; alias
159 return new Property\ShareAccess($node->getShareAccess());
164 return new Property\Invite($node->getInvites());
169 return new Property\Href($node->getShareResourceUri());
/plugin/icalevents/vendor/sabre/vobject/lib/
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) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php3 namespace Sabre\VObject\Property;
6 use Sabre\VObject\Property; alias
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUri.php3 namespace Sabre\VObject\Property;
6 use Sabre\VObject\Property; alias
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php139 * @param string|Property|Component $item
243 return $child instanceof Property && strtoupper($child->group) === $group;
254 if ($child instanceof Property && strtoupper($child->group) === $group) {
303 if ($array[$key] instanceof Property) {
436 * @return Property
486 if ($value instanceof self || $value instanceof Property) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DLodging.php59 protected $propertyType = Property::class;
311 * @param Property
313 public function setProperty(Property $property)
318 * @return Property
H A DProperty.php20 class Property extends \Google\Model class
170 class_alias(Property::class, 'Google_Service_MyBusinessLodging_Property');
/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) {
/plugin/webdavclient/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) {
/plugin/davcal/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) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php6 use Sabre\DAV\Xml\Property\Complex;
7 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php6 use Sabre\DAV\Xml\Property\Href;
120 return new Xml\Property\Invite(
160 return new Xml\Property\Invite(
189 return new Xml\Property\AllowedSharingModes(true, false);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php17 '{http://sabredav.org/ns}href' => new DAV\Xml\Property\Href('node2'),
22 '{http://sabredav.org/ns}hreflist' => new DAV\Xml\Property\Href(['node1','node3']),
H A DPluginUpdatePropertiesTest.php63 '{DAV:}group-member-set' => new DAV\Xml\Property\Href(['/bar','/baz'], true),
101 '{DAV:}group-member-set' => new DAV\Xml\Property\Href(['/bar','/baz'],false),
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php3 namespace Sabre\DAVACL\Xml\Property;
21 class Principal extends DAV\Xml\Property\Href {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php3 namespace Sabre\DAVACL\Xml\Property;
21 class Principal extends DAV\Xml\Property\Href {
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php163 serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']))
166 echo serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']));
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
9 use Sabre\VObject\Property; alias
27 class DateTime extends Property
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
9 use Sabre\VObject\Property; alias
27 class DateTime extends Property {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
25 class DateTime extends Property {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property, alias
20 class Text extends Property {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
25 class DateTime extends Property {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property, alias
20 class Text extends Property {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
25 class DateTime extends Property {

12345678910>>...18