Home
last modified time | relevance | path

Searched refs:subject (Results 51 – 75 of 853) sorted by relevance

12345678910>>...35

/plugin/structpublish/helper/
H A Dnotify.php74 $subject = $this->getLang('email_subject');
75 $mailer->subject($subject);
/plugin/xcom/
H A Dremote.php333 $subject = $this->getcurrent($header,'subject');
334 …this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,$contents);
405 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,&$conten… argument
407 && !empty($haspart ) &&!empty($subject)) {
432 if(!empty($subject)) {
433 $list = $this->create_list(array_keys($subject),$contents);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php54 $subject = sprintf(
64 'subject' => $subject,
/plugin/strata/helper/
H A Dtriples.php119 function removeTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument
122 foreach(array('subject','predicate','object','graph') as $param) {
149 function fetchTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument
154 foreach(array('subject','predicate','object','graph') as $param) {
176 $sql = "SELECT subject, predicate, object, graph FROM ".self::$readable." WHERE ". implode(" AND ", $filters).$scopeRestriction;
199 * @param subject string
205 function addTriple($subject, $predicate, $object, $graph) {
206 return $this->addTriples(array(array('subject'=>$subject, 'predicate'=>$predicate, 'object'=>$object)), $graph);
211 * @param triples array contains all triples as arrays with subject, predicat
187 addTriple($subject, $predicate, $object, $graph) global() argument
[all...]
H A Dsyntax.php508 list(, $subject, $predicate, $type, $object) = $match;
510 $subject = utf8_trim($subject);
511 if($subject[0] == '?') {
512 $subject = $this->variable($subject);
513 $scope[] = $subject['text'];
514 $this->updateTypemap($typemap, $subject['text'], 'ref');
517 $subject = $p->reflit($subject)
[all...]
/plugin/dokutexit/help/
H A Dtexit.txt23 subject=subject
29 ^subject |Add to PDF properties | string | title is used |
/plugin/groupmail/
H A Dsyntax.php302 private function send_mail ($to, $subject, $content, $from, $cc, $bcc) { argument
309 $mail->subject($subject);
371 $subject = $_POST['subject'];
394 $newrecord .= "**<nowiki>".$subject."</nowiki>** \n";
421 $this->_validate_value($subject, 'subject');
433 if ($this->send_mail($to, $subject, $comment, $email, $ccs, $bccs)){
H A DREADME.textile50 p. This will create a groupmail form with a "name","email address", "subject" and "comment" field. …
54 bc. {{groupmail>subject=Feedback from Site}}
58 bc. {{groupmail>toemail=example@mail.com|subject=Feedback from Site}}
88 | subject=... | If the subject is specified in the parameters then it is not a field on the email f…
H A DCHANGELOG26 * Disabled overriding subject when setting subject=...
27 by no longer showing the subject input text box
/plugin/twofactorsmsgateway/
H A Dhelper.php130 public function transmitMessage($subject, $message, $force = false){ argument
165 $mail->subject($subject);
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php153 public function doMail($to, $subject, $message, $headers, $params) argument
160 if (!ini_get("safe_mode")) $success = mail($to, $subject, $message, $headers, $params);
161 else $success = mail($to, $subject, $message, $headers);
/plugin/linkback/
H A Dtools.php104 $subject = '[' . $conf['title'] . '] ' . $this->getLang('mail_newlinkback');
108 $mail->subject($subject);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php270 $subject = $this->_logoutResponse;
277 $subject = gzdeflate($this->_logoutResponse);
279 return base64_encode($subject);
/plugin/metadisplay/helper/
H A Dhtml.php240 $subject = $this->getcurrent($header,'subject');
241 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
319 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
340 if(!empty($subject)) {
341 $list = create_list(array_keys($subject));
H A Dplaintext.php239 $subject = $this->getcurrent($header,'subject');
240 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
317 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
338 if(!empty($subject)) {
339 $list = create_list(array_keys($subject));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php120 'subject' => 'Birthday party',
162 'subject' => 'Cancelled: Birthday party',
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2603 public function sign($issuer, $subject) argument
2609 … if (isset($subject->publicKey) && !($subjectPublicKey = $subject->formatSubjectPublicKey())) {
2626 …if (isset($subject->currentCert) && is_array($subject->currentCert) && isset($subject->currentCert…
2641 if (!empty($subject->dn)) {
2644 if (!empty($subject->publicKey)) {
2648 if (isset($subject->domains)) {
2651 …} elseif (isset($subject->currentCert) && is_array($subject->currentCert) && isset($subject->curre…
2654 if (!isset($subject->publicKey)) {
2686 'subject' => $subject->dn,
2725 if (isset($subject->domains) && count($subject->domains)) {
[all …]
/plugin/feedback/
H A Daction.php97 $mailer->subject($this->getLang('subject'));
113 $mailer->subject($this->getLang('subject'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D53b908c3432118c5a6e460f74d32006b.asciidoc11 'subject',
H A De30ea6e3823a139d7693d8cce1920a06.asciidoc11 'subject^3',
H A D0e118857b815b62118a30c042f079db1.asciidoc12 'subject',
H A D5da6efd5b038ada64c9e853c88c1ec47.asciidoc12 'subject',
H A D68721288dc9ad8aa1b55099b4d303051.asciidoc12 'subject',
H A Db0eaf67e5cce24ef8889bf20951ccec1.asciidoc12 'subject' => 'brown fox',
H A D33f148e3d8676de6cc52f58749898a13.asciidoc12 'subject' => 'quick brown f',

12345678910>>...35