Searched refs:group_name (Results 1 – 4 of 4) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.radiobutton.php | 38 function RadioBox($checked, $value, $group_name) { argument 50 $this->_group_name = $group_name;
|
H A D | pdf.fpdf.php | 427 $group_name) { argument 435 if (is_null($group_name) || $group_name == "") { 436 $group_name = sprintf("FieldGroup%d", $this->get_object_id()); 438 $this->_group_name = $group_name; 876 $group_name) { argument 880 $group_name); 1266 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) { argument 1267 if (isset($this->_form_radios[$group_name])) { 1268 $field =& $this->_form_radios[$group_name]; 1273 $group_name); [all …]
|
/plugin/authsmf20/ |
H A D | auth.php | 291 $this->_smf_user_groups[] = $row->group_name; 430 $groups[] = $row->group_name;
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 331 $group_name) { argument 339 if (is_null($group_name) || $group_name == "") { 340 $group_name = sprintf("FieldGroup%d", $this->get_object_id()); 342 $this->_group_name = $group_name; 780 $group_name) { argument 784 $group_name); 1177 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) { argument 1178 if (isset($this->_form_radios[$group_name])) { 1179 $field =& $this->_form_radios[$group_name]; 1184 $group_name); [all …]
|