Home
last modified time | relevance | path

Searched refs:message (Results 1526 – 1550 of 1663) sorted by path

1...<<61626364656667

/plugin/structtemplate/_vagrant/
H A DVagrantfile89 # Final message
/plugin/subjectindex/plugins/
H A Dbible_verses.txt9225 … it that you are making yourself unrecognizable while I am being sent to you with a severe message?
17253 The words of A'gur the son of Ja'keh, the weighty message. The utterance of the able-bodied man to …
17286 The words of Lem'u·el the king, the weighty message that his mother gave to him in correction:
24894 …d preached everywhere, while the Lord worked with them and backed up the message through the accom…
24896 just as those who from [the] beginning became eyewitnesses and attendants of the message delivered …
27844 … over all the country of Ju·de'a, and to the nations I went bringing the message that they should …
29664 … to be excited either through an inspired expression or through a verbal message or through a lett…
29677 … on the traditions that YOU were taught, whether it was through a verbal message or through a lett…
30546 And this is the message which we have heard from him and are announcing to YOU, that God is light a…
30591 For this is the message which YOU have heard from [the] beginning, that we should have love for one…
/plugin/swiftmail/
H A DSwift.php368 if (!($has_from = $message->getFrom())) $message->setFrom($from);
369 … if (!($has_return_path = $message->getReturnPath())) $message->setReturnPath($from->build(true));
370 if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from);
371 if (!($has_message_id = $message->getId())) $message->generateId();
417 if (!($has_to = $message->getTo()) && !empty($to)) $message->setTo($to);
418 if (!($has_cc = $message->getCc()) && !empty($cc)) $message->setCc($cc);
421 $data = $message->build();
434 $has_bcc = $message->getBcc();
445 $data = $message->build();
466 if (!$has_to) $message->setTo("");
[all …]
H A Daction.php75 $message =& new Swift_Message($event->data['subject'], $event->data['body']);
114 $ok = $swift->send($message, $reci, $from);
116 $ok = $swift->batchSend($message, $reci, $from);
/plugin/swiftmail/Swift/
H A DBatchMailer.php158 protected function copyMessageHeaders(&$message) argument
160 $this->headers["To"] = $message->headers->has("To") ?
161 $message->headers->get("To") : null;
163 $message->headers->get("Reply-To") : null;
165 $message->headers->get("Return-Path") : null;
166 $this->headers["From"] = $message->headers->has("From") ?
167 $message->headers->get("From") : null;
173 protected function restoreMessageHeaders(&$message) argument
177 $message->headers->set($name, $value);
205 $this->copyMessageHeaders($message);
[all …]
H A DException.php27 public function __construct($message, $code = 0) argument
29 parent::__construct($message, $code);
/plugin/swiftmail/Swift/Events/
H A DSendEvent.php24 protected $message = null; variable in Swift_Events_SendEvent
53 …public function __construct(Swift_Message $message, Swift_RecipientList $list, Swift_Address $from… argument
55 $this->message = $message;
66 return $this->message;
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php111 $message = $e->getMessage();
112 $this->recursiveRestore($message, $this->store); //3.3.3 bugfix
126 $this->recursiveReplace($message, $replacements, $this->store);
H A DFileEmbedder.php329 if ($this->message->hasChild($cid))
335 $cid = $this->message->attach($registered["obj"]);
349 $id = $this->message->attach($att);
374 if ($this->message->hasChild($cid))
380 $cid = $this->message->attach($registered["obj"]);
386 $id = $this->message->attach($att);
405 $this->message = $e->getMessage();
407 foreach ($this->message->listChildren() as $id)
409 $part = $this->message->getChild($id);
H A DMailSend.php100 $message = $e->getMessage();
101 $message->uncacheAll();
102 $this->oldLE = $message->getLE();
113 $message = $e->getMessage();
124 $bcc_orig = $message->headers->has("Bcc") ? $message->headers->get("Bcc") : null;
125 $subject_orig = $message->headers->has("Subject") ? $message->headers->get("Subject") : null;
126 $to_orig = $message->headers->has("To") ? $message->headers->get("To") : null;
133 $body_data = $message->buildData();
136 … $subject_enc = $message->headers->has("Subject") ? $message->headers->getEncoded("Subject") : "";
143 …if ($message->headers->has("Return-Path")) $this->returnPath = $message->headers->get("Return-Path…
[all …]
/plugin/switchpanel/
H A DREADME.md149 ## Popup message information and link
158 Popup message information and link
297 1,label,title:color=(backgroud color),text=(text of popup message),link=(url of link),case=(type of…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1message modal modified new no pi properties quit real record remove rest result reveal reverse run…
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js2 …N&&(x+="</span>");return{r:T,value:x,language:e,top:P}}catch(M){if(-1!=M.message.indexOf("Illegal"…
/plugin/task/
H A Daction.php147 $message = $this->getLang('msg_rcvd_invalid_status');
148 $message = str_replace('%status%', $status, $message);
149 msg($message, -1);
228 $message = $this->getLang('msg_status_changed');
229 $message = str_replace('%status%', $my->statusLabel($status), $message);
230 $message = str_replace('%oldstatus%', $my->statusLabel($oldstatus), $message);
231 msg($message, 1);
/plugin/telleveryone/action/
H A Dnotification.php121 $message = $log['message_html'];
126 'full' => $message,
127 'brief' => $message,
/plugin/telleveryone/
H A Dadmin.php58 $message = $log['message'];
59 $message_html = p_render('xhtml',p_get_instructions($message), $ignore);
64 'message' => $message,
74 $message = $log['message'];
75 $message_html = p_render('xhtml',p_get_instructions($message), $ignore);
77 …$sqlite->query('UPDATE log SET message=?, message_html=? WHERE id=?', $message, $message_html, $lo…
113 $message = $log['message'];
121 $form = $this->createForm('btn_update', $message);
/plugin/telleveryone/db/
H A Dupdate0001.sql5 message TEXT NOT NULL, field
/plugin/templater/
H A DCHANGELOG.md38 * Better fix for `{{template>page#section}}` doesn't exist with error message.
/plugin/tgnotify/
H A DCHANGELOG.rst18 * Feature: Page URL added to message
19 * Feature: Username or IP address added to message
25 * Feature: user name in message can be enabled/disabled in plugin config
26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
H A Daction.php48 * Prepare message text
56 $message = '';
61 $message .= $this->getLang('page-added') . PHP_EOL;
64 $message .= $this->getLang('page-deleted') . PHP_EOL;
67 $message .= $this->getLang('page-modified') . PHP_EOL;
70 $message .= $this->getLang('page-modified-minor') . PHP_EOL;
73 $message .= $this->getLang('page-reverted') . PHP_EOL;
80 $message .= sprintf($this->getLang('pagename'), $pagename, $pageurl) . PHP_EOL;
83 $message .= sprintf($this->getLang('sizechange'), $event->data['sizechange']) . PHP_EOL;
89 $message
[all...]
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css178 .timeline-message-container {
186 .timeline-message {
191 .timeline-message img {
/plugin/todo/
H A Dscript.js65 if (data.message) {
66 alert(data.message);
/plugin/toolbox/
H A DToolboxFindAndReplace.js257 window.alert(toolbox_lang.reerror + '\n' + e.message);
/plugin/tuxquote/
H A Dquotes.txt1054 …g everywhere, carrying the message of European civilization to the indigenous peoples of Africa an…
1064 …ride," galloping all the way from Boston to Lexington while shouting the message that would resoun…
1437 Dogs come when they're called; cats take a message and get back to you. <BR> -- Mary Bly
3055 With telephone and TV it is not so much the message as the sender that is sent. <BR> -- Marshall Mc…
3097 Another possible source of guidance for teenagers is television, but television's message has alway…
3155 …ndly airport. At Miami International, a cramped and dingy labyrinth, the message is: Just Try to F…
3171 …ts called bytes, and within a fraction of a second it sends you an error message that requires you…
3179 The Internet "browser"... is the piece of software that puts a message on your computer screen info…
3579 …has been said that the only standard thing about all UNIX systems is the message-of-the-day tellin…
/plugin/twitter/
H A Dsyntax.php30 …ter error...<br />' . $data->errors [0]->code . ': ' . $data->errors [0]->message . '</div></div>';

1...<<61626364656667