Lines Matching refs:ret
171 $ret = $initial_ws;
173 $ret[] = $caption;
174 $ret = array_merge($ret, $after_caption_ws);
177 $ret = array_merge($ret, $cols);
180 $ret[] = $thead;
181 $ret = array_merge($ret, $after_thead_ws);
184 $ret[] = $tfoot;
185 $ret = array_merge($ret, $after_tfoot_ws);
196 $ret[] = $node;
201 $ret[] = $current_tr_tbody;
208 $ret[] = $node;
216 $ret = array_merge($ret, $content);
219 return $ret;