Lines Matching refs:types
65 * @param null $types
69 public function get_count($types=null, $includehidden=false) { argument
80 if(is_array($types)){
82 foreach($types as $type){
553 * @param array $types - a list of wanted comment sources (empty for all)
555 …public function tpl_count($fmt_zero_comments='', $fmt_one_comments='', $fmt_comments='', $types=nu… argument
568 $count = $this->get_count($types);
586 public function tpl_comments($name,$types=null) { argument
597 if(is_array($types)){
599 foreach($types as $type){
639 … public function tpl_recentcomments($tpl='default',$num=5,$blogs=array('default'),$types=array()){ argument
649 if(count($types)){
650 $types = $this->sqlitehelper->getDB()->quote_and_join($types,',');
651 $tquery = " AND B.source IN ($types) ";