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