Searched refs:groupname (Results 1 – 10 of 10) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.pdflib.old.class.php | 31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument
|
H A D | output.pdflib.1.6.class.php | 126 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument 127 $fqgn = $this->_fqn($groupname, true);
|
H A D | output.fpdf.class.php | 128 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument 130 if (is_null($groupname)) { 132 $groupname = "__generated_group_".$generated_group_index; 136 $this->pdf->add_field_radio($x, $y, $w, $h, $groupname, $value, $checked);
|
H A D | output._interface.class.php | 31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { } argument
|
H A D | output.pcl.class.php | 264 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ } argument
|
H A D | output.png.class.php | 315 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ } argument
|
/plugin/approve/ |
H A D | helper.php |
|
/plugin/xcom/lang/en/ |
H A D | functions.txt | 121 ^Description|Add an ACL rule. Use ''@groupname'' instead of ''user'' to add an ACL rule for a group| 127 ^Description|Delete any ACL rule matching the given scope and user. Use ''@groupname'' instead of '…
|
/plugin/authfacebook/ |
H A D | auth.php | 251 foreach(array_intersect_key($mapgroups,$usergroups) as $groupid => $groupname){
|
/plugin/groupmanager/ |
H A D | README | 50 convention “wg_[groupname]_[role]”. This is not required by the syntax, but I would
|