| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ ! |
| D | NativeMailerHandler.php | 35 protected $subject; variable in Monolog\\Handler\\NativeMailerHandler 69 * @param string $subject The subject of the mail 73 …public function __construct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubb… argument 77 $this->subject = $subject; 128 $subject = $this->subject; 130 $subjectFormatter = new LineFormatter($this->subject); 131 $subject = $subjectFormatter->format($this->getHighestRecord($records)); 136 mail($to, $subject, $content, $headers, $parameters);
|
| D | SendGridHandler.php | 51 protected $subject; variable in Monolog\\Handler\\SendGridHandler 58 * @param string $subject The subject of the mail 60 …public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $… argument 71 $this->subject = $subject; 86 $message['subject'] = $this->subject;
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ ! |
| D | IMipPlugin.php | 118 $subject = 'SabreDAV iTIP message'; 121 $subject = 'Re: ' . $summary; 124 $subject = $summary; 127 $subject = 'Cancelled: ' . $summary; 141 $subject, 156 * @param string $subject Subject of the email 161 protected function mail($to, $subject, $body, array $headers) { argument 163 mail($to, $subject, $body, implode("\r\n", $headers));
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ ! |
| H A D | IMipPlugin.php | 118 $subject = 'SabreDAV iTIP message'; 121 $subject = 'Re: ' . $summary; 124 $subject = $summary; 127 $subject = 'Cancelled: ' . $summary; 141 $subject, 156 * @param string $subject Subject of the email 161 protected function mail($to, $subject, $body, array $headers) { argument 163 mail($to, $subject, $body, implode("\r\n", $headers));
|
| /plugin/asciidocjs/node_modules/function-bind/test/ ! |
| D | index.js | 212 var subject = functionBind.call(function (a, b, c) { return a + b + c; }); 213 st.equal(subject.length, 3); 214 st.equal(subject(1, 2, 3), 6); 219 var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}); 220 st.equal(subject.length, 3); 221 st.equal(subject(1, 2, 3), 6); 226 var subject = functionBind.call(function (a, b, c) { return a + b + c; }, undefined, 1); 227 st.equal(subject.length, 2); 228 st.equal(subject(2, 3), 6); 233 var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}, 1); [all …]
|
| /plugin/freechat/phpfreechat/data/public/js/ ! |
| D | activity.js | 3 initialize: function(subject) argument 7 this.subject = subject; 9 Event.observe(subject, 'mousemove', this._OnFocus.bindAsEventListener(this), false); 10 Event.observe(subject, 'mouseout', this._OnBlur.bindAsEventListener(this), false);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ ! |
| D | GoogleRpcPreconditionFailureViolation.php | 29 public $subject; variable in Google\\Service\\Apigee\\GoogleRpcPreconditionFailureViolation 52 public function setSubject($subject) argument 54 $this->subject = $subject; 61 return $this->subject;
|
| D | GoogleCloudApigeeV1CertInfo.php | 54 public $subject; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CertInfo 169 public function setSubject($subject) argument 171 $this->subject = $subject; 178 return $this->subject;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/ ! |
| D | JwtClaims.php | 33 public $subject; variable in Google\\Service\\Connectors\\JwtClaims 66 public function setSubject($subject) argument 68 $this->subject = $subject; 75 return $this->subject;
|
| /plugin/issuetracker/ ! |
| D | edit.php | 40 … $subject = sprintf($lang['issuemod_subject'], $issue['id'], $project, $lang['th_'.$column]); 41 $subject = mb_encode_mimeheader($subject, "UTF-8", "Q" ); 70 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null); 73 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null); 91 $subject = sprintf($lang['issueassigned_subject'], $issue['id'], $project); 92 $subject = mb_encode_mimeheader($subject, "UTF-8", "Q" ); 118 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null); 121 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null); 131 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument 133 $subject = utf8_deaccent($subject); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ ! |
| D | Certificate.php | 32 public $subject; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\Certificate 73 public function setSubject($subject) argument 75 $this->subject = $subject; 82 return $this->subject;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/ ! |
| D | EmailTemplate.php | 45 public $subject; variable in Google\\Service\\IdentityToolkit\\EmailTemplate 120 public function setSubject($subject) argument 122 $this->subject = $subject; 129 return $this->subject;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/ ! |
| D | X509CertificateDetails.php | 45 public $subject; variable in Google\\Service\\CloudIot\\X509CertificateDetails 120 public function setSubject($subject) argument 122 $this->subject = $subject; 129 return $this->subject;
|
| /plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ ! |
| H A D | Message.php | 49 protected $subject; variable in Tx\\Mailer\\Message 138 * @param string $subject 141 public function setSubject($subject){ argument 142 $this->subject = $subject; 224 return $this->subject; 263 $this->header['Subject'] = $this->subject;
|
| /plugin/bibtex/OSBib/format/ ! |
| D | PARSESTYLE.php | 22 function parseStringToArray($type, $subject, $map = FALSE) argument 24 if(!$subject) 29 $subjectArray = split("\|", $subject); 33 foreach($subjectArray as $subject) 38 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array); 43 $independent['independent_' . ($index - 1)] = $subject; 48 $independent['independent_' . $index] = $subject;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ ! |
| D | RegexTest.php | 35 public function testValidRegex($pattern, $subject, $return) argument 37 $this->assertEquals($return, PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject)); 43 public function testInvalidRegex($pattern, $subject) argument 45 $this->assertFalse(PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/ ! |
| D | Certificate.php | 54 public $subject; variable in Google\\Service\\CloudKMS\\Certificate 161 public function setSubject($subject) argument 163 $this->subject = $subject; 170 return $this->subject;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/ ! |
| D | FilterCriteria.php | 53 public $subject; variable in Google\\Service\\Gmail\\FilterCriteria 160 public function setSubject($subject) argument 162 $this->subject = $subject; 169 return $this->subject;
|
| /plugin/contact/ ! |
| D | syntax.php | 97 $subject = $_REQUEST['subject']; 117 …if (eregi("\r",$subject) || eregi("\n",$subject) || eregi("MIME-Version: ",$subject) || eregi("Con… 133 if (mail_send($to, $subject, $comment, $to)){
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/ ! |
| D | SubjectConfig.php | 30 public function setSubject(Subject $subject) argument 32 $this->subject = $subject; 39 return $this->subject;
|
| D | SubjectDescription.php | 102 public function setSubject(Subject $subject) argument 104 $this->subject = $subject; 111 return $this->subject;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ ! |
| D | AbuseReport.php | 79 public function setSubject(Entity $subject) argument 81 $this->subject = $subject; 88 return $this->subject;
|
| /plugin/loglog/helper/ ! |
| D | main.php | 59 * @param string $subject 63 public function sendEmail($email, $subject, $text, $textrep = []) argument 69 $mail->subject($subject);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ ! |
| D | InTotoStatement.php | 100 public function setSubject($subject) argument 102 $this->subject = $subject; 109 return $this->subject;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ ! |
| D | InTotoStatement.php | 100 public function setSubject($subject) argument 102 $this->subject = $subject; 109 return $this->subject;
|