Searched defs:dwuser (Results 1 – 2 of 2) sorted by relevance
/plugin/webdavclient/ |
H A D | helper.php | 75 public function addCalendarEntry($connectionId, $data, $dwuser = null) 102 public function editCalendarEntry($connectionId, $uid, $data, $dwuser = null) 131 public function deleteCalendarEntry($connectionId, $uid, $dwuser = null) 249 …public function getCalendarEntries($connectionId, $startDate = null, $endDate = null, $dwuser = nu… 280 public function addAddressbookEntry($connectionId, $data, $dwuser = null) 308 public function editAddressbookEntry($connectionId, $uri, $data, $dwuser = null) 337 public function deleteAddressbookEntry($connectionId, $uri, $dwuser = null) 365 public function getAddressbookEntries($connectionId, $dwuser = null) 417 …yname, $description, $type, $syncinterval = '3600', $write = false, $active = true, $dwuser = null)
|
/plugin/webdavclient/db/ |
H A D | update0001.sql | 9 dwuser text, field
|