Lines Matching refs:ar
263 function getSimpleKeyValue($ar,$which="") { argument
268 if(!is_array($ar)) return false;
269 foreach ($ar As $key=>$val) {
345 function create_list($ar) { argument
347 for($i=0; $i<count($ar); $i++) {
348 $list .= "$i) ". $ar[$i] . "\n";
381 $ar = $this->getcurrent('relation',$which);
383 if(is_array($ar)) {
384 $references = array_keys($ar); // references here refers to either images or links
386 else $references = $ar;
393 $vals = array_values($ar);
404 return $ar;