Home
last modified time | relevance | path

Searched refs:getEffectiveStartEnd (Results 1 – 8 of 8) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DAvailableTest.php46 $document->AVAILABLE->getEffectiveStartEnd()
69 $document->AVAILABLE->getEffectiveStartEnd()
H A DVAvailabilityTest.php48 $document->VAVAILABILITY->getEffectiveStartEnd()
71 $document->VAVAILABILITY->getEffectiveStartEnd()
91 $document->VAVAILABILITY->getEffectiveStartEnd()
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php36 list($effectiveStart, $effectiveEnd) = $this->getEffectiveStartEnd();
56 function getEffectiveStartEnd() { function in Sabre\\VObject\\Component\\VAvailability
H A DAvailable.php31 function getEffectiveStartEnd() { function in Sabre\\VObject\\Component\\Available
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php36 list($effectiveStart, $effectiveEnd) = $this->getEffectiveStartEnd();
56 public function getEffectiveStartEnd() function in Sabre\\VObject\\Component\\VAvailability
H A DAvailable.php31 public function getEffectiveStartEnd() function in Sabre\\VObject\\Component\\Available
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php251 list($compStart, $compEnd) = $vavail->getEffectiveStartEnd();
271 list($higherStart, $higherEnd) = $higherVavail->getEffectiveStartEnd();
293 list($vavailStart, $vavailEnd) = $vavail->getEffectiveStartEnd();
315 list($availStart, $availEnd) = $available->getEffectiveStartEnd();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php271 list($compStart, $compEnd) = $vavail->getEffectiveStartEnd();
292 list($higherStart, $higherEnd) = $higherVavail->getEffectiveStartEnd();
319 list($vavailStart, $vavailEnd) = $vavail->getEffectiveStartEnd();
341 list($availStart, $availEnd) = $available->getEffectiveStartEnd();