Home
last modified time | relevance | path

Searched refs:sessionType (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/session/
H A DDeliverRawTextTask.java41 private SessionType sessionType; field in DeliverRawTextTask
52 this.sessionType = SessionType.client; in DeliverRawTextTask()
56 this.sessionType = SessionType.outgoingServer; in DeliverRawTextTask()
59 this.sessionType = SessionType.component; in DeliverRawTextTask()
62 this.sessionType = SessionType.connectionManager; in DeliverRawTextTask()
72 this.sessionType = SessionType.incomingServer; in DeliverRawTextTask()
110 if (sessionType == SessionType.client) { in getSession()
113 else if (sessionType == SessionType.component) { in getSession()
116 else if (sessionType == SessionType.connectionManager) { in getSession()
119 else if (sessionType == SessionType.outgoingServer) { in getSession()
[all …]
H A DProcessPacketTask.java43 private SessionType sessionType; field in ProcessPacketTask
54 this.sessionType = SessionType.client; in ProcessPacketTask()
57 this.sessionType = SessionType.outgoingServer; in ProcessPacketTask()
60 this.sessionType = SessionType.component; in ProcessPacketTask()
63 this.sessionType = SessionType.connectionManager; in ProcessPacketTask()
73 this.sessionType = SessionType.incomingServer; in ProcessPacketTask()
130 if (sessionType == SessionType.client) { in getSession()
133 else if (sessionType == SessionType.component) { in getSession()
136 else if (sessionType == SessionType.connectionManager) { in getSession()
139 else if (sessionType == SessionType.outgoingServer) { in getSession()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DListener.hs26 class FileListener sessionType where
28 initSession :: IO (Maybe sessionType) -- ^ Just an initialized file listener,
35 killSession :: sessionType -> IO ()
41 …listen :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO StopList…
47 …listenRecursive :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO…
50 usesPolling :: sessionType -> Bool
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DListener.hs26 class FileListener sessionType where
28 initSession :: IO (Maybe sessionType) -- ^ Just an initialized file listener,
35 killSession :: sessionType -> IO ()
41 …listen :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO StopList…
47 …listenRecursive :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO…
50 usesPolling :: sessionType -> Bool
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DListener.hs26 class FileListener sessionType where
28 initSession :: IO (Maybe sessionType) -- ^ Just an initialized file listener,
35 killSession :: sessionType -> IO ()
41 …listen :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO StopList…
47 …listenRecursive :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO…
50 usesPolling :: sessionType -> Bool
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DListener.hs26 class FileListener sessionType where
28 initSession :: IO (Maybe sessionType) -- ^ Just an initialized file listener,
35 killSession :: sessionType -> IO ()
41 …listen :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO StopList…
47 …listenRecursive :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO…
50 usesPolling :: sessionType -> Bool
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DListener.hs26 class FileListener sessionType where
28 initSession :: IO (Maybe sessionType) -- ^ Just an initialized file listener,
35 killSession :: sessionType -> IO ()
41 …listen :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO StopList…
47 …listenRecursive :: WatchConfig -> sessionType -> FilePath -> ActionPredicate -> EventChannel -> IO…
50 usesPolling :: sessionType -> Bool
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Type/
H A DSessionInfo.php55 if(count($xml->sessionType))
56 $this->sessionType = (int)$xml->sessionType;
78 public $sessionType = null; variable in Kaltura\\Client\\Type\\SessionInfo
H A DSession.php56 if(count($xml->sessionType))
57 $this->sessionType = (int)$xml->sessionType;
79 public $sessionType = null; variable in Kaltura\\Client\\Type\\Session
H A DAppToken.php67 if(count($xml->sessionType))
68 $this->sessionType = (int)$xml->sessionType;
130 public $sessionType = null; variable in Kaltura\\Client\\Type\\AppToken
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/collector/
H A Dlogind_linux.go65 sessionType string member
123 for _, sessionType := range attrTypeValues {
126 count := sessions[logindSession{seat, remote, sessionType, class}]
130 seat, remote, sessionType, class)
244 sessionType, err := object.GetProperty(dbusObject + ".Session.Type")
249 sessionTypeStr, ok := sessionType.Value().(string)
267 sessionType: knownStringOrOther(sessionTypeStr, attrTypeValues),
/dports/sysutils/node_exporter/node_exporter-1.2.2/collector/
H A Dlogind_linux.go65 sessionType string member
123 for _, sessionType := range attrTypeValues {
126 count := sessions[logindSession{seat, remote, sessionType, class}]
130 seat, remote, sessionType, class)
244 sessionType, err := object.GetProperty(dbusObject + ".Session.Type")
249 sessionTypeStr, ok := sessionType.Value().(string)
267 sessionType: knownStringOrOther(sessionTypeStr, attrTypeValues),
/dports/x11/lightdm/lightdm-1.30.0/liblightdm-qt/
H A Dsessionsmodel.cpp36 void loadSessions(SessionsModel::SessionType sessionType);
54 void SessionsModelPrivate::loadSessions(SessionsModel::SessionType sessionType) in loadSessions() argument
58 switch (sessionType) { in loadSessions()
100 SessionsModel::SessionsModel(SessionsModel::SessionType sessionType, QObject *parent) : in SessionsModel() argument
110 d->loadSessions(sessionType); in SessionsModel()
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-esys/api/
H A DEsys_StartAuthSession.c28 TPM2_SE sessionType, in store_input_parameters() argument
34 esysContext->in.StartAuthSession.sessionType = sessionType; in store_input_parameters()
104 TPM2_SE sessionType, in Esys_StartAuthSession() argument
111 shandle2, shandle3, nonceCaller, sessionType, in Esys_StartAuthSession()
185 TPM2_SE sessionType, in Esys_StartAuthSession_Async() argument
193 esysContext, tpmKey, bind, nonceCaller, sessionType, in Esys_StartAuthSession_Async()
214 store_input_parameters(esysContext, tpmKey, bind, nonceCaller, sessionType, in Esys_StartAuthSession_Async()
246 encryptedSalt, sessionType, symmetric, in Esys_StartAuthSession_Async()
354 rsrc->misc.rsrc_session.sessionType = esysContext->in.StartAuthSession.sessionType; in Esys_StartAuthSession_Finish()
/dports/devel/eric6/eric6-21.11/eric/eric6/Globals/
H A D__init__.py160 def sessionType(): function
170 sessionType = os.environ.get("XDG_SESSION_TYPE", "").lower()
171 if "x11" in sessionType:
173 elif "wayland" in sessionType:
176 sessionType = os.environ.get("WAYLAND_DISPLAY", "").lower()
177 if "wayland" in sessionType:
190 return sessionType() == "Wayland"
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libkworkspace/
H A Dkworkspace.cpp128 const QByteArray sessionType = qgetenv("XDG_SESSION_TYPE"); in detectPlatform() local
129 if (sessionType.isEmpty()) { in detectPlatform()
132 if (qstrcmp(sessionType, "wayland") == 0) { in detectPlatform()
134 } else if (qstrcmp(sessionType, "x11") == 0) { in detectPlatform()
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dtestlib.c491 static int fuzzSession( const CRYPT_SESSION_TYPE sessionType, in fuzzSession() argument
498 ( sessionType == CRYPT_SESSION_SSH_SERVER || \ in fuzzSession()
499 sessionType == CRYPT_SESSION_SSL_SERVER || \ in fuzzSession()
500 sessionType == CRYPT_SESSION_OCSP_SERVER || \ in fuzzSession()
501 sessionType == CRYPT_SESSION_RTCS_SERVER || \ in fuzzSession()
502 sessionType == CRYPT_SESSION_TSP_SERVER || \ in fuzzSession()
503 sessionType == CRYPT_SESSION_CMP_SERVER || \ in fuzzSession()
504 sessionType == CRYPT_SESSION_SCEP_SERVER ) ? \ in fuzzSession()
527 if( sessionType == CRYPT_SESSION_SSH || \ in fuzzSession()
528 sessionType == CRYPT_SESSION_CMP ) in fuzzSession()
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-sys/api/
H A DTss2_Sys_StartAuthSession.c21 TPM2_SE sessionType, in Tss2_Sys_StartAuthSession_Prepare() argument
82 rval = Tss2_MU_UINT8_Marshal(sessionType, ctx->cmdBuffer, in Tss2_Sys_StartAuthSession_Prepare()
141 TPM2_SE sessionType, in Tss2_Sys_StartAuthSession() argument
154 …hSession_Prepare(sysContext, tpmKey, bind, nonceCaller, encryptedSalt, sessionType, symmetric, aut… in Tss2_Sys_StartAuthSession()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Ddesktopview.h28 Q_PROPERTY(SessionType sessionType READ sessionType CONSTANT)
62 SessionType sessionType() const;
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jms/src/main/java/org/springframework/jms/connection/
H A DJmsResourceHolder.java165 public Session getSession(Class<? extends Session> sessionType) { in getSession() argument
166 return getSession(sessionType, null); in getSession()
169 public Session getSession(Class<? extends Session> sessionType, Connection connection) { in getSession() argument
174 return CollectionUtils.findValueOfType(sessions, sessionType); in getSession()
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/daemon/
H A Dkdeconnectd.cpp116 const QByteArray sessionType = qgetenv("XDG_SESSION_TYPE"); in detectPlatform() local
117 if (sessionType.isEmpty()) { in detectPlatform()
120 if (qstrcmp(sessionType, "wayland") == 0) { in detectPlatform()
122 } else if (qstrcmp(sessionType, "x11") == 0) { in detectPlatform()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/jface/text/
H A DDocumentRewriteSession.java34 protected DocumentRewriteSession(DocumentRewriteSessionType sessionType) { in DocumentRewriteSession() argument
35 fSessionType= sessionType; in DocumentRewriteSession()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptses.c331 const CRYPT_SESSION_TYPE sessionType, in openSession()
381 REQUIRES( sessionType > CRYPT_SESSION_NONE && \ in openSession()
382 sessionType < CRYPT_SESSION_LAST ); in openSession()
390 status = mapValue( sessionType, &value, subtypeMapTbl, in openSession()
394 status = mapValue( sessionType, &value, basetypeMapTbl, in openSession()
482 if( ( sessionType != sessionBaseType ) || \ in openSession()
483 ( sessionType == CRYPT_SESSION_CERTSTORE_SERVER ) ) in openSession()
547 if( sessionType == CRYPT_SESSION_SSL || \ in openSession()
548 sessionType == CRYPT_SESSION_SSL_SERVER ) in openSession()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/inputdevices/
H A DHandRecognition.cpp15 const char* sessionType = g_getenv("XDG_SESSION_TYPE"); in HandRecognition() local
16 if (sessionType != nullptr && strcmp(sessionType, "x11") == 0) { in HandRecognition()
/dports/x11/sddm/sddm-0.19.0/src/daemon/
H A DDisplay.cpp96 QString Display::sessionType() const { in sessionType() function in SDDM::Display
97 return m_displayServer->sessionType(); in sessionType()
109 Session::Type sessionType = Session::X11Session; in attemptAutologin() local
118 sessionType = Session::WaylandSession; in attemptAutologin()
120 sessionType = Session::X11Session; in attemptAutologin()
127 session.setTo(sessionType, autologinSession); in attemptAutologin()

1234567891011