Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMailHandler.php43 $this->send((string) $this->getFormatter()->formatBatch($messages), $messages);
55 abstract protected function send(string $content, array $records): void; function in Monolog\\Handler\\MailHandler
62 $this->send((string) $record['formatted'], [$record]);
H A DChromePHPHandler.php100 $this->send();
116 * @see send()
126 $this->send();
134 protected function send(): void function in Monolog\\Handler\\ChromePHPHandler
H A DLogglyHandler.php124 $this->send($record["formatted"], static::ENDPOINT_SINGLE);
136 $this->send($this->getFormatter()->formatBatch($records), static::ENDPOINT_BATCH);
140 protected function send(string $data, string $endpoint): void function in Monolog\\Handler\\LogglyHandler
H A DSwiftMailerHandler.php52 protected function send(string $content, array $records): void function in Monolog\\Handler\\SwiftMailerHandler
54 $this->mailer->send($this->buildMessage($content, $records));
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php55 protected $send = false; variable in Swift_Connection_Sendmail
244 $this->send = true;
261 … if (!$this->send && strpos($command, " ")) $command = substr($command, strpos($command, " ")+1);
262 elseif ($this->send)
267 $this->send = (strtolower($command) == "data");
/plugin/geonav/js/
H A DgetLocation.js44 xmlhttp.send();
72 xmlhttp.send();
81 xmlhttp.send();
90 xmlhttp.send();
99 xmlhttp.send();
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php75 $this->send();
85 public function send() function in Hoa\\Exception\\Exception
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebaseCloudMessaging.php70 'send' => [
71 'path' => 'v1/{+parent}/messages:send',
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php109 $this->send(0);
124 return $this->send($size);
155 protected function send(?int $size = null)
132 protected function send(?int $size = null) global() function in FreeDSx\\Ldap\\Search\\Paging
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php228 $response = $this->send($request);
278 $this->send($request);
293 $response = $this->send($request);
341 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php32 $status = $this->smtp->send($this->message);
46 ->send();
H A DSMTPTest.php67 $status = $this->smtp->send($message);
85 $this->smtp->send($message);
/plugin/webdav/vendor/sabre/event/lib/
H A Dcoroutine.php72 $generator->send($value);
98 $generator->send($yieldedValue);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) function in Facebook\\HttpClients\\FacebookGuzzleHttpClient
64 $rawResponse = $this->guzzleClient->send($request);
H A DFacebookHttpClientInterface.php46 public function send($url, $method, $body, array $headers, $timeOut); function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php309 public function send(RequestInterface $request, Control ...$controls): ?LdapMessageResponse
311 return $this->handler()->send($request, ...$controls);
326 $response = $this->send($request, ...$controls);
343 $this->send(Operations::extended(ExtendedRequest::OID_START_TLS));
357 $this->send(Operations::unbind());
388 * addition to these, then pass them as a parameter to the send() method.
305 public function send(RequestInterface $request, Control ...$controls): ?LdapMessageResponse global() function in FreeDSx\\Ldap\\LdapClient
/plugin/infomail/
H A Dscript.js64 infomail.$dialog.find('button[type=submit]').click(infomail.send);
83 send: function (e) { method in infomail
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php49 $this->send($this->assembleMessage($line, $header));
60 protected function send(string $chunk): void function in Monolog\\Handler\\SyslogUdp\\UdpSocket
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php201 * Uses _bulk to send documents to the server.
230 return $bulk->send();
234 * Uses _bulk to send documents to the server.
264 return $bulk->send();
359 return $bulk->send();
483 return $bulk->send();
520 return $bulk->send();
545 $response = $this->_lastResponse = $request->send();
/plugin/groupmail/
H A DREADME.textile5 using. However, I wanted to use it to send out email to a group of people which
50 …orm with a "name","email address", "subject" and "comment" field. It will send an email to whateve…
90 | toemail=... | a (list of) email address(es) to send email to. |
91 | touser=... | a (list of) dokuwiki user account names to send email to. |
92 | togroup=... | a (list of) dokuwiki group names to send email to. |
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php109 function send($sendString) { function in Socket
127 $bytesSent = $this->send($sendString);
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php55 $response = $this->client->send(
75 $futureResponse = $this->client->send(
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php168 public function send(){ function in Tx\\Mailer
169 return $this->smtp->send($this->message);
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md27 ->send();
49 $ok = $smtp->send($message);
/plugin/recommend/
H A Dscript.js75 recommend.$dialog.find('button[type=submit]').click(recommend.send);
132 send: function (e) { method in recommend

12345678910>>...16