Lines Matching refs:row

156         while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
159 if ($row['components']) {
160 $components = explode(',', $row['components']);
164 'id' => $row['id'],
165 'uri' => $row['uri'],
166 … 'principaluri' => $row['principaluri'],
170 …alendar-transp' => new CalDAV\Xml\Property\ScheduleCalendarTransp($row['transparent'] ? 't…
175 $calendar[$xmlName] = $row[$dbName];
353 foreach ($stmt->fetchAll(\PDO::FETCH_ASSOC) as $row) {
355 'id' => $row['id'],
356 'uri' => $row['uri'],
357 'lastmodified' => $row['lastmodified'],
358 'etag' => '"' . $row['etag'] . '"',
359 'calendarid' => $row['calendarid'],
360 'size' => (int)$row['size'],
361 'component' => strtolower($row['componenttype']),
389 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
391 if (!$row) return null;
394 'id' => $row['id'],
395 'uri' => $row['uri'],
396 'lastmodified' => $row['lastmodified'],
397 'etag' => '"' . $row['etag'] . '"',
398 'calendarid' => $row['calendarid'],
399 'size' => (int)$row['size'],
400 'calendardata' => $row['calendardata'],
401 'component' => strtolower($row['componenttype']),
429 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
432 'id' => $row['id'],
433 'uri' => $row['uri'],
434 'lastmodified' => $row['lastmodified'],
435 'etag' => '"' . $row['etag'] . '"',
436 'calendarid' => $row['calendarid'],
437 'size' => (int)$row['size'],
438 'calendardata' => $row['calendardata'],
439 'component' => strtolower($row['componenttype']),
729 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
731 if (!$this->validateFilterForObject($row, $filters)) {
735 $result[] = $row['uri'];
781 if ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
782 return $row['calendaruri'] . '/' . $row['objecturi'];
872 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
874 $changes[$row['uri']] = $row['operation'];
975 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
978 'id' => $row['id'],
979 'uri' => $row['uri'],
980 'principaluri' => $row['principaluri'],
981 'source' => $row['source'],
982 'lastmodified' => $row['lastmodified'],
988 if (!is_null($row[$dbName])) {
989 $subscription[$xmlName] = $row[$dbName];
1133 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
1135 if (!$row) return null;
1138 'uri' => $row['uri'],
1139 'calendardata' => $row['calendardata'],
1140 'lastmodified' => $row['lastmodified'],
1141 'etag' => '"' . $row['etag'] . '"',
1142 'size' => (int)$row['size'],
1164 foreach ($stmt->fetchAll(\PDO::FETCH_ASSOC) as $row) {
1166 'calendardata' => $row['calendardata'],
1167 'uri' => $row['uri'],
1168 'lastmodified' => $row['lastmodified'],
1169 'etag' => '"' . $row['etag'] . '"',
1170 'size' => (int)$row['size'],