Home
last modified time | relevance | path

Searched refs:UID (Results 26 – 50 of 88) sorted by last modified time

1234

/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php53 unset($output->UID);
H A DBirthdayCalendarGenerator.php158 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
164 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
H A DFreeBusyGenerator.php394 … $iterator = new EventIterator($object, (string) $component->UID, $this->timeZone);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md329 with no UID.
553 with no UID.
1116 * Added: Issue #367: Automatically adding a UID to vcards that don't have them.
1277 * Fixed: Uploaded VCards without a UID are now rejected. (thanks Dominik!)
1374 forcing every component to have a UID.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php1022 $vcalendar->VFREEBUSY->UID = (string)$request->VFREEBUSY->UID;
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php835 $uid = $vevent->UID->getValue();
837 if ($uid !== $vevent->UID->getValue()) {
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php66 if (!$component->UID) {
67 $component->UID = sha1(microtime()).'-vobjectimport';
69 $uid = (string) $component->UID;
/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/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php264 $this->UID = VObject\UUIDUtil::getUUID();
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md141 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and
355 * #176: A missing `UID` is no longer an error, but a warning for the vCard
436 * VEVENT now get populated with a DTSTAMP and UID property by default.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php304 …$it = new VObject\Recur\EventIterator($component->parent->parent, (string)$component->parent->UID);
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1UID","$<","$EFFECTIVE_USER_ID","$EUID","$>","$a","$b","$COMPILING","$^C","$DEBUGGING","$^D","${^EN…
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php846 $uid = $vevent->UID->getValue();
848 if ($uid !== $vevent->UID->getValue()) {
/plugin/webdavclient/
H A Dhelper.php1657 $uid = (string)$component->UID;
1694 $it = new \Sabre\VObject\Recur\EventIterator($vObject, (string)$component->UID);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php69 if(!$component->UID) {
70 $component->UID = sha1(microtime()) . '-vobjectimport';
72 $uid = (string)$component->UID;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php251 $this->UID = VObject\UUIDUtil::getUUID();
H A DVCalendar.php267 $uid = (string)$vevent->UID;
437 $uid = (string)$child->UID;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php349 unset($event->DTSTAMP, $event->UID);
366 unset($event->DTSTAMP, $event->UID);
420 $this->assertEquals('12345', $comp->VEVENT->UID->getValue());
H A DDocumentTest.php37 $event->UID
H A DEmptyParameterTest.php54 $vcard->UID = 'foo-bar';
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md129 * #176: A missing `UID` is no longer an error, but a warning for the vCard
210 * VEVENT now get populated with a DTSTAMP and UID property by default.
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
H A DUntilRespectsTimezoneTest.ics27 UID:10621-1440@ccbchurch.com
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
H A DInfiniteLoopProblemTest.php26 $ev->UID = 'foobar';
40 $ev->UID = 'uuid';
87 $ev->UID = 'uuid';

1234