Home
last modified time | relevance | path

Searched refs:_users (Results 1 – 2 of 2) sorted by relevance

/plugin/genericsso/
Dauth.php40 private array|null $_users = null; variable in auth_plugin_genericsso
295 if(is_null($this->_users)) {
296 $this->_users = [];
302 $this->_users[$row[0]] = [
321 $grps = array_key_exists($user, $this->_users) ? $this->_users[$user]['grps'] : [];
/plugin/freechat/phpfreechat/src/containers/
Dfile.class.php32 var $_users = array("nickid" => array(), variable in pfcContainer_File