Home
last modified time | relevance | path

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

12

/plugin/likeit/
H A Dsyntax.php110 $renderer->doc .= $H->getUserCount();
120 $renderer->doc .= hsc($this->getLang('likeit')) ." (". $H->getUserCount() .")" ;
H A Dhelper.php53 public function getUserCount() { function in helper_plugin_likeit
H A Daction.php88 'count' => $Hlikeit->getUserCount(),
/plugin/authsmartcard/
H A Dauth.php230 public function getUserCount($filter = array()) { function in auth_plugin_authsmartcard
231 return parent::getUserCount($filter);
/plugin/authdrupal8/
H A Dauth.php29 protected $getUserCount = "SELECT COUNT(*) AS num FROM %{drupalPrefix}users_field_data WHERE status = 1";
54 $this->cando['getUserCount'] = true; // can the number of users be retrieved?
229 public function getUserCount($filter=array()) {
232 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $this->getUserCount);
34 protected $getUserCount = "SELECT COUNT(*) AS num FROM %{drupalPrefix}users_field_data WHERE status = 1"; global() variable in auth_plugin_authdrupal8
240 public function getUserCount($filter=array()) { global() function in auth_plugin_authdrupal8
/plugin/authchained/
H A Dauth.php330 public function getUserCount($filter = array()) { function in auth_plugin_authchained
332 return $this->usermanager_auth->getUserCount($filter);
/plugin/authgooglesheets/
H A Dauth.php128 public function getUserCount($filter = array()) function in auth_plugin_authgooglesheets
/plugin/fblogin/files/
H A Dfacebook.class.php222 function getUserCount($filter=array()) { function in auth_facebook
/plugin/botbouncer/admin/
H A Dclean.php108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/authsplit/
H A Dauth.php99 'getUsers', 'getUserCount', 'getGroups') as $cap) {
123 'getUserCount' => 'get user counts',
570 * Set getUserCount capability when implemented
575 public function getUserCount($filter = array()) { function in auth_plugin_authsplit
577 $result = $this->authplugins['secondary']->getUserCount($filter);
580 'authsplit:getUserCount(): secondary auth plugin\'s '.
581 'getUserCount() failed.', -1, __LINE__, __FILE__
/plugin/autogroup/
H A Daction.php170 $userCount = $auth->getUserCount();
/plugin/groupmanager/
H A 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/authwordpress/
H A Dauth.php94 $this->cando['getUserCount'] = true;
183 public function getUserCount($filter = array()) function in auth_plugin_authwordpress
/plugin/authg2fa/
H A Dadmin.php86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
/plugin/authnc/
H A DREADME.md11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
H A Dauth.php284 public function getUserCount($filter = array()) function in auth_plugin_authnc
/plugin/authowncloud/
H A Dauth.php234 public function getUserCount($filter = array()){ function in auth_plugin_authowncloud
/plugin/authopenldapkerberos/
H A Dauth.php99 public function getUserCount($filter = array()) function in auth_plugin_authopenldapkerberos
/plugin/authsqlite/
H A Dauth.php123 public function getUserCount($filter = array()) { function in auth_plugin_authsqlite
/plugin/authdrupal7/
H A Dauth.php234 public function getUserCount() { function in auth_plugin_authdrupal7
/plugin/authremoteuser/
H A Dauth.php267 public function getUserCount($filter = array()) { function in auth_plugin_authremoteuser
/plugin/authvk/
H A Dauth.php270 public function getUserCount($filter = array()) { function in auth_plugin_authvk
/plugin/authyubikey/
H A Dauth.php.org48 $this->cando['getUserCount'] = true;
244 public function getUserCount($filter = array()) {
/plugin/authimap2/
H A Dauth.php321 public function getUserCount($filter = array()) { function in auth_plugin_authimap2
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php534 function getUserCount($filter=array()) { function in auth_shibboleth

12