Lines Matching defs:data
31 * @param array $data instructions by handler
35 protected function beforeVal(&$data, $colno)
37 if ($data['sepbyheaders'] && $colno === 0) {
38 return $data['headers'][$colno];
47 * @param array $data
51 protected function afterVal(&$data, $colno)
53 if ($data['sepbyheaders']) {
54 return $data['headers'][$colno + 1];
64 * @param array $data instruction by handler
67 public function preList($clist, $data)
69 return '<div class="dataaggregation"><ul class="dataplugin_list ' . $data['classes'] . '">';
75 * @param array $data instruction by handler()
79 public function nullList($data, $clist, $R)
81 $R->doc .= '<div class="dataaggregation"><p class="dataplugin_list ' . $data['classes'] . '">';
89 * @param array $data instruction by handler()
93 public function postList($data, $rowcnt)