Home
last modified time | relevance | path

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

1234

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php259 $it = new \Sabre\VObject\Recur\EventIterator($vObject, (string)$component->UID);
H A Dmigrateto21.php129 if (!isset($item->UID)) {
133 $uid = (string)$item->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/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php37 $event->UID
H A DEmptyParameterTest.php54 $vcard->UID = 'foo-bar';
H A DComponentTest.php349 unset($event->DTSTAMP, $event->UID);
366 unset($event->DTSTAMP, $event->UID);
420 $this->assertEquals('12345', $comp->VEVENT->UID->getValue());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php853 $vcalendar->VFREEBUSY->UID = (string)$request->VFREEBUSY->UID;
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
H A DUntilRespectsTimezoneTest.ics27 UID:10621-1440@ccbchurch.com
/plugin/davcal/
H A Dhelper.php1697 $uid = (string)$component->UID;
1734 $it = new \Sabre\VObject\Recur\EventIterator($vObject, (string)$component->UID);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php20 $vevent->UID = 'bla';
65 $vevent->UID = 'bla';
82 $vevent->UID = 'bla';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php850 if (!isset($component->UID)) {
853 $foundUID = (string)$component->UID;
858 if ($foundUID !== (string)$component->UID) {
H A DCalendarQueryValidator.php308 …$it = new VObject\Recur\EventIterator($component->parent->parent, (string)$component->parent->UID);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md89 * #176: A missing `UID` is no longer an error, but a warning for the vCard
170 * VEVENT now get populated with a DTSTAMP and UID property by default.
/plugin/davcal/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/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php368 if (!isset($vobj->UID)) {
/plugin/davcal/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/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php829 $uid = $vevent->UID->getValue();
831 if ($uid !== $vevent->UID->getValue()) {
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php69 if(!$component->UID) {
70 $component->UID = sha1(microtime()) . '-vobjectimport';
72 $uid = (string)$component->UID;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 …O',\n '$SYSTEM_FD_MAX',\n '$^',\n '$EUID',\n '$UID',\n '$^A',\n…
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php322 $uid = (string) $child->UID;
450 $uid = (string) $child->UID;

1234