Home
last modified time | relevance | path

Searched refs:send (Results 76 – 100 of 386) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md32 * #45: Don't send more data than what is promised in the HTTP content-length.
165 * Changed: Response::send() is now Sapi::sendResponse($response).
216 * Added: Response::send
H A DREADME.md197 $response = $client->send($request);
317 $response = $client->send($subRequest);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php188 $client->send($request);
241 $response = $client->send($request);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md373 * Added: It's now possible to send parser options to the splitter classes.
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php47 $response = $client->send($subRequest);
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php87 function send(RequestInterface $request) { function in Sabre\\HTTP\\Client
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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 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/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 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.
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 …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php30 public function send(RequestInterface $request, array $options = []); function
H A DClient.php126 public function send(RequestInterface $request, array $options = []) function in GuzzleHttp\\Client
/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/google/apiclient-services/src/
H A DFirebaseCloudMessaging.php70 'send' => [
71 'path' => 'v1/{+parent}/messages:send',
H A DGmail.php227 ],'send' => [
228 'path' => 'gmail/v1/users/{userId}/drafts/send',
542 ],'send' => [
543 'path' => 'gmail/v1/users/{userId}/messages/send',
/plugin/authgooglesheets/
H A Dcomposer.lock546 …"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGrid…
549 "ext-openssl": "Required to send log messages using SSL",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersMessages.php207 public function send($userId, Message $postBody, $optParams = []) function in Google\\Service\\Gmail\\Resource\\UsersMessages
/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/google/apiclient-services/src/FirebaseCloudMessaging/Resource/
H A DProjectsMessages.php45 public function send($parent, SendMessageRequest $postBody, $optParams = []) function in Google\\Service\\FirebaseCloudMessaging\\Resource\\ProjectsMessages

12345678910>>...16