/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | ICSExportPlugin.php | 107 $componentType = false; 125 $componentType = 'VEVENT'; 131 $componentType = $queryParams['componentType']; 151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo… 165 * @param string $componentType 170 …protected function generateResponse($path, $start, $end, $expand, $componentType, $format, $proper… argument 175 if ($start || $end || $componentType) { 184 'name' => $componentType,
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | ICSExportPlugin.php | 107 $componentType = false; 125 $componentType = 'VEVENT'; 131 $componentType = $queryParams['componentType']; 151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo… 165 * @param string $componentType 170 …protected function generateResponse($path, $start, $end, $expand, $componentType, $format, $proper… argument 176 if ($start || $end || $componentType) { 184 'name' => $componentType,
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | migrateto17.php | 228 $componentType = null; 234 $componentType = $component->name; 238 if (!$componentType) { 241 if ($componentType === 'VEVENT') { 279 'componentType' => $componentType,
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | PDO.php | 538 $componentType = null; 545 $componentType = $component->name; 550 if (!$componentType) { 553 if ($componentType === 'VEVENT') { 591 'componentType' => $componentType, 671 $componentType = null; 682 $componentType = $filters['comp-filters'][0]['name']; 689 if ($componentType == 'VEVENT' && isset($filters['comp-filters'][0]['time-range'])) { 711 if ($componentType) { 713 $values['componenttype'] = $componentType;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | PDO.php | 643 $componentType = null; 650 $componentType = $component->name; 655 if (!$componentType) { 658 if ($componentType === 'VEVENT') { 703 'componentType' => $componentType, 793 $componentType = null; 804 $componentType = $filters['comp-filters'][0]['name']; 811 if ($componentType == 'VEVENT' && isset($filters['comp-filters'][0]['time-range'])) { 833 if ($componentType) { 835 $values['componenttype'] = $componentType;
|
/plugin/davcal/ |
H A D | helper.php | 1687 $componentType = null; 1696 $componentType = $component->name; 1701 if (!$componentType) 1705 if ($componentType === 'VEVENT') 1756 'componentType' => $componentType, 1776 $componentType = null; 1792 $componentType = $filters['comp-filters'][0]['name']; 1800 if ($componentType == 'VEVENT' && isset($filters['comp-filters'][0]['time-range'])) 1827 if ($componentType) 1830 $values[] = $componentType;
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Collection.php | 55 $componentType = gettype($components[$i]) !== 'object' 59 'Cannot create a collection of ' . $componentType .
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 611 $componentType = null; 614 $componentType = $component->name; 618 if (is_null($componentType)) { 634 if ($componentType === 'VFREEBUSY' && $method === 'REQUEST') {
|
/plugin/webdavclient/ |
H A D | helper.php | 867 $componentType = $component->name; 868 if($componentType === 'VEVENT') 1647 $componentType = null; 1656 $componentType = $component->name; 1661 if (!$componentType) 1665 if ($componentType === 'VEVENT') 1716 'componentType' => $componentType,
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 748 $componentType = null; 751 $componentType = $component->name; 755 if (is_null($componentType)) { 771 if ($componentType === 'VFREEBUSY' && $method === 'REQUEST') {
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 494 * #568: Added a `componentType` argument to `ICSExportPlugin`, allowing you to
|