Home
last modified time | relevance | path

Searched refs:send (Results 26 – 50 of 386) sorted by path

12345678910>>...16

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersDrafts.php115 public function send($userId, Draft $postBody, $optParams = []) function in Google\\Service\\Gmail\\Resource\\UsersDrafts
H A DUsersMessages.php207 public function send($userId, Message $postBody, $optParams = []) function in Google\\Service\\Gmail\\Resource\\UsersMessages
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php55 $response = $this->client->send(
75 $futureResponse = $this->client->send(
H A DGuzzle6HttpHandler.php47 return $this->client->send($request, $options);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md264 * No longer supports the `future` request option to send an async request.
270 * Added `requestAsync` and `sendAsync` to send request asynchronously.
271 * Added magic methods for `getAsync()`, `postAsync()`, etc. to send requests
286 now magic methods that will send synchronous requests.
302 * Reduced the number of stack frames needed to send requests.
331 by default where the value represents an un-encoded value to send over the
335 want to send requests over the wire using valid query string characters that do
346 * Added a `GuzzleHttp\Pool::send()` convenience method to match the docs.
504 * Throwing an exception when you attempt to send requests that have the
710 * Bug fix: Moving stream factory before send event to before building the stream. See #353
[all …]
H A DREADME.md8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
14 - Can send both synchronous and asynchronous requests using the same interface.
H A DUPGRADING.md147 option is now used to send a multipart/form-data POST request.
152 The `body` option no longer accepts an array to send POST requests. Please use
162 Guzzle now uses [RingPHP](http://ringphp.readthedocs.org/en/latest) to send
226 - No longer requires cURL to send requests.
339 $response = $request->send();
346 $response = $client->send($request);
351 - The `send` method no longer accepts more than one request. Use `sendAll` to
352 send multiple requests in parallel.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php126 public function send(RequestInterface $request, array $options = []) function in GuzzleHttp\\Client
H A DClientInterface.php30 public function send(RequestInterface $request, array $options = []); function
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md537 If you discover a security vulnerability within this package, please send an email to security@tide…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php140 $next = $this->generator->send($value);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md814 If you discover a security vulnerability within this package, please send an email to security@tide…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md144 * Added SendGridHandler to use the SendGrid API to send emails
146 * Added SqsHandler to send log records to an AWS SQS queue
423 * Added LogEntriesHandler to send logs to a LogEntries account
439 * Added FlowdockHandler to send logs to a Flowdock account
440 * Added RollbarHandler to send logs to a Rollbar account
455 * Added SyslogUdpHandler to send logs to a remote syslogd server
456 * Added LogglyHandler to send logs to a Loggly account
470 * Added HipChatHandler to send logs to a HipChat chat room
472 * Added NewRelicHandler to send logs to NewRelic's service
521 * Added PushoverHandler to send mobile notifications
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php76 public static function send(): void function in Monolog\\Handler\\BrowserConsoleHandler
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 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 DMandrillHandler.php53 protected function send(string $content, array $records): void function in Monolog\\Handler\\MandrillHandler
H A DNativeMailerHandler.php114 protected function send(string $content, array $records): void function in Monolog\\Handler\\NativeMailerHandler
H A DSendGridHandler.php77 protected function send(string $content, array $records): void function in Monolog\\Handler\\SendGridHandler
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/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/authucenter/lib/uc_client/control/
H A Duser.php100 $_ENV['note']->send();
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php201 $_ENV['note']->send();
217 $_ENV['mail']->send();
H A Dmail.php91 function send() { function in mailmodel

12345678910>>...16