Home
last modified time | relevance | path

Searched refs:sendMessage (Results 76 – 90 of 90) sorted by path

1234

/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
/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 DServerAnonBindHandler.php52 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
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(
H A DServerSearchHandler.php
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 DServerWhoAmIHandler.php49 $queue->sendMessage(new LdapMessageResponse(
/plugin/structtasks/_test/
H A DNotifiersTest.php351 $n->sendMessage(
409 $n->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/tgnotify/
H A Daction.php112 $url = 'https://api.telegram.org/bot' . $token . '/sendMessage';
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1235 * BC Break: Sabre_CalDAV_Schedule_IMip::sendMessage now has an extra argument.

1234