Lines Matching refs:type
543 foreach($state_types as $type => $mode) {
544 if (($state == 'Closed' && $type == 'Open')
545 || ($state == 'Open' && $type == 'Re-Opened')) {
550 if (isset($tla[$type])) {
551 echo ' class="'.$tla[$type].'"';
553 if ($type == $state) {
556 echo ">$type</option>\n";
689 foreach ($options as $val => $type) {
694 echo '><label for="boolean' . $val . '">'.$type.'</label>';
1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment') argument
1456 $bug_id, $from, $from_name, $comment, $type