Home
last modified time | relevance | path

Searched refs:send (Results 76 – 100 of 386) sorted by relevance

12345678910>>...16

/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js79 oXmlHttp.send( null ) ;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php160 * @param Index $index the index to send the mappings to
161 * @param array $query Query string parameters to send with mapping
165 public function send(Index $index, array $query = []): Response function in Elastica\\Mapping
H A DRequest.php178 public function send(): Response function in Elastica\\Request
/plugin/recommend/helper/
H A Dmail.php33 $mailer->send();
/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.
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php188 $client->send($request);
241 $response = $client->send($request);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md20 * #72: Handling clients that send invalid `Content-Length` headers.
65 * #45: Don't send more data than what is promised in the HTTP content-length.
198 * Changed: Response::send() is now Sapi::sendResponse($response).
249 * Added: Response::send
/plugin/hipchat/
H A Daction.php73 $hippy->send($message);
/plugin/simplechat/
H A Dstyle.css10 #sc-send { resize: none; border: 3px solid #999; width: 400px; height: 2em;padding: 10px; font: 12p…
/plugin/revealjs/plugin/multiplex/
H A Dindex.js49 res.send({secret: secret, socketId: createHash(secret)});
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) function in Facebook\\HttpClients\\FacebookCurlHttpClient
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc99 In practice, you'll likely have more documents than you want to send in a single
101 send them:
121 // Every 1000 documents stop and send the bulk request
/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
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js98 oXmlHttp.send( null ) ;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DDaniel Midgley.txt15 - send me an email
/plugin/bookmark2wiki/
H A DREADME.md2 to send bookmark from browser to dokuwiki
/plugin/twofactoraltemail/
H A Daction.php99 $result = $mail->send();
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php190 if (!$this->mail->send(
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php86 ->when($result = $bucket->send($eventId, $source))
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php140 $next = $this->generator->send($value);
/plugin/elasticsearch/helper/
H A Dclient.php187 return $mapping->send($index);
/plugin/notification/action/
H A Dcron.php134 $mail->send();
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script-xml.js56 t.send=function(_7){ class in t
287 req.send(_35);
448 xr.send(this.queryText);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js91 t.send = function(content) { class in t
393 req.send(content);
590 xr.send(this.queryText);
/plugin/diagramsnet/lib/js/
H A Dexport.js88 ipcRenderer.send('render-finished', null);
116 …ipcRenderer.send('xml-data', mxUtils.getXml(editorUi.getXmlFileData(null, null, data.uncompressed)…
120 ipcRenderer.send('xml-data-error');
242 …ipcRenderer.send('svg-data', '<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Gr…
247 ipcRenderer.send('render-finished', {bounds: JSON.stringify(bounds), pageCount: pageCount});

12345678910>>...16