Home
last modified time | relevance | path

Searched refs:getUserCount (Results 1 – 25 of 32) sorted by relevance

12

/plugin/likeit/
Dsyntax.php110 $renderer->doc .= $H->getUserCount();
120 $renderer->doc .= hsc($this->getLang('likeit')) ." (". $H->getUserCount() .")" ;
Dhelper.php53 public function getUserCount() { function in helper_plugin_likeit
Daction.php88 'count' => $Hlikeit->getUserCount(),
/plugin/authsmartcard/
Dauth.php230 public function getUserCount($filter = array()) { function in auth_plugin_authsmartcard
231 return parent::getUserCount($filter);
/plugin/authdrupal8/
Dauth.php29 …protected $getUserCount = "SELECT COUNT(*) AS num FROM %{drupalPrefix}users_field_data WHERE statu… variable in auth_plugin_authdrupal8
229 public function getUserCount($filter=array()) { function in auth_plugin_authdrupal8
232 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $this->getUserCount);
/plugin/authchained/
Dauth.php332 public function getUserCount($filter = array()) { function in auth_plugin_authchained
334 return $this->usermanager_auth->getUserCount($filter);
/plugin/authgooglesheets/
Dauth.php128 public function getUserCount($filter = array()) function in auth_plugin_authgooglesheets
/plugin/fblogin/files/
Dfacebook.class.php222 function getUserCount($filter=array()) { function in auth_facebook
/plugin/botbouncer/admin/
Dclean.php108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/authsplit/
Dauth.php575 public function getUserCount($filter = array()) { function in auth_plugin_authsplit
577 $result = $this->authplugins['secondary']->getUserCount($filter);
/plugin/autogroup/
Daction.php170 $userCount = $auth->getUserCount();
/plugin/groupmanager/
Dsyntax.php367 …is->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filter)…
415 …ary'], $this->_start + 1, $this->_last, $this->_user_total, $this->_auth->getUserCount()) . "</p>";
417 …$renderer->doc .= "<p>" . sprintf($this->lang['nonefound'], $this->_auth->getUserCount()) . "</p>";
/plugin/authnc/
DREADME.md11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
Dauth.php284 public function getUserCount($filter = array()) function in auth_plugin_authnc
/plugin/authwordpress/
Dauth.php199 public function getUserCount($filter = array()) function in auth_plugin_authwordpress
/plugin/authg2fa/
Dadmin.php86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/authowncloud/
Dauth.php234 public function getUserCount($filter = array()){ function in auth_plugin_authowncloud
/plugin/authopenldapkerberos/
Dauth.php99 public function getUserCount($filter = array()) function in auth_plugin_authopenldapkerberos
/plugin/authsqlite/
Dauth.php123 public function getUserCount($filter = array()) { function in auth_plugin_authsqlite
/plugin/authdrupal7/
Dauth.php234 public function getUserCount() { function in auth_plugin_authdrupal7
/plugin/authremoteuser/
Dauth.php267 public function getUserCount($filter = array()) { function in auth_plugin_authremoteuser
/plugin/authyubikey/
Dauth.php.org48 $this->cando['getUserCount'] = true;
244 public function getUserCount($filter = array()) {
/plugin/authvk/
Dauth.php270 public function getUserCount($filter = array()) { function in auth_plugin_authvk
/plugin/authimap2/
Dauth.php321 public function getUserCount($filter = array()) { function in auth_plugin_authimap2
/plugin/shibbolethauth/files/
Dshibboleth.class.php534 function getUserCount($filter=array()) { function in auth_shibboleth

12