/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 D | InfiniteLoopProblemTest.php | 25 $ev->UID = 'foobar'; 39 $ev->UID = 'uuid'; 86 $ev->UID = 'uuid';
|
H A D | FifthTuesdayProblemTest.php | 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 D | InfiniteLoopProblemTest.php | 26 $ev->UID = 'foobar'; 40 $ev->UID = 'uuid'; 87 $ev->UID = 'uuid';
|
H A D | FifthTuesdayProblemTest.php | 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 D | InfiniteLoopProblemTest.php | 26 $ev->UID = 'foobar'; 40 $ev->UID = 'uuid'; 87 $ev->UID = 'uuid';
|
H A D | FifthTuesdayProblemTest.php | 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 D | InfiniteLoopProblemTest.php | 26 $ev->UID = 'foobar'; 40 $ev->UID = 'uuid'; 87 $ev->UID = 'uuid';
|
H A D | FifthTuesdayProblemTest.php | 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/ |
H A D | ICalendar.php | 66 if (!$component->UID) { 67 $component->UID = sha1(microtime()).'-vobjectimport'; 69 $uid = (string) $component->UID;
|
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/ |
H A D | ICalendar.php | 66 if (!$component->UID) { 67 $component->UID = sha1(microtime()) . '-vobjectimport'; 69 $uid = (string)$component->UID;
|
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/ |
H A D | ICalendar.php | 69 if(!$component->UID) { 70 $component->UID = sha1(microtime()) . '-vobjectimport'; 72 $uid = (string)$component->UID;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/ |
H A D | ICalendar.php | 69 if(!$component->UID) { 70 $component->UID = sha1(microtime()) . '-vobjectimport'; 72 $uid = (string)$component->UID;
|
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/ |
H A D | ICalendar.php | 69 if(!$component->UID) { 70 $component->UID = sha1(microtime()) . '-vobjectimport'; 72 $uid = (string)$component->UID;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarQueryVAlarmTest.php | 20 $vevent->UID = 'bla'; 65 $vevent->UID = 'bla'; 82 $vevent->UID = 'bla';
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | migrateto21.php | 129 if (!isset($item->UID)) { 133 $uid = (string)$item->UID;
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | BirthdayCalendarGenerator.php | 174 'X-SABRE-VCARD-UID' => $object->UID->getValue(), 180 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | BirthdayCalendarGenerator.php | 158 'X-SABRE-VCARD-UID' => $object->UID->getValue(), 164 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | Issue40Test.php | 17 unset($card->UID);
|
H A D | ComponentTest.php | 348 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());
|
/plugin/redproject/lang/en/ |
H A D | settings.php | 5 <div>Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LD…
|
/plugin/davcard/vendor/sabre/vobject/lib/Component/ |
H A D | VCalendar.php | 267 $uid = (string)$vevent->UID; 437 $uid = (string)$child->UID;
|