Home
last modified time | relevance | path

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

1234

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
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 …]
/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 …
/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/redproject/lang/en/
H A Dsettings.php5 <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 DVCalendar.php267 $uid = (string)$vevent->UID;
437 $uid = (string)$child->UID;
H A DVCard.php251 $this->UID = VObject\UUIDUtil::getUUID();
/plugin/davcard/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';
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 …]
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php846 $uid = $vevent->UID->getValue();
848 if ($uid !== $vevent->UID->getValue()) {
/plugin/davcard/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/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php37 $event->UID
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 DEmptyParameterTest.php54 $vcard->UID = 'foo-bar';
/plugin/davcard/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
H A DUntilRespectsTimezoneTest.ics27 UID:10621-1440@ccbchurch.com
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php69 if(!$component->UID) {
70 $component->UID = sha1(microtime()) . '-vobjectimport';
72 $uid = (string)$component->UID;
/plugin/issuetracker/
H A Dprototype.js3103 UID: 1 property in Element.Storage
3115 element._prototypeUID = Element.Storage.UID++;
/plugin/icalevents/
H A Dsyntax-impl.php362 'uid' => rawurlencode($event->UID),
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php45 $event->UID = md5(microtime(true));
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php174 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
180 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php37 $event->UID
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php268 $this->UID = VObject\UUIDUtil::getUUID();
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php854 $uid = $vevent->UID->getValue();
856 if ($uid !== $vevent->UID->getValue()) {
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php66 if (!$component->UID) {
67 $component->UID = sha1(microtime()) . '-vobjectimport';
69 $uid = (string)$component->UID;

1234