Home
last modified time | relevance | path

Searched refs:sendMessage (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php138 $this->queue->sendMessage($this->responseFactory->getStandardResponse(
235 $this->queue->sendMessage($this->responseFactory->getStandardResponse(
252 $this->queue->sendMessage($this->responseFactory->getExtendedError(
260 $this->queue->sendMessage($this->responseFactory->getExtendedError(
302 $this->queue->sendMessage($this->responseFactory->getExtendedError(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerStartTlsHandler.php59 $queue->sendMessage(new LdapMessageResponse($message->getMessageId(), new ExtendedResponse(
68 $queue->sendMessage(new LdapMessageResponse($message->getMessageId(), new ExtendedResponse(
76 $queue->sendMessage(new LdapMessageResponse($message->getMessageId(), new ExtendedResponse(
H A DServerAnonBindHandler.php52 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
H A DServerWhoAmIHandler.php49 $queue->sendMessage(new LdapMessageResponse(
H A DServerSearchHandler.php
H A DServerBindHandler.php50 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
H A DServerDispatchHandler.php64 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
H A DServerRootDseHandler.php97 $queue->sendMessage(
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js20 function sendMessage(type, data) function
41 this.sendMessage = sendMessage;
54 sendMessage('cursor', {x: me.graphX / s - tr.x, y: me.graphY / s - tr.y});
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientUnbindHandler.php37 $queue->sendMessage($message);
H A DClientSaslBindHandler.php84 $queue->sendMessage($message);
200 $queue->sendMessage($messageTo);
H A DClientBasicHandler.php58 $queue->sendMessage($message);
/plugin/aichat/script/
H A DAIChatChat.js227 const response = await this.sendMessage(message);
314 async sendMessage(message) {
282 async sendMessage(message) { global() method in AIChatChat
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php59 public function sendMessage(LdapMessageResponse ...$response): self
40 public function sendMessage(LdapMessageResponse ...$response): ServerQueue global() function in FreeDSx\\Ldap\\Protocol\\Queue\\ServerQueue
H A DClientQueue.php92 public function sendMessage(LdapMessageRequest ...$messages): self
79 public function sendMessage(LdapMessageRequest ...$messages): ClientQueue global() function in FreeDSx\\Ldap\\Protocol\\Queue\\ClientQueue
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php57 $this->client->sendMessage([
/plugin/tgnotify/
H A Daction.php112 $url = 'https://api.telegram.org/bot' . $token . '/sendMessage';
/plugin/structtasks/
H A Daction.php86 $notifier->sendMessage($id, $title, $editor_name, $editor_email, $new_data, $old_data);
H A Dcli.php146 $n->sendMessage($task, $title, $editor_name, $editor_email, $data, $data);
/plugin/structtasks/meta/
H A DAbstractNotifier.php140 public function sendMessage($page_id, $page_title, $editor, $editor_email, $new_data, function in dokuwiki\\plugin\\structtasks\\meta\\AbstractNotifier
/plugin/etherpadlite/scripts/
H A Detherpadlite.js412 ep.sendMessage = function(func, data) { function
467 …ep.sendMessage('insertTags', {'tagOpen': tagOpen, 'tagClose' : tagClose, 'sampleText' : sampleText…
475 ep.sendMessage('insert', {'text': text});
490 …ep.sendMessage('insertTagsLn', {'tagOpen': props.open, 'tagClose' : props.close, 'sampleText' : sa…
510 …ep.sendMessage('insertTags', {'tagOpen': '[['+link+'|', 'tagClose' : ']]', 'sampleText' : title, '…
/plugin/structtasks/_test/
H A DNotifiersTest.php351 $n->sendMessage(
409 $n->sendMessage(
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt677 sendMessage=sendMessage
H A Ddia_ru.txt677 sendMessage=Отправить
H A Ddia_bg.txt677 sendMessage=Изпращане

1234