/plugin/likeit/ |
H A D | syntax.php | 110 $renderer->doc .= $H->getUserCount(); 120 $renderer->doc .= hsc($this->getLang('likeit')) ." (". $H->getUserCount() .")" ;
|
H A D | helper.php | 53 public function getUserCount() { function in helper_plugin_likeit
|
H A D | action.php | 88 'count' => $Hlikeit->getUserCount(),
|
/plugin/authsmartcard/ |
H A D | auth.php | 230 public function getUserCount($filter = array()) { function in auth_plugin_authsmartcard 231 return parent::getUserCount($filter);
|
/plugin/authdrupal8/ |
H A D | auth.php | 29 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 D | auth.php | 117 case 'getUserCount': 330 public function getUserCount($filter = array()) { function in auth_plugin_authchained 331 if(!is_null($this->usermanager_auth) && $this->canDo('getUserCount') ){ 332 return $this->usermanager_auth->getUserCount($filter);
|
/plugin/authgooglesheets/ |
H A D | auth.php | 128 public function getUserCount($filter = array()) function in auth_plugin_authgooglesheets
|
/plugin/fblogin/files/ |
H A D | facebook.class.php | 222 function getUserCount($filter=array()) { function in auth_facebook
|
/plugin/botbouncer/admin/ |
H A D | clean.php | 108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
|
/plugin/authsplit/ |
H A D | auth.php | 99 '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 D | action.php | 170 $userCount = $auth->getUserCount();
|
/plugin/groupmanager/ |
H A D | syntax.php | 367 …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 D | auth.php | 94 $this->cando['getUserCount'] = true; 183 public function getUserCount($filter = array()) function in auth_plugin_authwordpress
|
/plugin/authg2fa/ |
H A D | admin.php | 86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
|
/plugin/authnc/ |
H A D | README.md | 11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
|
H A D | auth.php | 284 public function getUserCount($filter = array()) function in auth_plugin_authnc
|
/plugin/authowncloud/ |
H A D | auth.php | 234 public function getUserCount($filter = array()){ function in auth_plugin_authowncloud
|
/plugin/authopenldapkerberos/ |
H A D | auth.php | 99 public function getUserCount($filter = array()) function in auth_plugin_authopenldapkerberos
|
/plugin/authsqlite/ |
H A D | auth.php | 123 public function getUserCount($filter = array()) { function in auth_plugin_authsqlite
|
/plugin/authdrupal7/ |
H A D | auth.php | 234 public function getUserCount() { function in auth_plugin_authdrupal7
|
/plugin/authremoteuser/ |
H A D | auth.php | 267 public function getUserCount($filter = array()) { function in auth_plugin_authremoteuser
|
/plugin/authvk/ |
H A D | auth.php | 270 public function getUserCount($filter = array()) { function in auth_plugin_authvk
|
/plugin/authyubikey/ |
H A D | auth.php.org | 48 $this->cando['getUserCount'] = true; 244 public function getUserCount($filter = array()) {
|
/plugin/authimap2/ |
H A D | auth.php | 321 public function getUserCount($filter = array()) { function in auth_plugin_authimap2
|
/plugin/shibbolethauth/files/ |
H A D | shibboleth.class.php | 534 function getUserCount($filter=array()) { function in auth_shibboleth
|