Home
last modified time | relevance | path

Searched refs:recs (Results 1 – 3 of 3) sorted by relevance

/plugin/noiewarning/conf/
H A Dmetadata.php11 $recs= array ('', 'custom'); variable
20 if (!@in_array($a, $recs) and ($a!='')) $recs[]= $a;
26 $recs[]= 'N/A';
46 $meta['better'] = array('multichoice' , '_choices'=>$recs );
/plugin/do/
H A Dhelper.php285 $recs = (array)$task['users'];
286 $recs[] = $task['creator'];
287 $recs = array_unique($recs);
288 $recs = array_diff($recs, array($_SERVER['REMOTE_USER']));
302 $this->sendMail($recs, 'close', $task, $name, $commitmsg);
312 $this->sendMail($recs, 'reopen', $task, $name);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js