Home
last modified time | relevance | path

Searched refs:send (Results 51 – 75 of 386) sorted by relevance

12345678910>>...16

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php30 public function send(RequestInterface $request, array $options = []); function
/plugin/stellarium/scripts/
H A Dstellarium.js38 xhr.send(formBody);
/plugin/loglog/helper/
H A Dmain.php71 return $mail->send();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js41 oXmlHttp.send( null ) ;
H A Dfckxml_gecko.js33 oXmlHttp.send( null ) ;
/plugin/swiftmail/
H A Dadmin.php38 $ok = $mail->send();
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) function in Facebook\\HttpClients\\FacebookStreamHttpClient
/plugin/smtp/
H A Dadmin.php38 $ok = $mail->send();
H A Daction.php73 $smtp->send($message);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php140 # here, merge the options, then use that request to send to LDAP. This makes sure we don't accidentally mix
154 $client->send($bind);
157 $response = $client->send($messageTo->getRequest(), ...$messageTo->controls());
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMandrillHandler.php53 protected function send(string $content, array $records): void function in Monolog\\Handler\\MandrillHandler
H A DSendGridHandler.php77 protected function send(string $content, array $records): void function in Monolog\\Handler\\SendGridHandler
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.facebook.js60 send : 'false', property in $.fn.socialSharePrivacy.settings.services.facebook.button.params
/plugin/supa/lib/
H A DSupa.js77 xrequest.send(body);
/plugin/contactmodern/
H A DREADME.textile48 …orm with a "name","email address", "subject" and "comment" field. It will send an email to whateve…
61 | to | If you choose another profile then emails will be send to the profile email address. You hav…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php271 return $this->send();
278 protected function send(): Entries
273 protected function send(): Entries global() function in FreeDSx\\Ldap\\Search\\Vlv
/plugin/eventum/
H A Dclass.Eventum_RPC.php123 $result = $this->client->send($msg);
/plugin/twofactoremail/
H A Daction.php69 $result = $mail->send();
/plugin/hidden/
H A DREADME.md5 If you're interested in maintaining this plugin, just send me an email (adress available in the commit log) and I'll make sure to give all the information you will need.
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php201 $_ENV['note']->send();
217 $_ENV['mail']->send();
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js51 }).send(function(){}, function(){});
761 ipcRenderer.send('export-vsdx-finished', data);
768 ipcRenderer.send('export-vsdx-finished', null);
773 ipcRenderer.send('export-vsdx-finished', null);
778 ipcRenderer.send('app-load-finished', null);
1684 ipcRenderer.send('checkForUpdates');
1858 xhr.send(mxUtils.bind(this, function()
1887 mxElectronRequest.prototype.send = function(callback, error) method in mxElectronRequest
1890 ipcRenderer.send(this.reqType, this.reqObj);
1896 ipcRenderer.send(this.reqType + '-finalize');
[all …]
/plugin/combo/vendor/symfony/process/
H A DREADME.md23 [send Pull Requests](https://github.com/symfony/symfony/pulls)
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js56 t.send=function(_7){ class in t
287 req.send(_35);
394 xr.send(this.queryText);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js91 t.send = function(content) { class in t
393 req.send(content);
532 xr.send(this.queryText);
/plugin/revealjs/plugin/notes-server/
H A Dindex.js50 res.send( Mustache.to_html( data.toString(), {

12345678910>>...16