Home
last modified time | relevance | path

Searched refs:component (Results 26 – 50 of 710) sorted by relevance

12345678910>>...29

/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php372 foreach ($object->getBaseComponents() as $component) {
373 switch ($component->name) {
377 … if (isset($component->TRANSP) && ('TRANSPARENT' === strtoupper($component->TRANSP))) {
380 if (isset($component->STATUS)) {
381 $status = strtoupper($component->STATUS);
392 if ($component->RRULE) {
422 $startTime = $component->DTSTART->getDateTime($this->timeZone);
427 if (isset($component->DTEND)) {
429 } elseif (isset($component->DURATION)) {
433 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php403 foreach ($object->getBaseComponents() as $component) {
405 switch ($component->name) {
410 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
413 if (isset($component->STATUS)) {
414 $status = strtoupper($component->STATUS);
425 if ($component->RRULE) {
459 $startTime = $component->DTSTART->getDateTime($this->timeZone);
464 if (isset($component->DTEND)) {
466 } elseif (isset($component->DURATION)) {
470 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php28 foreach ($this->getComponents() as $i => $component) {
29 if ($component->numPoints() < 4) {
32 $component->numPoints() . ', expected more than 3'
35 if (!$component->isClosed()) {
38 array_merge($component->getComponents(), [$component->startPoint()])
43 . implode(' ', $component->startPoint()->asArray()) . ', last point: '
44 . implode(' ', $component->endPoint()->asArray()) . ')'
49 //if (!$component->isSimple() && !$forceCreate) {
102 foreach ($this->components as $delta => $component) {
[all...]
H A DMultiPoint.php99 foreach ($this->getComponents() as $component) {
100 $x += $component->x();
101 $y += $component->y();
/plugin/bootswrapper/exe/
H A Dpopup.js36 var component = $component.val(),
37 tag = [ '<', component ];
39 jQuery('#tab-'+component+' .attribute').each(function() {
56 tag.push('></'+component+'>');
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php327 foreach ($geometry->getComponents() as $component) {
328 $parts[] = $this->extractData($component);
335 foreach ($geometry->getComponents() as $component) {
336 if ($component->isEmpty()) {
339 $parts[] = '(' . $this->extractData($component) . ')';
344 foreach ($geometry->getComponents() as $component) {
355 $data = $this->extractData($component);
356 $parts[] = strtoupper($component->geometryType())
H A DGPX.php442 foreach ($geometry->getComponents() as $component) {
443 if (strpos($component->geometryType(), 'Point') !== false) {
444 $wayPoints .= $this->geometryToGPX($component);
446 if (strpos($component->geometryType(), 'LineString') !== false && $component->getData('gpxType') === 'route') {
447 $routes .= $this->geometryToGPX($component);
449 if (strpos($component->geometryType(), 'LineString') !== false && $component->getData('gpxType') !== 'route') {
450 $tracks .= $this->geometryToGPX($component);
452 if (strpos($component
[all...]
H A DGeoJSON.php201 throw new \Exception('Invalid GeoJSON: GeometryCollection with no component geometries');
248 foreach ($geometry->getComponents() as $component) {
249 if ($component->getData() !== null) {
252 $components[] = $this->getArray($component, false);
261 foreach ($geometry->getComponents() as $i => $component) {
264 'properties' => $component->getData(),
/plugin/dev/
H A DSkeletor.php111 * Add another component to the plugin
114 * @param string $component
116 public function addComponent($type, $component = '', $options = []) argument
128 if ($component) {
129 $path = $type . '/' . $component . '.php';
130 $class = $type . '_plugin_' . $plugin . '_' . $component;
131 $self = 'plugin_' . $plugin . '_' . $component;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php539 $component = null;
543 foreach ($vObject->getComponents() as $component) {
544 if ($component->name !== 'VTIMEZONE') {
545 $componentType = $component->name;
546 $uid = (string)$component->UID;
556 if (!isset($component->RRULE)) {
557 if (isset($component->DTEND)) {
559 } elseif (isset($component->DURATION)) {
560 $endDate = clone $component->DTSTART->getDateTime();
563 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng396 type-component
408 component-vevent |
409 component-vtodo |
410 component-vjournal |
411 component-vfreebusy |
412 component-vtimezone
421 component-valarm+
466 component-valarm+
577 (component-standard | component-daylight) &
578 component-standard* &
[all …]
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng396 type-component
408 component-vevent |
409 component-vtodo |
410 component-vjournal |
411 component-vfreebusy |
412 component-vtimezone
421 component-valarm+
466 component-valarm+
577 (component-standard | component-daylight) &
578 component-standard* &
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php84 $component = $customComponents[$prettyName];
88 $component = isset($extra['component']) ? $extra['component'] : array();
92 if (isset($component['name'])) {
93 $name = $component['name'];
/plugin/webcomponent/_test/data/pages/
H A Dsearch.txt5 ''search'' is a component that implement the [[doku>search|dokuwiki search form]] in a [[https://ge…
7 It must be in a [[navbar|navbar component]].
11 The search component has:
H A Dmath.txt4 The ''math'' component allows to add [[http://docs.mathjax.org/en/latest/start.html#tex-and-latex-i…
8component needs a special [[https://www.dokuwiki.org/devel:event_handlers|event]] called ''TPL_DOC…
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Ddisablehandles.htc1 <public:component lightweight="true">
15 </public:component>
H A Dshowtableborders.htc1 <public:component lightweight="true">
36 </public:component>
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Ddisablehandles.htc1 <public:component lightweight="true">
15 </public:component>
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php130 foreach (explode('/', $path) as $component) {
131 if (!isset($current[$component])) {
135 $current = $current[$component];
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php644 $component = null;
648 foreach ($vObject->getComponents() as $component) {
649 if ($component->name !== 'VTIMEZONE') {
650 $componentType = $component->name;
651 $uid = (string)$component->UID;
661 if (!isset($component->RRULE)) {
662 if (isset($component->DTEND)) {
664 } elseif (isset($component->DURATION)) {
665 $endDate = clone $component->DTSTART->getDateTime();
668 } elseif (!$component->DTSTART->hasTime()) {
[all …]
/plugin/combo/ComboStrap/
H A DCall.php171 * @param $syntaxComponentName - the name of the dokuwiki syntax component (ie plugin_name)
200 throw new ExceptionRuntimeInternal("The component tag ($componentName) does not exists");
254 * * the component name for a plugin
260 * This is not the fully qualified component name:
298 $component = $pluginDokuData[0];
299 if (!is_array($component)) {
303 $componentNames = explode("_", $component);
312 $tagName = $component;
318 LogUtility::msg("The call (" . print_r($this->call, true) . ") has an array and not a string as component (" . print_r($component, tru
454 updateToPluginComponent($component, $state, $attributes = array()) global() argument
[all...]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php107 $component = isset($extra['component']) ? $extra['component'] : array();
108 $styles = isset($component['styles']) ? $component['styles'] : array();
/plugin/imapmarkers/syntax/
H A Dreference.php15 private string $component; variable in syntax_plugin_imapmarkers_reference
20 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
50 $this->Lexer->addSpecialPattern('\{{2}(?i)IMAPMLOC>.+?\}{2}', $mode, $this->component);
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php114 if ($itipMessage->component !== 'VEVENT') {
282 foreach($itipMessage->message->getComponents() as $component) {
283 $existingObject->add(clone $component);
289 foreach($existingObject->getComponents() as $component) {
290 $existingObject->remove($component);
292 foreach($itipMessage->message->getComponents() as $component) {
293 $existingObject->add(clone $component);
503 $message->component = 'VEVENT';
710 $message->component = 'VEVENT';
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7component as a local, per-project dependency to your project, simply add a dependency on `sebastia…

12345678910>>...29