Lines Matching refs:ar
265 function getSimpleKeyValue($ar,$which="") { argument
270 if(!is_array($ar)) return false;
271 foreach ($ar As $key=>$val) {
347 function create_list($ar) { argument
349 for($i=0; $i<count($ar); $i++) {
350 $list .= '<li>'. $ar[$i] . "</li>\n";
383 $ar = $this->getcurrent('relation',$which);
385 if(is_array($ar)) {
386 $references = array_keys($ar); // references here refers to either images or links
388 else $references = $ar;
395 $vals = array_values($ar);
406 return $ar;