Home
last modified time | relevance | path

Searched refs:subject (Results 26 – 50 of 853) sorted by relevance

12345678910>>...35

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php204 $subject = $useKey ? $this->_key : $this->_current;
212 $subject,
223 $subject,
234 $subject,
244 $subject,
260 $subject,
/plugin/strata/sql/
H A Dsetup-pgsql.sql2 subject TEXT NOT NULL, field
8 -- index for subject-primary retrieval (index prefixes: s, sp)
9 CREATE INDEX idx_spo ON data(lower(subject), lower(predicate), lower(object));
12 CREATE INDEX idx_pso ON data(lower(predicate), lower(subject), lower(object));
H A Dsetup-mysql.sql2 subject TEXT NOT NULL, field
8 -- index for subject-primary retrieval (index prefixes: s, sp)
9 CREATE INDEX idx_spo ON data(subject(32), predicate(32), object(32)); -- Prefix length is arbitrary
12 CREATE INDEX idx_pso ON data(predicate(32), subject(32), object(32)); -- Prefix length is arbitrary
H A Dsetup-sqlite.sql2 subject TEXT NOT NULL COLLATE NOCASE, field
8 -- index for subject-primary retrieval (index prefixes: s, sp)
9 CREATE INDEX idx_spo ON data(subject, predicate, object);
12 CREATE INDEX idx_pso ON data(predicate, subject, object);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DRegex.php18 * @param string $subject
25 … public static function pregMatchSafe($pattern, $subject, $matches = null, $flags = 0, $offset = 0) argument
28 $match = preg_match($pattern, $subject, $matches, $flags, $offset);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
H A DMockPlugin.php27 * @param string $subject Subject of the email
32 protected function mail($to, $subject, $body, array $headers) { argument
36 'subject' => $subject,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DEntityMention.php96 public function setSubject(Feature $subject) argument
98 $this->subject = $subject;
105 return $this->subject;
/plugin/bureaucracy-au/helper/
H A Dactionmail.php10 protected $subject = ''; variable in helper_plugin_bureaucracyau_actionmail
36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
76 $this->subject = $this->replace($this->subject);
77 $mail->subject($this->subject);
132 $this->subject = $label;
/plugin/bureaucracyau/helper/
H A Dactionmail.php10 protected $subject = ''; variable in helper_plugin_bureaucracyau_actionmail
36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
76 $this->subject = $this->replace($this->subject);
77 $mail->subject($this->subject);
132 $this->subject = $label;
/plugin/bureaucracy/helper/
H A Dactionmail.php10 protected $subject = ''; variable in helper_plugin_bureaucracy_actionmail
42 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
82 $this->subject = $this->replace($this->subject);
83 $mail->subject($this->subject);
141 $this->subject = $label;
/plugin/include/syntax/
H A Dheader.php82 $subject = p_get_metadata($page, 'subject');
83 if (is_array($subject)) {
84 $tag = $subject[0];
86 list($tag, $rest) = explode(' ', $subject, 2);
/plugin/publish/action/
H A Dmail.php83 $subject = $this->getLang('apr_mail_subject') . ': ' . $ID . ' - ' . $timestamp;
89 $mail->subject($subject);
193 $subject = $this->getLang('apr_mail_app_subject');
200 $mail->subject($subject);
/plugin/contactmodern/
H A Dsyntax.php131 $subject = $_POST['subject'];
175 …if (eregi("\r",$subject) || eregi("\n",$subject) || eregi("MIME-Version: ",$subject) || eregi("Con…
191 if (mail_send($to, $subject, $comment, $email, '', '', 'Reply-to: '.$email)){
/plugin/dokumicrobugtracker/
H A Dedit.php29 $subject = $conf['plugin']['dokumicrobugtracker']['email_subject_template'];
39 $subject = str_replace('@' . $var . '@', $val, $subject);
46 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
/plugin/bez/cron/
H A Dfunctions.php129 $subject = $conf['title'] . ' Nadchodzące zadania';
130 $mailer->subject($subject);
135 $output[] = array($to, $subject, $body, array());
/plugin/infomail/
H A Daction.php183 $subject = $this->getConf('subjectprefix') . ' ' . $INPUT->str('subject');
190 'SUBJECT' => $subject,
203 $mailer->subject($subject);
237 protected function mail_archive($recipient, $subject, $mailtext, $sender) argument
260 protected function mail_log($recipient, $subject, $mailtext, $sender) argument
/plugin/dokusioc/lib/
H A Dsioc_inc.php442 private $subject; variable in SIOCThread
454 $this->subject = $subject;
489 if ($this->subject) {
773 private $subject; variable in SIOCPost
787 $subject, argument
799 $this->subject = $subject;
829 if ($this->subject) {
937 private $subject; variable in SIOCWikiArticle
953 $subject, argument
969 $this->subject = $subject;
[all …]
H A Dsioc_dokuwiki.php17 private $subject = null; variable in SIOCDokuWikiArticle
33 public function __construct($id, $url, $subject, $content) argument
37 $this->subject = $subject;
112 if ($this->subject) {
113 $rdf .= " <dc:title>" . clean($this->subject) . "</dc:title>\n";
/plugin/recommend/helper/
H A Dmail.php30 $subject = $INPUT->str('subject');
31 $mailer->subject($subject);
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php14 public function testSplit($expected, $pattern, $subject, $limit = -1, $flags = 0) argument
16 $this->assertSame($expected, Multibyte::split($pattern, $subject, $limit, $flags));
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php122 * @param string $subject
125 public function setSubject($subject){ argument
126 $this->message->setSubject($subject);
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php165 $subject = $this->_authnRequest;
172 $subject = gzdeflate($this->_authnRequest);
175 $base64Request = base64_encode($subject);
/plugin/nspages/
H A DoptionParser.php155 static private function preg_match_wrapper($pattern, $subject, &$matches){
156 return preg_match('/\s-' . $pattern . '/i', $subject, $matches); argument
159 static private function preg_match_all_wrapper($pattern, $subject, &$matches){
160 return preg_match_all('/\s-' . $pattern . '/i', $subject, $matches, PREG_SET_ORDER);
152 preg_match_wrapper($pattern, $subject, & $matches) global() argument
/plugin/structtasks/meta/
H A DAbstractNotifier.php165 $subject = str_replace(
174 $mailer->subject($subject);
/plugin/recommend/
H A Dadmin.php109 $subject = $assignment['subject'];
121 'assignment[subject]' => $subject,
129 $form .= '<td>' . hsc($subject) . '</td>';

12345678910>>...35