Home
last modified time | relevance | path

Searched refs:getParts (Results 26 – 50 of 117) sorted by relevance

12345

/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php89 $property->getParts(),
287 foreach($parameters['TYPE']->getParts() as $typePart) {
389 foreach($param->getParts() as $paramPart) {
405 $newProperty->add($param->name, $param->getParts());
435 $newProperty->add($param->name, $param->getParts());
451 $newProperty->add($param->name, $param->getParts());
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php89 $property->getParts(),
287 foreach($parameters['TYPE']->getParts() as $typePart) {
389 foreach($param->getParts() as $paramPart) {
405 $newProperty->add($param->name, $param->getParts());
435 $newProperty->add($param->name, $param->getParts());
451 $newProperty->add($param->name, $param->getParts());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php52 return implode($this->delimiter, $this->getParts());
79 $parts = $this->getParts();
H A DPeriod.php53 return implode($this->delimiter, $this->getParts());
104 foreach ($this->getParts() as $item) {
H A DDateTime.php102 return implode($this->delimiter, $this->getParts());
179 foreach ($this->getParts() as $part) {
382 $values = $this->getParts();
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php49 return implode($this->delimiter, $this->getParts());
74 $parts = $this->getParts();
H A DPeriod.php50 return implode($this->delimiter, $this->getParts());
94 foreach ($this->getParts() as $item) {
H A DDateTime.php93 return implode($this->delimiter, $this->getParts());
168 foreach ($this->getParts() as $part) {
345 $values = $this->getParts();
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php56 $this->getParts()
90 $this->getParts()
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php53 return implode($this->delimiter, $this->getParts());
80 $parts = $this->getParts();
H A DPeriod.php53 return implode($this->delimiter, $this->getParts());
103 foreach($this->getParts() as $item) {
H A DRecur.php110 public function getParts() { function in Sabre\\VObject\\Property\\ICalendar\\Recur
166 foreach($this->getParts() as $k=>$v) {
H A DDateTime.php97 return implode($this->delimiter, $this->getParts());
171 foreach($this->getParts() as $part) {
368 $values = $this->getParts();
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php56 $this->getParts()
90 $this->getParts()
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php53 return implode($this->delimiter, $this->getParts());
80 $parts = $this->getParts();
H A DPeriod.php53 return implode($this->delimiter, $this->getParts());
103 foreach($this->getParts() as $item) {
H A DRecur.php110 public function getParts() { function in Sabre\\VObject\\Property\\ICalendar\\Recur
166 foreach($this->getParts() as $k=>$v) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php56 $this->getParts()
90 $this->getParts()
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php53 return implode($this->delimiter, $this->getParts());
80 $parts = $this->getParts();
H A DPeriod.php53 return implode($this->delimiter, $this->getParts());
103 foreach($this->getParts() as $item) {
H A DRecur.php110 public function getParts() { function in Sabre\\VObject\\Property\\ICalendar\\Recur
166 foreach($this->getParts() as $k=>$v) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));

12345