Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiGeometry.php33 foreach ($this->components as $component) {
34 if (!$component->isSimple()) {
57 foreach ($this->components as $component) {
58 $componentsBoundaries[] = $component->boundary();
73 foreach ($this->components as $component) {
74 $area += $component->area();
87 foreach ($this->components as $component) {
88 $length += $component->length();
96 foreach ($this->components as $component) {
97 $length += $component
[all...]
H A DCollection.php12 * component geometries. Therefore everything but a Point
23 * Constructor: Checks and sets component geometries
45 $components[$i]->geometryType() . 's (' . ($i + 1) . '. component)'
88 * Returns Collection component geometries
106 foreach ($this->components as $component) {
107 $component->invertXY();
140 // Go through each component and get the max and min x and y
142 foreach ($this->components as $i => $component) {
143 $componentBoundingBox = $component->getBBox();
148 // On the first run through, set the bounding box to the component'
[all...]
H A DGeometryCollection.php35 foreach ($this->getComponents() as $component) {
36 if ($component->dimension() > $dimension) {
37 $dimension = $component->dimension();
54 * the set of component Geometries of highest dimension
112 foreach ($this->getComponents() as $component) {
114 'type' => $component->geometryType(),
115 'components' => $component->asArray(),
127 foreach ($this->components as $component) {
128 if ($component->geometryType() === Geometry::GEOMETRY_COLLECTION) {
129 /** @var GeometryCollection $component */
[all...]
H A DMultiPolygon.php42 foreach ($this->getComponents() as $component) {
43 if ($component->isEmpty()) {
46 $componentArea = $component->area();
48 $componentCentroid = $component->centroid();
65 foreach ($this->components as $component) {
66 $area += $component->area();
74 foreach ($this->getComponents() as $component) {
75 $rings = array_merge($rings, $component->components);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DWriter.php22 * @param Component $component
26 static function write(Component $component) { argument
28 return $component->serialize();
35 * @param Component $component
40 static function writeJson(Component $component, $options = 0) { argument
42 return json_encode($component, $options);
49 * @param Component $component
53 static function writeXml(Component $component) { argument
61 if ($component instanceof Component\VCalendar) {
73 $component->xmlSerialize($writer);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php22 * @param Component $component
26 public static function write(Component $component) argument
28 return $component->serialize();
34 * @param Component $component
39 public static function writeJson(Component $component, $options = 0) argument
41 return json_encode($component, $options);
47 * @param Component $component
51 public static function writeXml(Component $component) argument
59 if ($component instanceof Component\VCalendar) {
67 $component->xmlSerialize($writer);
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php54 foreach ($data->children() as $component) {
55 if (!$component instanceof VObject\Component) {
60 if ('VTIMEZONE' === $component->name) {
61 $this->vtimezones[(string) $component->TZID] = $component;
66 if (!$component->UID) {
67 $component->UID = sha1(microtime()).'-vobjectimport';
69 $uid = (string) $component->UID;
76 $this->objects[$uid]->add(clone $component);
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php54 foreach ($data->children() as $component) {
55 if (!$component instanceof VObject\Component) {
60 if ($component->name === 'VTIMEZONE') {
61 $this->vtimezones[(string)$component->TZID] = $component;
66 if (!$component->UID) {
67 $component->UID = sha1(microtime()) . '-vobjectimport';
69 $uid = (string)$component->UID;
76 $this->objects[$uid]->add(clone $component);
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md88 "component-dir": "public"
100 `component-baseurl` points to the `component-dir` when loaded externally. See
147 "type": "component",
152 "component": {
184 "type": "component",
186 "component": {
204 "type": "component",
209 "component": {
220 "component": {
289 "component": {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php57 foreach($data->children() as $component) {
58 if (!$component instanceof VObject\Component) {
63 if ($component->name === 'VTIMEZONE') {
64 $this->vtimezones[(string)$component->TZID] = $component;
69 if(!$component->UID) {
70 $component->UID = sha1(microtime()) . '-vobjectimport';
72 $uid = (string)$component->UID;
79 $this->objects[$uid]->add(clone $component);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php57 foreach($data->children() as $component) {
58 if (!$component instanceof VObject\Component) {
63 if ($component->name === 'VTIMEZONE') {
64 $this->vtimezones[(string)$component->TZID] = $component;
69 if(!$component->UID) {
70 $component->UID = sha1(microtime()) . '-vobjectimport';
72 $uid = (string)$component->UID;
79 $this->objects[$uid]->add(clone $component);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php57 foreach($data->children() as $component) {
58 if (!$component instanceof VObject\Component) {
63 if ($component->name === 'VTIMEZONE') {
64 $this->vtimezones[(string)$component->TZID] = $component;
69 if(!$component->UID) {
70 $component->UID = sha1(microtime()) . '-vobjectimport';
72 $uid = (string)$component->UID;
79 $this->objects[$uid]->add(clone $component);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php229 $component = null;
232 foreach($vObject->getComponents() as $component) {
233 if ($component->name!=='VTIMEZONE') {
234 $componentType = $component->name;
242 $firstOccurence = $component->DTSTART->getDateTime()->getTimeStamp();
244 if (!isset($component->RRULE)) {
245 if (isset($component->DTEND)) {
247 } elseif (isset($component->DURATION)) {
248 $endDate = clone $component->DTSTART->getDateTime();
251 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/calendoku/syntax/
H A Dshowtable.php109 foreach ($object->components as $component) {
110 if ($component->invalid)
112 if ($component->isWithinTime($startdate, $enddate)) {
113 if (isset($components[$component->dtstartint]))
114 … array_push($components[$component->dtstartint], array($component, $pagename));
116 … $components[$component->dtstartint] = array(array($component, $pagename));
128 foreach ($mcomponent as $component) {
129 $this->addEntryCalendar($component[0], $component[1], $pos, $handler);
153 function addEntryCalendar($component, $pagename, $pos, &$handler) { argument
163 else if (isset($component->renderfields[$sfield]))
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php185 foreach($object->getBaseComponents() as $component) {
187 switch($component->name) {
192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
195 if (isset($component->STATUS)) {
196 $status = strtoupper($component->STATUS);
207 if ($component->RRULE) {
241 $startTime = $component->DTSTART->getDateTime($this->timeZone);
246 if (isset($component->DTEND)) {
248 } elseif (isset($component->DURATION)) {
252 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php185 foreach($object->getBaseComponents() as $component) {
187 switch($component->name) {
192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
195 if (isset($component->STATUS)) {
196 $status = strtoupper($component->STATUS);
207 if ($component->RRULE) {
241 $startTime = $component->DTSTART->getDateTime($this->timeZone);
246 if (isset($component->DTEND)) {
248 } elseif (isset($component->DURATION)) {
252 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php185 foreach($object->getBaseComponents() as $component) {
187 switch($component->name) {
192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
195 if (isset($component->STATUS)) {
196 $status = strtoupper($component->STATUS);
207 if ($component->RRULE) {
241 $startTime = $component->DTSTART->getDateTime($this->timeZone);
246 if (isset($component->DTEND)) {
248 } elseif (isset($component->DURATION)) {
252 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php276 protected function validateTimeRange(VObject\Node $component, $start, $end) { argument
285 switch ($component->name) {
291 return $component->isInTimeRange($start, $end);
301 if ($component->parent->name === 'VEVENT' && $component->parent->RRULE) {
304 …$it = new VObject\Recur\EventIterator($component->parent->parent, (string)$component->parent->UID);
351 return $component->isInTimeRange($start, $end);
355 …\NotImplemented('time-range filters are currently not supported on ' . $component->name . ' compon…
364 return ($start <= $component->getDateTime() && $end >= $component->getDateTime());
369 …V\Exception\BadRequest('You cannot create a time-range filter on a ' . $component->name . ' compon…
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php177 foreach($this->children as $component) {
179 if (!$component instanceof VObject\Component)
182 if (isset($component->{'RECURRENCE-ID'}))
185 if ($componentName && $component->name !== strtoupper($componentName))
188 if ($component->name === 'VTIMEZONE')
191 $components[] = $component;
210 foreach($this->children as $component) {
212 if (!$component instanceof VObject\Component)
215 if (isset($component->{'RECURRENCE-ID'}))
221 if ($component->name === 'VTIMEZONE')
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php177 foreach($this->children as $component) {
179 if (!$component instanceof VObject\Component)
182 if (isset($component->{'RECURRENCE-ID'}))
185 if ($componentName && $component->name !== strtoupper($componentName))
188 if ($component->name === 'VTIMEZONE')
191 $components[] = $component;
210 foreach($this->children as $component) {
212 if (!$component instanceof VObject\Component)
215 if (isset($component->{'RECURRENCE-ID'}))
221 if ($component->name === 'VTIMEZONE')
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php177 foreach($this->children as $component) {
179 if (!$component instanceof VObject\Component)
182 if (isset($component->{'RECURRENCE-ID'}))
185 if ($componentName && $component->name !== strtoupper($componentName))
188 if ($component->name === 'VTIMEZONE')
191 $components[] = $component;
210 foreach($this->children as $component) {
212 if (!$component instanceof VObject\Component)
215 if (isset($component->{'RECURRENCE-ID'}))
221 if ($component->name === 'VTIMEZONE')
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php280 protected function validateTimeRange(VObject\Node $component, $start, $end) { argument
289 switch ($component->name) {
295 return $component->isInTimeRange($start, $end);
305 if ($component->parent->name === 'VEVENT' && $component->parent->RRULE) {
308 …$it = new VObject\Recur\EventIterator($component->parent->parent, (string)$component->parent->UID);
355 return $component->isInTimeRange($start, $end);
359 …\NotImplemented('time-range filters are currently not supported on ' . $component->name . ' compon…
368 return ($start <= $component->getDateTime() && $end >= $component->getDateTime());
373 …V\Exception\BadRequest('You cannot create a time-range filter on a ' . $component->name . ' compon…
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php178 $isBaseComponent = function ($component) {
179 if (!$component instanceof VObject\Component) {
182 if ('VTIMEZONE' === $component->name) {
185 if (isset($component->{'RECURRENCE-ID'})) {
229 $isBaseComponent = function ($component) {
230 if (!$component instanceof VObject\Component) {
233 if ('VTIMEZONE' === $component->name) {
236 if (isset($component->{'RECURRENCE-ID'})) {
295 $stripTimezones = function (Component $component) use ($timeZone, &$stripTimezones) {
296 foreach ($component->children() as $componentChild) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php180 $isBaseComponent = function($component) {
182 if (!$component instanceof VObject\Component) {
185 if ($component->name === 'VTIMEZONE') {
188 if (isset($component->{'RECURRENCE-ID'})) {
236 $isBaseComponent = function($component) {
238 if (!$component instanceof VObject\Component) {
241 if ($component->name === 'VTIMEZONE') {
244 if (isset($component->{'RECURRENCE-ID'})) {
302 $stripTimezones = function(Component $component) use ($timeZone, &$stripTimezones) {
304 foreach ($component->children() as $componentChild) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DAptArtifact.php29 public $component; variable in Google\\Service\\ArtifactRegistry\\AptArtifact
64 public function setComponent($component) argument
66 $this->component = $component;
73 return $this->component;

12345678910>>...29