/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | MailHandler.php | 43 $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 D | ChromePHPHandler.php | 100 $this->send(); 116 * @see send() 126 $this->send(); 134 protected function send(): void function in Monolog\\Handler\\ChromePHPHandler
|
H A D | LogglyHandler.php | 124 $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 D | SwiftMailerHandler.php | 52 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 D | Sendmail.php | 55 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 D | getLocation.js | 44 xmlhttp.send(); 72 xmlhttp.send(); 81 xmlhttp.send(); 90 xmlhttp.send(); 99 xmlhttp.send();
|
/plugin/findologicxmlexport/vendor/hoa/exception/ |
H A D | Exception.php | 75 $this->send(); 85 public function send() function in Hoa\\Exception\\Exception
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | FirebaseCloudMessaging.php | 70 'send' => [ 71 'path' => 'v1/{+parent}/messages:send',
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | Paging.php | 109 $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 D | Client.php | 228 $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 D | MailerTest.php | 32 $status = $this->smtp->send($this->message); 46 ->send();
|
H A D | SMTPTest.php | 67 $status = $this->smtp->send($message); 85 $this->smtp->send($message);
|
/plugin/webdav/vendor/sabre/event/lib/ |
H A D | coroutine.php | 72 $generator->send($value); 98 $generator->send($yieldedValue);
|
/plugin/authfacebook/lib/HttpClients/ |
H A D | FacebookGuzzleHttpClient.php | 52 public function send($url, $method, $body, array $headers, $timeOut) function in Facebook\\HttpClients\\FacebookGuzzleHttpClient 64 $rawResponse = $this->guzzleClient->send($request);
|
H A D | FacebookHttpClientInterface.php | 46 public function send($url, $method, $body, array $headers, $timeOut); function
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | LdapClient.php | 309 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 D | script.js | 64 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 D | UdpSocket.php | 49 $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 D | Client.php | 201 * 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 D | README.textile | 5 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 D | Socket.php | 109 function send($sendString) { function in Socket 127 $bytesSent = $this->send($sendString);
|
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/ |
H A D | Guzzle5HttpHandler.php | 55 $response = $this->client->send( 75 $futureResponse = $this->client->send(
|
/plugin/smtp/subtree/txtthinking/Mailer/src/ |
H A D | Mailer.php | 168 public function send(){ function in Tx\\Mailer 169 return $this->smtp->send($this->message);
|
/plugin/smtp/subtree/txtthinking/Mailer/ |
H A D | README.md | 27 ->send(); 49 $ok = $smtp->send($message);
|
/plugin/recommend/ |
H A D | script.js | 75 recommend.$dialog.find('button[type=submit]').click(recommend.send); 132 send: function (e) { method in recommend
|