Lines Matching refs:clist
259 $clist = array_keys($dataau['cols']);
266 $this->nullList($dataau, $clist, $R);
282 foreach($clist as $index => $col) {
289 $R->doc .= $this->preList($clist, $dataau);
306 $dataau['cols'][$clist[$num]],
358 * @param array $clist keys of the columns
362 function preList($clist, $dataau) { argument
404 $ckey = $clist[$num];
445 $key = 'dataflt[' . $dataau['cols'][$clist[$num]]['colname'] . '*~' . ']';
469 * @param array $clist keys of the columns
472 function nullList($dataau, $clist, $R) { argument
473 $R->doc .= $this->preList($clist, $dataau);
475 $R->tablecell_open(count($clist), 'center');