Home
last modified time | relevance | path

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

1234

/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/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php54 $vcard->UID = 'foo-bar';
H A DComponentTest.php348 unset($event->DTSTAMP, $event->UID);
350 unset($todo->DTSTAMP, $todo->UID);
366 unset($event->DTSTAMP, $event->UID);
420 $this->assertEquals('12345', $comp->VEVENT->UID->getValue());
H A DIssue40Test.php17 unset($card->UID);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php60 $message->uid = $mainComponent->UID->getValue();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
H A DMainTest.php16 $ev->UID = 'bla';
40 $ev->UID = 'foo';
79 $ev->UID = 'bla';
131 $ev->UID = 'bla';
179 $ev->UID = 'bla';
220 $ev->UID = 'bla';
273 $ev->UID = 'bla';
326 $ev->UID = 'bla';
379 $ev->UID = 'bla';
430 $ev->UID = 'bla';
[all …]
H A DInfiniteLoopProblemTest.php25 $ev->UID = 'foobar';
39 $ev->UID = 'uuid';
86 $ev->UID = 'uuid';
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php334 $uid = (string)$child->UID;
475 $uid = (string)$child->UID;
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md80 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and
294 * #176: A missing `UID` is no longer an error, but a warning for the vCard
375 * VEVENT now get populated with a DTSTAMP and UID property by default.
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
H A DUntilRespectsTimezoneTest.ics27 UID:10621-1440@ccbchurch.com
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3095 UID: 1 property in Element.Storage
3107 element._prototypeUID = [Element.Storage.UID++];

1234