Home
last modified time | relevance | path

Searched refs:getParts (Results 76 – 100 of 117) sorted by relevance

12345

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php75 ), $result->ADR->getParts());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php75 ), $result->ADR->getParts());
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php183 $this->masterEvent->RDATE->getParts(),
188 $this->masterEvent->RRULE->getParts(),
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php147 function getParts() { function in Sabre\\VObject\\Property
269 return $this->getParts();
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php172 $this->masterEvent->RDATE->getParts(),
177 $this->masterEvent->RRULE->getParts(),
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php147 function getParts() { function in Sabre\\VObject\\Property
269 return $this->getParts();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php147 function getParts() { function in Sabre\\VObject\\Property
269 return $this->getParts();
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php179 $this->masterEvent->RDATE->getParts(),
184 $this->masterEvent->RRULE->getParts(),
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php152 function getParts() { function in Sabre\\VObject\\Property
274 return $this->getParts();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php142 public function getParts() function in Sabre\\VObject\\Property
258 return $this->getParts();
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php581 $currentEvent->EXDATE->getParts(),
869 $exdate = array_merge($exdate, $val->getParts());
875 foreach ($rr->getParts() as $key => $val) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php276 return implode($this->delimiter, $this->getParts());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php276 return implode($this->delimiter, $this->getParts());
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php276 return implode($this->delimiter, $this->getParts());
/plugin/davcard/
H A Dhelper.php656 $structuredname = join(';', $vObject->N->getParts());
674 … $addr[] = array('type' => strtolower((string)$adr['TYPE']), 'address' => $adr->getParts());
676 $addr[] = array('address' => $adr->getParts());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php222 foreach ($parent[$filter['name']]->getParts() as $paramPart) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php211 … $this->assertEquals(array(1,2,3,4,5,6,"7,8",9,10,'"11"'), $result->parameters['N']->getParts());
227 … $this->assertEquals(array('WORK', 'VOICE', 'PREF'), $result->parameters['TYPE']->getParts());
H A DComponentTest.php122 $this->assertEquals(array('Acme Inc', 'Section 9'),$comp->ORG->getParts());
407 $this->assertEquals(array('Acme Inc.', 'Section 9'), $comp->ORG->getParts());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php121 $this->assertEquals(['Acme Inc', 'Section 9'], $comp->ORG->getParts());
407 $this->assertEquals(['Acme Inc.', 'Section 9'], $comp->ORG->getParts());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php122 $this->assertEquals(array('Acme Inc', 'Section 9'),$comp->ORG->getParts());
407 $this->assertEquals(array('Acme Inc.', 'Section 9'), $comp->ORG->getParts());
H A DReaderTest.php211 … $this->assertEquals(array(1,2,3,4,5,6,"7,8",9,10,'"11"'), $result->parameters['N']->getParts());
227 … $this->assertEquals(array('WORK', 'VOICE', 'PREF'), $result->parameters['TYPE']->getParts());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php211 … $this->assertEquals(array(1,2,3,4,5,6,"7,8",9,10,'"11"'), $result->parameters['N']->getParts());
227 … $this->assertEquals(array('WORK', 'VOICE', 'PREF'), $result->parameters['TYPE']->getParts());
H A DComponentTest.php122 $this->assertEquals(array('Acme Inc', 'Section 9'),$comp->ORG->getParts());
407 $this->assertEquals(array('Acme Inc.', 'Section 9'), $comp->ORG->getParts());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php226 foreach ($parent[$filter['name']]->getParts() as $paramPart) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php329 return implode($this->delimiter, $this->getParts());

12345