Lines Matching refs:null

13   protected $sqlite = null;
28 if($this->sqlite === null)
39 $this->sqlite = null;
53 private function getMeta($id = null) {
57 if ($id === null) $id = $ID;
74 public function getCalendarMetaForPage($id = null)
158 public function getCalendarPagesByMeta($id = null)
232 public function getCalendarColorForPage($id = null)
288 public function setCalendarColorForPage($color, $id = null)
325 public function setCalendarNameForPage($name, $description, $id = null, $userid = null)
434 public function savePersonalSettings($settings, $userid = null)
479 public function getPersonalSettings($userid = null)
525 public function getCalendarIdForPage($id = null)
618 public function createCalendarForPage($name, $description, $id = null, $userid = null)
805 $dtStamp = new \DateTime(null, new \DateTimeZone('UTC'));
977 …ublic function getEventsWithinDateRange($id, $user, $startDate, $endDate, $timezone, $color = null)
991 $startTs = null;
992 $endTs = null;
993 if($startDate !== null)
998 if($endDate !== null)
1044 if($recurrence != null)
1052 … if(($endTs !== null) && ($rEvents->getDtStart()->getTimestamp() > $endTs->getTimestamp()))
1056 … if(($startTs != null) && ($rEvents->getDtEnd()->getTimestamp() < $startTs->getTimestamp()))
1091 if($start !== null)
1112 if($end !== null)
1123 if($start !== null && $end == null && $duration !== null)
1133 if($description !== null)
1138 if($attachments !== null)
1310 $dtStamp = new \DateTime(null, new \DateTimeZone('UTC'));
1529 public function getSyncUrlForPage($id, $user = null)
1687 $componentType = null;
1688 $component = null;
1689 $firstOccurence = null;
1690 $lastOccurence = null;
1691 $uid = null;
1776 $componentType = null;
1778 $timeRange = null;
1901 public function getChangesForCalendar($calid, $syncToken, $syncLevel, $limit = null)
1906 if ($currentToken === false) return null;
1927 return null;