Home
last modified time | relevance | path

Searched refs:UID (Results 51 – 75 of 88) sorted by relevance

1234

/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php251 $this->UID = VObject\UUIDUtil::getUUID();
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php251 $this->UID = VObject\UUIDUtil::getUUID();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php304 …$it = new VObject\Recur\EventIterator($component->parent->parent, (string)$component->parent->UID);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php259 $it = new \Sabre\VObject\Recur\EventIterator($vObject, (string)$component->UID);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php308 …$it = new VObject\Recur\EventIterator($component->parent->parent, (string)$component->parent->UID);
H A DPlugin.php850 if (!isset($component->UID)) {
853 $foundUID = (string)$component->UID;
858 if ($foundUID !== (string)$component->UID) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php264 $this->UID = VObject\UUIDUtil::getUUID();
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php268 $this->UID = VObject\UUIDUtil::getUUID();
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php829 $uid = $vevent->UID->getValue();
831 if ($uid !== $vevent->UID->getValue()) {
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php835 $uid = $vevent->UID->getValue();
837 if ($uid !== $vevent->UID->getValue()) {
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php846 $uid = $vevent->UID->getValue();
848 if ($uid !== $vevent->UID->getValue()) {
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php854 $uid = $vevent->UID->getValue();
856 if ($uid !== $vevent->UID->getValue()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php846 $uid = $vevent->UID->getValue();
848 if ($uid !== $vevent->UID->getValue()) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php53 unset($output->UID);
H A DFreeBusyGenerator.php394 … $iterator = new EventIterator($object, (string) $component->UID, $this->timeZone);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php53 unset($output->UID);
H A DFreeBusyGenerator.php427 … $iterator = new EventIterator($object, (string)$component->UID, $this->timeZone);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php853 $vcalendar->VFREEBUSY->UID = (string)$request->VFREEBUSY->UID;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php1022 $vcalendar->VFREEBUSY->UID = (string)$request->VFREEBUSY->UID;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php546 $uid = (string)$component->UID;
571 $it = new VObject\Recur\EventIterator($vObject, (string)$component->UID);
/plugin/redproject/
H A DREADME.md41 …* Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php651 $uid = (string)$component->UID;
676 $it = new VObject\Recur\EventIterator($vObject, (string)$component->UID);
/plugin/icalevents/
H A Dsyntax-impl.php362 'uid' => rawurlencode($event->UID),
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php368 if (!isset($vobj->UID)) {
/plugin/redissue/
H A DREADME.md45 …* Impersonate: select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP …

1234