Home
last modified time | relevance | path

Searched refs:subject (Results 76 – 100 of 853) sorted by relevance

12345678910>>...35

/plugin/guestbook/
H A Dbasic.class.php322 …mail($email_to, $subject, $this->emailbody($guestbook_database->quote_smart($_POST['subject']), $g…
368 function emailBody($subject, $body, $name, $id) argument
375 Subject: '.$subject."\n".'
387 <div id="subject">' . $name . ' says: ' . $subject . '</div>
/plugin/issuetracker/
H A Daction.php2655 $subject = mb_encode_mimeheader($subject, "UTF-8", "Q" );
2714 $subject = mb_encode_mimeheader($subject, "UTF-8", "Q" );
2771 $subject = mb_encode_mimeheader($subject, "UTF-8", "Q" );
2839 $subject = mb_encode_mimeheader($subject, "UTF-8", "Q" );
2886 $subject = utf8_deaccent($subject);
2887 $subject = utf8_strip($subject);
2891 if(!utf8_isASCII($subject)) {
2892 $subject = '=?UTF-8?Q?'.mail_quotedprintable_encode($subject,0).'?=';
2894 $subject = preg_replace('/ /', '_', $subject);
2926 return @mail($to,$subject,$message,$header);
[all …]
H A Dsyntax.php956 $subject= mb_encode_mimeheader($subject, "UTF-8", "Q" );
980 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
983 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
996 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
998 $subject = utf8_deaccent($subject);
999 $subject = utf8_strip($subject);
1002 if(!utf8_isASCII($subject)) {
1003 $subject = '=?UTF-8?Q?'.mail_quotedprintable_encode($subject,0).'?=';
1005 $subject = preg_replace('/ /', '_', $subject);
1037 return mail($to,$subject,$message,$header);
[all …]
/plugin/subjectindex/
H A Dplugin.info.txt6 desc Hierarchical structured tagging: create A-Z subject index pages for your wiki, based on in-…
H A Dreadme.md3 "Structured hierarchical tagging": Create subject index entries "anywhere" in your wiki pages, that…
/plugin/combo/ComboStrap/
H A DStringUtility.php218 public static function match($subject, $pattern) argument
220 return preg_match("/$pattern/", $subject) === 1;
/plugin/bez/meta/
H A DTpl.php53 public function mailto($to, $subject, $body) { argument
54 return 'mailto:'.$to.'?subject='.rawurlencode($subject).'&body='.rawurlencode($body);
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php185 function sendpm($fromuid, $fromusername, $touids, $subject, $message, $type = 0) { argument
220 …$subject = @preg_replace($_CACHE['badwords']['findpattern'], $_CACHE['badwords']['replace'], $subj…
223 if(!$subject) {
224 $subject = $this->removecode(trim($message), 80);
226 $subject = dhtmlspecialchars($subject);
239 …ject, members, min_max, dateline, lastmessage) VALUES('$fromuid', '1', '$subject', 2, '$value', '"…
265 …ject, members, min_max, dateline, lastmessage) VALUES('$fromuid', '2', '$subject', '".(count($toui…
/plugin/task/
H A Dhelper.php334 $subject = '['.$conf['title'].'] ';
335 if ($task['status'] == 0) $subject .= $this->getLang('mail_newtask');
336 else $subject .= $this->getLang('mail_changedtask');
338 mail_send($to, $subject, $text, $conf['mailfrom'], '', $bcc);
/plugin/authucenter/lib/uc_client/
H A Dclient.php456 function uc_pm_send($fromuid, $msgto, $subject, $message, $instantly = 1, $replypmid = 0, $isuserna… argument
459 … 'pm', 'sendpm', array('fromuid'=>$fromuid, 'msgto'=>$msgto, 'subject'=>$subject, 'message'=>$mess…
462 $subject = rawurlencode($subject);
467 …$apiurl = uc_api_url('pm_client', 'send', "uid=$fromuid", "&msgto=$msgto&subject=$subject&message=…
621 function uc_mail_queue($uids, $emails, $subject, $message, $frommail = '', $charset = 'gbk', $htmlo… argument
622 …'mail', 'add', array('uids' => $uids, 'emails' => $emails, 'subject' => $subject, 'message' => $me…
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php146 $subject = $this->_logoutRequest;
153 $subject = gzdeflate($this->_logoutRequest);
156 return base64_encode($subject);
/plugin/preregister/
H A Daction.php295 $subject =$this->getLang('subject_confirm');
299 $mail->subject($subject);
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/onlineordering/
H A Dsend_form.php109 $subject = "Online ordering of ".$data['item_name']; variable
152 $result = @mail($recipient, $subject, $mail, $header.$from);
/plugin/filterrss/
H A Dsyntax.php206 $subject = $item->$entry;
214 if(!preg_match($pattern, $subject))
/plugin/sequencediagram/bower_components/snap.svg/
H A DNOTICE38 permit persons to whom the Software is furnished to do so, subject to
65 permit persons to whom the Software is furnished to do so, subject to
91 Software is furnished to do so, subject to the following
120 permit persons to whom the Software is furnished to do so, subject to
148 permit persons to whom the Software is furnished to do so, subject to
177 permit persons to whom the Software is furnished to do so, subject to
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.mail.js40 subject : get(this, options, uri, settings, 'subject'),
/plugin/dokukiwix/
H A Dadmin.php65 …print '<p>Dokukiwix is subject to the <a href="http://www.gnu.org/copyleft/gpl.html">GPL v2</a> li…
/plugin/swiftmail/
H A Dadmin.php36 $mail->subject('SwiftMail Plugin says hello');
/plugin/smtp/
H A Dadmin.php36 $mail->subject('DokuWiki says hello');
/plugin/tokenbucketauth/
H A Daction.php268 $subject = sprintf($this->getLang('mailsubject'), $conf['title']);
278 mail_send($email, $subject, $body, $from);
/plugin/rssticker/
H A DlastRSS.php109 function my_preg_match ($pattern, $subject) { argument
111 preg_match($pattern, $subject, $out);
/plugin/contactmodern/
H A DREADME.textile48 p. This will create a contact form with a "name","email address", "subject" and "comment" field. It…
60 | subj | If the subject is specified in the parameters then it is not a field on the contact form. |
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt10 furnished to do so, subject to the following conditions:
36 furnished to do so, subject to the following conditions:
/plugin/strata/syntax/
H A Dentry.php352 $subject = $ID.'#'.$data['entry'];
354 // resolve the subject to normalize everything
355 resolve_pageid(getNS($ID),$subject,$exists);
400 $triples[] = array('subject'=>$subject, 'predicate'=>$property, 'object'=>$triple['value']);

12345678910>>...35