Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 237) sorted by relevance

12345678910

/plugin/swiftmail/Swift/Events/
DSendEvent.php39 protected $sent = null; variable in Swift_Events_SendEvent
53 …nction __construct(Swift_Message $message, Swift_RecipientList $list, Swift_Address $from, $sent=0) argument
58 $this->sent = $sent;
88 public function setNumSent($sent) argument
90 $this->sent = (int) $sent;
98 return $this->sent;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DSocketHandler.php398 $sent = 0;
399 $this->lastSentBytes = $sent;
400 while ($this->isConnected() && $sent < $length) {
401 if (0 == $sent) {
404 $chunk = $this->fwrite(substr($data, $sent));
409 $sent += $chunk;
415 if ($this->writingIsTimedOut($sent)) {
416 …sent for `{$this->writingTimeout}` seconds, probably we got disconnected (sent $sent of $length)");
419 if (!$this->isConnected() && $sent < $length) {
420 …new \RuntimeException("End-of-file reached, probably we got disconnected (sent $sent of $length)");
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D70.70.js1sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),r… method
D5.5.js.map1sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n …
/plugin/davcal/vendor/sabre/dav/tests/Sabre/HTTP/
DSapiMock.php16 static $sent = 0; variable in Sabre\\HTTP\\SapiMock
25 self::$sent++;
/plugin/swiftmail/Swift/Plugin/
DThrottler.php37 protected $sent = 0; variable in Swift_Plugin_Throttler
112 $this->sent = (int)$num;
120 return $this->sent;
/plugin/authgooglesheets/vendor/monolog/monolog/
DUPGRADE.md35 - The records' `datetime` is not sent anymore. Only `timestamp` is sent to Loggly.
40 will be sent using the `warning.channel` routing key instead of `warn.channel`
54 - Context/extra prefix has been removed in favor of letting users configure the exact key being sent
55 - Context/extra data are now sent as an object instead of single keys
/plugin/swiftmail/Swift/
DBatchMailer.php190 $sent = 0;
206 $sent += ($n = $this->swift->send($message, $recipient, $sender));
227 return $sent;
/plugin/userimportextended/
Dadmin.php214 $sent = $this->_notifyUser($clean[0],$clean[1],false);
215 if (!$sent){
366 $sent = auth_sendPassword($user,$password);
367 if ($sent) {
377 return $sent;
/plugin/ckgedit/lang/en/
Dscayt.txt1sent for spell-checking to a Scayt server. While there is no reason to believe this is a security …
/plugin/swiftmail/
DSwift.php376 $sent = 0;
428 $sent += $tmp_sent;
450 $sent++;
461 $send_event->setNumSent($sent);
472 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("Message sent to " . $sent . "/" . $total . …
474 return $sent;
/plugin/notification/db/
Dupdate0001.sql5 sent TEXT NOT NULL, field
/plugin/selfmeasurement/
Ddescription.txt34 …erated and sent to the configurated email. The report contains all the blood pressure values, all …
/plugin/groupmail/
Dplugin.info.txt11 and maintains an archive of sent emails
/plugin/nodisp/
DREADME.md6 browser by means of view source because it is not sent from the server
/plugin/langdelete/lang/fr/
Dguide.txt1 Chaque langue est représentée par son code ISO 639-1 à deux lettres. Par exemple l'allemend donne '…
/plugin/farm/install/animaltemplate/conf/
Dmsg4 is the only information sent to dokuwiki.org when the
/plugin/infomail/lang/en/
Dintro.txt5 * Infomails are sent to all the addresses in the page
/plugin/rtmchecklist/
DREADME.md22 The list of task is then sent to the email address you can set in your profile at "RTM import e-mai…
/plugin/aichatlocal/lang/
Dsettings.php21 …ocal LLM requires authentication, enter the API key here. The key will be sent as a Bearer token i…
/plugin/structnotification/lang/en/
Dintro.txt1 … a struct field containing a date. Choose when the notification should be sent: it can be X days b…
/plugin/bible/bible_douayRheims/
DAbdias.txt1 …h the Lord God to Edom: We have heard a rumour from the Lord, and he hath sent an ambassador to th…
7 …1:7. They have sent thee out even to the border: all the men of thy confederacy have deceived thee…
13 …so look on in his evils in the day of his calamity: and thou shalt not be sent out against his arm…
/plugin/saml/phpsaml/
DREADME.md382 // will be sent.
391 // URL Location of the IdP where SLO Request will be sent.
414 … * Notice that if you want to validate any SAML Message sent by the HTTP-Redirect binding, you
459 // Indicates that the nameID of the <samlp:logoutRequest> sent by this SP
463 // Indicates whether the <samlp:AuthnRequest> messages sent by this SP
467 // Indicates whether the <samlp:logoutRequest> messages sent by this SP
471 // Indicates whether the <samlp:logoutResponse> messages sent by this SP
510 // Set to false and no AuthContext will be sent in the AuthNRequest.
524 // which the response has been sent.
662 $auth->login(); // Method that sent the AuthNRequest
[all …]
/plugin/adfs/phpsaml/
DREADME.md382 // will be sent.
391 // URL Location of the IdP where SLO Request will be sent.
414 … * Notice that if you want to validate any SAML Message sent by the HTTP-Redirect binding, you
459 // Indicates that the nameID of the <samlp:logoutRequest> sent by this SP
463 // Indicates whether the <samlp:AuthnRequest> messages sent by this SP
467 // Indicates whether the <samlp:logoutRequest> messages sent by this SP
471 // Indicates whether the <samlp:logoutResponse> messages sent by this SP
510 // Set to false and no AuthContext will be sent in the AuthNRequest.
524 // which the response has been sent.
662 $auth->login(); // Method that sent the AuthNRequest
[all …]
/plugin/onlineordering/
Dtemplate_en.txt36 Your order will be sent as soon as the transaction has been successfully completed.<br />

12345678910