Home
last modified time | relevance | path

Searched refs:connectionId (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/executor/
H A Dmulti_client_executor.c52 int32 connectionId = INVALID_CONNECTION_ID; in AllocateConnectionId() local
60 connectionId = connIndex; in AllocateConnectionId()
65 return connectionId; in AllocateConnectionId()
81 int32 connectionId = AllocateConnectionId(); in MultiClientConnect() local
84 if (connectionId == INVALID_CONNECTION_ID) in MultiClientConnect()
87 return connectionId; in MultiClientConnect()
112 connectionId = INVALID_CONNECTION_ID; in MultiClientConnect()
115 return connectionId; in MultiClientConnect()
121 MultiClientDisconnect(int32 connectionId) in MultiClientDisconnect() argument
171 MultiClientResultStatus(int32 connectionId) in MultiClientResultStatus() argument
[all …]
/dports/deskutils/maliit-framework/framework-2.1.1/connection/
H A Dminputcontextconnection.cpp204 if (activeConnection != connectionId) in showInputMethod()
214 if (activeConnection != connectionId) in hideInputMethod()
224 if (activeConnection != connectionId) in mouseClickedOnPreedit()
234 if (activeConnection != connectionId) in setPreedit()
245 if (activeConnection != connectionId) in reset()
263 if (activeConnection != connectionId) in updateWidgetInformation()
283 if (activeConnection != connectionId) in receivedAppOrientationAboutToChange()
298 if (activeConnection != connectionId) in receivedAppOrientationChanged()
312 if (activeConnection != connectionId) in setCopyPasteState()
324 if (activeConnection != connectionId) in processKeyEvent()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Cache/
H A DMemcachedConnector.php13 * @param string|null $connectionId
18 …public function connect(array $servers, $connectionId = null, array $options = [], array $credenti… argument
21 $connectionId, $credentials, $options
41 * @param string|null $connectionId
46 protected function getMemcached($connectionId, array $credentials, array $options) argument
48 $memcached = $this->createMemcachedInstance($connectionId);
64 * @param string|null $connectionId
67 protected function createMemcachedInstance($connectionId) argument
69 return empty($connectionId) ? new Memcached : new Memcached($connectionId);
/dports/devel/R-cran-parallelly/parallelly/tests/
H A DisConnectionValid.R8 id <- connectionId(con)
14 id <- connectionId(con)
20 id <- connectionId(con)
29 print(connectionId(x$stderr))
30 print(connectionId(x$con))
33 print(connectionId(y$stderr))
34 print(connectionId(y$con))
40 connectionId(x$stderr) == 2L,
43 identical(connectionId(y$stderr), connectionId(x$stderr)),
44 connectionId(x$con) >= 3L,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
H A DJMXConnectionNotification.java158 String connectionId, in JMXConnectionNotification() argument
173 if (type == null || source == null || connectionId == null) in JMXConnectionNotification()
177 this.connectionId = connectionId; in JMXConnectionNotification()
194 return connectionId; in getConnectionId()
201 private final String connectionId; field in JMXConnectionNotification
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServer.java228 protected void connectionOpened(String connectionId, in connectionOpened() argument
232 if (connectionId == null) in connectionOpened()
236 connectionIds.add(connectionId); in connectionOpened()
263 protected void connectionClosed(String connectionId, in connectionClosed() argument
267 if (connectionId == null) in connectionClosed()
271 connectionIds.remove(connectionId); in connectionClosed()
298 protected void connectionFailed(String connectionId, in connectionFailed() argument
302 if (connectionId == null) in connectionFailed()
306 connectionIds.remove(connectionId); in connectionFailed()
313 private void sendNotification(String type, String connectionId, in sendNotification() argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/
H A Dpool-create-max-size.yml32 connectionId: 42
34 connectionId: 42
37 connectionId: 42
39 connectionId: 42
42 connectionId: 42
44 connectionId: 42
46 connectionId: 42
49 connectionId: 42
52 connectionId: 42
54 connectionId: 42
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/
H A Dpool-create-max-size.yml32 connectionId: 42
34 connectionId: 42
37 connectionId: 42
39 connectionId: 42
42 connectionId: 42
44 connectionId: 42
46 connectionId: 42
49 connectionId: 42
52 connectionId: 42
54 connectionId: 42
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/
H A Dpool-create-max-size.yml32 connectionId: 42
34 connectionId: 42
37 connectionId: 42
39 connectionId: 42
42 connectionId: 42
44 connectionId: 42
46 connectionId: 42
49 connectionId: 42
52 connectionId: 42
54 connectionId: 42
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/
H A Dpool-create-max-size.yml33 connectionId: 42
36 connectionId: 42
41 connectionId: 42
44 connectionId: 42
49 connectionId: 42
52 connectionId: 42
55 connectionId: 42
60 connectionId: 42
65 connectionId: 42
68 connectionId: 42
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/
H A Dpool-create-max-size.yml33 connectionId: 42
36 connectionId: 42
41 connectionId: 42
44 connectionId: 42
49 connectionId: 42
52 connectionId: 42
55 connectionId: 42
60 connectionId: 42
65 connectionId: 42
68 connectionId: 42
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Djoinchanneldialog.cpp60 server->connectionId()); in JoinChannelDialog()
69 … m_ui.networkNameCombo->setCurrentIndex(m_ui.networkNameCombo->findData(server->connectionId())); in JoinChannelDialog()
72 slotSelectedConnectionChanged(m_ui.networkNameCombo->findData(server->connectionId())); in JoinChannelDialog()
83 int JoinChannelDialog::connectionId() const in connectionId() function in Konversation::JoinChannelDialog
111 … int connectionId = m_ui.networkNameCombo->itemData(m_ui.networkNameCombo->currentIndex()).toInt(); in slotOk() local
128 int index = m_ui.networkNameCombo->findData(server->connectionId()); in slotNicknameChanged()
138 int connectionId = m_ui.networkNameCombo->itemData(i).toInt(); in slotConnectionListChanged() local
149 if (m_ui.networkNameCombo->findData(server->connectionId()) == -1) in slotConnectionListChanged()
152 server->connectionId()); in slotConnectionListChanged()
161 int connectionId = m_ui.networkNameCombo->itemData(index).toInt(); in slotSelectedConnectionChanged() local
[all …]
/dports/irc/konversation/konversation-21.12.3/src/dcc/
H A Dtransfermanager.cpp124 …TransferSend* TransferManager::rejectSend(int connectionId, const QString& partnerNick, const QStr… in rejectSend() argument
131 it->getConnectionId() == connectionId && in rejectSend()
147 Chat* TransferManager::rejectChat(int connectionId, const QString& partnerNick) in rejectChat() argument
154 it->connectionId() == connectionId && in rejectChat()
175 it->getConnectionId() == connectionId && in resumeDownload()
203 it->getConnectionId() == connectionId && in resumeUpload()
233 it->getConnectionId() == connectionId && in startReverseSending()
261 it->connectionId() == connectionId && in startReverseChat()
281 …void TransferManager::acceptDccGet(int connectionId, const QString& partnerNick, const QString& fi… in acceptDccGet() argument
283 …qCDebug(KONVERSATION_LOG) << "Server group ID: " << connectionId << ", partner: " << partnerNick <… in acceptDccGet()
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmulti_utilities.out205 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
207 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
210 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
212 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
214 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
216 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
218 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
220 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
224 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
226 DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx
[all …]
/dports/databases/pgfouine/pgfouine-1.2/include/postgresql/parsers/
H A DStderrPostgreSQLParser.class.php28 var $connectionId = false; variable in StderrPostgreSQLParser
44 $connectionId = $this->connectionId;
66 $connectionId = $matches[2][0];
76 $this->connectionId = $connectionId;
84 $line->setContextInformation($timestamp, $connectionId, $commandNumber, $lineNumber);
/dports/finance/prestashop/prestashop/src/Core/Domain/Customer/QueryResult/
H A DLastConnectionInformation.php37 private $connectionId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Customer\\QueryResult\\LastConnectionInformation
65 * @param int $connectionId
73 $connectionId, argument
80 $this->connectionId = $connectionId;
93 return $this->connectionId;

12345678910>>...38