Home
last modified time | relevance | path

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

1234

/dports/graphics/opendx/dx-4.4.4/src/uipp/java/server/
H A DDXServer.java222 public synchronized static int getUserCount() in getUserCount() method in DXServer
313 if ( existing.getUserCount() == 0 ) { in CleanUp()
401 else if ( existing.getUserCount() < minEntry.getUserCount() ) { in NewConnection()
405 else if ( existing.getUserCount() == minEntry.getUserCount() ) { in NewConnection()
411 if ( ( minEntry != null ) && ( minEntry.getUserCount() == 0 ) ) in NewConnection()
423 if ( ( ce != null ) && ( ce.getUserCount() >= 1 ) && ( more_capacity ) ) in NewConnection()
H A DStatusThread.java47 um.setUserCount(DXServer.getUserCount()); in users()
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/MustRead/
H A DController.php111 'sent' => $this->getUserCount($itemId, 'sent'),
112 'open' => $this->getUserCount($itemId, 'open'),
113 'unopen' => $this->getUserCount($itemId, 'unopen'),
122 $count = $this->getUserCount($itemId, 'open') . '-' . $this->getUserCount($itemId, 'sent');
436 protected function getUserCount($itemId, $list) function in Services_MustRead_Controller
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DUserRepository.php246 private function getUserCount(): int function in Fisharebest\\Webtrees\\Statistics\\Repository\\UserRepository
266 return I18N::number($this->getUserCount());
282 return I18N::number($this->getUserCount() - $this->getAdminCount());
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/user/
H A DUserMultiProvider.java92 public int getUserCount() in getUserCount() method in UserMultiProvider
98 total += provider.getUserCount(); in getUserCount()
139 totalUserCount += provider.getUserCount(); in getUsers()
H A DUserProvider.java68 int getUserCount(); in getUserCount() method
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/scriptengine/
H A DClientManagerScript.cpp50 quint64 ClientManagerScript::getUserCount() const{ in getUserCount() function in ClientManagerScript
51 return CM->getUserCount(); in getUserCount()
H A DClientManagerScript.h31 quint64 getUserCount() const;
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/scriptengine/
H A DClientManagerScript.cpp50 quint64 ClientManagerScript::getUserCount() const{ in getUserCount() function in ClientManagerScript
51 return CM->getUserCount(); in getUserCount()
H A DClientManagerScript.h31 quint64 getUserCount() const;
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/scriptengine/
H A DClientManagerScript.cpp50 quint64 ClientManagerScript::getUserCount() const{ in getUserCount() function in ClientManagerScript
51 return CM->getUserCount(); in getUserCount()
H A DClientManagerScript.h31 quint64 getUserCount() const;
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/scriptengine/
H A DClientManagerScript.cpp50 quint64 ClientManagerScript::getUserCount() const{ in getUserCount() function in ClientManagerScript
51 return CM->getUserCount(); in getUserCount()
H A DClientManagerScript.h31 quint64 getUserCount() const;
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/scriptengine/
H A DClientManagerScript.cpp50 quint64 ClientManagerScript::getUserCount() const{ in getUserCount() function in ClientManagerScript
51 return CM->getUserCount(); in getUserCount()
H A DClientManagerScript.h31 quint64 getUserCount() const;
/dports/www/nextcloud/nextcloud/lib/private/Support/Subscription/
H A DRegistry.php177 $userCount = $this->getUserCount();
187 private function getUserCount(): int { function in OC\\Support\\Subscription\\Registry
/dports/audio/ampache/ampache-php74-5.0.0/src/Gui/Stats/
H A DCatalogStatsInterface.php29 public function getUserCount(): int; function
H A DCatalogStats.php42 public function getUserCount(): int function in Ampache\\Gui\\Stats\\CatalogStats
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Partners/
H A DCertificationStatus.php61 public function getUserCount() function in Google_Service_Partners_CertificationStatus
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Partners/
H A DCertificationStatus.php61 public function getUserCount() function in Google_Service_Partners_CertificationStatus
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/protocol/
H A DusersMsg.java18 public int getUserCount() { return userCnt; } in getUserCount() method in usersMsg
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/admin/users/
H A Dmain.php153 …er->getVar('uname', 'n') != $_REQUEST['username'] && $member_handler->getUserCount(new Criteria('u…
157 …tuser->getVar('email', 'n') != $_REQUEST['email'] && $member_handler->getUserCount(new Criteria('e…
235 …if ($member_handler->getUserCount(new Criteria('uname', $myts->addSlashes($_REQUEST['username'])))…
344 $acttotal = $member_handler->getUserCount(new Criteria('level', 0, '>'));
345 $inacttotal = $member_handler->getUserCount(new Criteria('level', 0));
764 $users_count = $member_handler->getUserCount();
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/test/java/org/jivesoftware/openfire/user/
H A DUserManagerTest.java108 int count = userManager.getUserCount(); in createThenDeleteUserAndVerifyDeletionResults()
114 count = userManager.getUserCount(); in createThenDeleteUserAndVerifyDeletionResults()
124 final int result = userManager.getUserCount(); in verifyUserCountIsTwo()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DCookieSession.java620 int count = CookieSession.getUserCount(); in tooManyUsers()
677 getUserCount(); in getGuestCount()
685 public static int getUserCount() { in getUserCount() method in CookieSession

1234