Home
last modified time | relevance | path

Searched refs:getComponents (Results 26 – 50 of 60) sorted by relevance

123

/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php282 foreach($itipMessage->message->getComponents() as $component) {
289 foreach($existingObject->getComponents() as $component) {
292 foreach($itipMessage->message->getComponents() as $component) {
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php285 foreach ($itipMessage->message->getComponents() as $component) {
292 foreach ($existingObject->getComponents() as $component) {
295 foreach ($itipMessage->message->getComponents() as $component) {
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php282 foreach($itipMessage->message->getComponents() as $component) {
289 foreach($existingObject->getComponents() as $component) {
292 foreach($itipMessage->message->getComponents() as $component) {
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php232 foreach($vObject->getComponents() as $component) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php124 abstract public function getComponents(); function in geoPHP\\Geometry\\Geometry
459 return $this->getComponents();
H A DCollection.php92 public function getComponents() function in geoPHP\\Geometry\\Collection
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php406 $components = $geom->geometryType() === 'LineString' ? [$geom] : $geom->getComponents();
442 foreach ($geometry->getComponents() as $component) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php521 return array_filter($this->getComponents(), function ($item) use ($uid) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php548 return array_filter($this->getComponents(), function($item) use ($uid) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php187 function getComponents() { function in Sabre\\VObject\\Component
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php187 function getComponents() { function in Sabre\\VObject\\Component
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php187 function getComponents() { function in Sabre\\VObject\\Component
/plugin/issuelinks/helper/
H A Ddb.php269 'components' => implode(',', $issue->getComponents()),
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php203 function getComponents() { function in Sabre\\VObject\\Component
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureOptionsDialog.java594 for (Component child : recordSoundCheckBox.getParent().getComponents()) { in onSetSound()
601 for (Component child : inactivityPanel.getComponents()) { in onSetSound()
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php192 public function getComponents() function in Sabre\\VObject\\Component
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php331 $r = $comp->getComponents();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php332 $r = $comp->getComponents();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php332 $r = $comp->getComponents();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php332 $r = $comp->getComponents();
/plugin/webdavclient/
H A Dhelper.php865 foreach ($vObject->getComponents() as $component)
1652 foreach ($vObject->getComponents() as $component)
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php612 foreach ($vObject->getComponents() as $component) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php749 foreach ($vObject->getComponents() as $component) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php543 foreach ($vObject->getComponents() as $component) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php868 foreach ($vobj->getComponents() as $component) {

123