Searched refs:contenttype (Results 1 – 6 of 6) sorted by relevance
/plugin/mantis/lib/ |
H A D | nusoapmime.php | 83 …* @param string $contenttype The MIME Content-Type of the attachment (default is application/octet… 88 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa… argument 95 $info['contenttype'] = $contenttype; 322 …* @param string $contenttype The MIME Content-Type of the attachment (default is application/octet… 327 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa… argument 334 $info['contenttype'] = $contenttype;
|
/plugin/jcapture/lib/ |
H A D | apache-mime4j-0.6.jar | ... org/apache/james/mime4j/field/contenttype/
org/apache/james/mime4j/field ... |
/plugin/jdraw/lib/ |
H A D | apache-mime4j-0.6.jar | ... org/apache/james/mime4j/field/contenttype/
org/apache/james/mime4j/field ... |
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | write.id3v2.php | 1830 * @param int $contenttype 1834 public function ID3v2IsValidSYLTtype($contenttype) { argument 1835 if (($contenttype >= 0) && ($contenttype <= 8) && ($this->majorversion == 4)) { 1837 } elseif (($contenttype >= 0) && ($contenttype <= 6) && ($this->majorversion == 3)) {
|
/plugin/codemirror/dist/modes/ |
H A D | vbscript.min.js.map | 1 …;\n var aspKnownProperties = ['buffer', 'cachecontrol', 'charset', 'contenttype', 'expires', 'e…
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 1270 "text/x-vcard; charset=utf-8" for a contenttype.
|