Home
last modified time | relevance | path

Searched refs:group_name (Results 1 – 4 of 4) sorted by last modified time

/plugin/authsmf20/
H A Dauth.php291 $this->_smf_user_groups[] = $row->group_name;
430 $groups[] = $row->group_name;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php427 $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 …]
H A Dbox.radiobutton.php38 function RadioBox($checked, $value, $group_name) { argument
50 $this->_group_name = $group_name;
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php331 $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 …]