Home
last modified time | relevance | path

Searched refs:_group_name (Results 1 – 4 of 4) sorted by relevance

/plugin/groupadmin/
H A Dadmin.php21 var $_group_name = ''; variable in admin_plugin_groupadmin
87 $this->_group_name = $_REQUEST['groupname'];
89 $this->_group_name = null;
92 $this->_group_name = $_REQUEST['groupname'];
123 if ($this->_group_name == $group) {
132 if ($this->_group_name) {
135 $filter['grps'] = $this->_group_name;
196 $group_filter['grps'] = $this->_group_name;
205 if ($grpname != $this->_group_name) {
216 array_push($newuserinfo['grps'],$this->_group_name);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php13 var $_group_name; variable in RadioBox
50 $this->_group_name = $group_name;
115 $this->_group_name,
H A Dpdf.fpdf.php422 var $_group_name; variable in PDFFieldGroup
438 $this->_group_name = $group_name;
459 $this->_group_name,
485 "T" => $handler->_textstring($this->_group_name)));
889 return $this->_group_name;
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php326 var $_group_name; variable in PDFFieldGroup
342 $this->_group_name = $group_name;
363 $this->_group_name,
389 "T" => $handler->_textstring($this->_group_name)));
793 return $this->_group_name;