Home
last modified time | relevance | path

Searched refs:subject (Results 276 – 300 of 853) sorted by relevance

1...<<11121314151617181920>>...35

/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js260 oParser.CreateEMailUri = function( address, subject, body ) argument
286 … func = func.replace(/SUBJECT/g, "'" + encodeURIComponent( subject ).replace(/'/g, '\\\'') + "'") ;
295 if ( subject.length > 0 )
296 aParams.push( 'subject='+ encodeURIComponent( subject ) ) ;
311 if ( subject.length > 0 )
312 sParams = '?subject=' + encodeURIComponent( subject ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js106 oParser.CreateEMailUri = function( address, subject, body ) argument
112 if ( subject.length > 0 )
113 sParams = '?subject=' + encodeURIComponent( subject ) ;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst70 Documentation is subject to the `Attribution-NonCommercial-NoDerivs 3.0 Unported
H A DLICENSE8 …nthologies, or performances, phonograms or broadcasts, or other works or subject matter other than…
26 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by…
28 …is does not require the Collection apart from the Work itself to be made subject to the terms of t…
55subject matter referenced, in this License were drafted utilizing the terminology of the Berne Con…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DLICENSE15 furnished to do so, subject to the following conditions:
/plugin/bpmnio/vendor/bpmn-js/
H A DLICENSE7 and to permit persons to whom the Software is furnished to do so, subject to the
/plugin/bpmnio/vendor/dmn-js/
H A DLICENSE7 and to permit persons to whom the Software is furnished to do so, subject to the
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A DLICENSE.md31 furnished to do so, subject to the following conditions:
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A DLICENSE.md31 furnished to do so, subject to the following conditions:
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A DLICENSE.md31 furnished to do so, subject to the following conditions:
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php1024 * @param string $subject an email address account to impersonate
1026 public function setSubject($subject) argument
1028 $this->config['subject'] = $subject;
/plugin/allowindentation/
H A DREADME.md26 so, subject to the following conditions:
/plugin/bpmnio/
H A DLICENSE13 and to permit persons to whom the Software is furnished to do so, subject to the
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php66 $subject = $this->input('subject');
130 …$lastpmid = $_ENV['pm']->sendpm($this->user['uid'], $this->user['username'], $msgto, $subject, $me…
/plugin/tag/
H A Dhelper.php144 $subject = $this->getTagsFromPageMetadata($id);
145 return $this->tagLinks($subject);
372 $tags = array_map('trim', idx_getIndex('subject', '_w'));
382 $indexedPagesWithTags = $indexer->lookupKey('subject', $tags, array($this, 'tagCompare'));
433 * Get tags from the 'subject' metadata field
439 $tags = p_get_metadata($id, 'subject');
465 $pages = $indexer->lookupKey('subject', $cleanTags, [$this, 'tagCompare']);
743 * Get the subject metadata cleaning the result
/plugin/sequencediagram/bower_components/lodash/
H A DLICENSE20 permit persons to whom the Software is furnished to do so, subject to
/plugin/rdplink/
H A DREADME.md29 so, subject to the following conditions:
/plugin/bez/mdl/
H A DEntity.php174 $mailer->subject($this->getMailSubject());
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt15 persons to whom the Font Software is furnished to do so, subject to the
62 persons to whom the Font Software is furnished to do so, subject to
/plugin/bible/bible_douayRheims/
H A D1_Peter.txt38 …2:13. Be ye subject therefore to every human creature for God's sake: whether it be to the king as…
43 …2:18. Servants, be subject to your masters with all fear, not only to the good and gentle but also…
51 …3:1. In like manner also, let wives be subject to their husbands: that, if any believe not the wor…
72 …e everlasting: being gone into heaven, the angels and powers and virtues being made subject to him.
96 …5:5. In like manner, ye young men, be subject to the ancients. And do you all insinuate humility o…
H A DTitus.txt7 …1:7. For a bishop must be without crime, as the steward of God: not proud, not subject to anger, n…
32 …3:1. Admonish them to be subject to princes and powers, to obey at a word, to be ready to every go…
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php910 function parseStringToArray($type, $subject, $map = FALSE, $preview = FALSE) argument
912 if(!$subject)
917 $subjectArray = split("\|", $subject);
921 foreach($subjectArray as $subject)
926 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
931 $independent['independent_' . ($index - 1)] = $subject;
936 $independent['independent_' . $index] = $subject;
/plugin/gitbacked/action/
H A Deditcommit.php312 $mailer->subject($this->getLang($subject_id));
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc217 emailSubjectRegex = /subject=([^;?:@&=$,\/]*)/,
298 subjectMatch && ( email.subject = decodeURIComponent( subjectMatch[ 1 ] ) );
911 this.setValue( data.email.subject );
918 data.email.subject = this.getValue();
1252 var subject = encodeURIComponent( email.subject || '' ),
1258 subject && argList.push( 'subject=' + subject );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc201 emailSubjectRegex = /subject=([^;?:@&=$,\/]*)/,
284 subjectMatch && ( email.subject = decodeURIComponent( subjectMatch[ 1 ] ) );
926 this.setValue( data.email.subject );
933 data.email.subject = this.getValue();
1264 var subject = encodeURIComponent( email.subject || '' ),
1270 subject && argList.push( 'subject=' + subject );

1...<<11121314151617181920>>...35