Home
last modified time | relevance | path

Searched refs:getSessions (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/watch/
H A DWatchesPathReportTest.java56 Set<Long> s = r.getSessions("path1"); in testGetSessions()
60 s = r.getSessions("path2"); in testGetSessions()
63 assertNull(r.getSessions("path3")); in testGetSessions()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/spi/
H A DPresenceManagerImpl.java105 for (ClientSession session : sessionManager.getSessions(user.getUsername())) { in getPresence()
131 for (ClientSession session : sessionManager.getSessions(username)) { in getPresences()
344 for (ClientSession session : sessionManager.getSessions(prober.getNode())) { in probePresence()
353 Collection<ClientSession> sessions = sessionManager.getSessions(probee.getNode()); in probePresence()
457 for (ClientSession session : sessionManager.getSessions(userJID.getNode())) { in sendUnavailableFromSessions()
469 .getSessions(recipientJID.getNode())) { in sendUnavailableFromSessions()
593 for (ClientSession session : XMPPServer.getInstance().getSessionManager().getSessions()) { in serverStopping()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/mediaproxy/
H A DMediaProxy.java100 public Collection<MediaProxySession> getSessions() { in getSessions() method in MediaProxy
247 for (MediaProxySession session : getSessions()) { in stopProxy()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Session/
H A DSession.cpp113 return sessionConnector->getSessions(dtBegin, dtEnd); in history()
143 …EntryListMap history = sessionConnector->getSessions(Util::intToDate(minKey), Util::intToDate(maxK… in historyEntries()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DAbstractSessionManager.java363 public abstract int getSessions(); in getSessions() method in AbstractSessionManager
431 _minSessions=getSessions(); in resetStats()
432 _maxSessions=getSessions(); in resetStats()
561 if (getSessions()>this._maxSessions) in addSession()
562 this._maxSessions=getSessions(); in addSession()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DAbstractSessionManager.java363 public abstract int getSessions(); in getSessions() method in AbstractSessionManager
431 _minSessions=getSessions(); in resetStats()
432 _maxSessions=getSessions(); in resetStats()
561 if (getSessions()>this._maxSessions) in addSession()
562 this._maxSessions=getSessions(); in addSession()
/dports/databases/pgfouine/pgfouine-1.2/include/listeners/query/
H A DTsungSessionsListener.class.php36 function & getSessions() { function in TsungSessionsListener
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Spanner/
H A DListSessionsResponse.php43 public function getSessions() function in Google_Service_Spanner_ListSessionsResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/
H A DGoogleCloudApigeeV1ListDebugSessionsResponse.php43 public function getSessions() function in Google_Service_Apigee_GoogleCloudApigeeV1ListDebugSessionsResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/
H A DListSessionsResponse.php43 public function getSessions() function in Google_Service_Spanner_ListSessionsResponse
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/
H A DISessionManager.java53 public ISession[] getSessions(); in getSessions() method
/dports/net/freerdp/freerdp-2.5.0/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/application/
H A DGlobalApp.java112 static public Collection<SessionState> getSessions() in getSessions() method in GlobalApp
204 Collection<SessionState> sessions = GlobalApp.getSessions(); in run()
/dports/net/wangle/wangle-2021.12.27.00/wangle/client/ssl/test/
H A DTestUtil.h25 std::vector<std::pair<SSL_SESSION*, size_t>> getSessions();
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DSearchUserActivityResponse.php53 public function getSessions() function in Google_Service_AnalyticsReporting_SearchUserActivityResponse
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DSearchUserActivityResponse.php53 public function getSessions() function in Google_Service_AnalyticsReporting_SearchUserActivityResponse
/dports/net-im/nextcloud-talk/spreed/lib/Events/
H A DRemoveParticipantEvent.php54 public function getSessions(): array { function in OCA\\Talk\\Events\\RemoveParticipantEvent
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSessionSettings.cpp101 std::set<SessionID> sessions = s.getSessions(); in operator <<()
160 std::set < SessionID > SessionSettings::getSessions() const in getSessions() function in FIX::SessionSettings
H A DSocketAcceptor.cpp59 std::set<SessionID> sessions = s.getSessions(); in onConfigure()
81 std::set<SessionID> sessions = s.getSessions(); in onInitialize()
H A DThreadedSocketAcceptor.cpp57 std::set<SessionID> sessions = s.getSessions(); in onConfigure()
76 std::set<SessionID> sessions = s.getSessions(); in onInitialize()
H A DSSLSocketAcceptor.cpp177 std::set<SessionID> sessions = s.getSessions(); in onConfigure()
235 std::set<SessionID> sessions = s.getSessions(); in onInitialize()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Database/
H A DSession.h40 ::Session::EntryListMap getSessions(const QDateTime& dt_begin, const QDateTime& dt_end);
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/reports/
H A DTsungSessionsReport.class.php31 $sessions =& $listener->getSessions();
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/watch/
H A DWatchesPathReport.java69 public Set<Long> getSessions(String path) { in getSessions() method in WatchesPathReport
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/actions/
H A DRemoveActiveSessionAction.java47 ISession[] sessions = manager.getSessions(); in run()
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DSaveSessionDialog.cpp40 identifier = Utils::createIdentifier(QLatin1String("default"), SessionsManager::getSessions()); in SaveSessionDialog()

123456