Home
last modified time | relevance | path

Searched refs:hasUsers (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/concourse-fly/concourse-6.7.1/fly/commands/
H A Dget_team.go56 hasUsers := len(auth["users"]) != 0
59 if !hasUsers && !hasGroups {
62 } else if !hasUsers {
H A Dteams.go69 hasUsers := len(auth["users"]) != 0
72 if !hasUsers && !hasGroups {
75 } else if !hasUsers {
/dports/misc/concourse/concourse-6.7.2/fly/commands/
H A Dget_team.go56 hasUsers := len(auth["users"]) != 0
59 if !hasUsers && !hasGroups {
62 } else if !hasUsers {
H A Dteams.go69 hasUsers := len(auth["users"]) != 0
72 if !hasUsers && !hasGroups {
75 } else if !hasUsers {
/dports/net-im/beebeep/beebeep-code-r1476/src/sharedesktop/
H A DShareDesktop.h45 inline bool hasUsers() const;
69 inline bool ShareDesktop::hasUsers() const { return !m_userIdList.isEmpty(); } in hasUsers() function
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DChat.h48 inline bool hasUsers( const QList<VNumber>& ) const;
105 inline bool Chat::hasUsers( const QList<VNumber>& users_id ) const { return isDefault() ? true : m_… in hasUsers() function
H A DGroup.cpp68 bool Group::hasUsers( const QList<VNumber>& user_id_list ) const in hasUsers() function in Group
H A DGroup.h49 bool hasUsers( const QList<VNumber>& ) const;
H A DCoreShareDesktop.cpp83 if( !mp_shareDesktop->hasUsers() ) in stopShareDesktop()
H A DChatManager.cpp266 if( c.isGroup() && c.usersId().size() == user_list.size() && c.hasUsers( user_list ) ) in findGroupChatByUsers()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/model/
H A DReminder.php132 public function hasUsers(){ function in GO\\Base\\Model\\Reminder
164 if (!$this->hasUsers()) {
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DUseDef.h42 bool hasUsers() const { return !users_.empty(); } in hasUsers() function
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/User/
H A DDeletedUsersIndex.php89 public function hasUsers() { function in OCA\\User_LDAP\\User\\DeletedUsersIndex
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Optimizer/GraphOptimizer/
H A DTrainingPreparation.cpp126 RETURN_ERR_IF_NOT(!C->hasUsers(), "Constant is still in use."); in prepareFunctionForTraining()
/dports/www/bolt/bolt-2.2.24/src/Controllers/
H A DBackend.php1383 if ($app['integritychecker']->checkUserTableIntegrity() && $app['users']->hasUsers()) {
2060 $hasUsers = false;
2062 $hasUsers = $app['users']->hasUsers();
2067 if ($tableExists && !$hasUsers && $route == 'userfirst') {
2073 if (!$tableExists || !$hasUsers) {
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Importer/
H A DProtobufLoader.cpp203 if (!c->hasUsers()) { in deleteUnusedConstants()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dstorage_interface_impl.cpp986 const bool hasUsers = in isAdminDbValid() local
996 if (!hasUsers) { in isAdminDbValid()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DnsNSSComponent.cpp538 bool hasUsers; in AccountHasFamilySafetyEnabled() local
539 rv = parentalControlsKey->HasChild(usersString, &hasUsers); in AccountHasFamilySafetyEnabled()
544 if (!hasUsers) { in AccountHasFamilySafetyEnabled()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Optimizer/IROptimizer/
H A DIROptimizer.cpp304 if (!tv->hasUsers()) { in sinkTensorViews()
383 if (isa<AllocActivationInst>(I) && !I->hasUsers()) { in deleteDeadAllocs()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/
H A Dmain.cpp1009 bool hasUsers = lock.GetConfiguration().SetupRegisteredUsers(httpServer); in StartHttpServer() local
1012 !hasUsers) in StartHttpServer()
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DnsNSSComponent.cpp411 bool hasUsers; in AccountHasFamilySafetyEnabled() local
412 rv = parentalControlsKey->HasChild(usersString, &hasUsers); in AccountHasFamilySafetyEnabled()
417 if (!hasUsers) { in AccountHasFamilySafetyEnabled()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DnsNSSComponent.cpp375 bool hasUsers; in AccountHasFamilySafetyEnabled() local
376 rv = parentalControlsKey->HasChild(usersString, &hasUsers); in AccountHasFamilySafetyEnabled()
381 if (!hasUsers) { in AccountHasFamilySafetyEnabled()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A Dmain.cpp1021 bool hasUsers = lock.GetConfiguration().SetupRegisteredUsers(httpServer); in StartHttpServer() local
1024 !hasUsers) in StartHttpServer()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A Dmain.cpp1021 bool hasUsers = lock.GetConfiguration().SetupRegisteredUsers(httpServer); in StartHttpServer() local
1024 !hasUsers) in StartHttpServer()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/
H A Dmain.cpp1035 bool hasUsers = lock.GetConfiguration().SetupRegisteredUsers(httpServer); in StartHttpServer() local
1038 !hasUsers) in StartHttpServer()

12